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] World of Warcraft problem
  2. [ubuntu] Ubuntu 8.04 cannot connect Creative Zen Vision:M
  3. [ubuntu] No suspend option on hardy
  4. [ubuntu] obsolete software
  5. [ubuntu] Is my Compiz working right?
  6. [ubuntu] It refuses to leave -_-
  7. [ubuntu] Applications meu does not pop down
  8. [ubuntu] Logitech Quickcam Pro 9000 Image very instable in lucview and skype
  9. [ubuntu] Mozilla ActiveX problem
  10. [ubuntu] Hotkey
  11. [kubuntu] Is there a way to have MS Office running 100% in Kubuntu ?
  12. [kubuntu] Firefox/Thunderbird Translucency
  13. [all variants] Incremental Disk Imaging Backup
  14. [ubuntu] window placement on workspaces doesn't restore properly on logout
  15. [ubuntu] [SOLVED] Root privileges for my normal account? Ubuntu 8.04
  16. [ubuntu] reinstalling ubuntu in its own partiton
  17. [ubuntu] annoying problem
  18. [ubuntu] Gnome desktop is not usable
  19. [ubuntu] Lock screen while remote desktop VNC
  20. [ubuntu] [SOLVED] Volume control works in tray, but not by using keys
  21. I can't seem to install the Nvidia driver properly
  22. [ubuntu] FTP server suggestions?
  23. [ubuntu] testdisk
  24. [ubuntu] Twitchy Mouse
  25. [ubuntu] [SOLVED] hardy scanner problem
  26. [ubuntu] CheckGmail Hosted Domain Problem (Newest Version)
  27. [ubuntu] video problems (blinky during games)
  28. [gnome] [SOLVED] [Hardy] Clicking on Quit icon crashes my system
  29. [ubuntu] Src File in Trash Won't Go Away
  30. [gnome] Themes don't stay loaded after reboot/ctrl-alt-backspace (hardy)
  31. [all variants] im client that supports webcam
  32. [ubuntu] Help: GRUB Bootloader
  33. [ubuntu] vsftpd jailed users not working
  34. [kubuntu] [SOLVED] Tomboy Notes in Kubuntu?
  35. [all variants] keyboard shortcuts and fluxbox's keygrabber
  36. [ubuntu] Grub Stage 1.5 Grub Loading, Please Wait Error 2 >???<
  37. [ubuntu] compiz multiple key bindings for same thing?
  38. [ubuntu] Mounting NTFS and FAT32 on start-up
  39. [ubuntu] need help quickly... core dumped : FF and epiphany.
  40. [ubuntu] Art Manager wont start??
  41. [ubuntu] ps stime keeps changing
  42. [ubuntu] cant use SCIM in aMSN?
  43. [ubuntu] compiz fusion desktop effects
  44. [ubuntu] Possible to do this?
  45. [ubuntu] Slowdowns unless mouse is moved - weird
  46. [ubuntu] Firefox: 70% crash probability when clicking on a youtube video.
  47. [ubuntu] setting up synchronization with dell axim
  48. [ubuntu] Amaya 10. Why can't I install in Hardy?
  49. [ubuntu] sound preferences
  50. [ubuntu] Trouble mounting external hard disk
  51. [ubuntu] Ubuntu won't start after failed sound driver install
  52. [ubuntu] hardy freeze when lid closes
  53. [ubuntu] Boot Problem - hangs / crashes before login screen ( black screen )
  54. [all variants] Kernel panic- not syncing
  55. [ubuntu] Debating.
  56. [all variants] album artwork on the desktop
  57. [ubuntu] Restart synaptics
  58. [ubuntu] apt-get update errors in hardy 64-bit
  59. ubuntuguide.org homepage crashes and restarts X
  60. [ubuntu] Hardy bug: after doing init 1;init 2; system can't see USB drives
  61. [ubuntu] World of Warcraft trouble.
  62. [all variants] firefox rc1 weird font hinting/antialias?
  63. [ubuntu] [SOLVED] Chage the default program for a file extension
  64. [ubuntu] run vim with some pre sets of commands
  65. [ubuntu] A somewhat complete list of applications available for Ubuntu/Linux
  66. [ubuntu] intel 4965 problem in Ubuntu Studio Hardy
  67. [ubuntu] Trying To Install Airsnort
  68. [ubuntu] compiz problems with shift switcher and "run command xx"
  69. [ubuntu] looking for a amsn theme that will go well with my current theme
  70. [xubuntu] How to get Tomboy working in Xubuntu 8.04
  71. [ubuntu] compiz behaving strangely (after hard disk installation)
  72. [ubuntu] Viking GPS manager
  73. [ubuntu] Bug #183917: Is there anybody out there?
  74. [ubuntu] Audacious Plays Too Low!!!
  75. [ubuntu] How to restart the audio system completely?
  76. [ubuntu] [SOLVED] How to make it so when you click the address bar, everything highlights
  77. [all variants] prioritize repositories?
  78. [ubuntu] Another "Desktop effects could not be enabled"
  79. [all variants] walkie talkkie EX 1446
  80. [ubuntu] [8.04] Pound Sign.
  81. [ubuntu] TrueCrypt: short file names whit all capital leters are displayed with small letters.
  82. [ubuntu] Blank Beige Screen with Cursor After Login
  83. [ubuntu] [SOLVED] What program takes care of window borders?
  84. [all variants] Liferea - offline reader my foot
  85. [ubuntu] Problem accessing samba share from Windows
  86. [ubuntu] Problems with Compiz
  87. [ubuntu] Emerald help
  88. [ubuntu] Mouse Goes Haywire
  89. [all variants] Protect config files in /etc
  90. [ubuntu] [SOLVED] Question on ogg,ogv,flac,vorbis,theora and other Open Source media formats.
  91. Bittornado broken with last update
  92. [ubuntu] Home folder "full"?
  93. Ubuntu will not login anymore.
  94. [ubuntu] About .tar.bz2 i can't insall it
  95. [ubuntu] Installed Diff. Pidgin Version, Now cannot Uninstall it
  96. [ubuntu] [SOLVED] Require a JavaScript Calculator correction!
  97. [ubuntu] Compiz Fusion troubles....
  98. [ubuntu] Desktop effects & settings reset after logging out
  99. [ubuntu] Screen Randomly Turns White
  100. [other] Mythubuntu 8.04 exessive disk access`
  101. [ubuntu] how to configure no-ip on linux server 8.04 ubuntu
  102. [ubuntu] sound issue.
  103. [ubuntu] Ubuntu total reinstall
  104. [all variants] [SOLVED] Crontab to kill application
  105. [ubuntu] I got a extern HD not working anymore after by accident overwritten autorun file!
  106. [ubuntu] Hardy: Logitech Mouse and Keyboard stop working at random
  107. [ubuntu] How can I update Wine 0.9.95 to version 1.0?
  108. [gnome] Nameless folder with Evolution & Gmail IMAP
  109. [all variants] Which multi function device?
  110. [ubuntu] Hardy = Windows 98 ???
  111. [all variants] Basic Scripts
  112. [ubuntu] Mount volume/ Dual screens
  113. [xubuntu] Cannot mount drives
  114. [ubuntu] Sound not working
  115. [kubuntu] Firewall question, simple.
  116. [ubuntu] Mapping keys for functions
  117. [ubuntu] scrot/firefox arguments
  118. [ubuntu] Problem adding new screenlets
  119. [ubuntu] octave installation problems
  120. [ubuntu] Remote desktop, control Ubuntu from windows
  121. [ubuntu] I'm not i386, am I?
  122. [ubuntu] OpenGL flickering problems on Intel 945 GMA
  123. [ubuntu] [SOLVED] How do I scan my music online so that I can change my music tags?
  124. [ubuntu] just out of curiousity
  125. [other] Compiz interferes with video and other programs
  126. [xubuntu] Firefox html live header install
  127. [ubuntu] Wine + World of Warcraft Sound Trouble (Me Newbie)
  128. [ubuntu] MBR Trouble
  129. [kubuntu] Opinions: best way to switch between XP and Linux?
  130. [ubuntu] Usplash disappears?
  131. [kubuntu] A question from a new linux Ubuntu fan/user
  132. [ubuntu] Hardy doesn't see samba shares from Feisty
  133. [ubuntu] Lowercase "s" key doesn't work ...
  134. [ubuntu] Recovering GRUB
  135. I have a few questions about wubi...
  136. [ubuntu] NTFS formating
  137. [ubuntu] 5.1 sound in Linux
  138. [ubuntu] [SOLVED] Grub - Booting Windows
  139. [ubuntu] [SOLVED] Need to fix MBR, cannot mount drive
  140. [ubuntu] usb mouse not working after suspend!!
  141. [ubuntu] problem with multi-session CDs on ubuntu 8.04
  142. [ubuntu] Another question regarding "Desktop effects could not be enabled"
  143. [ubuntu] WoW Launch, Than crash..
  144. [ubuntu] Cant start ubuntu, and cant bring back windows xp
  145. [ubuntu] Need help on installing some GEMPAK
  146. [all variants] Rescue ext3 partition
  147. [kubuntu] Hardy sound is GOOFY!
  148. [ubuntu] In Trouble.... Need Hel
  149. [ubuntu] Adding Backtrack to Grub MBR
  150. [ubuntu] $HOME/.dmrc
  151. [ubuntu] Missing title bar in Firefox
  152. [ubuntu] Slow from cube back to desktop
  153. [gnome] Terminal Server Mouse Pointer
  154. [ubuntu] internet usage cheking
  155. [ubuntu] Cybercafe setup--merging Gnome login with time logging?
  156. [ubuntu] xp pro to ubuntu to 98?
  157. [ubuntu] Hard Shutdowns on Hardy
  158. [ubuntu] Real Player 11
  159. [ubuntu] Windows mouse pointers in Ubuntu - possible?
  160. [ubuntu] Top bar not stretching
  161. [ubuntu] 686 benefits?
  162. [gnome] Compiz fixed viewport windows and taskbar focus
  163. [ubuntu] wierd thing happens in gutsy gibbon.
  164. [ubuntu] How can I check if my audio drivers are properly installed?
  165. [ubuntu] ubuntu 7.10
  166. [ubuntu] Firefox 3 Release Candidate .deb
  167. [ubuntu] How to set up a Event Log System?
  168. [ubuntu] weird problem with suspend
  169. [ubuntu] how to share wine programs between users?
  170. [ubuntu] Compiz - Window Previews
  171. [all variants] Print Screen code
  172. [ubuntu] No Signal
  173. [ubuntu] How do I log in as root???
  174. [gnome] QtCurve and Nautilus
  175. Ok duel boot I need help
  176. [kubuntu] Syncing Akregator with Google Reader
  177. [ubuntu] Disks won't mount on startup
  178. [ubuntu] [SOLVED] kdissert &amp; semantik problem
  179. [other] a question
  180. [gnome] Desktop shortcut mishap
  181. Wubi installer hangs/crashes while checking
  182. [SOLVED] Try hd(0,0): NTFS5: No wubildr
  183. [ubuntu] grub Error 17
  184. [ubuntu] on Hardy cant build module rt2570
  185. [ubuntu] Hardy : Evolution's custom header junk filter doesn't work
  186. [ubuntu] 3D Error - Can't run anything 3d
  187. [ubuntu] How to export Evolution mailboxes to Thunderbird?
  188. [ubuntu] Static sound when using mousepad
  189. [xubuntu] No sound in xubuntu
  190. [gnome] menu replicas after KDE installed
  191. [gnome] menu replicas after KDE installed
  192. [other] Wine question
  193. [all variants] What does your desktop look like?
  194. [ubuntu] What's the difference between Ubuntu's CD version and DVD version?
  195. [ubuntu] How to get sound in aMSN?
  196. [ubuntu] Finding an ebook on ubuntu
  197. [ubuntu] MX 310 Scanning
  198. [ubuntu] Need Recommendation on Hardware
  199. [ubuntu] ubuntu startup problem
  200. [ubuntu] HELP! My windows don't have bars at the tops
  201. [ubuntu] Colors in terminal
  202. [ubuntu] My Ubuntu can't display Desktop
  203. [kubuntu] Compiz running in kde3.5! - but how to change settings?
  204. [ubuntu] Help needed on updating Hardy Heron's files
  205. [other] [SOLVED] Downloading batch files using wget
  206. [ubuntu] how to check net speed by terminal
  207. [ubuntu] Conky start up problems
  208. Modify wallpaper from terminal
  209. [ubuntu] [SOLVED] Google Earth and Hardy
  210. [ubuntu] [SOLVED] dead keys not working
  211. [ubuntu] Login from gdm using rdesktop to a windows machine
  212. [ubuntu] Firefox Security Question
  213. [ubuntu] Keybpoard Layouts Problem
  214. [ubuntu] Disk Full Error
  215. wubi- not enough space
  216. [ubuntu] can't back up files with LiveCD boot
  217. [ubuntu] How to configure ThinkFinger 0.2.2
  218. [ubuntu] wierd mount request
  219. [ubuntu] Dvd read speed
  220. [gnome] Strange splash screen problem!
  221. [ubuntu] Terminal cd command help!
  222. [kubuntu] KDE4 Desktop Effects - How to Turn Off at Command Prompt? Screen BLACK!
  223. [ubuntu] Java in a page
  224. [ubuntu] Clickin somethin from system,nothing happens
  225. [ubuntu] Poster software
  226. [ubuntu] [SOLVED] problems downloading photos
  227. [ubuntu] Help with Officejet AiO
  228. [ubuntu] How to remove 8.04
  229. [ubuntu] [Firefox] userChrome.css not working in 8.04?
  230. [ubuntu] Host
  231. [ubuntu] Screenlets NowPlaying with Quod Libet
  232. [xubuntu] CS 1.6 crashes to the desktop with WINE
  233. [ubuntu] AWN dock not showing after logging-in
  234. [ubuntu] What distro is best for a 3gb hard drive?
  235. [ubuntu] flash drives
  236. [ubuntu] Rhythmbox doesn't let Ubuntu hibernate?
  237. [ubuntu] [SOLVED] Change keyboard layout problem
  238. [ubuntu] Some icons not using new theme, while some are broken
  239. [ubuntu] Web Fonts Problem in Ubuntu 8.04
  240. [ubuntu] [SOLVED] User Nme
  241. [ubuntu] sound very low
  242. [ubuntu] help with possibly corrupt drive
  243. [ubuntu] Can't create a new folder.
  244. [ubuntu] Erasing your harddrive?
  245. [ubuntu] when i go to myspace.com
  246. [ubuntu] Qt4 + netbeans6.1 + Ubuntu
  247. [ubuntu] Cam
  248. [ubuntu] Strange yellow window reflection in 8.04
  249. [all variants] CNR not starting up
  250. [gnome] cursor themes disappearing from list