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. [kubuntu] Limit at 2 desktops
  2. [ubuntu] Need help installing UDF 2.5
  3. [all variants] [SOLVED] help me fix my fstab pretty please :)
  4. [ubuntu] video problems on install
  5. [ubuntu] How to get my normal login back
  6. [ubuntu] Moving Ubuntu installation to another HDD
  7. [ubuntu] Invest applet
  8. [ubuntu] need help in setting up compiz
  9. [ubuntu] "Unofficial ATI Linux Driver Bugzilla Bug 541" still nof fixed after 3 years ?
  10. [all variants] Encrypting External Hard Drive
  11. [ubuntu] Compiz 7.4.0 not starting
  12. [ubuntu] a message displayed
  13. [ubuntu] Compiz disrupts playing video
  14. [ubuntu] Linux Update Breaks Sound
  15. [ubuntu] Getting rid of GNOME for e17
  16. [ubuntu] Broken GDM
  17. There won't be any Wubi for me today!
  18. [ubuntu] latest update. Now can't find /dev/hda1
  19. [ubuntu] I don't want to use AWN any more
  20. [ubuntu] Efficient backup method
  21. [ubuntu] start up
  22. [all variants] no sys/io.h on sparc?
  23. [ubuntu] apt-get help
  24. [ubuntu] WiFi stick not found by lsusb command
  25. [all variants] Command Line Zip Loop
  26. [ubuntu] Problem updating to 8.04
  27. [ubuntu] need help installing gkrellm themes...
  28. [other] GRUB will not display menu, prompt is okay
  29. [ubuntu] Adding suspend button to lock screen box
  30. [ubuntu] Hard lockup when video file played in Totem
  31. [xubuntu] Xubuntu default usernam/password
  32. [kubuntu] avast with kmail
  33. [all variants] Null modem cable to control digita box
  34. [ubuntu] Backing up Evolution via CLI
  35. [ubuntu] cannot use Open GL applications
  36. [ubuntu] Wine refuses to work!
  37. [ubuntu] Update shows kernel that looks already installed
  38. [ubuntu] System hangs - mouse still working
  39. [ubuntu] Brasero
  40. [ubuntu] Loop bug in the Terminal?
  41. [ubuntu] Reading on USB HDD
  42. [ubuntu] Wireless and other problems
  43. [ubuntu] getting on the internet
  44. [ubuntu] [SOLVED] Lost Gnome start panel! Help!
  45. [ubuntu] Changing folder background,and boot screen.
  46. [ubuntu] Which of these wireless adapters do I want? >>
  47. [ubuntu] Over one hurdle on to the next.
  48. [ubuntu] Booting with USB External Disk
  49. [ubuntu] Cleaning ubuntu of sensitive information
  50. [ubuntu] Trash
  51. [ubuntu] unorganized music library
  52. [ubuntu] Is there a way to change my "sent" e-mail address using SendEmail?
  53. [ubuntu] "Places"-view, able to change order of discs?
  54. [ubuntu] Hardy Heron (8.04) Crashing
  55. [ubuntu] How connect to router via cable?
  56. [ubuntu] compiz animations not 'finishing'
  57. check compiz version
  58. [ubuntu] Evolution IMAP Quota & Disable Mail Download
  59. [ubuntu] speedy login
  60. [ubuntu] can't enter on my ubuntu..grub problem
  61. [gnome] Compiz Opacity
  62. [ubuntu] Wacom Tablet Configure Mouse Behaviour??
  63. [ubuntu] how to copy all texts in kconsole?
  64. [ubuntu] sdb: unknown partition table
  65. [ubuntu] Latest update - Firefox and a few apps nerfed.
  66. [ubuntu] 8.04 freezing up
  67. [all variants] Writable / Passwordless Samba Share ?
  68. [ubuntu] [SOLVED] Dumb questions about kde and flux box.
  69. [ubuntu] creative 5.1
  70. [ubuntu] Missing Icons and Context Menu from Desktop
  71. [ubuntu] Have 2 versions of the same program installed?
  72. [ubuntu] Updating drivers/viewing current driver version.
  73. [all variants] activating second swap partition on seperate hard drive
  74. [ubuntu] Parition Record Problems... Can't edit partitions
  75. [ubuntu] Sound wont work at all!!!!
  76. [ubuntu] How can i be able to write to /usr?
  77. [ubuntu] Ubuntu Won't Install
  78. [ubuntu] USB to Serial converter, set-up in wine
  79. [ubuntu] Making XChat Anonymous
  80. [ubuntu] Clean Uninstall of Evolution
  81. [ubuntu] Bad Graphics on old Laptop
  82. [ubuntu] How to delete a folder in /media?
  83. [all variants] how install a gstar package with a libglib1.2 missing??
  84. [ubuntu] A public apology + Help with software RAID
  85. [ubuntu] Missing title bar
  86. [all variants] [SOLVED] Hacker looking for open ports?
  87. [ubuntu] Compatibility with Zepto laptop
  88. [ubuntu] hardy upgrade -> no more screensaver
  89. [ubuntu] Default SD Card Behavior ( Stop F-Spot Autostart )
  90. [ubuntu] Cannot get audio from more then one app.
  91. [kubuntu] Need to fix dual boot
  92. [kde] desktop for XVR-500 on Sun Blade 2500
  93. [ubuntu] Convince me to not go back to XP -- Please!
  94. [ubuntu] all of a sudden i can only hear audio from the left speaker?
  95. [ubuntu] ATI Radeon 4850 Fan Tweak for Linux to prevent overheating?
  96. [ubuntu] SASL failures postfix mysql Hardy server
  97. [ubuntu] Where are all the effects?
  98. [gnome] Howto: use gnome-look.org right from your desktop
  99. [ubuntu] [SOLVED] mounting
  100. [ubuntu] I Don't Know Why Ubuntu Is Working So Poorly
  101. [ubuntu] [SOLVED] Installing Video Driver - Root - X Server HELP
  102. [ubuntu] How to diagnose slow connection
  103. [all variants] How to remove/fix grub for new installation?
  104. [ubuntu] [SOLVED] Ubuntu doesn't like my SATA drive
  105. [ubuntu] Simple Instructions for Getting a Mac-style Menu Bar (Global Menu)
  106. [SOLVED] Report a bug in Ubuntu brainstorm
  107. [ubuntu] [SOLVED] need help compiling qjoypad in hardy 64bit
  108. [ubuntu] ksh escape completion
  109. [ubuntu] hardy universal repository activation
  110. [ubuntu] [SOLVED] Avant Window Navigator has issues.
  111. [ubuntu] Asus Video Configuration Software
  112. [ubuntu] screenlets
  113. [ubuntu] restricted drivers issues
  114. [ubuntu] Auto logoff and annoying beep
  115. [all variants] Lightweight bit torrent.
  116. [ubuntu] Ubuntu for Pocket PC ??
  117. [kubuntu] Command needed
  118. [ubuntu] Conky Question/help
  119. [all variants] [SOLVED] Syntax to make Windows boot.ini load Linux (Ubuntu)
  120. [ubuntu] need help setting my dsl connection up.
  121. [ubuntu] No other choise but install Ubuntu again
  122. [ubuntu] help
  123. [ubuntu] Double Sign In?
  124. installation
  125. [SOLVED] Wubi destroyed my raid0 fakeraid array
  126. [ubuntu] Can't get my Anjuta to build or debug anything.
  127. [ubuntu] Ironkey/usb ubuntu hardy 32-bit general question
  128. [ubuntu] [SOLVED] Enlightenment...
  129. [xubuntu] Compiz q's
  130. [ubuntu] Mount Partition on Startup?
  131. [ubuntu] My groups help.
  132. [all variants] OpenOffice.org Base relationship lines?
  133. [ubuntu] a little help with slow usb 2.0
  134. [ubuntu] cube not a cube
  135. [all variants] Cannot print from Windows machine to shared Samba printer until first print in Ubuntu
  136. [ubuntu] I'm unable to boot from the CD
  137. [ubuntu] Problem involving deleting and SVN (unusual problem)
  138. [ubuntu] Pagage installer - Help!
  139. [all variants] [Suggestion] web-based config manager
  140. [all variants] [SOLVED] What loads ehci_hcd (usb 2.0) module?
  141. [ubuntu] [SOLVED] Couldn't find package "<program>"
  142. no include(stdio.h, ...) files after installed 8.04.1
  143. [ubuntu] Use all space on different hdd
  144. [SOLVED] Restoring windows partition
  145. [ubuntu] [SOLVED] Ubuntu no longer uses SWAP partition
  146. [all variants] Multiple instances Sound Juicer
  147. [SOLVED] Does anyone know anything about console refresh rate?
  148. [ubuntu] Pidgin error when sending messages
  149. [ubuntu] Desktop Effects and 8800 GT
  150. [ubuntu] where are the scripts of the right-click menu
  151. [ubuntu] [SOLVED] menu.lst explanation needed, broken after update
  152. [ubuntu] Help!
  153. [ubuntu] Problem is Dual Boot (GRUB)
  154. [ubuntu] Any diagram editors for linux?
  155. [ubuntu] synaptics search
  156. [ubuntu] Quick Question About Downloading Ubuntu
  157. [gnome] Gnome-panel transparency shows gradients by Nautilus with N turned off completely..:(
  158. [ubuntu] ON the Register Form not seen omage - why?
  159. [ubuntu] [SOLVED] Trying to install "ubuntu-restricted-areas"
  160. How to remove Wubi-installation?
  161. [ubuntu] Ubuntu cache? Help please!
  162. [ubuntu] AIM / Secure ID
  163. [ubuntu] USB sticks don't work after upgrade
  164. [ubuntu] cold boot
  165. [all variants] [SOLVED] Shortcut to reboot into another OS
  166. [all variants] USB2.0 Slow and Fast..strange
  167. [ubuntu] gLabels
  168. [ubuntu] [SOLVED] can't load .bashrc after having installed package bash-bashrc.d
  169. [ubuntu] [SOLVED] OO Calc recovery needs reset - how?
  170. [ubuntu] Help me plz
  171. [ubuntu] OpenOffice.org can't find JRE
  172. [all variants] Suspend Password
  173. [kubuntu] fsck -a
  174. [ubuntu] I have to press the restart button to login ubuntu
  175. [ubuntu] Reconfiguring a new monitor (widescreen)
  176. [ubuntu] Amarok will remove but not add songs to iPod
  177. [all variants] Hard drive arrived. Setting up and need advice.
  178. [xubuntu] [SOLVED] g++ not working
  179. [ubuntu] Customizing Desktop Menus
  180. [ubuntu] I've installed something but how do I find it?
  181. [ubuntu] ftp into apache
  182. [ubuntu] offline install of usbview
  183. [all variants] Slow Video Performance
  184. [kubuntu] How to remove the bottom bar in KDE4
  185. [ubuntu] Upgrade issue
  186. [ubuntu] ext3 possibly corrupted
  187. [all variants] AWN and running apps
  188. [ubuntu] Partition problem need to reallocate memory...
  189. [xubuntu] clipboard empty
  190. [ubuntu] Why did my Kernel update from 2.6.24-19 to 2.6.24-19?
  191. [ubuntu] ALT-GR key is not recognized in Java 6 applications
  192. [ubuntu] Save the Data
  193. [ubuntu] Help regarding upgarding ATI video card
  194. [ubuntu] How to hide international fonts?
  195. [all variants] NX broken after 7.10 to 8.04 upgrade
  196. [ubuntu] Ubuntu randomly crashes (seems to be caused by wireless driver)
  197. [ubuntu] Moving mouse pushes windows to back
  198. [ubuntu] Graphics glitch when loggin on to Hardy
  199. [all variants] mounting smb shares at 1 mountpoint?
  200. [kubuntu] Grub
  201. [ubuntu] Faulty Kernel on Hardy
  202. [ubuntu] (Initramfs) at startup- Cannot Log on
  203. [ubuntu] Ekiga Errors
  204. [ubuntu] <B>Boot and Hang problem</B>
  205. [all variants] Screen goes black - screen saver?
  206. [all variants] NTFS file recovery for Linux
  207. [all variants] injecting traffic on intel 3945
  208. [all variants] XD Memory card problems
  209. [ubuntu] Converting Thunderbird icons to Linux (need help!)
  210. [ubuntu] yellow bars appear when i log in
  211. [ubuntu] Sound problems urgent... need help
  212. [ubuntu] Removing and installing drivers, help please
  213. [ubuntu] Easy Question: Desktop Directory?
  214. [ubuntu] gnome-do keyboard shortcut stopped working
  215. [ubuntu] Simulate Microsoft Shared Toolkit on Ubuntu
  216. [ubuntu] All windows open with title bar obsured by the top task panel?
  217. [ubuntu] Java not working in Firefox : Tried everything
  218. [all variants] [Hardy] Hard drives device names commutating
  219. [ubuntu] LiveCD 8.0.4 works; copied ISO dumps to BusyBox
  220. [ubuntu] Problems installing Flock
  221. [ubuntu] Routine update and now I can't mount one of my drives :/
  222. [ubuntu] Rhythmbox: Default Audio Player In Firefox
  223. [ubuntu] [SOLVED] Missing Library -lbz2
  224. [other] 650 mb cd iso
  225. [gnome] Evolution 2.6.3 bare on startup
  226. [ubuntu] major fglrx performance issues
  227. [ubuntu] Compiling under Ubuntu 8.04 Desktop
  228. [all variants] Request packaging: mercury-0.13.1
  229. [other] usplash problems
  230. [ubuntu] Can't locate boot.disk , drooping into shell...can't get into Ubuntu
  231. [ubuntu] Middle-Click Shouldn't Mean "Paste"
  232. [ubuntu] New .wav files will not play for system events
  233. [ubuntu] Delete old files on a remote FTP server
  234. [ubuntu] Not sure how to set up Conky
  235. [ubuntu] Ubuntu/Vista dual boot
  236. [kubuntu] how to reset konqueror?
  237. [ubuntu] Base address of /dev/usb/lp0?
  238. [ubuntu] Getting xterm, emacs etc to use my Truetype Fonts
  239. [all variants] What to do with 8GB of Ram
  240. [all variants] [SOLVED] Changing Extension-to-Program Mappings
  241. [ubuntu] Firefox crashing after every download (Hardy)
  242. [ubuntu] replacing motherboard
  243. [all variants] Linux distros, mainly Ubuntu, randomly stop working.
  244. [ubuntu] How do I update GIMP?
  245. [ubuntu] [SOLVED] System call tracer
  246. [all variants] Is it true that...
  247. [all variants] NTFS mounts but shows nothing.
  248. [ubuntu] default window sizes under compiz
  249. [ubuntu] Nvidia is screwed over!
  250. [ubuntu] files in /etc/cron.d must not contain '.' (periods)