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

  1. [ubuntu] Connect to NOKIA 5300 over bluetooth to synchronize.
  2. [ubuntu] Cannot change my resolution to 1400x1050
  3. [ubuntu] [SOLVED] StartUp-Manager keeps crashing
  4. [ubuntu] lang changed? for some apps not all
  5. [ubuntu] Changing the default torrent programme
  6. [ubuntu] Hard drive and Network help.
  7. [ubuntu] Driver issues (ATI)
  8. [ubuntu] Newbie needs help
  9. [gnome] [SOLVED] How do I get gnome-panel back in my startup?
  10. [ubuntu] Emerald Help
  11. [other] [SOLVED] How to mark a thread as solved
  12. [ubuntu] Problem with folder creation
  13. [ubuntu] Black screen, blinking dash
  14. [ubuntu] hardy and asus a6f: howto
  15. [ubuntu] Skype problem
  16. [ubuntu] HELP! update problem
  17. [ubuntu] [SOLVED] broken Java install
  18. [kubuntu] Alternatives to Strigi Desktop Search
  19. [ubuntu] Can't open PDFs in gutsy (Newb alert)
  20. [ubuntu] no useage of swap memory
  21. [ubuntu] Weird mouse movement
  22. [ubuntu] Have two bugs in Hardy
  23. [kubuntu] Around 1000 NetworkManager wakeups
  24. [ubuntu] Mount Point Setting Error
  25. [ubuntu] Dual Monitor: one long screen = annoying
  26. .htaccess how to require authn for all files ina folder, besids certain file extentns
  27. [other] ACAD .DWG in QCAD
  28. [ubuntu] No Shutdown/Logout Sound
  29. [ubuntu] Cd/Dvd disappeared in dual boot?
  30. [ubuntu] RAID 0 reconstruction question
  31. [ubuntu] Keyboard layout switching combination isn't loaded
  32. [ubuntu] Desktop themes
  33. [ubuntu] Get Evince to restore printing defaults at launch?
  34. [ubuntu] harddisk stop spinning
  35. [ubuntu] (Almost) absolute beginner questions: startup applications and extensionless files
  36. [ubuntu] autostart multiple shoutcast servers at boot?
  37. [ubuntu] Default sound card problems in Hardy
  38. [ubuntu] Help Please!!!
  39. [all variants] Why does modprobe ignore options passed to processor?
  40. [ubuntu] Getting Compiz Manager to work :(
  41. [ubuntu] Yet another ATI Driver thread! :)
  42. [gnome] Changing color of panel text
  43. [ubuntu] Firefow dims alot
  44. [ubuntu] Deleted my home directory.. OOPS
  45. [kubuntu] Upgrading via Alternate CD method never finishes!
  46. [ubuntu] firefox extentions fail
  47. [ubuntu] Running a program with wine and using bluetooth?
  48. [all variants] odccm in Hardy. Synce/opensync/sync-engine help.
  49. [ubuntu] trying to get emerald to work as my theme selector
  50. [all variants] 8.04 Large Font Problems
  51. [ubuntu] Synaptic Error - E: dpkg was interrupted
  52. [ubuntu] fonts in wikipedia extremely ugly
  53. [ubuntu] trying to get emerald to work as my theme selector
  54. [ubuntu] Sudo problem when I upgraded to 8.04
  55. [ubuntu] Hardy Firefox 3 Fails to Reopen Tabs on Startup
  56. [ubuntu] home folder on desktop in hardy heron
  57. [xubuntu] revert to default panels
  58. [ubuntu] Stop window's decorations from fading
  59. [other] System Crashes
  60. [ubuntu] DVD playing problem
  61. [ubuntu] Computer will not boot after Hardy install (Far worse than it sounds)
  62. [ubuntu] Unable to Instal Software
  63. [ubuntu] Evolution -- Date is sent date vs. received?
  64. [ubuntu] Dashboard desklet?
  65. [other] Serious Wxmaxima problem/flaw
  66. [xubuntu] Installing CD Burner
  67. [ubuntu] change kde app icon
  68. [ubuntu] Forgot to unmount flash drive and now it's read-only :(
  69. [ubuntu] Fglrx help
  70. [ubuntu] Total computer shut off and reset using Ubuntu 8.04
  71. [ubuntu] boot log messages
  72. [ubuntu] Bringing my system up to speed after Hardy upgrade
  73. [ubuntu] Forum HELP!!!
  74. [gnome] Error while deleting in Nautilus (works fine through the shell though)
  75. [ubuntu] Disabling compiz
  76. [ubuntu] Recording: where do I start?
  77. [ubuntu] Multiple Hardy problems
  78. [ubuntu] How do I connect a serial modem for dialup?
  79. [ubuntu] Can't change res higher than 1024x768 on hardy
  80. [ubuntu] my login font is giant - how to fix?
  81. [ubuntu] Printing From MoneyDance
  82. [xubuntu] xubuntu 8.04 booting but saying I don't have "priveledges" so I can't add software
  83. [kubuntu] "from address" using mail command?
  84. [ubuntu] laptop won't shut down
  85. [ubuntu] Need help with existing RAID1 array...
  86. [ubuntu] Flash / Prism Google Talk / Ubuntu Restricted Extras
  87. [other] Trying to mount external hard drive
  88. [ubuntu] Automaticlly Mount Media Volume
  89. [ubuntu] imagemagick composite entire dir
  90. [ubuntu] Power (laptop) problem in Hardy
  91. [ubuntu] Alarm?
  92. [ubuntu] fstab file - hardy
  93. [ubuntu] dsc w55 cybershot
  94. [ubuntu] Login Window Preferences takes 3 minutes to appear
  95. [ubuntu] I know I can use desktop effects, but they aren't enabled by default on login
  96. [ubuntu] Apply application-sensitive theme exceptions. Is it possible?
  97. [ubuntu] how to disable automount in 8.04 hardy heron
  98. [ubuntu] Please help, Ubuntu killed my computer
  99. [ubuntu] ctrl-alt-f12, now fuzzy screen
  100. [ubuntu] trying to delete a .swp file
  101. [ubuntu] slow boot and ata revalidation errors
  102. [ubuntu] Cant get wireless to work
  103. [ubuntu] dcc-client hardy
  104. [kubuntu] Trying To Connect My LG VX8300
  105. [kubuntu] [SOLVED] quad boot grub problem
  106. [ubuntu] Touchpad changes not working since hardy
  107. [ubuntu] Major sound problems
  108. [ubuntu] Shutdown screen missing
  109. [other] openbox hotkeys
  110. [all variants] apt-get different directory?
  111. [ubuntu] EVGA 780i install recommendation
  112. [ubuntu] compiz setting
  113. [ubuntu] Do I need a cleaner
  114. [ubuntu] Logitech MX518 Mouse not working
  115. [ubuntu] Nvidia Driver Problem
  116. [ubuntu] Denied when root to chmod or chown
  117. "File copy failed", installing Hardy with Wubi on WinXP
  118. [ubuntu] Drag and Drop Preview
  119. [ubuntu] max size of trash folder
  120. [ubuntu] bzr requiring x11 as a dependency? - 8.04
  121. [other] Does evolution use SSL?
  122. [ubuntu] update manager shows same updates repeatedly
  123. [ubuntu] java + firefox - Im confused
  124. [ubuntu] Prevent /tmp from being cleaned out?
  125. [ubuntu] Brasero .bin .toc files
  126. [ubuntu] Emerald title bar flicker
  127. [ubuntu] Installed Apache, no www-data user
  128. quick question
  129. [ubuntu] ubuntu antivirus scanning windows?
  130. [ubuntu] Heron won't boot -> Grub error 22
  131. [ubuntu] Can't make crypts larger than 2GB in Easy Crypt (since upgrade to Hardy)
  132. [ubuntu] Screen resolution problem in 7.10
  133. [ubuntu] rookie
  134. [ubuntu] Using thunderbird on windows partition?
  135. [ubuntu] mount points vs "Location" name - can I rename? hardy 8.04
  136. [all variants] In need of a default xorg.conf
  137. [ubuntu] Liferea keeps crawling HD, even locks up system
  138. [ubuntu] Some general Windows user questions about Ubuntu
  139. [ubuntu] Installing KDE Keyboard tool
  140. [ubuntu] Disable hiding screenlets when show desktop
  141. [ubuntu] Ntop services
  142. [gnome] gnome hangs
  143. [ubuntu] 8.04 - can't run commands as root
  144. [ubuntu] Gutsy Help...
  145. [gnome] GDM wrong resolution
  146. [ubuntu] Login screen won't come up
  147. [gnome] html file as desktop background
  148. [ubuntu] ctrl-alt-F1 doesn't work
  149. [ubuntu] Ubuntu 8.04 and linksys WUSB54GC
  150. [ubuntu] Which edition for Samba?
  151. [ubuntu] Appearance preferences/emerald themes
  152. [all variants] using cd after failed upgrade
  153. [ubuntu] After Hardy upgrade NTFS partitions appear on the desktop
  154. [ubuntu] Big problems.
  155. [ubuntu] / help
  156. [ubuntu] Spambayes stopped functioning
  157. [all variants] Realplayer and Firefox 3
  158. [ubuntu] How to go back to firefox 2?
  159. [ubuntu] Firefox starts automatically
  160. [ubuntu] Where is the trash folder is in the computer folder for user?
  161. [ubuntu] Hardy - 9600GT (171.06) Compiz not working
  162. [ubuntu] how to delete lost+found folders
  163. [kubuntu] Kde 4, twin view and some questions and problems
  164. [kubuntu] /home/username/.local/share/Trash/files/hypercube_1 does not exist
  165. [gnome] Remember windows size and position
  166. [gnome] Active Desktop (Webpage as Background) in Ubuntu using Gnome?
  167. [ubuntu] Deleted Items issues
  168. [ubuntu] Installed fglrx driver - fglrxinfo still says 'MESA'
  169. How to access the HDD Ubuntu is currently installed on.
  170. [all variants] Vinagre closes connection - xvncviewer works
  171. [ubuntu] Hardy Just freezes after startup
  172. [gnome] Anyway to automate theme change?
  173. [ubuntu] Firefox and Thunderbird 8.04 64
  174. [ubuntu] Many, many Hardy problems
  175. [ubuntu] Cannot compile GCC 4.3
  176. [ubuntu] OpenOffice Won't Start
  177. [ubuntu] Boot problems
  178. [ubuntu] nvidia drivers for hardy
  179. Wubi with server ubuntu
  180. [ubuntu] Windows cannot find ubuntu
  181. [ubuntu] GRUB seems to be unable to start Windows
  182. [ubuntu] System Sounds
  183. [kubuntu] kdesudo message at system startup
  184. [ubuntu] Ubuntu Studio
  185. [ubuntu] Memaid on hardy
  186. [all variants] about formatting linux partitoin.
  187. Help, I want the 32b version and not the 64b... is there an option?
  188. [ubuntu] 8.04 - No sound/Stability Issues
  189. Problems after instaling Wubi
  190. [all variants] [SOLVED] Failed to mount "28G Volume".
  191. [all variants] Installed httpd.conf
  192. [ubuntu] 8.04 Projector display problem
  193. [ubuntu] "man" belongs to...
  194. Dumb Move...
  195. [all variants] likewise-open and Samba shares - possible?
  196. [ubuntu] Desktop
  197. [ubuntu] How to retrieve a system file
  198. [ubuntu] USB Not Charging Blackberry
  199. [ubuntu] Burn a DL DVD+R on a MacBook (intel)?
  200. [ubuntu] HIbernate issues
  201. [ubuntu] Tailoring file browser
  202. [ubuntu] Complete export to Evolution mail?
  203. [kubuntu] File permissions on Kubuntu
  204. [ubuntu] Firefox 3 Beta gone haywire - no navigational controls
  205. [ubuntu] dos2unix
  206. [ubuntu] Not working compiz
  207. [ubuntu] Preallocate memory for Ubuntu?
  208. [all variants] firefox 3 beta 5 cannot support RealPlayer plugin?
  209. [ubuntu] Installing an External Hard Drive
  210. [ubuntu] I'm not sure what this means.?.
  211. [ubuntu] TightVNC over SSH: "Server did not offer supported security type!"
  212. [ubuntu] Not able to access internet in hardy using anything other than firefox
  213. [ubuntu] Howto fix weird pink glow on compiz shadows
  214. [ubuntu] Beryl Install on ubuntu 8.0.4?
  215. I have 2 question..thanks
  216. [kubuntu] Compiz with ATI + Hardy: the impossible dream?
  217. [ubuntu] Install Compiz Addons Hardy Heron
  218. [xubuntu] If I logout, no login screen appears again and Ctrl+Alt+F1 does not work either
  219. [ubuntu] System not automounting a partition
  220. [ubuntu] hardy is being slow
  221. [ubuntu] GDM not starting
  222. [ubuntu] samba wierdness after hardy upgrade
  223. [ubuntu] Mounting movable device as user
  224. [other] Grub Error 21
  225. [ubuntu] Conky cutting off text after Hardy Upgrade
  226. [ubuntu] Firefox seems to dislike facebook chat
  227. [ubuntu] Does anyone know how to use the onboard graphic card on a vaio sz?
  228. [ubuntu] Pulling hair with Hardy
  229. [ubuntu] Calculator problem with 'show thousands separator'
  230. [ubuntu] All of my logs in /var/log are blank and not poplulating
  231. [ubuntu] Java in hardy
  232. [ubuntu] nvidia and compiz choppy (halfway fixed)
  233. [ubuntu] Compiz fusion plugins in 8.04
  234. [ubuntu] Visual Effects Command Line
  235. [ubuntu] add user to admin?
  236. [ubuntu] No "New Thread" link for Development and Programming category
  237. [ubuntu] Behind a proxy, can't access repositories (407 error) HELP
  238. [ubuntu] keyboard layout isn't saved
  239. [ubuntu] Hardy specific: need help getting the extra mouse buttons working on Intellimouse
  240. [ubuntu] Ubuntu 8.04 as a server in vista
  241. [ubuntu] home folder freezing with mp3 files
  242. [ubuntu] Command line on boot
  243. wubi 8.04 linux-rt kernel
  244. [ubuntu] Nothing works in ubuntu
  245. [ubuntu] Canon LaserBase 3220 Printer.
  246. [ubuntu] Install whoos
  247. [ubuntu] Not booting up.
  248. [ubuntu] Where did my virtual machine go? 7.10 to 8.04
  249. [ubuntu] rtorrent: Error in option file: ~/.rtorrent.rc:1: Invalid start of name.
  250. [all variants] PRT file (HP Printer Job Language data )