PDA

View Full Version : General Help


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 [61] 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024

  1. [all variants] Kernel Symbols
  2. [ubuntu] "restore hidden windows"
  3. Wubi Install - Busybox & Unable to find live file system
  4. [ubuntu] SIM (IM) Main Window Is Always Blank
  5. [kubuntu] Package installation from Kubuntu 8.04 CD
  6. [ubuntu] Firefox Display Issue
  7. [ubuntu] Typhoon 2001 lags after updating
  8. [ubuntu] Check website when it changes?
  9. [ubuntu] Thunderbird Date Format
  10. [ubuntu] Changing animations on AWN applets (stacks)
  11. [gnome] Dual Screen With Sony Vaio CR
  12. [ubuntu] Keep on mounting...
  13. [ubuntu] Ubuntu is getting slow
  14. [ubuntu] WINE isn't working with any game
  15. [ubuntu] konsole window size ?
  16. what's up with wubi?
  17. [ubuntu] A few issues with my server.
  18. [ubuntu] How organize Ubuntu Studio Applications Menu
  19. [ubuntu] Dual Boot Install Question
  20. [ubuntu] Help with PKG_CONFIG_PATH environment variable...
  21. [ubuntu] Cannot Open Firestarter With a Text Editor
  22. [ubuntu] Functionality removed from 8.04
  23. [all variants] boot text colors 8.04
  24. [ubuntu] How to turn off icon select "explode" animation?
  25. [ubuntu] [SOLVED] messed up startx
  26. [ubuntu] Ekiga Softphone Crashes
  27. [ubuntu] [SOLVED] Compis hsd stopped working
  28. [gnome] Type to Search in Nautilus
  29. [ubuntu] Can't burn ISO/CUE/WAV combo in Hardy
  30. [all variants] how you can open phpmyadmin by typing site_name/phpmyadmin
  31. [ubuntu] Separate transparency levels of GNOME panels
  32. [xubuntu] Problem with mail watcher and imap folders
  33. [all variants] noatime and nodiratime now ignored?
  34. [kubuntu] Kubuntu accidental uninstall nightmare no ethernet
  35. [ubuntu] Disappearing Act!
  36. [ubuntu] C++ compilers
  37. [ubuntu] external drive won't mount at all.
  38. [ubuntu] [SOLVED] My trash file doesn't delete???
  39. [other] linux 3g phone purple magic - where can I get it?
  40. [ubuntu] how run a C executable by double clicking its icon?
  41. [kubuntu] [SOLVED] Keyb shortcuts to move between buffers in kate
  42. [ubuntu] need somebody with restricted extras install to test page
  43. [ubuntu] vmware player xp guest not supporting 1280 X 800
  44. Problem with installing Wubi-8.04
  45. [kubuntu] Modem not detected
  46. [ubuntu] Grub or vista bootloader
  47. [ubuntu] Compiz problem
  48. [xubuntu] kernel panic, i think
  49. [other] clone hfs+ partition
  50. [xubuntu] [SOLVED] Sleep/hibernate script
  51. [ubuntu] A simple problem
  52. [ubuntu] uhelper=hal,flush mount options
  53. [ubuntu] Fonts disappearing and segfaults
  54. [all variants] Changing from ext3 to ext2 - partition is busy
  55. [all variants] mapping win+{j|k|l|i} to arrow keys
  56. [ubuntu] How to run updates via terminal instead of synapic package manager
  57. [all variants] Software RAID intercompatibility
  58. [ubuntu] Compiz Problems??....
  59. [ubuntu] 8.04 7800GS no DVI :(
  60. [ubuntu] [SOLVED] Wallpaper Manager?
  61. [ubuntu] How can I gt a dock like a mac?
  62. [all variants] [SOLVED] How do I disable OOo Writer's auto-typing?
  63. [ubuntu] Music and Video playback
  64. [SOLVED] wubi changed to edubuntu
  65. [ubuntu] Monitor (screen) corruption.
  66. [ubuntu] Compiz is eating my mouse pointer!
  67. [all variants] [SOLVED] mysql-server-5.0 config question
  68. [ubuntu] when tring to use live cd 581.623587 {drdy} an exsample
  69. [ubuntu] My password isn't working
  70. [ubuntu] bacula 2.4.0 on ubunutu 6.06 ZLIB support
  71. [ubuntu] Tor configuration with Firefox 3
  72. [ubuntu] [SOLVED] Cannot Mount Volume - External Hard Drive
  73. [ubuntu] Not All Updates Can Be Installed
  74. [kubuntu] This is an insane problem and it shows my stupidity....
  75. [ubuntu] Wireless Help
  76. [ubuntu] Flash sound not working
  77. [ubuntu] Can't start up unless I boot up Windows first.
  78. [ubuntu] Error on apt-get upgrade
  79. [all variants] [SOLVED] No Splash Screen in Ubuntu or Kubuntu
  80. [ubuntu] Boot Problems
  81. [xubuntu] vim multiline indent?
  82. [ubuntu] Buying an External HDD..need help.
  83. [all variants] How do I install apps on a secondary hard drive?
  84. [ubuntu] Apache Refuses Indexes
  85. [kubuntu] [SOLVED] Run command on boot
  86. [ubuntu] [SOLVED] XP Partition Issue
  87. [ubuntu] Can't Remove Ubuntu From Windows Boot Manager
  88. [all variants] Difference Between 8.04 CD and DVD
  89. [ubuntu] Desktop Widgets
  90. [ubuntu] When I hit the Quit Button It just Logs Me out
  91. [ubuntu] Connecting Sharp GX-10i cell phone via USB
  92. [ubuntu] [SOLVED] How to delete a non empty folder?
  93. [ubuntu] can't get svn working on local network.
  94. [ubuntu] Dock utility for metacity?
  95. [ubuntu] [SOLVED] Firefox titlebar open/close buttons missing in Emerald
  96. [ubuntu] Compiz cuts off bottom of screen
  97. [kubuntu] Desktop Effects configuration file
  98. [ubuntu] nautilus encrypt folder
  99. [ubuntu] Operating System not found
  100. [SOLVED] clear autocomplete in qbittorrent
  101. [ubuntu] Pidgin IM's to Mobile not working?
  102. [ubuntu] Executable to execute command line
  103. [ubuntu] Dual Boot Calendar / Email Programs
  104. [kubuntu] HD Failure
  105. [kubuntu] GRUB Error 21, can't access Windows XP or Kubuntu
  106. [other] Computer Shut Off by itself
  107. [ubuntu] unable to open synaptic manager
  108. [ubuntu] mozilla firefox talkback agent and disappearing window borders
  109. [other] Icewm won't change themes!
  110. [ubuntu] [SOLVED] Another Mount (fstab) problem thread
  111. [ubuntu] Msn
  112. [ubuntu] i am unable to download anything
  113. [ubuntu] Installing windows on second drive?
  114. [other] Location of Flash save files?
  115. [ubuntu] Keep getting dumped into Busy Box/ Initramfs
  116. [ubuntu] Xorg and video
  117. [ubuntu] Can i change my window border?
  118. [kde] KDE 4 All Black screen now
  119. [all variants] Can't write to USB flash drive
  120. [ubuntu] Ubuntu 8.04 on MSI board and Intel Duo Core
  121. [ubuntu] Archiving large files problem
  122. [ubuntu] How to turn off login procedures
  123. [ubuntu] Help with /etc/network/interfaces...
  124. [gnome] [SOLVED] Cheap trick for resolution fix on DLP widescreen tv
  125. [ubuntu] daily freeze, wtf
  126. [ubuntu] Bottom panel
  127. [gnome] installing ng-spice-rework-15 Error
  128. [ubuntu] [SOLVED] Grub error 15, bad superblocks
  129. [ubuntu] how do i change these
  130. [xubuntu] [SOLVED] How to write on empty FAT32 partition from Xubuntu EXT3?
  131. [ubuntu] gfortran package in ubuntu 8.04
  132. [ubuntu] Big problem with resolution of desktop and drivers
  133. [ubuntu] Wifi only works with old kernel versions
  134. [ubuntu] which graphic card work well with 8.4?
  135. [ubuntu] DCOPserver not running-Firefox and shutdown problems
  136. [ubuntu] [SOLVED] System Tray Problem
  137. [ubuntu] Network problem
  138. [kubuntu] Hardy Headaches
  139. [ubuntu] are Integrated Graphics card more troublesome than separate graphic card?
  140. [ubuntu] Mouse right click trouble in firefox
  141. [ubuntu] [SOLVED] How to bind Shift Switcher to alt+tab
  142. [all variants] CUPS not binding on startup
  143. [kubuntu] [SOLVED] Karamba widget background
  144. [gnome] installing Glibc-2.4 Error
  145. [ubuntu] Login crashing
  146. [ubuntu] Alien and windows packages
  147. [ubuntu] Autologin as root/sudo/administrator
  148. [gnome] Search while typing not viewable!
  149. [ubuntu] XP on raid0 and Ubuntu on another hdd = problem
  150. [ubuntu] Where do I find hardware information in hardy?.PROPER
  151. [ubuntu] Avi movie files on DVD + bad colour
  152. [kubuntu] my entire computer locks up, with a gray screen
  153. [all variants] 3D Desktop in 2D desktop
  154. [ubuntu] [SOLVED] Partition permissions
  155. [ubuntu] [SOLVED] Checkgmail dont show up
  156. [ubuntu] Bootmanager duplicates Ubuntu
  157. [ubuntu] Ubuntu 8.04 Login Window Manager Not Working
  158. [ubuntu] Xlib_skip_argb_visuals=1
  159. [ubuntu] Massive cockup, might be problem with GRUB
  160. [other] [SOLVED] how to correct a corrupt xml?
  161. [ubuntu] xsane - how to set a custom scanning resolution
  162. [ubuntu] How do you install CLC-4-TTS to FreeTTS Interface?
  163. [all variants] (K)Ubuntu compatability with SATA Dvd Drives.
  164. [ubuntu] looking for a media (books/movies/music) organizer
  165. [ubuntu] [SOLVED] Change "Main Menu" icon
  166. [all variants] Logitech Quickcam express
  167. [ubuntu] Problems Compiling Pidgin 2.4.2 from source with MSNP14 enabled
  168. [ubuntu] Removing software with synaptic
  169. [ubuntu] Video causes system restart
  170. [ubuntu] Global Menu on Ubuntu 8.04 64-bit - Possible?
  171. [ubuntu] [SOLVED] Ubuntu White Screens after installing restricted drivers
  172. [ubuntu] New version after 8.04
  173. [kubuntu] Compiz triggers X errors when starting Firefox/Thunderbird
  174. [ubuntu] Changing alsa device names
  175. [ubuntu] [SOLVED] Menu icon minimizing?
  176. ubi for a mac?
  177. [ubuntu] dual boot with encrypted partition -- where to install grub
  178. [all variants] Help me on dual-boot
  179. [all variants] iGoogle logs me out automatically
  180. [ubuntu] Need Help with Compiz
  181. [all variants] Monitor GPU load? (htop, conky, etc)
  182. [ubuntu] Amule is acting strange
  183. [ubuntu] Suspend and hibernate modes not working
  184. [ubuntu] resize ubuntu space
  185. [kubuntu] CPU frequency scaling - Powersave
  186. [ubuntu] Ampache Install Help
  187. [ubuntu] flashing screen
  188. [ubuntu] deleting thumbnails
  189. [ubuntu] Terminal Problem!
  190. [ubuntu] compiz performance, am I the victim of a placebo?
  191. [other] vmware - remove the top toolbar
  192. [ubuntu] how to display status bar after an application is minimized
  193. [ubuntu] logitech wave keyboard question...
  194. [ubuntu] Problems installing Flash plugin for all users
  195. [ubuntu] Removing the Ubuntu partition
  196. [gnome] random pasting
  197. [ubuntu] Mobile device
  198. [other] Booting only XP without installing ubuntu on HDD
  199. [ubuntu] BusyBox loads instead of Ubuntu after install
  200. [ubuntu] new desktop picture every day
  201. [ubuntu] Simple Contact List Server
  202. Recover ubuntun in boot.ini
  203. [ubuntu] Remove FireFox3 Beta
  204. [ubuntu] Usb stick with ubuntu server
  205. [ubuntu] Flash Plugin in Firefox (Ubuntu x64 8.04)
  206. how to increase or add more space?
  207. [ubuntu] scrolling mod to replace "two finger scroll" functionality?
  208. [ubuntu] Biggest noob needs help (Go easy on me.)
  209. [ubuntu] Can't Change Background Image:
  210. [ubuntu] [SOLVED] any experience with ati mobility X1400?
  211. [ubuntu] [SOLVED] Grub question
  212. [ubuntu] usb device name
  213. [kubuntu] emerald theme not working
  214. [ubuntu] Ubuntu Mobile
  215. busybox
  216. [ubuntu] installed to usb: can't log in
  217. [ubuntu] Error Message Help!
  218. [ubuntu] (SOLVED) OpenOffice not working after update
  219. [ubuntu] Change SCIM toolbar colors?
  220. [gobuntu] When will Gobuntu be ready?
  221. [all variants] Empathy Yahoo Plugin
  222. [ubuntu] Epiphany PDF problem
  223. [kubuntu] Need help installing a hard drive on existing Hardy
  224. [ubuntu] dual boot xp
  225. [kubuntu] XDMCP and KDM
  226. [ubuntu] Problem loading Tuxguitar.....
  227. [ubuntu] Robocode in Ubuntu
  228. [ubuntu] [SOLVED] Help with creating user
  229. [ubuntu] Nvidia X Driver Problem
  230. [ubuntu] [SOLVED] Sound gone after virtualbox-ose-modules install? Help!
  231. [ubuntu] e2fsck aborts on mounted file system in Ubuntu 8.04
  232. [ubuntu] Driver CanoScan N676U
  233. [ubuntu] compilation error cannot find build directory
  234. [gnome] Gnome stopped functioning (sort of)
  235. [mythbuntu] Need help with Mythbuntu 8.04 startup!!!
  236. [ubuntu] Windows does not boot after 8.04 install
  237. [all variants] Greater Ubuntu Distribution ( >1 Gb)
  238. problem with installing wubi
  239. [ubuntu] Linuxdc++
  240. [ubuntu] HELP :( Cant install anything now :(
  241. [ubuntu] how to add to repository?
  242. [gnome] Need help changing menu text colour of a theme
  243. [ubuntu] Anyone else have ubuntu forums display incorrectly?
  244. [gnome] Gnome- Screensaver Problems
  245. [ubuntu] ATI disable FBO
  246. [ubuntu] Desktop Effects could not be enabled.
  247. [all variants] Best Filesystem for truecrypt volume.
  248. [gnome] Evolution Emails with a dark theme
  249. [all variants] FIrefox 2+3 w/ separate Profile folders
  250. [ubuntu] help! need help with lost files