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] Apple Alu BT Keyboard and Ubuntu 9.04? Need Help!
  2. [ubuntu] How to increase swap size?
  3. [ubuntu] Mounting VirtualBox addons
  4. [ubuntu] Need help - Windows does not boot..
  5. [ubuntu] How to give program permission to write files??
  6. [ubuntu] Screwed up my x server
  7. [all variants] Thesaurus in Open Office
  8. [ubuntu] Custom Launcher Icons
  9. [ubuntu] system crashed when put out hdd with windows
  10. [ubuntu] [SOLVED] Where is all my space in /home?
  11. [ubuntu] How to set group id for a hard disk mounted via fstab
  12. [ubuntu] Typing Maniac on Facebook Not working
  13. [all variants] My thoughts: Webcam and Hardware Issues, the ultimate issues with Linux
  14. [ubuntu] Annoying shadows
  15. [ubuntu] Problems loggin in
  16. [ubuntu] Grub error 22 Help Needed!!!
  17. [ubuntu] mobile broadband
  18. [ubuntu_studio] conky help
  19. [ubuntu] Suddenly Slow Boot help
  20. [ubuntu] Camera automounted - where?
  21. [ubuntu] how to convert rpm to sh file
  22. [ubuntu] Modifying grub menu list
  23. [ubuntu] Can I autorun a 2nd ubuntu with qemu on login?
  24. [ubuntu] Authentication error on start up
  25. [ubuntu] Google Earth detected an error while trying to authenticate.
  26. [ubuntu] My installs doesnt work anymore
  27. [ubuntu] java blue j
  28. [ubuntu] dspace installation failed
  29. [ubuntu] I messed up X.org!!
  30. [ubuntu] Trouble reading ipod
  31. [ubuntu] [B]cursor problem[/B]
  32. [wubi] Reduce WUBI OS select wait time
  33. [ubuntu] Can't Access Trash, Computer, or Network Locations
  34. [ubuntu] fresh install cant find drivers
  35. [ubuntu] How to access the windows drive(c:)
  36. [ubuntu] Failed to run depmod; bus error
  37. [ubuntu] sendmail problem, nothing recieved.
  38. [wubi] It's impossible to run the installer
  39. [ubuntu] php statements not processed
  40. [ubuntu] Strange problem with locales and some programs.
  41. [ubuntu] delete folder/files but not to bin?
  42. [ubuntu] Low Resolution
  43. [all variants] How to get list of directorys in a directory as a list in a file
  44. [ubuntu] wallpaper change
  45. [ubuntu] size of boxes
  46. [SOLVED] Arch will not boot!@$
  47. [ubuntu] Avant Window Navigator (AWN) - Applet won't leave (and keeps multiplying)
  48. [ubuntu] 9.04 powers down but system halts - help?
  49. [ubuntu] Not enough disk space
  50. [ubuntu] gm-notify no icon in system tray
  51. [kubuntu] Help With Flash
  52. [ubuntu] Two PGP signatures - need help manually selecting one
  53. [SOLVED] Trouble with TwinView
  54. [ubuntu] Lost Evolution accounts & Lost Bookmarks
  55. [ubuntu] How to merge different text files to a single text file
  56. [ubuntu] Update Manager slow all of a sudden
  57. [ubuntu] Help!!! stuck in terminal mode
  58. [all variants] Problems with vsftpd
  59. [ubuntu] How Do I change the default image viewer?
  60. [ubuntu] System monitoring daemon to generate alerts
  61. [ubuntu netbook remix] help!
  62. [ubuntu] whats wrong with my ubuntu 9.04 on start up?
  63. [ubuntu] Vista 1 click
  64. [ubuntu] Resolution is stuck on low after install Ubuntu 9.04
  65. [ubuntu] Random Person on my LAN??
  66. [ubuntu] Portable Device (SanDisk Sansa Fuze) Not Responding
  67. [ubuntu] dd'd the front of my storage drive
  68. [ubuntu] Can't connect to MSN in pidgin (Gutsy Gibbon 7.10)
  69. [ubuntu] Radeon HD 4850 having troubles with recommended 3rd party drivers
  70. [ubuntu] Hard disk full !! How to restore ??
  71. [ubuntu] mdadm naming issues
  72. [ubuntu] Ubuntu froze, upon restart, Pidgin doesn't work. (terminal post included)
  73. [ubuntu] vbox doesn't detect usb devices
  74. [ubuntu] Swiftfox or Swiftweasel
  75. [all variants] Accidently chmod 777
  76. [ubuntu] Help with WINE Installation.
  77. [ubuntu] Changing the Ubuntu start Icon. (nothing I have read is working!)
  78. [ubuntu] NTFS Formatting
  79. [all variants] /etc/ssh Permission
  80. [ubuntu] xbox 360 constantly losing connection to my Ubuntu laptop
  81. [ubuntu] VMWare Server - Remote USB device error
  82. [all variants] Help with Grub Error 17
  83. [ubuntu] Getting a Lacie hardrive working on Linux, Mac and Windows
  84. [ubuntu] Proxy Settings in torrents
  85. [ubuntu] video crashing
  86. [all variants] lm-sensors graphics cards
  87. [ubuntu] Tomboy Notes Template Problem
  88. [ubuntu] no root file system is defined
  89. [ubuntu] Screen recorder for Ubuntu Jaunty?
  90. [ubuntu] lost "kernel 2.6.28-13" in boot options
  91. [ubuntu] Quick Access to Calendars and Email
  92. [ubuntu] Best approach of running Win programs in Linux? What's your opinion?
  93. [ubuntu] Where's my disk space?
  94. [ubuntu] Pasting Files
  95. [ubuntu] *some* MP3s shared on Ubunut PC have duration of 0:00 on Windows XP PC
  96. [ubuntu] Midori 1.7 & rst2html.py
  97. [ubuntu] Help with updating
  98. [ubuntu] Installing kmymoney2-0.9.3 in Jaunty
  99. [ubuntu] Uninstallation.
  100. [ubuntu] Mounting a USB flash drive
  101. [ubuntu] Recording your screen
  102. [ubuntu] Can't login after activating FGLRX graphics driver
  103. [ubuntu] 9.04 very slow all of a sudden...strange icons on panel...firefox slow too
  104. [ubuntu] Thumbnails and mp3 players.
  105. [ubuntu] dell desktop pc ,with ubuntu.
  106. [ubuntu] Keyboard change for additional languages
  107. [ubuntu] wine libgnutls-dev not found
  108. [kubuntu] Cant get Cricket A600 wont connect
  109. [ubuntu] Disable Automatic Saving of Firefox Tabs on Logout/Shutdown
  110. [ubuntu] Beginner seeking help partitioning in order to install Ubuntu while maintaining XP
  111. [all variants] How do you make PERMANENT CHANGES in xournal?
  112. [ubuntu] Damaged OS
  113. [ubuntu netbook remix] Lost wicd tray icon, cannot get it back
  114. [ubuntu] OEM stuff...
  115. [ubuntu] Need Help Deleting a folder with Root Privileges
  116. [all variants] Exporting single contacts from Thunderbird
  117. [ubuntu] flash player
  118. [ubuntu] synaptic manager error message
  119. [ubuntu] Using suspend mode
  120. [ubuntu] lxdream
  121. [ubuntu] Jaunty wont startup
  122. [ubuntu] Logitech USB Headset h330
  123. [ubuntu] how to edit nzb file to download pars only in hellanzb
  124. [ubuntu] I want to make my own panel widget thing.
  125. [ubuntu] Lost Network Manager icon in panel
  126. [ubuntu] Partioning Help
  127. [ubuntu] Fastest way to make a raw image, dd?
  128. [SOLVED] Ubuntu 9.04 raid grub error 17
  129. [ubuntu] boots to garbled display (i need to correct display settings)
  130. [ubuntu] Can Transmisson encrypt torrents?
  131. [ubuntu] HellaNZB killing whole system.
  132. [ubuntu] New User Desktop Effects
  133. [ubuntu] /var/cache/apt/archives as offline backup of installed programs?
  134. [ubuntu] Launching VMware?
  135. [other] Ubuntu and friends.
  136. [ubuntu] Access files in other than current linux system from terminal
  137. [all variants] current state of ext4, as of july 09, with 9.04?
  138. [ubuntu] How can a program screws up the sound of another?
  139. [gnome] Gnome Power Applet not displaying the correct time
  140. [ubuntu] Startup problems
  141. [ubuntu] Graphics problem
  142. [ubuntu] Ubuntu wont start up right.
  143. [ubuntu] Trouble Backing up home directory
  144. [all variants] Crontab Problem...
  145. [all variants] lock a window to prevent accidental closing
  146. [ubuntu] Switched to static IP but could not connect to Internet
  147. [ubuntu] Auto shut-down..? "Floating Softwares"...
  148. [ubuntu] No boot options
  149. [ubuntu] cant play urban terror
  150. [ubuntu] Update Manager Installation Error
  151. [ubuntu] installed mencoder but cant find it
  152. [ubuntu] Can I extend my /home partition?
  153. [ubuntu] External Hard Drive Boot Stage 1.5 Error 2
  154. [ubuntu] Screen Resolution
  155. [other] open office won't let me spell check in Spanish
  156. [ubuntu] Creative Sound Driver
  157. [ubuntu] I made a powerpoint in Word, and want to Spanish spell check it in Office
  158. [ubuntu] Mencoder converting files
  159. [gnome] screen flashes randomly every 15 seconds or so
  160. [ubuntu] Crash on suspend - sync_inodes_sb
  161. [ubuntu] ant fresh_install
  162. [ubuntu] Error
  163. [ubuntu] Have I been hacked? If I have, he failed Miserably!!!
  164. [ubuntu] NSV with VLC player
  165. [ubuntu] All system policy dialogs not accepting password
  166. [all variants] How do I make programs load fully into ram?
  167. [ubuntu] D-Bus error
  168. [ubuntu] Converting a VirtualBox installation to wubi
  169. [ubuntu] How to install VMware on Ubuntu
  170. [ubuntu] Problem with VNC - xdisplay
  171. [ubuntu] How to remove Evolution without breaking Jaunty 9.04
  172. [ubuntu] Accessing installed Apps via Synaptic
  173. [ubuntu] CalendarServer users authentication
  174. [all variants] Cyrillic Characters Displayed Incorrectly
  175. [all variants] Office file Author search (EXIF/ID3 for documents)
  176. [ubuntu] "Dput" Error When Installing Software?
  177. [ubuntu] Second Life wont work :(
  178. [ubuntu] Can Anyone Explain This Bug Report To Me?
  179. [ubuntu] General question about update...
  180. [all variants] Simple Script to (Successively) Load All Photos into GIMP (other other app) for Edit?
  181. [ubuntu] Running old HDD from external docking station.
  182. [ubuntu] 8.04/8.10/9.04/UNR which and why? (intel GMA)
  183. [kubuntu] hardware drivers - selecting graphics drivers does nothing
  184. [ubuntu] How to restore lost data?
  185. [ubuntu] Inode sizes
  186. [ubuntu] Portable ubuntu
  187. [ubuntu] backing up file system and home
  188. [ubuntu] how to change monday as a first day of a week in calendar
  189. [ubuntu] screen resolution, sun virtual box
  190. [ubuntu] Flash Players and the LiveCD
  191. [ubuntu] tuition needed
  192. [ubuntu] Volume label weirdness
  193. [kubuntu] Update error - need some help.
  194. [ubuntu] Modifying files through a network / permission problem
  195. [ubuntu] gcc outputting weird characters
  196. [ubuntu] synaptic issue
  197. [ubuntu] Grub loading... error 18
  198. [ubuntu] Question about RAM
  199. [all variants] Can't create folder because already used in this folder -> can't find it
  200. [ubuntu] Private help please?
  201. [ubuntu] can't use Opera after install
  202. [ubuntu] Trash problem!?
  203. [ubuntu] GRUB error .... again!
  204. [ubuntu] JJ 9.04 (32 bit): Amarok 1.4 can't connect iPod Classic
  205. [ubuntu] SMB Share Error d??? - Works on 8.10 doesnt work on 9
  206. [ubuntu] firefox can only browse with IP
  207. [ubuntu netbook remix] lost all audio
  208. [ubuntu] strange playback problem
  209. [ubuntu] crafty chess not working
  210. [ubuntu] New user--can't get pictures and large text clear
  211. [ubuntu] Gconf, nautilus and me
  212. [ubuntu netbook remix] MSI wind external monitor function keys (and resolution detection!).
  213. [ubuntu] problem with storage
  214. [all variants] Your Partition Strategy
  215. [ubuntu] Boot menu help
  216. [kubuntu] Flash works in Konqueror but not Opera
  217. [ubuntu] help!! ALERT! /host/ubuntu/disks/root.disk does not exist
  218. [ubuntu] how can I switch from nautilus to PCMAN file manager?
  219. [gnome] Program bar not appearing in panel
  220. [SOLVED] not wanted backup file
  221. [ubuntu] cannot type double quotes " in ubuntu linux
  222. [ubuntu] No internet via Virtualbox, XP as guest
  223. [ubuntu] Sound doesn't work :/
  224. [ubuntu] send email in command line at startup
  225. [ubuntu] Improved interface
  226. [ubuntu] Synaptic is not displaying packages from recently added repos
  227. [ubuntu] fsck numbers
  228. [ubuntu] Mirror down?
  229. [ubuntu] Best Mail+Calendar solution - (Sunbird+Thunderbird)?
  230. [ubuntu] Can I use it in the internet?
  231. [ubuntu] install issues with albaextractor
  232. [other_os] Different encoding on local computer and shell host
  233. [ubuntu] New to Ubuntu
  234. [all variants] Gnome-Scheduler Cron Perplexing Problem
  235. [ubuntu] Torrent downloads stop (azureus or transmission) when computer idle
  236. [ubuntu] Boot Errors After Update
  237. [all variants] Is Lm-sensors and sensors broke?
  238. [ubuntu] Firefox not rendering certain pages properly in jaunty 64 bit
  239. [ubuntu] NO CD Drive
  240. [ubuntu] Internet connection
  241. [all variants] Resolution too low
  242. [all variants] "Invalid encoding" -- recursive recode?
  243. [ubuntu] Grub detects two Ubuntu
  244. [all variants] adjusting graphics resolution settings
  245. [ubuntu] Updating apps and shutting down
  246. [SOLVED] How do I create a torrent file in terminal, I'm at a loss.
  247. [ubuntu] Vital system configuration files - how to find them ?
  248. [ubuntu] problem installing on new hard drive
  249. [ubuntu] Start in a specific directory when opening gnome-terminal
  250. [ubuntu] Ubuntu 9.04 Nvidia X Server Settings Dual monitor help