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] Simple solution for button positions in Ubuntu Lucid Lynx
  2. [ubuntu] problems using apt-get install
  3. [ubuntu] Can't change plymouth theme for login, works on logout
  4. [ubuntu] How to disable logging?
  5. [SOLVED] ubuntu 10.04 - Make VLC player as default for mp4 files
  6. [ubuntu] Error while mounting External Drive
  7. [ubuntu] how to make firefox feel like old firefox in 10.10
  8. [ubuntu] Screen color and speed issues
  9. [ubuntu] 10.04 LTS - Desktop or Server ?
  10. [ubuntu] Simple Scan Page Size Problems
  11. [ubuntu netbook remix] Windows Management
  12. [SOLVED] Empathy's avatar cache (telepathy/msn)
  13. [other] How can I got Threads I Posted some days ago?
  14. [ubuntu] empathy workarounds.
  15. [ubuntu] Running from ExtHDD?
  16. [other_os] Tripple Boot, Win7/Ubuntu/Backtrack error
  17. [ubuntu netbook remix] Ubuntu won't start up!
  18. [ubuntu] bash: syntax error near unexpect token '('
  19. [ubuntu] Kernal Panic: Could not find fs on unknown boot (sda 0,0)
  20. [ubuntu] claws-mail system tray persistence
  21. [ubuntu] recovering corrupt JPEG files from CD
  22. [all variants] Torrent Files
  23. [ubuntu] Ubuntu as HTPC problems
  24. [ubuntu] Adjust Force Quit Delay
  25. [ubuntu] Desktop ToDo list widget
  26. [ubuntu] Running Windows games in Ubuntu
  27. [SOLVED] Can't install nvidia 190 on Karmic
  28. [gnome] getting rid of panel applet Handles
  29. [ubuntu] Cursor isnt changing properly
  30. [SOLVED] [b]Bold Headings in Forum Threads[/b]
  31. [64 bit] Grub2 Loader issue when running "update-grub"
  32. [ubuntu] Installing a replacement network card
  33. [ubuntu] How I Fixed My Crasing nVIDIA Problem....
  34. [ubuntu] Update consistently screws up programs
  35. [ubuntu] Getting the right package to report a bug
  36. [SOLVED] Excessive memory use in 10.04
  37. [ubuntu] Distorted login display & hangs on keyring password dialog
  38. [all variants] How to check burned CD/DVD
  39. [ubuntu] Scroll Touchpad Not Working
  40. [64 bit] [Ubuntu] Computer hangs on login
  41. [ubuntu] Dual Monitor Problem
  42. [ubuntu] command prompt appears instead of gui
  43. [ubuntu] inhibit applet command line?
  44. [ubuntu] installing apps _other than_ the latest version?
  45. [ubuntu] Xorg Crashes When using a full screen app
  46. [ubuntu] Opening and using Rar file
  47. [ubuntu] Mount Error during startup after 10.04 upgrade
  48. [ubuntu] keyboard/mouse inop when resuming from suspend
  49. [ubuntu] Gnucash qif import problem
  50. [ubuntu] Gnome won't start on 10.04
  51. [ubuntu netbook remix] Default MP3 player
  52. [SOLVED] Is Ubuntu 10.04 slower...???
  53. [ubuntu] Question regarding installing downloads
  54. [ubuntu] CD problem...
  55. [ubuntu] Removing Flawed Ubuntu installation
  56. [ubuntu] errors While trying to run savage 2
  57. [ubuntu] MagicQ on 10.04
  58. [SOLVED] USB drives not working after upgrade to Lucid
  59. [SOLVED] No grub2 boot menu
  60. [SOLVED] openvpn error
  61. [ubuntu] Lucid and VMWare player performance issues
  62. [all variants] Best ownerless filesystem?
  63. [ubuntu] Help with program installation.
  64. [ubuntu] Error while trying to compile driver
  65. [ubuntu] Directory/Folder comparison tool
  66. [ubuntu] Need help booting OS X from Grub
  67. [SOLVED] Lucid - bunch of problems
  68. [ubuntu] Blank screen at check defects using 9.10 LiveCD
  69. [SOLVED] ext4 vs reiserfs
  70. [ubuntu] problems with external drives/flashdrives/disc drives not being picked up on Lynx.
  71. [ubuntu] Problems after computer problem
  72. [ubuntu] usb_set_interface failed - logitech usb devices
  73. [ubuntu] How to use Mondo Rescue at Ubuntu 10.4 LTS?
  74. [other_os] Messed both mbr and grub.
  75. [other] Compiling a kernel => root fs won't mount
  76. [ubuntu] "weird message" on opening google chrome
  77. [64 bit] I disabled all start-up items now when i click on login it doesn't do anything.
  78. [ubuntu] grub problem on dual boot
  79. [ubuntu] pdf2djvu problems
  80. [ubuntu] Acer Aspire 5515 & Ubuntu 8.04
  81. [gnome] Python drag window around
  82. [ubuntu] Problems with update manager and ifuse.
  83. [ubuntu] Compiz and docky
  84. [SOLVED] Automatic mounting issue
  85. [ubuntu] DeVeDe Converting Files With Long Blanks At The End
  86. [ubuntu] Tell Empathy not to remember password?
  87. [ubuntu] Sound Problem
  88. [all variants] I've had it with Plymouth/ Usplash Idea
  89. [all variants] clonezilla- most useless error message *ever*
  90. [ubuntu] How to uninsntall grub then install on
  91. [ubuntu] Issues with xmame & wahcade
  92. [lubuntu] How to clean Gwibber cache???
  93. [ubuntu] Sopcast - a definitive guide to installing please?!
  94. [ubuntu] Startup Applications Appear in Duplicate
  95. [all variants] Can't Parition
  96. [ubuntu] Error 13: Invalid or Unsupported Executable format
  97. [ubuntu] Idea: Downgrade function ?
  98. [ubuntu] Connecting Garmin Forerunner 405CX and Pytrainer to Ubuntu...
  99. [ubuntu] Now it is a USB floppy problem
  100. [all variants] dd a bootable USB
  101. [SOLVED] Execute a command when power supply is disconnected?
  102. [xubuntu] Xubuntu opens software center upon login.
  103. [SOLVED] Settings lost after each reboot...Please help!
  104. [ubuntu] Sandbox in Ubuntu?
  105. [ubuntu] Open Office
  106. [ubuntu] display progress bar using cp (if possible mv also)
  107. [ubuntu] Slow download speed
  108. [ubuntu] Lucid automatically mounting Windows partitions
  109. [lubuntu] broadcom wireless
  110. [ubuntu] 10.4: Programs keep crashing.
  111. [ubuntu] Top and bottom desktop panels disappear
  112. [ubuntu] Conversion from ppt to odp problems
  113. [ubuntu] Ubuntu installation on XP
  114. [ubuntu] every thing stopped
  115. [ubuntu] fstab mount NFS, but no autoload on boot
  116. [other] wget question
  117. [all variants] Build Lucid VM with vm-builder on Hardy
  118. [ubuntu] Executing script for every process before it starts
  119. [xubuntu] Weak Passwords
  120. [ubuntu] What privileges does initial user have?
  121. [kubuntu] file compare on different PC's?
  122. [ubuntu] My computer will not start
  123. [ubuntu] Rhythmbox - Radio Stop
  124. [ubuntu] Kogi Monitor Oversize problem
  125. [ubuntu] I have no memtest86+ on 10.04
  126. [ubuntu] Script to auto install PPA's
  127. [SOLVED] Firefox Ubuntu 10.04 image quality
  128. [wubi] ubuntu boot slooooow
  129. [ubuntu] Conky Help...should be easy
  130. [ubuntu] lucid lynx doesn't recognize flash drives or external dvd/cd roms
  131. [SOLVED] Simple sed question
  132. [ubuntu] Open Office Not working
  133. [ubuntu] No xorg.conf
  134. [ubuntu] Not detecting blackberry mass storage
  135. [ubuntu] Sound plays through both headphones and speakers simultaneously
  136. [ubuntu] Ubuntu part uninstall and windows 7
  137. [ubuntu] Memory Reading Problem
  138. [ubuntu] Icons stuck as GNOME defaults.
  139. [ubuntu] Syncing Palm Centro to UbuntuOne contacts in Evolution
  140. [all variants] Backing up a specific server pakage.
  141. [SOLVED] Computer locks up
  142. [64 bit] Windows 7 and Ext4.
  143. [ubuntu] commands
  144. [kubuntu] Virtualbox Virtualization No Desktop Effects
  145. [SOLVED] Delaying Startup of Automatically Started Programs
  146. [ubuntu] Bash script
  147. [other] Moving with a set wildcard/variable?
  148. [ubuntu] Empathy - isn't it supposed to show pictures?
  149. [ubuntu] Ndiswrapper and wep problems
  150. [ubuntu] Require password for using Firefox
  151. [gnome] Apllets outside the panel?
  152. [ubuntu] create a partition in unallocated space with Gparted in Ubuntu 10.04
  153. [ubuntu] wireless button
  154. [ubuntu] University Assignment First time help.
  155. [SOLVED] Don't use auto login option
  156. [ubuntu] 10.04 - Moue Problems in CCSM
  157. [ubuntu netbook remix] Can't upload plugins to wordpress.com
  158. [ubuntu] 10.04 XServer randomly dies, hangs at "Checking Battery State... [OK]"
  159. [ubuntu] Question of defraging the package lists
  160. [ubuntu] ...radeon..*ERROR* Failed to parse relocation -12!
  161. [ubuntu] Home folder opens up correctly but also opens another folder
  162. [other] TI-84 calc help
  163. [ubuntu] Doubled IBUS icon on the upper pannel (there should be only one)
  164. [SOLVED] How to apply parent permissions to all subfolders and files?
  165. [ubuntu] NTFS write issues on Windows
  166. [SOLVED] Down arrow not responding
  167. [ubuntu] trouble with vmware server The server could not complete a request (HTTP 0 ).
  168. [ubuntu] Ubuntu 10.04 - Hang on Boot
  169. [ubuntu] Microphone setting trouble with Skype
  170. [lubuntu] Help needed to launch server !!!
  171. [ubuntu] CD/DVD drive stopped working
  172. [ubuntu] ubuntu 10.04, touchpad stoped working
  173. Bug? Issue for developers? Even a problem at all?
  174. [all variants] Is it possible to backup an entire Linux install by copy/pasting the entire file sys
  175. [kubuntu] Lucid, x64: Kpackageit lost it's sudo
  176. [ubuntu] Saving themes
  177. [ubuntu] Guide me through triplebooting Vista, Lucid and OS X??
  178. [kubuntu] Have been using Ubuntu/Kubuntu for three years
  179. [SOLVED] How to update xorg to change video cards?
  180. [other] Grep - script that finds searched keyword
  181. [ubuntu] Won't shutdown and no sound randomly.
  182. [SOLVED] I/o errors on startup
  183. [ubuntu] Getting Google Talk to work on Empathy
  184. [all variants] Ubuntu Variants
  185. [kubuntu] File operations take 15 to 30 seconds
  186. [ubuntu] locking up
  187. [ubuntu] 10.04 and X11 no monitor
  188. [ubuntu] When I remove usb pendrive hard drives get unmounted
  189. [SOLVED] Dual boot Raid 0 :[
  190. [ubuntu] desktop graphics and nvidia drivers
  191. [SOLVED] UNR on acer aspire one -help needed
  192. [ubuntu] Computer stops unless a keyboard button is pressed.
  193. [SOLVED] Is the Update Manager working for anybody?
  194. [lubuntu] Download all videos in a youtube playlist...
  195. [ubuntu] Dual Booting (with Windows 7)
  196. [ubuntu] Finding the Grub Loader
  197. [ubuntu] Can I swap SSH Client to a Server?
  198. [SOLVED] Lucid 10.04 bad video problem
  199. [64 bit] 10.04 wusb100 help
  200. [ubuntu] Teamviewer w/ Dual Screen. Any luck?
  201. [ubuntu] what is this lock on my screen? how do I get rid of it?
  202. [ubuntu] Make text file into a spell check dictionary?
  203. [ubuntu] Thunderbird can't delete emails
  204. [SOLVED] Is there a list of monitors???
  205. [SOLVED] New Hard Drive
  206. [ubuntu] Restart
  207. [ubuntu] ALPS touchpad + edge scroll does not work
  208. [ubuntu] Need to unmount
  209. [ubuntu] Issue while installing heartbeat 3 - Cluster Glue component on Ubuntu 9
  210. [ubuntu] Yahoo Configuration in Empathy and pidgin
  211. [all variants] wget -r -A fetching only index
  212. [SOLVED] Xubuntu stops at login, debug/detail
  213. [ubuntu] Ubuntu /tmp doesn't want to mount
  214. [SOLVED] Deleted folder, Did not regain size used
  215. [ubuntu] Lucid release notes Qu. re i8xx chip
  216. [ubuntu] Ubuntu 10.04 - prevent auto mouting of disk devices
  217. [SOLVED] Adobe Photoshop 7 in ubuntu
  218. [ubuntu] Karmic applet icons don't allow 'hover'?
  219. [ubuntu] Cannot shutdown or restart Ubuntu 10.04
  220. [ubuntu] After installing kdebase cannot boot system
  221. [SOLVED] Strange NTFS volume behavior in 10.04
  222. [SOLVED] Gmail notification in Messaging Menu
  223. [SOLVED] Wireless not working on Acer Aspire One
  224. [ubuntu] Document Viewer won't open maximized
  225. [ubuntu netbook remix] Ubuntu 10.04 Netbook Edition hangs on boot.
  226. [ubuntu] HUAWEI E1550 sometimes works and sometimes doesn't
  227. [all variants] In game messaging?
  228. [kubuntu] strange errors
  229. [ubuntu] (10.04 Lucid Lynx) USB keyboard not working
  230. [ubuntu] Android adb on ubuntu 10 device samsung i7500
  231. [ubuntu] Accidentaly removed Python on my Ubuntu
  232. [SOLVED] Problem with Python
  233. [kde] Amarok upgrade
  234. [SOLVED] GDM 2.20: FaceBrowser transparency & Face ordering
  235. [SOLVED] mess due to package installation
  236. [ubuntu] RAM usage
  237. [xfce] I can not get passed my login screen
  238. [ubuntu] Ubuntu 10.04 Upgrade and Windows 7
  239. [ubuntu] undectedable flash drive
  240. [ubuntu] Karmic slowly deteriorating
  241. [SOLVED] Thunderbird
  242. [ubuntu] Installing grub after chanign partitions
  243. [ubuntu] Mouse jumping driving me crazy
  244. [ubuntu] Webring Authorisation
  245. [ubuntu] msn login problem
  246. [ubuntu] Back up time machine back ups from a mac to ubuntu
  247. [ubuntu] Firefox remembering tabs from last time
  248. [ubuntu] dual-boot ubuntu from LILO
  249. [ubuntu] Dictionary on CD-ROM
  250. [ubuntu] Problems with Gnome Do keyboard shortcut, and a solution