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] Need help installing OSS
  2. [ubuntu] Writer won't print
  3. [ubuntu] [SOLVED] rm not removing files like I tell it
  4. [ubuntu] Computer Freezes / Locks Up If disconnected From Internet
  5. [ubuntu] Adding folders to Places in menu
  6. [ubuntu] menu bars have disappeared
  7. [ubuntu] "Your computer failed to sleep."
  8. [ubuntu] need help wiğ amsn
  9. [all variants] Keypress to open a shell script / blocking other users from terminal.
  10. [ubuntu] Samba keeps crashing (coring) when streaming to windows pc
  11. [ubuntu] Double Processes?
  12. [ubuntu] Problems with e-Machines M5305
  13. [all variants] Holding down charcater keys freezes mouse pointer
  14. [ubuntu] high cpu usage = slow computer
  15. [ubuntu] help: screen shuts down when I log in
  16. [ubuntu] [SOLVED] What is this Compiz effect?
  17. [other] Headless VNC
  18. [ubuntu] Problem I created with an old USB memory stick
  19. [ubuntu] Network File Sharing
  20. [all variants] Pidgin not notifying about other person typing
  21. [ubuntu] Java won't work in firefox
  22. [ubuntu] window borders going nuts!! compiz graphical corrution
  23. [gnome] The WM won't rezise after xranr rotate
  24. [ubuntu] Will not boot, stuck on tty1 screen, segfault in log
  25. [ubuntu] Update manager fails - ran out of space on /boot
  26. [all variants] Headache with AWN (Avant Window Navigator) - The Adventure
  27. [ubuntu] Hash/Check sum
  28. [ubuntu] Help with web based clock in/clock out application
  29. [ubuntu] Samba LDAP string_to_sid error
  30. [ubuntu] General stuff about permissions
  31. [ubuntu] what command do i have to type....
  32. [ubuntu] Diablo 1 problem!
  33. [ubuntu] Hardy User Passwords
  34. [ubuntu] Flash problem
  35. [ubuntu] dev/video Fail!!
  36. [ubuntu] DJVU4 can't open PDF
  37. [ubuntu] Pidgin Problems
  38. [ubuntu] SISM650 Split Screen question for my laptop
  39. [ubuntu] Are Fluxbox and Compiz friendly?
  40. [ubuntu] 8.04 Hardy Heron SMB / Empty Folders
  41. [ubuntu] [SOLVED] GDM not running
  42. [ubuntu] os x softwares to run on ubuntu 8.04 hardy
  43. [ubuntu] The Number 4
  44. [ubuntu] Forcing ubuntu to Synchronise Time
  45. [ubuntu] gdm and .profile/bash function conflict
  46. [ubuntu] Battery
  47. [ubuntu] vmware kills all special keys on keyboard
  48. [kubuntu] Printing from Firefox 3
  49. [ubuntu] how to make .deb from source or binary??
  50. [ubuntu] Firefox 2 No Title Bar
  51. [ubuntu] A dual boot with Ubuntu&XP on the same drive
  52. [ubuntu] Help!
  53. [other] Remember Open Windows
  54. [all variants] panorama compiz cube wallpapers
  55. [all variants] Disappearing mail header
  56. [ubuntu] Update manager error
  57. [ubuntu] external optical drive
  58. [ubuntu] Keyboard layout changes by itself every restart!
  59. [ubuntu] uid change problems
  60. [ubuntu] Download Packages in Hardy from Feisty Install CD
  61. [ubuntu] Ubuntu On A UMPC A Dream Come True !
  62. [ubuntu] Google earth freezes after a while
  63. [ubuntu] can't read dvd's
  64. [all variants] Emerald "invisible" buttons bug
  65. [ubuntu] Evolution signature, incorrect position!
  66. [ubuntu] Thunderbird not responging in Hardy + audio streaming glitches
  67. [ubuntu] Compiz anamation are missng after ubuntu upgrade
  68. [ubuntu] private lan configuration
  69. [ubuntu] FTP transfer problem
  70. [ubuntu] [SOLVED] Can't Empty Trash
  71. [ubuntu] LVM group....Mount under windows xp??????
  72. [ubuntu] Best sound settings for Skype?
  73. [ubuntu] Need files for shutdown and reboot
  74. [all variants] Amarok: audio output unavailable; the device is busy
  75. [ubuntu] Conky: how to display calendar?
  76. [ubuntu] Backup Happiness
  77. [ubuntu] how to start a GUI with cron when not logged in
  78. [ubuntu] Menu bar hangs when I click the clock
  79. [ubuntu] iGoogle frame formatting off after update - 8.04 Hardy
  80. [ubuntu] Postfix email server problems Access denied 554 554 5.7.1 state 14
  81. [other] [SOLVED] posts count problem?
  82. Do I have to install x86_64?
  83. [ubuntu] Sanboxie substitute?
  84. [gnome] Clock does not update in desktop
  85. [ubuntu] HowardStern.Com Stream
  86. [all variants] Force EnvyNG To Use The latest Driver
  87. [ubuntu] [SOLVED] Simplest Dual Boot Solution
  88. AVG Anti-Virus by Grisoft "Help For users"
  89. [ubuntu] Serious help.
  90. [ubuntu] Remote graphical access to a Ubuntu server
  91. [ubuntu] javax content crashes
  92. [ubuntu] [SOLVED] Need help with backup script
  93. [kubuntu] gmail and yahoo mail and a few sites not working
  94. making links??
  95. KMail
  96. [ubuntu] opera 9.27 flash plugin
  97. [ubuntu] Ext3 - Folder containing files turned into just a single file??
  98. [ubuntu] Evolution: Started getting corrupt mbox file error
  99. [ubuntu] Lots of compiling warnings and errors wen compiling ipw2200 drivers!
  100. [all variants] Sound disappears in 8.04. help!
  101. [ubuntu] [SOLVED] seamless virtualbox hurts effects
  102. [ubuntu] Nokia 6233 with CA-53 USB cable
  103. [ubuntu] Change default for .doc (winword.exe)
  104. [gnome] [SOLVED] nomachine nx & gnome language
  105. [kubuntu] swiftfox/gdebI screwup
  106. [ubuntu] Only 1 bar on the desktop
  107. [ubuntu] [SOLVED] Broken Pipe Error using Evolution
  108. [ubuntu] RAM memory problem
  109. [ubuntu] Tracker stopped finding files
  110. What is the 3 stands for in libgmp3 ?
  111. [all variants] [SOLVED] hard drive transfer
  112. [ubuntu] Login Screen fails to load
  113. [ubuntu] Can't find libstdc++-libc6.1-1
  114. [ubuntu] Display Issues with Ubuntu 8.04
  115. [ubuntu] Cannot mount volume.
  116. [kubuntu] Krusader- write on ntfs: Could not change premissions for...
  117. [ubuntu] ISO Downloader?
  118. [ubuntu] help me get on my university's wireless because they won't :(
  119. [ubuntu] Problem with Geforce 6200 and X11
  120. [ubuntu] How Could I Install these Appllications?
  121. [ubuntu] Ubuntu Boot
  122. [all variants] [SOLVED] Compiz won't run in the background
  123. [all variants] Java can't run applets in Firefox ==> no hushmail
  124. [ubuntu] Resizing root partition
  125. [xubuntu] Can't get VNC to work
  126. [ubuntu] Compiz Fusion and The Slowmotion
  127. [ubuntu] Fan Speed control
  128. [ubuntu] Constant read-only filesystem
  129. [ubuntu] External Hardrive
  130. [ubuntu] codec DVD
  131. [ubuntu] Firefox 3 beta 5 save settings temporary
  132. [ubuntu] Resolution Problem
  133. [ubuntu] Installation of Visual Studio 2005???
  134. [xubuntu] I think I have 8.04.1 installed
  135. [ubuntu] keyboard problem! key mapping?
  136. [ubuntu] Installing & internet problem
  137. [ubuntu] BKF + mtftar
  138. [ubuntu] can't connect to any repositories?
  139. [ubuntu] reboot problem
  140. [all variants] Scheduled Script Weirdness
  141. [ubuntu] HELP Update problem
  142. [ubuntu] Reversing changes to ATI graphics
  143. [ubuntu] GDM Dual Display
  144. [ubuntu] Hardy + nvidia-glx-new + some kernel problem = nightmare
  145. [ubuntu] Totally frustrated,- can someone help!
  146. [ubuntu] mount: cant fine /home/brett........... HELP
  147. [ubuntu] Graphics Card Not Working
  148. [ubuntu] [SOLVED] java swing hangs
  149. [other] uname -a and date differ....
  150. [ubuntu] Installing compat-db?
  151. [ubuntu] start GUI?
  152. [ubuntu] cant install Adobe Flash Player
  153. [ubuntu] Partiton help backup partition what ext 2 or 3
  154. [ubuntu] Installation of GNOME-Do requires "gdk-2.0"
  155. [ubuntu] I want to creat a windows partition in a unbuntu/windows duel boot
  156. [other] [SOLVED] how does things work whit report button
  157. [ubuntu] Installing applications, EG pidgin?
  158. [ubuntu] How do i boot Windows XP?
  159. [all variants] no file write permission
  160. [ubuntu] keyboard ctrl,shift,caps not working
  161. [other] Screen vrefresh rate
  162. [ubuntu] Crashing UBUNTU, crushing blow to confidence
  163. [ubuntu] [SOLVED] Removing applications leaves traces behind
  164. [ubuntu] Conky cutting off the bottom of display :(
  165. [xubuntu] launch rsync question
  166. [ubuntu] Advanced partitioning. Getting as many mount points off the IDE and on to SATA
  167. [ubuntu] Problem with keyboard layout
  168. [all variants] [SOLVED] The joys of Flash (not)
  169. [ubuntu] Compiz + Fade Urgent Speed gconf-editor
  170. [ubuntu] Interesting disk performance stats
  171. [ubuntu] [SOLVED] Ideas on what to add to desktop
  172. [ubuntu] [SOLVED] Suspension error
  173. [ubuntu] Update Manager error - E: dpkg was interrupted...
  174. [ubuntu] USB assignments
  175. [kubuntu] dolphin for KDE4 insists on single-click mouse action
  176. [ubuntu] phppgadmin: login failed
  177. [ubuntu] xorg file
  178. [all variants] Keysonic wireless keyboard - how to disable annoying tap-to-click?
  179. root.disk size increment
  180. [ubuntu] fdisk does not create usuuable partitions
  181. [ubuntu] ClamAV reporting itself?
  182. [ubuntu] File size caped at 1.7 G?
  183. [all variants] Locale config
  184. [ubuntu] [SOLVED] Slow Firefox scrolling
  185. [ubuntu] Sound works but espeak doesn't
  186. [all variants] seperate xserver
  187. HowTo: Get rid of the huge arrow icons on bookmark toolbarfolders in Firefox 3.0
  188. [ubuntu] How can I see if all of my hardware installed ok? And check for 64bit version
  189. [xubuntu] Margins incorrect after using system-config-printer
  190. [ubuntu] devilspie failes after 7.10 upgrade
  191. [ubuntu] why are terminal changes with Sudo Su not affecting my regualr user profile?
  192. [ubuntu] Changed file permissions, and lost some files!
  193. [all variants] help with output from ping
  194. [all variants] Is there a need for a separate boot partition?
  195. [ubuntu] Ubuntu 8.04 Restricted Drivers Manager: Download?
  196. [ubuntu] [SOLVED] Bootchart Advise
  197. [ubuntu] freezes after wake up for the second time
  198. [ubuntu] Installing Ubuntu from an ipod to my computer
  199. [ubuntu] I cant get Kiba-Dock to execute on startup
  200. [all variants] Help creating hibernate error log...?
  201. [ubuntu] mke2fs hangs on 4g partition of sdhc card
  202. [ubuntu] SimpleViewer/Porta issue
  203. [ubuntu] [SOLVED] finding themes
  204. [ubuntu] what services are running?
  205. [all variants] Simple Backup Problem
  206. [ubuntu] Installing MPlayer in Ubuntu....Help!
  207. [ubuntu] Can't access Windows partition
  208. [ubuntu] "Starting up..." takes 5min.
  209. [ubuntu] Compiz screensaver plugin not working
  210. [ubuntu] Several problems
  211. [ubuntu] Cron job to automatically to runlevel 1 or disconnect al logged on users
  212. [ubuntu] Project M as desktop background
  213. [ubuntu] Convert Zen Touch to portable HDD
  214. [ubuntu] *,04 is trying to mount a drive that is no longer installed?
  215. [mythbuntu] AV-710 not working in Hardy
  216. [ubuntu] LiveCD Help please
  217. [all variants] [SOLVED] How to Stop Unique CD/DVD Mount Naming
  218. [ubuntu] How Do I Get Back The Wine Menu?
  219. [ubuntu] Wallpaper variation
  220. [ubuntu] dpk --configure -a
  221. [ubuntu] deleted menu.lst for grub
  222. [SOLVED] Ardour 2, How can I convert mp3 to wav?
  223. [mythbuntu] Cannot unlock Shared Folders in Hardy
  224. [ubuntu] urgent! ubuntu didn't install grub!
  225. [ubuntu] can't log in after gnome keyring password fix
  226. [ubuntu] [SOLVED] Avira Antivirus Installation?
  227. [ubuntu] Duel monitor like windows?
  228. [ubuntu] Toshiba Portege M700 Woes...
  229. [xubuntu] Xubuntu worries &ext 2/ext 3 related installation questions
  230. [ubuntu] Garmin Etrex Vista HCx
  231. [all variants] [SOLVED] Boot splash distorted, Hardy
  232. [ubuntu] Help with C4385 wireless ad-hoc printing and getting rid of timidity error.
  233. [ubuntu] Automatic backup to Ubuntu server
  234. [ubuntu] [SOLVED] corrupted partition(need to recover)
  235. [ubuntu] keyboard mess
  236. [ubuntu] Increase size of "File System" partition?
  237. [ubuntu] Grub Error 22: Unique situation I think
  238. [all variants] Possible to hide updates in Update Manager?
  239. [ubuntu] Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller
  240. [ubuntu] Updating OpenOffice.org to 2.4.1
  241. [other] gst-monkeysaudio-0.8.2
  242. [ubuntu] Ubuntu on VMware
  243. [ubuntu] [SOLVED] on boot displays tty1 localhost
  244. [ubuntu] Mysql access denied for the mysql user
  245. [ubuntu] annoying! guitar programs don't start, don't work, and don't die
  246. [ubuntu] [SOLVED] Little problem with SSH
  247. [gnome] [SOLVED] Firefox 3.0 (final) takes over screen
  248. [ubuntu] Firefox keeps freezing
  249. [ubuntu] Dual Boot Error from Windows after installing GRUB
  250. [ubuntu] Sound gone! :(