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. [kubuntu] Where is the splash screen theme configuration file?
  2. [kubuntu] Bad superblock! Help please!
  3. [SOLVED] Restore admin rights
  4. [ubuntu] 10.04 doesnt boot after installation
  5. [ubuntu] Lenovo_Thinkpad_Edge
  6. [ubuntu] No DVD/CD in ubuntu 10.04??
  7. [ubuntu] Firefox.. Lockdown
  8. [ubuntu] Choice of file system for dual boot with Win7.
  9. [ubuntu] laserjet 1320 printer suddenly "not connected" in 10.04
  10. [ubuntu] Clonezilla on 10.4 multimple hard drives
  11. [SOLVED] Clean up by date
  12. [ubuntu] (Lucid) Refuses to boot - WiFi-Stick responsible?
  13. [SOLVED] Changes To Audio Have Rendered My Mixer Apps Useless
  14. [ubuntu] What part of ubuntu is responsible for the laptops Fn+F1-12 shortcuts
  15. [kubuntu] Synaptic Segmentation Fault (HELP!)
  16. [ubuntu] Handbrake
  17. [SOLVED] cannot stop update manager from booting at startup
  18. [SOLVED] Working ISO refuses to mount under Ubuntu
  19. [SOLVED] Need help recovering Data from an Old Hard Drive
  20. [ubuntu] Can I use a visual boot screen when starting my PC?
  21. [ubuntu] Webcam Activation
  22. [ubuntu] need help installing compiz 0.9.0
  23. [SOLVED] How do I get the latest version of dcraw please?
  24. [SOLVED] Mouse cursor theme not changing
  25. [ubuntu] Two admin accounts
  26. [ubuntu] Playing DVD movie
  27. [SOLVED] Tbird will not start after upgrading to 3.1 using Ubuntuzilla
  28. [ubuntu] Any Theme Modders here?
  29. [ubuntu] Anyone know a good seamless windows emulator?
  30. [SOLVED] start up script help.
  31. [SOLVED] Ubuntu 10.04 & 9.10 freeze all the time
  32. [ubuntu] Needs problem
  33. [SOLVED] samba wont start on boot
  34. [ubuntu] Ubuntu partition on rEFIt "Legacy"
  35. [all variants] dpkg -i wvdial-1.61.tar.gz
  36. [ubuntu] SSH: Permission denied (publickey)
  37. [SOLVED] .bashrc function tab completion problem
  38. [SOLVED] Ubuntu 8.04 minimal install
  39. [ubuntu] iWeb equivalent for Linux?
  40. [ubuntu] Grub rescue prompt
  41. [ubuntu] desktop and file browser f-ed?
  42. [ubuntu] Converted .avi videos are not recognized on DVD player
  43. [SOLVED] Computer freezes when opening any random app
  44. [ubuntu] laptop help.
  45. [SOLVED] Python 100% on one cpu of dual core
  46. [SOLVED] Ubuntu Software Center closes after "install" is clicked
  47. [ubuntu] installing non ubuntu applications
  48. [all variants] Booting Windows 7 Breaks GRUB
  49. [SOLVED] how to locally mount a folder residing on the server
  50. [ubuntu] Dell Studio 1555 w/ Ubuntu
  51. [ubuntu] Filesystem manager goes forever
  52. [ubuntu] I'll tell you what I want, what I really really want
  53. [other] Ubuntu hardware and implementation NW England
  54. [ubuntu] Crux Theme Issue
  55. [ubuntu] Firefox crashes after update
  56. Ubuntu, Ext Hd is inviible Seagate
  57. [ubuntu] laptop help part 2
  58. [SOLVED] Cleaning up the grub menu
  59. [xubuntu] rdesktop in Xubuntu
  60. [ubuntu] Evolution's "Remember Password" is driving me nuts!!
  61. [SOLVED] Cat Large Files
  62. [ubuntu netbook remix] How Do I Get Built in mic to work on asus 1005ha
  63. [SOLVED] remove minimize effect openbox
  64. [ubuntu] a linux distribution and a win7 already,now wanning install a ubuntu10.04,howto?
  65. [ubuntu] 1080p or 720p HTPC
  66. [ubuntu] Deborphan Question
  67. [all variants] bash script ? : how to create update function for program
  68. [SOLVED] Can someone translate this script? (malicious script)
  69. [ubuntu] Setup did not find any HD installed in your computer
  70. [ubuntu] Pre-execution command on LuckyBackup not really pre-execution
  71. [ubuntu] unable to open bin folder
  72. [ubuntu] Update Manager Errors Ubuntu 10.04 (Lucid)
  73. [SOLVED] Update broke system
  74. [ubuntu] on start up it gives me an error "no such device"
  75. [ubuntu netbook remix] problems with boot, and hardware device..
  76. [ubuntu] Nvidia removal
  77. [other] Wireless desktop possible as Windows XP home edition?
  78. [ubuntu] 10.04 Android OS Make Error
  79. [SOLVED] Youtube isnt working
  80. [ubuntu] .bat or .sh dont open in terminal
  81. [ubuntu] cron godaddy dedicated setting
  82. [ubuntu] Can't wake from sleep
  83. [ubuntu] Opening split RAR files?
  84. [ubuntu] Hide Windows option on boot up of dual O/S machine
  85. [ubuntu] flashplayer+sound problem.
  86. [wubi] Wubi - edit grub menu list
  87. [ubuntu] How to be able to create dir in FireFTP
  88. [ubuntu] If Xorg doesn't exist - what handles video?
  89. [ubuntu] System Monitor Applet Hangs (and more)
  90. [ubuntu] Synaptic package manager???
  91. [all variants] What Program/System Settings/Config Files Can Be Copied Over to a New Ubuntu Install?
  92. [all variants] Use grub instead of grub2?
  93. [ubuntu] username+clock
  94. [ubuntu] External HD - still flashing after safely removed
  95. [other_os] How old is Debian "Testing"
  96. [ubuntu] Ubuntu 9.10 not booting
  97. [ubuntu] Windows startup prob in dual-boot configuration.
  98. [ubuntu] recovering changed partition in UBUNTU 9.10
  99. [SOLVED] Opera 10.60 refuses to start from KDE menu
  100. [ubuntu] No flash hardware acceleration?
  101. [ubuntu] Help with Intel HDA!!!
  102. [ubuntu] Cups
  103. [ubuntu] question
  104. [ubuntu] rc.local is not executing on boot
  105. [ubuntu] Radio station
  106. [SOLVED] Dual Booting
  107. [ubuntu] compile module hello.ko error
  108. [ubuntu] Compiz No Longer Runs
  109. [ubuntu] Thunderbird new mail notification icon missing
  110. [64 bit] How To: TweetDeck on Ubuntu 10.04 64-bit
  111. [ubuntu] sound
  112. [ubuntu] A game in ubuntu.
  113. [ubuntu] Do you use the 64-bit version of 10.04?
  114. [ubuntu] grub2 won't load pc Linux
  115. [ubuntu] Ubuntu 10.04 freezes
  116. [ubuntu] JRE classpath problem
  117. [all variants] plugin treats pdf files differently
  118. [ubuntu] Having Problems with Ubuntu 10.04
  119. [ubuntu] Ubuntu 10.04 red5 install
  120. How Do I Log in as Owner?
  121. [ubuntu] Problem mounting hdd partitions
  122. [ubuntu] do I need a HD to run Ubuntu?
  123. [all variants] Reduce Power / Power Saving
  124. [kubuntu] Calibre 0.7.7 command
  125. [ubuntu] Adobe connect featurs don't work for me as a audience
  126. [ubuntu] how to edit a file that is read only
  127. [ubuntu] Upgrading to Python 2.7
  128. [ubuntu] Getting no "quiet splash" boot with Lucid
  129. [ubuntu] pyCracker&aircrack
  130. [ubuntu] Boot problems after updates applied
  131. [ubuntu] Fixing MBR using livecd?
  132. [ubuntu] HELP! Windows Cannot Boot!
  133. [ubuntu] OpenVPN connected but not connected
  134. [SOLVED] USB drive error...???
  135. [ubuntu] turn off update for package via apt-get
  136. [SOLVED] HP Laserjet 4 Plus W2 Invalid Pers
  137. [ubuntu] Ubuntu Software Center
  138. [SOLVED] cannot connect to wireless networks through user!! i'm in deep ** trouble!
  139. [ubuntu] How do I encrypt a single file in Ubuntu 10.04?
  140. [ubuntu] Why does see horse unlock the 'keyring' and show passwords?
  141. [ubuntu] problem booting Ubuntu 10.4 from USB
  142. [ubuntu] programs to schedule ebay listings?
  143. [SOLVED] ~/.gvfs attributes messed up?
  144. [other] Acroread
  145. [ubuntu] fire fox shuts down desktop
  146. [SOLVED] Plymouth usually boots in low res text mode
  147. [ubuntu] proftpd resume
  148. [ubuntu] Issues with installing BURG. Terminal contents inside.
  149. [ubuntu] Openoffice not starting
  150. [all variants] Help...Problems with second pointer with xinput
  151. [ubuntu] Start Nautilus in Split-Pane mode
  152. [ubuntu] Moan about the character map
  153. [ubuntu] Help! Disk boot failure.
  154. [ubuntu] Dreamweaver alternative
  155. [all variants] Where are my services?
  156. [ubuntu] Ubuntu Keeps Crashing
  157. [ubuntu] Boot from usb HD
  158. [ubuntu] Black screen, still running
  159. [SOLVED] Remove Docky Anchor Icon
  160. [SOLVED] Which flash for firefox, ubuntu 10.04 64bit
  161. [other] Sync POP3 or allow archive of IMAP mail account
  162. [kubuntu] ubuntu 9.10
  163. [ubuntu] Google Gadgets Sidebar
  164. [ubuntu] Lots of problems
  165. [ubuntu] Getting into Grub in Lucid
  166. [ubuntu] image manipulation in bash scripting
  167. [ubuntu] I need a compiler to cross compile openswan for cygwin
  168. [other_os] Would normal partitoning give Linux a space for it to be installed?
  169. [ubuntu] screenshot bash script. help :-<
  170. [ubuntu] Opera 10.6 minimize maximize and close
  171. [ubuntu] Can't access network pc with name, only IP address..
  172. [ubuntu] So many photos, so little time
  173. [ubuntu] Help!! Installation fail.
  174. [SOLVED] Forum dropdown menus won't work anymore - firefox or chrome
  175. [ubuntu] Please help - ubuntu is running in low graphics mode???
  176. [all variants] Corrupted tar files?
  177. [ubuntu] Installing themes
  178. [SOLVED] Removing mount point from thumb drive
  179. [ubuntu netbook remix] need help changing layout in 10.04
  180. [all variants] Stuff to do when reinstalling Ubuntu (your linux cheatsheet)
  181. [ubuntu] Why is my computer so RAM hungry?
  182. [xubuntu] Xubuntu logon goes to TTY
  183. [SOLVED] Another "Firefox won't start" problem
  184. [ubuntu] uname -r returns wrong kernel
  185. [ubuntu] not able to use -X: Which software do I need to install?
  186. [ubuntu] google earth icon still in applications menu even though ive uninstalled it, how...
  187. [ubuntu] I feel stupid. I can't delete another account on my latop.
  188. [ubuntu] getting out of fullscreen mode
  189. [ubuntu] what can one do if network manager disappears
  190. [ubuntu] Backup main partition (Ext4)
  191. [ubuntu] Internet doesnt work
  192. [SOLVED] Having Problems Mounting Ext4 External Hard Drive
  193. [ubuntu] equivalent for IRIX's 'bstream' command
  194. [ubuntu] How to Auto Select Ubuntu at startup
  195. [SOLVED] Ubuntu 10.04 Using Over nearly 2 Gigs of RAM at Start-up
  196. [ubuntu] batch image resize resample program ?
  197. [SOLVED] can't find shutdown button
  198. [ubuntu] grub error no partition
  199. [ubuntu] Ubuntu not booting.
  200. [SOLVED] XP won't boot after upgrading to 10.04
  201. [SOLVED] Error mounting: mount exited with exit code 1
  202. [ubuntu] Video Card Glitching Out
  203. [all variants] how to change shortcut keys used in terminal?
  204. [ubuntu] New To Ubuntu Please Help
  205. [SOLVED] Can't mount an external hard-drive
  206. [ubuntu] sda into hda
  207. [SOLVED] Can't see 9.10 files when in 10.04??
  208. [ubuntu] please help: Presario cq60-210US Wifi not working any more
  209. [ubuntu] Docky Indicator Colors?
  210. [kubuntu] how do i load music onto my blackberry pearl with linux?
  211. [ubuntu netbook remix] File lost
  212. [SOLVED] Exchange account just stopped working in Evolution, very odd.
  213. [SOLVED] Nexius. It wont work?
  214. [all variants] OpenOffice Save Cmd in Calc
  215. [lubuntu] 10.04 very very slow internet
  216. [ubuntu] Media Card Reader
  217. [lubuntu] Logitech app not working?
  218. [lubuntu] Apps for Soundblaster live
  219. [SOLVED] Version recommendation
  220. [SOLVED] user/group management
  221. [all variants] Bootloading and BIOS limitations
  222. [ubuntu] Where is ".purple" located?
  223. [ubuntu] Broken Package When Updating VLC
  224. [ubuntu] Relay access denied
  225. [ubuntu] share external usb drive with ubuntu
  226. [ubuntu] MS Office on low end desktop
  227. [ubuntu] Firefox download vs stream issue
  228. [SOLVED] Very, very basic question
  229. [SOLVED] trying to save power and avoid heating by powering server off durring day
  230. [ubuntu] Frequent WiFi Disconnects in 10.04?
  231. [SOLVED] Save data on HD
  232. [all variants] 3D editor for physics illustrations
  233. [other] Bootmenu gone
  234. [ubuntu] ubuntu app startup problem
  235. [ubuntu] "background" app mystery
  236. [all variants] Finding out DVD/CDRW speed in Linux
  237. [SOLVED] User-specific hosts file?
  238. [SOLVED] Joomla on 10.04
  239. [ubuntu] wireless printer problem
  240. [SOLVED] Lucid Linx Freezes
  241. [ubuntu] Hibernation Trouble
  242. [SOLVED] Home Directory?
  243. [ubuntu] What am I doing wrong?
  244. [ubuntu netbook remix] Constant Screen Flashing on Boot Up
  245. [ubuntu] How to get JAVA?
  246. [all variants] top and load disagree?
  247. [SOLVED] Screen Resolution Issue
  248. [ubuntu] usb drive, sd card not detected
  249. [ubuntu] hey guys, nub here needs help
  250. [ubuntu] Update Manager Failing