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] offline chinese popup dictionary
  2. [ubuntu] New install of 10.04 - Medibunto or ubuntu-restriced-extras ?
  3. [ubuntu] some issue with evolution after upgrade to U10
  4. [ubuntu] Bootup screen not showing and flash problems.
  5. [kubuntu] knetworkmanager disabled itself
  6. [wubi] GRUB update lockup
  7. [SOLVED] Duplicate sources.list entry error?
  8. [all variants] mount error(101): Network is unreachable
  9. [ubuntu] Mouse pointer style won't change
  10. [ubuntu] Ubuntu 9.10 no gui/login screen loops.
  11. [all variants] Looking for Open-Source Alternative to Pharos Uniprint
  12. [ubuntu] Using 4 GB Flash Drive as Hard Disk
  13. [ubuntu] BIOS reads "CPU Fan Error!!!"
  14. [ubuntu] Cups printing between Ubuntu and Mac osx
  15. [ubuntu] BOINC nVidia GPU missing
  16. [ubuntu] Need to install language packs
  17. [SOLVED] "Click to start dragging 'Mozilla Firefox' "
  18. [ubuntu] 10.04 error mounting old encrypted LVM drive
  19. [ubuntu] help: auto lock screen on Ubuntu 9.10 login?
  20. [ubuntu] Disabling Touch Pad
  21. [SOLVED] hidden folders in the home folder that aren't hidden.
  22. [ubuntu] 9.04 hand frequently requiring reset
  23. [ubuntu] pop3 on thunderbird3
  24. [all variants] overwriting
  25. [ubuntu] Ubuntu 10.04 Update made things worse, again
  26. [ubuntu] Update error: linux-libc-dev
  27. [ubuntu] argh- PHP 5.3 in ubuntu 10.04 lucid- can I downgrade?
  28. [ubuntu] Triple Monitor (Dual GPU) xorg problem
  29. [ubuntu] dropbox icon missing (and can't restore it)
  30. [ubuntu] inittab
  31. [wubi] wubi ubuntu 10.4 - bad times
  32. [ubuntu] Ubuntu 10.04 crashes
  33. [all variants] Weather applet not displaying
  34. [ubuntu] I sound like Mickey mouse when I use my mic
  35. [ubuntu] I sound like Mickey mouse when I use my mic
  36. [kubuntu] Kde 4.4 Automount
  37. [SOLVED] Can't boot up my PC anymore!! :(
  38. [SOLVED] lucid repos broken?
  39. [ubuntu] Simple question- how to select gnome panel stuff from keyboard?
  40. [ubuntu] Slow transfer speed with fstab mounted smb share
  41. [ubuntu] Ubuntu 10.04 Wireless Connection Goes Out
  42. [ubuntu] CUPS numerous errors in error log.
  43. [ubuntu] Nvidia Settings Manager "Custom" Resolution
  44. [ubuntu] Who can watch the following streams with seeking in Firefox, in Lucid?
  45. [ubuntu] Issues Installing Steam on 9.10 Karmic
  46. [ubuntu] Ubuntu file opening problem
  47. [ubuntu] [10.04] Rhythmbox double click
  48. [SOLVED] Who can watch the following streams with seeking in Firefox, in Lucid?
  49. [SOLVED] Who can watch the following streams with seeking in Firefox, in Lucid?
  50. [ubuntu] file opening problem
  51. [ubuntu] Gnome login manager wouldnt let me in
  52. [SOLVED] Auto-hide panel only shows up by hovering corner
  53. [SOLVED] Disable MySQL startup in Ubuntu 10.04
  54. [all variants] Ubuntu keyserver
  55. [ubuntu netbook remix] [10.4] Can't seem to get the lm-sensors display/applet
  56. [ubuntu] Garbled Screen
  57. [gnome] Is there a way to add extra fields to the Hamster Applet?
  58. [all variants] Hard Disk Doesn't Spin Down - Encryption To Blame?
  59. [ubuntu] Windows stay in the same spot
  60. [ubuntu] Images in Firefox are not clear
  61. [SOLVED] 10.04 compiz extra & unsupported plugins
  62. [ubuntu] Notification Area Icon
  63. [ubuntu] File extension Z - Unix compressed archive file?
  64. [all variants] Why now? Skype suddenly went kaput....
  65. [ubuntu] I can't access windows share folders on my network "ubuntu 10.04"
  66. [64 bit] Start-up Sound
  67. [ubuntu] Screen Resolution problems
  68. Remote desktop
  69. [ubuntu] Stop/disable GUI
  70. [ubuntu] how to install virtualboxsdk ?
  71. [ubuntu] Rhythmbox keeps playing songs with no sound
  72. [ubuntu] Alternative logout applet needed
  73. [ubuntu] alt+f7 move keyboard shortcut too slow
  74. [ubuntu] desktopcouch-service and couchdb??
  75. [SOLVED] Top bar broken?
  76. [ubuntu] window has titlebar only
  77. [SOLVED] adding shutdown to the main menu
  78. [ubuntu] When to switch Hd Order in BIOS
  79. [ubuntu] Ugh. I messed up my wireless connection.
  80. [ubuntu] Alternative system trays
  81. [ubuntu] unable to mount/unmount in ubuntu 10.04
  82. [ubuntu] Syncing Tomboy with Ubuntu One and iPod Touch
  83. [ubuntu] Steam not running?
  84. [SOLVED] restore panel
  85. [ubuntu] GUFW FireWall Help
  86. [ubuntu] Dmraid destroyed my disk?
  87. [ubuntu] XTern: How to reset appearance to default?
  88. [ubuntu] Black screen on startup
  89. [ubuntu] Having problem in accessing external hard drive
  90. [ubuntu] Where is xorg.conf
  91. [SOLVED] No sound after wake from suspend, any help?
  92. [all variants] Help!! How to run other program commands from the terminal??
  93. [ubuntu] magic_quotes settings php.ini
  94. [kubuntu] Mount disk without asking for password
  95. [ubuntu] Firefox Problem with 10.04
  96. [other] Deleting from a mounted SAMBA share?
  97. [ubuntu] Wubi - Ubuntu install trigger Windows checkdisk
  98. [ubuntu] cleanup /tmp at boot time
  99. [kubuntu] Problems with 10.04 on Dell xps 1645
  100. [ubuntu] Help needed. Vista Pro, Ubuntu Noob.
  101. [ubuntu] enable video player in chrome?
  102. [xubuntu] How Do I resize Partition ?
  103. [ubuntu] effects processor
  104. [ubuntu] ICEAuthority and configuration server error
  105. [ubuntu] Fyle Systems
  106. [ubuntu] WIFI icons disapeared
  107. [SOLVED] Assign application to a specific CPU core
  108. [ubuntu] Interesting LED.
  109. [ubuntu] Ubuntu Tweak Priority
  110. [ubuntu] 10.4 - Hearing LineIn but no sound from application or aplay
  111. [ubuntu] Broadcast accounts
  112. [ubuntu] Ubuntu 9.10 to 10.04 upgrade problem
  113. [ubuntu] Laptop suspends when plugged into mains
  114. [ubuntu] RAID and multibooting
  115. [all variants] How to view EXIF metadata
  116. [SOLVED] Filesystem error during startup
  117. [ubuntu] gwibber problems
  118. [SOLVED] vfat automount doubles my boot time
  119. [ubuntu] HDD with defective sectors
  120. [ubuntu] Amilo 3560 and 10.04
  121. [kubuntu] [64 bit] Upgrade 9.10 -> 10.04, desktop effects freezes, if disable comes snow.
  122. [ubuntu] ld linking to the wrong libGL.so
  123. [all variants] Lucid x Mozilla Lightning calendar
  124. [ubuntu] Connect my cellphone to Ubuntu
  125. [ubuntu] How to change JDownloader Tray Icon?
  126. [ubuntu] USB hubs and Ubuntu: anything I need to know about?
  127. 10.04 Flash problems.
  128. [kubuntu] Nepomuk
  129. [all variants] Recover NTFS partition from linux
  130. [SOLVED] Putty - and its lack of shell characters
  131. [ubuntu] VMWare problems on 10.04
  132. [ubuntu] Lack of communication?
  133. sync Nokia E63 with evolution under Lucid 10.04
  134. [ubuntu] assuming drive cache: write through
  135. [ubuntu] Hot idle NVIDIA GPU (over 70C) on Lucid compared to Karmic
  136. [ubuntu] Ubuntu describes my hard drive as unallocated
  137. [SOLVED] OpenOffice question
  138. [ubuntu] Music player opens when I press delete.
  139. [ubuntu] Shared Folder Not Accessible
  140. [ubuntu netbook remix] ESID error during boot
  141. [ubuntu] Remember this application for ... - doesn't work
  142. [ubuntu] What`s the best way to upgrade?
  143. [ubuntu] what means the "LTS" in compare to normal editions NOT include this...
  144. [ubuntu] Lucid returns to log-in screen randomly
  145. HOWTO: Install Kexi DB in Lucid Lynx
  146. [other] ls screen?
  147. [ubuntu] Tube Hunter
  148. [kubuntu] Lucid on t4220 - how to?
  149. [ubuntu] Don't show icon on dock.
  150. [ubuntu] Dual monitor minimize application issues
  151. [xubuntu] Evolution configuration
  152. [ubuntu] Create ghost account
  153. [ubuntu] User accounts and groups not listed in account admin tool
  154. [ubuntu] Network Manager Applet - wifi/mobile controls disappear and reappear
  155. [ubuntu] [10.04] Can't change system language
  156. [ubuntu] How to disable magnifier at login screen ?
  157. [all variants] Grub Issues & Hidden recovery partition ??
  158. [ubuntu] Theme messup
  159. [all variants] Non-Executable Memory
  160. [all variants] Mounting Netware Shares at start-up (init.d)
  161. [ubuntu] Just Installed Ubuntu...but need some serious help!
  162. [all variants] Command line help
  163. [ubuntu] Conecting your windows mobile phone to Ubuntu
  164. [ubuntu] Ubuntu Desktop Headless?
  165. [ubuntu] 10.04 md5sum anomaly
  166. [ubuntu] Can't find TexLive files for setting up Texmaker
  167. [all variants] Cleaning up leftover files and directories from kernel updates
  168. [ubuntu] Can't edit a file !?!?
  169. [ubuntu] Keyboard repeats.
  170. [ubuntu] Making Pidgin main client Ubuntu 10.04
  171. [ubuntu] No hibernate option annymore !
  172. [ubuntu] boot screen will not change?
  173. [64 bit] android problems 64bit
  174. [ubuntu] KVM display problems, please help!!
  175. [other] Citrix Receiver woes.....
  176. [ubuntu] Daul boot problem
  177. [ubuntu] Bash scripting problem ps: not found
  178. [ubuntu] Suggestions on how to add an xml decoder to 10.04?
  179. [other] Problems with ext4 partitions
  180. [ubuntu] avoiding terminal closing after runing script
  181. [ubuntu] Deskbar Applet Problem
  182. [ubuntu] Mediafire not running on d4x?
  183. [SOLVED] Trash cant delete...???
  184. How to download a patch for Battle of Westnoth reported bug (from launchpad)
  185. [SOLVED] Single Ethernet Port Failure?
  186. [ubuntu] Upgraded to 10.04 and lost window options
  187. [ubuntu] Partitions in 10.04
  188. [ubuntu] ask some question about ubuntu
  189. [ubuntu] change ubuntu 10.04 boot splash from purple to black
  190. [ubuntu] New Nvidia driver = Slow Compiz with Vsync ON.
  191. [SOLVED] Grub Legacy
  192. [other] Paranoid about MBR - please confirm
  193. [ubuntu] Click+Drag Results in High CPU Usage
  194. HOW TO: Tether with a BlackBerry
  195. [ubuntu] what's difference between "document font" and "application font"?
  196. [SOLVED] Cannot enable extra animation effects
  197. [ubuntu] No timer in the restart window
  198. [ubuntu] Everytime GRUB2 updates, I lose the ability to boot
  199. [wubi] Memory allocation in Wubi
  200. [SOLVED] login problem after installing some upgrades in Lucid Lynx
  201. [ubuntu] sound volume
  202. [ubuntu] set default screen brightness/backlight
  203. [other] Grub loader stopped me from using Acronis recovery disc?
  204. [ubuntu] Cannot Open Software Center and Update Manager
  205. [kubuntu] KDE Help center broken (?)
  206. [ubuntu] Skype Webcan disconnects my wifi?
  207. [SOLVED] Lucid Lynx : Installing Bootloader in root partition does not do the trick
  208. [SOLVED] Lucid screwed extra animations in Compiz
  209. [ubuntu] Can't install Aquaria and Penumbra
  210. [SOLVED] Dual Boot: How to change default
  211. [ubuntu] ecryptfs-mount-private
  212. [ubuntu] Why isn't Ubuntu 10.04 available as an upgrade??
  213. [ubuntu] FTP parameters
  214. [ubuntu] System unresponsiveness after a couple hours' use after 9.10 to 10.04 upgrade
  215. [all variants] Network Manager changing resolv.conf
  216. [ubuntu] Higher system load average after 9.10 to 10.04 upgrade
  217. [gnome] Is there a way to make firefox select downloaded files in Nautilus?
  218. [SOLVED] No sound in Ubuntu 10.04
  219. [ubuntu] how to erase memory for 9.04 when sudo apt-get clean don't work
  220. [ubuntu] grub rescue> I got when booting up???
  221. [ubuntu] Openoffice 3.2 problem!
  222. [ubuntu] 8.04 only sees 9 of the 12 cpus in my workstation.
  223. [ubuntu] Where are google chrome passwords stored?
  224. [ubuntu] Volume control gone from panel
  225. [ubuntu] tar Takes forever
  226. [ubuntu] black screen on boot
  227. [ubuntu] Touchpad stops working after pressing the touchpad toggle button
  228. [SOLVED] Error when trying cli install from alternate cd
  229. [ubuntu] bluefish 2.0.0 configuration
  230. [ubuntu] 2 video card 3 monitor xinerama support
  231. [ubuntu] Ubuntu 10.04 display freeze up
  232. [SOLVED] Resizing Partitions With GParted and What Will Happen With Grub
  233. [ubuntu] fixing grub led to more problems
  234. [ubuntu] Steam on Ubuntu Linux
  235. [ubuntu] Disable autocopy/highlight to copy????
  236. [ubuntu] update problem in ubuntu10.04
  237. [ubuntu] issues with thin clients logging on
  238. [all variants] Memory usage discrepancy
  239. [ubuntu] modem not recognised.....
  240. [kubuntu] How do I install radeon driver from the command line?
  241. [ubuntu] Can't boot ubuntu
  242. [ubuntu] Apache Configuration in Ubuntu
  243. [ubuntu] run as root in right click
  244. [SOLVED] evo2-sync missing
  245. [SOLVED] Exit status 127
  246. [64 bit] Thumbdrive "read-only"
  247. [other_os] mkfs.ntfs partitions are not recognized by windows 7
  248. [ubuntu] BIOS unlock help
  249. [ubuntu] Xampp problem. (shouldn't be too hard)
  250. [ubuntu] newbie needing help