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. [ubuntu] No sound with Ubuntu
  2. [ubuntu] Weird behaviour when setting window size of terminal
  3. [ubuntu] Courier-pop Courier-imap
  4. [all variants] gvfs/nautilus ftp connect to a server in hardy
  5. [all variants] How to hide the reiserfsck advice
  6. [ubuntu] [SOLVED] can't access http://-kol.deviantart.com/
  7. [ubuntu] Help! Ubuntu won't start
  8. [all variants] Reiserr4 support in 8.04
  9. [ubuntu] [SOLVED] NFTS and Ubuntu
  10. [ubuntu] delete help needed please
  11. [all variants] Transparent proxy with single interface
  12. [ubuntu] Mouse doesnt move!
  13. [ubuntu] Locked out of the house
  14. [ubuntu] Alternative to Polar ProTrainer Heart Rate Monitor software
  15. [ubuntu] I can't find the menu bar
  16. [ubuntu] Firefox doesn't close properly in Gutsy 7.10
  17. [ubuntu] format NAS as NTFS or FAT32
  18. [ubuntu] is there any native linux fc.exe like program/script?
  19. [ubuntu] No screensaver/screen lock after upgrading to Hardy
  20. Can't access /host after LVPM resize
  21. [ubuntu] Step by Step guide for adding a remote user
  22. [ubuntu] Screen Capture Software
  23. [ubuntu] [SOLVED] About to install new video card, advice please!
  24. [ubuntu] gnome-panel: memory hog extraordinaire?
  25. [ubuntu] Using ubuntu bootloader instead of vista's
  26. [ubuntu] Mic Problem (Again)
  27. [ubuntu] email need help here
  28. [ubuntu] Mutliple Versions
  29. [ubuntu] Won't resume from standby
  30. [ubuntu] TightVNC at startup
  31. [ubuntu] Laptop Video Issue
  32. [all variants] Exiting X Server and terminating all OpenGL applications?
  33. [ubuntu] Ubuntu works on EEE PC?
  34. [ubuntu] [SOLVED] 8.04 Empty the trash
  35. [ubuntu] Maxamize/Minimize, Close Icons gone.
  36. [ubuntu] Im writing this from windows... HELP! (video boot problem)
  37. [all variants] tar question
  38. [other] USB power off from command line
  39. [ubuntu] 100% CPU while trying to change wallpapers, doesn't work right
  40. [ubuntu] [SOLVED] Is it possible to disable Gnome panels temporarily
  41. [all variants] top-like network activity command
  42. [ubuntu] Critique a new build. Where?
  43. [ubuntu] Free up disk space from deleted files
  44. [ubuntu] Can't figure out GNU Parted install
  45. [ubuntu] Sync my smartphone with thunderbird... or evolution?
  46. [ubuntu] problems in 8.04 after adding nvidia card
  47. [ubuntu] VirtualBox Broken after Kernel Upgrade
  48. [ubuntu] GIMP text
  49. [ubuntu] So, this doesn't make sense...
  50. [ubuntu] Ubuntu 8.04 on SUN Blade 6000(X6250) series. Working perfectly
  51. [ubuntu] please help with strange request
  52. [ubuntu] gutsy server host made up not sure of cgi-bin location.
  53. [kubuntu] Logout KDE using console
  54. [ubuntu] Command lines
  55. [ubuntu] Spam on Fire Fox ?????
  56. [ubuntu] Dual Booting Question.
  57. [ubuntu] Root console and gedit freezing. Help please....
  58. [ubuntu] problem with getting ccsm to work
  59. [ubuntu] How do I edit a links target
  60. [ubuntu] Problem with Wifi (Atheros 5212/5213)
  61. [kubuntu] some files missing from libplasma-dev package
  62. [ubuntu] Kernel 2.6.24-18-generic and Virtual Box
  63. [ubuntu] Mp3gain on files on NTFS drive?
  64. [ubuntu] IM Connection Problems
  65. [all variants] ubuntu dies because of (i think) overheating
  66. [ubuntu] New to linux and connection problems.
  67. [gnome] Simple 'OSX Dock' applet for Gnome
  68. [ubuntu] [SOLVED] emerald themes after Hardy uprgrade?
  69. [all variants] Duplicating the restricted driver voodoo
  70. [all variants] Cannot get cube to rotate via screen edge
  71. [ubuntu] SSH entire desktop problem
  72. [ubuntu] Rhythmbox won't play music..
  73. [kubuntu] KDE Bug, One button mouse
  74. [ubuntu] Graphics tearing horizontally with Compiz
  75. [ubuntu] Error installing kernel in 64-bit Ubuntu
  76. [ubuntu] No Sound: Emachines m5414 Ubuntsu 8.04
  77. [ubuntu] How to reinstall Compiz fusion?
  78. [ubuntu] Ubuntu Errors Running Commands from the Command Line
  79. [other] PATA harddisk performance problems
  80. [ubuntu] Partition image backup to DVD needed ala Ghost
  81. [all variants] [HOWTO]: Extra Compiz Plugins
  82. [ubuntu] The Cube
  83. [ubuntu] adduser error w/ ubuntu 8.04 server
  84. [ubuntu] Torrent "no storage" error
  85. [ubuntu] Confusing Alt+F2 trouble
  86. [gnome] gvfs-rm for directories?
  87. [ubuntu] Halp me make my desktop look better
  88. [all variants] Is my external hard drive broken?
  89. [ubuntu] Help with Adobe Acrobat install
  90. [ubuntu] Minimize Effects
  91. [ubuntu] assign mouse right click to keyboard
  92. [ubuntu] Need help with uninstallation
  93. [ubuntu] How Do You By-Pass the Ubuntu 8.04 Login Screen
  94. [ubuntu] Items don't stay put in gnome panel
  95. [all variants] [SOLVED] Error 15 after uninstalling VirtualBox and updating kernel
  96. [ubuntu] Hotkey problems with Warcraft3 under wine and compiz
  97. Ubuntu 8.04 (Hardy Heron) will not shut down
  98. [ubuntu] [SOLVED] How can I make Google Earth and Opera look qt-friendly?
  99. [ubuntu] Foreing Language
  100. [ubuntu] Only boots to terminal
  101. [ubuntu] Prefered Aps FF Entry?
  102. [ubuntu] VLC not opening files when double clicking, works in menu
  103. [ubuntu] Emerald themes and icon themes won't apply.
  104. [ubuntu] Defraging Hard drive in Ubuntu?
  105. [ubuntu] Login
  106. [ubuntu] [SOLVED] cron job doesn't run
  107. [gnome] Simultaneous Sound?
  108. [ubuntu] How to unlock WEP Key login box
  109. [ubuntu] giving users root powers
  110. [ubuntu] [SOLVED] FIrefox doesn't love me anymore :(
  111. [all variants] Kiba-dock
  112. [all variants] Lag when scrolling and moving windows
  113. [ubuntu] So my cousin is visiting...
  114. [mythbuntu] Unable to resolve host
  115. [ubuntu] Permission denied to execute from vfat partition
  116. [ubuntu] Hardware RAID 1 driver
  117. [ubuntu] NVIDIA issues
  118. [ubuntu] Strange user on cdrom mount
  119. [all variants] Can't 'Save As' more than once in GIMP
  120. [xubuntu] Problem with a few apps (including xfce-terminal) in Xubuntu after update
  121. [ubuntu] [SOLVED] When using Gnome + Gion Icons...
  122. [ubuntu] Help! I Cannot change my wallpaper!
  123. [ubuntu] How To Use Compiz Fusion....
  124. [ubuntu] How do i access my root/superuser?
  125. [other] [SOLVED] error in package util-linux
  126. [gnome] gnome-keyring-manager unavaliable on apt-get install gde
  127. [ubuntu] Firefox Bookmarks Importing
  128. [ubuntu] dpkg: subprocess post-installation script returned error exit status 139
  129. [ubuntu] Ubuntu seems to love to repeat itself :P
  130. [ubuntu] rpm2cpio PPC Package
  131. [other] Download Issues
  132. [ubuntu] Samba configuration - only public directory accessible
  133. [ubuntu] Printer
  134. [ubuntu] Is it possible to have eye candy without using too much ram?
  135. [ubuntu] strange double-pressing behavior of arrow keys
  136. [ubuntu] [SOLVED] log off
  137. [ubuntu] dvd drive won't burn at full speed
  138. [gnome] Black Jack
  139. [ubuntu] WxWidgets?
  140. [ubuntu] nVidia Issues with 8.04
  141. [ubuntu] Screensaver questions...
  142. [ubuntu] [SOLVED] Can't print with Gnome applications
  143. [ubuntu] compiz zoom on cloned monitor
  144. [gnome] Compiz-Fusion not desplaying window controls
  145. [ubuntu] Berly and compiz
  146. [ubuntu] Javascript Problems w/ Firefox
  147. [ubuntu] Firefox 2 Arrows
  148. [ubuntu] Restarting Firefox
  149. [ubuntu] Partition editor on live CD?
  150. [ubuntu] How to install vmware2libvirt
  151. [ubuntu] Installing a new keyboard layout
  152. [ubuntu] Grub Blues...
  153. [ubuntu] Nvidia Drivers. Im confused.
  154. [ubuntu] [SOLVED] Error while installing packages
  155. [all variants] [SOLVED] Thunderbird 2.0.0.14 won't launch browser (hardy heron)
  156. [ubuntu] Cairo-clock won't stay on desktop
  157. [ubuntu] HOW TO: Make Ubuntu Look Like XP
  158. [SOLVED] Quiet Audio Problems?!?!?
  159. [ubuntu] Clock application for Panel freezes panel after uninstalling evolution
  160. Wubi cause of BSOD
  161. [ubuntu] Virtual machine?
  162. [ubuntu] Trouble with making a link to a folder
  163. [ubuntu] Filesystem issue
  164. [ubuntu] How does bit torrent work with ubuntu?
  165. [ubuntu] General tips to strip down Ubuntu
  166. [kubuntu] Strange symbol in processes
  167. problems in stalling rmpi, R ubuntu
  168. [ubuntu] 2 differnet problems: Grub and hibernate/suspend
  169. [all variants] How do you list services in /etc/init.d and if they are running?
  170. [xubuntu] ntfs-3g woes
  171. [SOLVED] How do I Install 32-bit compatibility layer?
  172. [kubuntu] web browser wont load new pages
  173. [ubuntu] firefox has control of soundcard
  174. [ubuntu] [SOLVED] Wow and Wine
  175. [ubuntu] no toolbars.. just background
  176. [all variants] CLI tool to manage services?
  177. [ubuntu] System temperature
  178. [ubuntu] Recent evolution update breaks gnome / nautilus
  179. [ubuntu] Seeking Linux + ACPI motherboard
  180. [all variants] screenlets version 0.1.1
  181. [ubuntu] Startup requires usb device to boot?
  182. [ubuntu] fingerprint sensor ubuntu hardy aes2501
  183. [all variants] Crontab & Audacious audtool
  184. [ubuntu] boot screen and ubuntu loading are dim and not shown untill login screen.
  185. [ubuntu] Startup Sounds
  186. [ubuntu] System freezes with 8.04 low visual effects, freezes with 7.10 at normal effects
  187. [all variants] Ubuntu is not checking for updates automatically
  188. [ubuntu] Installing Linux from within Linux.
  189. [ubuntu] change default cpu scaling setting
  190. [kubuntu] Determine sending identity by incoming email address
  191. [xubuntu] [SOLVED] google earth from bin out of appfinder
  192. [ubuntu] "Print Screen"-button problems
  193. [ubuntu] Where to find pstocanonij for MP510 Canon Printer
  194. [ubuntu] Firefox error while loading shared libraries
  195. [SOLVED] Shutdown lock ups & Main Menu takes a long time to appear on 2nd screen.
  196. [ubuntu] [SOLVED] Vista Grub
  197. [all variants] Whats the best way to share files with friends?
  198. [ubuntu] Can't find download.
  199. [ubuntu] Printing suddenly always assumes photos
  200. [ubuntu] Login problem (authentication failed)
  201. [ubuntu] Launch command after Inactivity?
  202. [all variants] Hibernation & gnome-volume-manager in non-gnome environment
  203. [ubuntu] Team Fortress 2 under 8.04
  204. [ubuntu] AWN not working
  205. [SOLVED] What version of Ubuntu should I Install?
  206. [ubuntu] Conky Laptop-mode
  207. [gnome] F-spot and deleting / refreshing
  208. [ubuntu] Ubuntu 8.04 LTS Occasionally Boots to Blank Screen
  209. [ubuntu] [SOLVED] All my Ubuntu difficulties... *sigh*
  210. [ubuntu] Screen trouble
  211. [ubuntu] Just upgraded laptop from 7.10 to 8.04, some issues..
  212. [ubuntu] Can anyone successfully build the latest version of f-spot?
  213. [ubuntu] Emerald problem
  214. [ubuntu] UTC Time problem
  215. [ubuntu] nvidia settings doesnt work
  216. [ubuntu] Wlan problem
  217. [ubuntu] [SOLVED] How do I start sound modules on startup?
  218. [gnome] palm installation
  219. [ubuntu] Ubuntu 8.04 fails at restart
  220. [all variants] linux-kernel-2.6.24.18-virtual: no mouse and no keyboard
  221. [xubuntu] X-org reconfigure - can't get back into it from the terminal
  222. [ubuntu] Hardy 8.04: USB flash drive no longer automounts
  223. [xubuntu] Eject USB isses
  224. [ubuntu] need some serious help.
  225. [all variants] Standard Placement of Application Code
  226. [ubuntu] Synaptic Package Manager Crash
  227. [ubuntu] Looking for a text editing command
  228. [edubuntu] installing software using *.tar.gz file
  229. [ubuntu] My router won't let me use Ekiga
  230. [ubuntu] gparted cant make ntfs partitions
  231. [ubuntu] tidying the grub menu?
  232. [all variants] New DEsktop manager with compiz?
  233. [ubuntu] Java Plugin?
  234. [ubuntu] Unable to copy the user's Xauthorization file
  235. [ubuntu] Error loading theme: "Couldn't recognize the image file format"
  236. [ubuntu] Good Linux Book(s)
  237. [ubuntu] Creating 3D desktop environment ubuntu
  238. [ubuntu] Emerald help please!
  239. [ubuntu] Enable NVIDIA Portrait Mode?
  240. [ubuntu] XP Boot Problem After Ubuntu Install
  241. [ubuntu] Problems when upgraded to hardy and more
  242. [gnome] AWN starts at the top left corner
  243. [ubuntu] [SOLVED] Minimize to tray
  244. [all variants] Websites that refuse to work with Linux D:
  245. [ubuntu] help with NOOB issues?
  246. [ubuntu] Programs keeps randomly closing
  247. [ubuntu] [SOLVED] How to use unallocated space to /
  248. [ubuntu] mysql client not working
  249. [ubuntu] nagios email notification
  250. [kubuntu] Error installing vmware workstation 6