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 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057

  1. [ubuntu] emerald broke my theme how to fix?
  2. [ubuntu] Setting up Western Digital External Hard Drive
  3. [kubuntu] Won't let me log-in to new install?
  4. [ubuntu] Removing the post-Grub boot menu
  5. [gnome] how autostart compiz ?!
  6. [ubuntu] Best Laptop For Ubuntu
  7. [kubuntu] Ksysguard calls libavahi-client.so.3: undefined symbol
  8. Uninstalling?
  9. [kubuntu] KDM Themes
  10. [other] customization via osd
  11. [ubuntu] External Harddrive in XP and Linux
  12. [ubuntu] 40.495983] PnP: PnPACPI method_name__crs failure for PnP0c01
  13. [ubuntu] Correct Version?
  14. [ubuntu] ed is not pausing
  15. [ubuntu] See all running programs and processes?
  16. [kubuntu] No icons for mounted partitions
  17. [ubuntu] Keyboard Button Issues
  18. [ubuntu] Firestarter running when icon not visible?
  19. [gnome] Compiz no longer starting on login
  20. [all variants] Flash/firefox problem help plz..
  21. [other] Sending mouse/keyboard events to two windows.
  22. [ubuntu] [SOLVED] screen brightness
  23. [ubuntu] So I typoed rm *~
  24. [all variants] Remove system beep in Openbox
  25. [ubuntu] CD Audio Glitch
  26. [ubuntu] No room for Ubuntu 8.0.4
  27. [other] boot problems
  28. [xubuntu] desktop shrunk and I can't restore to full screen!!
  29. [ubuntu] Choppy ubuntu
  30. [gnome] Eeek I have just got the following message from my blackberry media card
  31. [ubuntu] Installing apps, without internet.
  32. [ubuntu] Ubuntu Server, partitioning problem
  33. [ubuntu] [SOLVED] Is it possible to disable the login screen?
  34. [ubuntu] [SOLVED] CD Burner Question
  35. [ubuntu] Help with WoW
  36. [ubuntu] restricted drivers problem
  37. [ubuntu] Text at login screen is too large
  38. [ubuntu] inporting pst files into evoltuion
  39. [ubuntu] [SOLVED] Gmail checker in panel?
  40. [ubuntu] General Quick Question
  41. [ubuntu] [SOLVED] Automatically move files that land on the desktop to another folder
  42. [kubuntu] vmware problem: can't use cd-rom.
  43. [ubuntu] Nvidia 8600GT Drivers problem
  44. [ubuntu] Grub error 17
  45. [ubuntu] Uninstalling program + "other packages"
  46. [ubuntu] why does hardy consumes so much of RAM????
  47. [ubuntu] Thunar Toolbar Icons TOO BIG (in 8.04)
  48. [ubuntu] Uninstalling/re-installing help
  49. [all variants] use the ubuntu live cd to make backup of hard drive
  50. [ubuntu] [SOLVED] broken dowloader
  51. [other] Can I recharge my eeepc while i'm walking on a bike?
  52. [ubuntu] Evolution
  53. Borked my Install
  54. [ubuntu] Extract multiple rars from different directories
  55. [mythbuntu] dcopsever
  56. [ubuntu] Random lock ups
  57. [ubuntu] Computer turn on at 10:00 and didn't turn off completely
  58. [ubuntu] How is the resolution picked by gnome?
  59. [ubuntu] [SOLVED] Shutdown Problems
  60. [ubuntu] Files from Desktop to Server
  61. [ubuntu] World of Warcraft in Virtualbox
  62. [ubuntu] have to reset firefox setting everytime i restart it...
  63. [ubuntu] udev fail?
  64. [ubuntu] Hard Drive Troubles
  65. [ubuntu] [SOLVED] failing to mount properly?
  66. [all variants] [SOLVED] Can I have Ubuntu, Kubuntu, and Xubuntu on the same computer?
  67. [ubuntu] eBook Library App
  68. what does "installation size" if I install ubuntu within windows?
  69. [gnome] HELP!! Can't log in
  70. [ubuntu] RAID without superblock
  71. [ubuntu] AWN brings back old, long since deleted files. What?
  72. [all variants] Need root for cedega.
  73. [ubuntu] 19in CRT Monitor Not being Detected
  74. [kubuntu] set keybindings in kubuntu 4
  75. [ubuntu] sources could not be read
  76. [ubuntu] Scanner not found in 8.0.4.1
  77. [ubuntu] Anyway to adjust and fit screen?
  78. [all variants] Software for files synchronization
  79. [ubuntu] Firefox opens images full-screen
  80. [kubuntu] How can I edit the sources.list file?
  81. [ubuntu] Synchronizing folders
  82. [ubuntu] Pidgin, Question about buddy list
  83. [ubuntu] Disk read error - Press Ctrl+Alt+Delete to Restart (Black screen on repair)
  84. [ubuntu] [SOLVED] Different keyboard layouts for login and Gnome?
  85. [ubuntu] Does anything need enabled in the kernel for klogd
  86. I wanted 10 gb, only got 6. (new user)
  87. [ubuntu] homebrew Live CD?
  88. [ubuntu] Network Admin Grayed Out
  89. [ubuntu] change default media player
  90. [ubuntu] Creative Labs Sounds card after suspend
  91. [ubuntu] How do I download Torrent files with Linux?
  92. [ubuntu] Where do you type in codes?
  93. [ubuntu] turning add/remove applications program into a script generator
  94. [ubuntu] Show desktop background as screensaver
  95. [ubuntu] double booting with an external hard drive
  96. [ubuntu] Matrox DualHead2Go
  97. [all variants] Making a Custom Session in GDM or KDM
  98. [ubuntu] PhpMyAdmin Error - Cannot Start!!!
  99. [ubuntu] Winrar advanced settings in Ubuntu
  100. [ubuntu] Internet connection problems
  101. [other] Trying out various combos
  102. usplash
  103. [ubuntu] System Mail
  104. [ubuntu] Black screen between after login and desktop loaded?
  105. [ubuntu] Problem install on new hp machine
  106. [ubuntu] backgrounds
  107. [ubuntu] Wow fps bad
  108. [all variants] Error in using update-alternatives
  109. [ubuntu] a few problems
  110. [ubuntu] [SOLVED] E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to corr
  111. [ubuntu] several monitors?
  112. [ubuntu] UrbanTerror + ssh + grep + libnotify?
  113. [ubuntu] when using dual monitors
  114. [ubuntu] mount volume on login
  115. [ubuntu] Firefox is glitching - happened on two comptuers
  116. [kubuntu] rm and find don't recurse into subdirectories
  117. [ubuntu] Problem running KDE apps under GNOME since update
  118. [xubuntu] No sound in FF when playing flash
  119. [ubuntu] 8.04 Random Freezing
  120. [ubuntu] Sony Ericsson K850i
  121. [ubuntu] Eclipse 3.4 installation?
  122. [kubuntu] Konsole is missing?
  123. [all variants] Connecting sprint sierra wireless aircard 595u
  124. [ubuntu] The Crashing Ubuntu - n00b question
  125. [ubuntu] cdrom
  126. [kubuntu] A simple query..
  127. [ubuntu] Disable Apparmor (again)
  128. [ubuntu] 8.04.01 not shutting down properly
  129. [ubuntu] 8.04.1 How do I migrate my old Firefox bookmarks.
  130. [ubuntu] 8.04.01 Why can't I login as root?
  131. [ubuntu] [SOLVED] Major failure in Software Management System
  132. [ubuntu] truecrypt in the repositories?
  133. [ubuntu] Restarted computer with usb drive plugged in....
  134. [ubuntu] Graphics properies windwo
  135. [all variants] Ubuntu a bit sluggish on my Asus EEE 1000 ?
  136. [ubuntu] [SOLVED] Cannot delete shortcut.
  137. [ubuntu] [SOLVED] General question...........Thanks for all the help!
  138. [ubuntu] plz halp i deleted my toolbar
  139. [ubuntu] boot freezes, ndiswrapper?
  140. [other] Compiz + mini laptop?
  141. [ubuntu] [SOLVED] Finance Packages
  142. [mythbuntu] mythbuntu help needed
  143. [kubuntu] Severe system crashes
  144. [ubuntu] MySQL being troublesome
  145. [ubuntu] console resolution 1280x800
  146. [ubuntu] Two Problems (Newbie)
  147. [ubuntu] How to do "reverse search" in vim+dvi?
  148. [ubuntu] [SOLVED] problem with virtual Box
  149. [ubuntu] [SOLVED] Pidgin: Add buddy to list (ICQ)
  150. Remastersys issue with Hardy Heron
  151. [ubuntu] Computer crashes after inactivity?
  152. [ubuntu] Apache2 ServerName not returning fqdn
  153. [all variants] [SOLVED] Bash Scripting Help
  154. [ubuntu] fresh windows install deleted grub!
  155. [ubuntu] /boot on usb pendrive?
  156. [ubuntu] [SOLVED] Installing Ubuntu on second PC - is a cloning a better option?
  157. [ubuntu] tryed to install windows but now cant get onto ubuntu
  158. [ubuntu] Alt key to access menus
  159. [ubuntu] Terminal
  160. [kubuntu] Automount floppy
  161. [ubuntu] No sound when resuming from Suspend
  162. [ubuntu] Install RealPlayer without it overriding default programs?
  163. [mythbuntu] [SOLVED] Where is pm-suspend resume script?
  164. [ubuntu] MacBook vs Dell XPS m1530 with Ubuntu
  165. [ubuntu] Error configuring glibc
  166. [ubuntu] Mount Remote Hardware Locally
  167. [ubuntu] [SOLVED] DVD-RW drive not detected?
  168. [ubuntu] DVD Ripping That Actually Works?
  169. [ubuntu] ubuntu web cam server
  170. [ubuntu] Lost a file, anyway to recover?
  171. [ubuntu] [SOLVED] Default file association for ".run" files
  172. [ubuntu] [SOLVED] How do you get the control alt escape/backspace keys?
  173. [ubuntu] key backup in enigmail in Thunderbird
  174. [ubuntu] firefox 3 sucks
  175. [ubuntu] [SOLVED] ldconfig problem
  176. [all variants] sounds easy? i need to run a command at startup as root, after X + GNOME have started
  177. [ubuntu] Gdesklets and Gnome panel
  178. update failure dpkg issue
  179. [kubuntu] [SOLVED] KDE 4: Region & Language
  180. [ubuntu] Need help increase squashfs filesystem... (pendrive linux)
  181. [gnome] Can't login to gnome
  182. [all variants] Getting some stuff to work on startup
  183. [ubuntu] auto mount problem
  184. [all variants] lamp setup error.. plz help
  185. MBR problem?
  186. [ubuntu] Video Card drivers problem
  187. [ubuntu] Issues installing XP after failed attempt to use ubuntu
  188. [ubuntu] [SOLVED] Removing Applications
  189. [ubuntu] Hash Sum mismatch
  190. [ubuntu] [SOLVED] Where is glipper
  191. [ubuntu] [SOLVED] Converting Outlook contacts for Evolution
  192. [ubuntu] Cannot move file to the Deleted Items folder, do you want to delete permanently?
  193. [ubuntu] upgrading from gutsy to hardy
  194. [ubuntu] Iptables DNAT does not want to work
  195. [ubuntu] Surprisingly Smooth Upgrade, Just A Couple Of Issues now..
  196. [ubuntu] Hardy Heron Freezes on Logout
  197. [other] [SOLVED] Boot Menu (2 OS's on one drive)
  198. [ubuntu] ntfs drive access issue
  199. [ubuntu] faster DVD playback
  200. [all variants] inode change?
  201. [ubuntu] [SOLVED] Sound Device in recordmydesktop
  202. [ubuntu] [SOLVED] Cairo dock
  203. [gnome] installing Murrine SVN
  204. [ubuntu] chmod for Trash files (or how to emtpy Trash folder)
  205. [ubuntu] Need drivers :::::::::::::wine screw my laptop mouse pad
  206. [ubuntu] Fstab mounts external filesystems but won't give user permissions to write
  207. Wubi not works
  208. [ubuntu] reserved blocks: can they be reduced?
  209. [ubuntu] [SOLVED] installing amsn svn... tkConfig.sh missing!?!?
  210. [ubuntu] Videos finally work in compiz, the way they should.
  211. [xubuntu] Problem reinstalling previous OS
  212. [ubuntu] Compiz causing white screen
  213. [all variants] directory permissions help
  214. [ubuntu] can you mount a sftp connection on windows
  215. [ubuntu] i need to know about alsa-base
  216. [ubuntu] s-video
  217. [ubuntu] User logged off but Ram use is still high.
  218. [ubuntu] Files suddenly disappearing
  219. [ubuntu] Turn an Ubuntu LiveCD into an Ubuntu LiveDVD
  220. [ubuntu] Problems displaying with date: Possible command to fix?
  221. [ubuntu] Pidgin new messages
  222. [ubuntu] Gutsy Way Too Slow
  223. [ubuntu] Volume Control not working
  224. [ubuntu] Is there a way to restart sound
  225. [all variants] [SOLVED] Banshee 1.2.1 stops importing
  226. [ubuntu] compiz settings confusion
  227. [ubuntu] Stalled "loading" mouse pointer?
  228. [ubuntu] Clicking a .jpg file does not open it in Eye of GNOME
  229. [other] how do i open grub menu.lst in XP
  230. [ubuntu] [SOLVED] Mac to linux public key ssh fails, but works from other linux
  231. [all variants] Note taking software
  232. [ubuntu] [SOLVED] Quick Question on Permissions
  233. [ubuntu] [SOLVED] Amarok doesn't see shared partition
  234. [ubuntu] Printer detected but won't print? How to clear print jobs?
  235. [ubuntu] Firefox issues
  236. [ubuntu] Ethical Hacking
  237. [kubuntu] Crossing out text
  238. [ubuntu] screen and text is funny
  239. [other] change user name
  240. [ubuntu] texlive and ubuntu strange problem
  241. [ubuntu] Using back/fwd/scroll buttons
  242. [ubuntu] [SOLVED] DAP eqvivalent?
  243. [xubuntu] External Hard Drive problem
  244. [ubuntu] Help! Sound problem ubunto melt-down.
  245. [ubuntu] windows virtual machine help
  246. [ubuntu] Printer Network
  247. [ubuntu] Creative Vision Zen M does not work under Gnomad2
  248. [xubuntu] Gdesklets won't start
  249. [ubuntu] [SOLVED] Login Issues?
  250. [ubuntu] Boot error: "Try (hd0,0): NTFS5:"