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. [SOLVED] Can't log into Ubuntu
  2. [ubuntu] kill em all
  3. [ubuntu] Upgrade / Update Question
  4. [ubuntu] IMPORTANT: No control over touchpad on Dell inspiron 15R makes Ubuntu unuseable
  5. [ubuntu] fan control (pwmconfig) doesnt work
  6. [ubuntu] Keyring Login and Disk errors
  7. [SOLVED] Ubuntu not showing up for boot on dual boot system with XP pro
  8. [PPC] From where to get Ubuntu Mobile ?
  9. [ubuntu] Updates notifier
  10. [ubuntu] broken ia32-libs on 64bit 10.04 when trying to install Flash
  11. [ubuntu] Partition after partition...
  12. [ubuntu] Temperamental boot
  13. [SOLVED] Mandriva and PCLinuxOS get KP with grub2
  14. [SOLVED] how to listen to internet radio using ubuntu 9.04
  15. [SOLVED] Ubuntu 10.04 won`t shutdown
  16. [xubuntu] Connecting to an external monitor
  17. [ubuntu] PyGTK apps don't work.
  18. [SOLVED] How to share /home partition?
  19. [ubuntu] How Do I Undo the Maverick Meerkat?
  20. [ubuntu] how to tell modem connection type/speed?
  21. [ubuntu] Grep caused my computer to crash
  22. [ubuntu] German language apps?
  23. [ubuntu] Removing Kernel Modules
  24. [xubuntu] Little help for a rookie (xubuntu)
  25. [other_os] Easiest Way to change load order in Grub2?
  26. [all variants] Disable dual monitors when second monitor isn't attached
  27. [ubuntu] Cache / Registry Cleaner
  28. [ubuntu] Ubuntu won't reload after suspend
  29. [ubuntu] Where is are hard disk drives?
  30. [all variants] wheres the source code?
  31. [gnome] Laptop Display Problem
  32. [ubuntu] kmymoney
  33. [ubuntu] Cronjob stops after several seconds?
  34. [SOLVED] Apt pinning quick question
  35. [kubuntu] 8gb Ipod Touch 1g not recognized on Lucid
  36. [all variants] Recommendations for peripherals
  37. [ubuntu netbook remix] Unable to hide certain items in the netbook-launcher by hiding them in "Main Menu"
  38. [ubuntu] Color stripes on screen while booting/installing!!
  39. [SOLVED] help recovering deleted partition
  40. [ubuntu] I think it is time
  41. [ubuntu] Delayed Splash
  42. [ubuntu] About compiling Firefox.
  43. [ubuntu] Sudoers, sudo, su are Inaccessible
  44. [ubuntu] Mouse size changes from destop to application.
  45. [ubuntu] Window controll?
  46. [SOLVED] Lucid Lost DSL Connection
  47. [ubuntu] Help getting wireless set up
  48. [ubuntu] Unsatisfactory characteristics of GRUB 2?
  49. [ubuntu] Dell Studio XPS Problems
  50. [ubuntu] MATLAB 2010b did not lauch
  51. [other] How do i protect my pc?
  52. [ubuntu] Editing Iced Tea's Preferences
  53. [all variants] external harddrive
  54. [ubuntu] How to disable right click mouse button on laptop?
  55. [SOLVED] USB Scanner not detected by any programs
  56. IS there a program for Money Management?
  57. [ubuntu] Change volume for individual applications using terminal
  58. [wubi] Problems choosing a Version & Installing
  59. [ubuntu] Changing GPU clock speeds results in black screen
  60. [SOLVED] Setting the correct time server
  61. [ubuntu] Bash command line help
  62. [all variants] X11 Portforwarding Start Application And Leave It Running
  63. [ubuntu] Get Nautilus to respond to the Back/Fwd buttons of my mouse
  64. [ubuntu] Window preview in workspace switcher gone
  65. [ubuntu] Folder Visible in Ubuntu 10.4 not in Win 7
  66. [ubuntu] how to make folders display as in windows?
  67. [ubuntu] Questions about rolling releases
  68. [SOLVED] Set default Window Manager by user
  69. [ubuntu] Ubuntu is running in low-graphics mode !!
  70. [ubuntu] Somtimes doesn't boot to gui
  71. [ubuntu] Flash is SLOW./Youtube Wtf?
  72. [ubuntu] Amarok
  73. [mythbuntu] DVD doesn't work
  74. [SOLVED] ALSA without PULSE???
  75. [SOLVED] No display...
  76. [SOLVED] remove ubuntu-desktop package?
  77. [all variants] Restoring Partition Table
  78. [all variants] Recovering sent mail in evolution x
  79. [ubuntu] USB Flash Drive not accepted 10.04
  80. [kubuntu] Gnome and KDE at the same time. How is this even possible?
  81. [ubuntu] I can't figure out how work ADB. (SDK)
  82. [ubuntu] Launching x apps to display for a different user/session?
  83. [ubuntu] Can someone tell me what I did with this code?
  84. [all variants] ownerships in /usr/bin
  85. [other] Ubuntu for i/o programming?
  86. [ubuntu] Proxy Configuration
  87. [SOLVED] USB Soundcard not detected aplay -l
  88. [ubuntu] .bashrc help please!
  89. [ubuntu] Hotmail issues, any help please
  90. [ubuntu] Upgrade to 10.04 and strange problem with skype sound
  91. [ubuntu] EeePC - Netbook Remix or Desktop?
  92. [ubuntu] Asus eee PC 1015 PED
  93. [SOLVED] Copy & Paste problem
  94. [ubuntu] Connecting Ubuntu with Olympus VN-960PC
  95. [ubuntu] cant erase files on microsd
  96. [ubuntu] Startup Applications (using terminal)?
  97. [all variants] Can't Remove Empty JPG Image from SD Card
  98. [ubuntu] GDM starts but no login screen available
  99. [ubuntu] Major major problems
  100. [SOLVED] Extracted files Vanishing
  101. [ubuntu] Can't log in; authentication failure
  102. [SOLVED] Wired "host" command problem
  103. Notifier for mail
  104. [kubuntu] Choqok - How to disable notifications?
  105. [ubuntu] Logitech ClearChat PC Wireless headphone/microphone
  106. [SOLVED] BIOS update with Asus M2A-VM
  107. [ubuntu] ecryptfs -> where is my home ?
  108. [ubuntu] Ubuntu login sound plays 4 times in a row.
  109. [ubuntu] Premotedroid - Android remote control bluetooth problem
  110. [ubuntu] Changing subfolders of '/home/user' to lowercase
  111. [ubuntu] Unresponsive 10.04
  112. [ubuntu] Is there a Word Processor with Mail Merge that Works?
  113. [ubuntu] software in ubuntu similar to "splitit"
  114. [other] computer suspend or???
  115. [ubuntu] Ubuntu for Pentium MMX 166Mhz 32MB RAM
  116. [ubuntu] Corrupted files while writing to USB disk with NTFS/FAT 32
  117. [kubuntu] Can't switch users
  118. [lubuntu] Clonezilla backup on iso
  119. [ubuntu] Thinkpad T41 Laptop Sound Problem
  120. [SOLVED] Firefox toolbars
  121. [ubuntu] A Loud "Beep" When I Shut Down
  122. [lubuntu] udev script runs more than once ..
  123. [ubuntu] External Hard Drive - Read Only issue
  124. [ubuntu] Update Java
  125. [lubuntu] execute command without login
  126. [ubuntu] Bootloader doesn't show windows at startup
  127. [SOLVED] Grub Security?
  128. [SOLVED] Ubuntu will not start anymore...
  129. [SOLVED] Is it safe to run devices off of an unpowered USB-hub?
  130. [ubuntu] Password for Guest session
  131. [ubuntu] Software Recommendatio needed: Quotes database list manager
  132. [ubuntu] drive failure detection and notification (email)
  133. [other] new iPod nano?
  134. [ubuntu] Ubuntu won't load, been working for a long time!
  135. [ubuntu] Icons
  136. [ubuntu] Rhythmbox: saving new radio station
  137. [ubuntu] downgrading kernel
  138. [all variants] clone a USB HD to another USB HD
  139. [ubuntu] Wireless network not detected 10.04
  140. [SOLVED] need help with folder permissions
  141. [ubuntu] 10.04 GRUB doesn't boot after sudden restart
  142. [ubuntu] Cario dock layer problem
  143. [ubuntu] Text expander for Ubuntu
  144. [SOLVED] Grub can't find partition at boottime
  145. [ubuntu] Set aMSN to chat account in main menu instead of empathy.
  146. [ubuntu] Best Laptop For Ubuntu?
  147. [ubuntu] dvd rom not working.
  148. [ubuntu] What's with these DBus errors?
  149. [ubuntu] Gnome-do Tracker (search) plugin not working
  150. [SOLVED] I need help with a Transmission init.d script
  151. [ubuntu] Lost graphic login and other things
  152. [ubuntu] Some questions
  153. [ubuntu] Lucid stalls COMPLETELY
  154. [SOLVED] Starting a business - and using linux
  155. [ubuntu] Xorg.conf
  156. [SOLVED] vitual box windows or ie emulator for firefox
  157. [ubuntu] Checking Status of Battery Through terminal
  158. [all variants] dual screen on lucid
  159. [ubuntu] Random Logging Out
  160. [ubuntu] is my video card supposed to appear in my System Monitor?
  161. [ubuntu] Need terminal help for rooting my evo, stuck in the middle.
  162. [ubuntu] all about GRUB
  163. [ubuntu] install mac programs on ubuntu?
  164. [ubuntu] help me to uninstall ubuntu from school pc
  165. [ubuntu] Firefox fails opening PDF files
  166. [ubuntu] swap usage
  167. [ubuntu] Ubuntu 10.04 LTS server hanging during bootup
  168. [ubuntu netbook remix] Mount problems with USB drives and Gparted
  169. [ubuntu] Don't have System -> Preferences -> Display
  170. [ubuntu] Belkin USB drivers
  171. [ubuntu] screwed my bootdrive with fdisk
  172. [SOLVED] Ubuntu Update Manager (not authenticated)
  173. [SOLVED] GREP question.
  174. [ubuntu] Send To in lucid using Thunderbird won't work
  175. [all variants] SSH auto-login script using RSA
  176. [64 bit] Booting problems
  177. [SOLVED] I got a free core!
  178. [ubuntu] selecting kernel on 10.04
  179. [kubuntu] Can't get internet to work in gnome
  180. [ubuntu] Creating/uploading public key
  181. [wubi] Loading
  182. [ubuntu] How to convert ReiserFS to ext2?
  183. [ubuntu] ubuntu acting up..? help please!
  184. [ubuntu] MS Office in Ubuntu
  185. [ubuntu] Blogging Client
  186. [other] automatically make a list of files?
  187. [ubuntu] Ubuntu sync blackberry???
  188. [SOLVED] Trouble with Ubuntu Software Centre
  189. [ubuntu] sendmail, php
  190. [ubuntu] Brasero/DVD shrink screwed up my DVD drive
  191. [ubuntu] ipod problem
  192. [all variants] capture card recomendations.
  193. [ubuntu] No sound from Line In
  194. [other] Rainbow tables on wikipedia?
  195. [ubuntu] ubuntu + widget ? maybe
  196. [gnome] Ubuntu keeps freezing in random situations
  197. [ubuntu] Gwibber Facebook Problem
  198. [ubuntu] Missing disk space
  199. [ubuntu] Strange mouse pointer
  200. [xubuntu] Vino & Vinagre
  201. [all variants] Sending messages to Other Computers on the same network with Write command
  202. [ubuntu] Cant see cursor in Maverick
  203. [ubuntu] gnome-panel icon problem
  204. [ubuntu] Searching in terminal
  205. [ubuntu] Cantara 1.7
  206. [all variants] How to migrate local profile to domain profile?
  207. [ubuntu] /etc/hosts.deny not working as expected
  208. [ubuntu] How to make rsync command open in Terminal?
  209. [ubuntu] Changing the default bittorrent client in Firefox
  210. [SOLVED] trying to create desktop slideshow like cosmos
  211. [ubuntu] .SHR files
  212. [ubuntu] Boot time
  213. [xubuntu] HELP!!! My usb flash drive doesnt pick up in XUBUNTU
  214. [ubuntu] Vanishing Menus
  215. [ubuntu] ClusterF... of a hard drive
  216. [SOLVED] Disabling Power Management
  217. [ubuntu] Troubleshooting vsftpd
  218. [SOLVED] After security update today - Not Authorized to Mount
  219. [ubuntu] Ubuntu Server stops rebooting properly
  220. [ubuntu] Internet stopped working magically, again.
  221. Font not rendering on Login Splash Screen
  222. [ubuntu] Suspend Mode: Drops Network Connection
  223. [all variants] window 7 restarts computer
  224. [ubuntu] Why do I get KDE Office instead of the regular Open Office?
  225. [SOLVED] Preserving Multiboot Setup on Selective Reinstall
  226. [ubuntu] Question on Partitioning - can I increase a partition?
  227. [ubuntu] Skype and lucid....
  228. [ubuntu] using Filezilla to transfer a 20GB file
  229. [ubuntu] System freezes at boot when the package "ubuntu-desktop" is installed
  230. [ubuntu] Static IP problems
  231. [ubuntu] help with jpilot installation
  232. [other] Where is the quick reply icon?!?!!?!?
  233. [ubuntu] Format Program for Ubuntu?
  234. [ubuntu] Clustering
  235. [SOLVED] Mounting from the command line
  236. [64 bit] Which distro for i7
  237. [all variants] include a file in initmfs
  238. [kubuntu] compiz fusion with 10.04
  239. [kde] Renaming photos in KDE4
  240. [SOLVED] software-center doesnt start
  241. [ubuntu] No login window shows up after boot
  242. [all variants] Handwriting Recognition in Notetaking
  243. [ubuntu] 10.4 Freezing
  244. [ubuntu] Please help. Another visudo problem
  245. [ubuntu] NameError: global name 'os' is not defined
  246. [ubuntu] VNC Woes
  247. [SOLVED] Boot Error
  248. [SOLVED] dd growth, rm not working?
  249. [other] ubuntu-help.com
  250. [ubuntu] How much memory do your ubuntu use