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. [gnome] Cannot control 4speaker volume with Dell SoundBlaster
  2. [all variants] change konqueror toolbar padding?
  3. [ubuntu] Graphics Dead-Need to Manually Replace Drivers
  4. [ubuntu] [SOLVED] Removing Ubuntu?
  5. [kubuntu] PDF commenting tool?
  6. [ubuntu] Networking monitor show up but no wireless....
  7. [all variants] aMSN wont sign in but Pidgin will!
  8. [ubuntu] How do I read sqlite files
  9. [ubuntu] Strange USB Permissions Problem
  10. [ubuntu] Ubuntu suddenly running VERY slow - noticed all processes are sleeping??
  11. [gnome] association of a global shortcut to bring to front one application
  12. [ubuntu] Subversion Help
  13. [ubuntu] [SOLVED] install a package in an account that has no sudo permissions.
  14. [ubuntu] [SOLVED] bootloader corrupt
  15. [gnome] how to set desktop icons as list view
  16. [ubuntu] Updated and lost connectivity
  17. [kubuntu] Flash in Firefox 3 beta 4
  18. [ubuntu] Cube Flickers
  19. [other] Sudo Nautilus Segmentation Fault
  20. [ubuntu] How is my After Format Basic Executable termial file + some questions about terminal
  21. [ubuntu] When will the graphics issues in Firefox 3 on ubuntu get fixed?
  22. [ubuntu] [SOLVED] evolution won't send email
  23. [ubuntu] ipod itouch SOOOOO close
  24. [ubuntu] [SOLVED] Automatic update fails
  25. [ubuntu] [SOLVED] how do you figure out gtk version
  26. [ubuntu] Installed Ubuntu on External Hard Drive. Grub Error 21. Can't uninstall?
  27. [ubuntu] [SOLVED] auto mount
  28. [gnome] gnome-terminal from script killing gnome
  29. [ubuntu] postdrop: warning: unable to look up public/pickup: No such file or directory
  30. [ubuntu] Anyone Noticed that..
  31. [ubuntu] logging in returns me to login screen (new install)
  32. [ubuntu] Hardy will only boot if I boot into Windows first???
  33. [ubuntu] Linux programming
  34. [ubuntu] evolution vs thunderbird
  35. [ubuntu] can't install plugins for pidgin 2.4.1 in Hardy Heron (8.0.4)
  36. [gnome] Nautilus Scripts with Zenity
  37. Ubuntu slows and eventually hangs during use--where to start?
  38. [other] Missing gigabytes
  39. [ubuntu] Firefox and CPU useage
  40. [ubuntu] subversion/apache where to put SSL info?
  41. [ubuntu] C++ General Help on Apps, and MonoDevelop
  42. [ubuntu] Copying large amounts of files
  43. computer freezes on log out
  44. [ubuntu] Can't boot live CD on desktop
  45. [ubuntu] OpenOffice Crashes on Startup
  46. [ubuntu] Messed Grub Up
  47. [ubuntu] Busybox.. Initramf?
  48. [all variants] Need help retrieving Firefox password
  49. [ubuntu] Instant Messaging Clients
  50. [ubuntu] xwinwrap video problem
  51. [xubuntu] Dual monitors / taskbar query
  52. [all variants] Why do we need to make swap partitions?
  53. [all variants] Oh crud! Accidentally formatted my linux partition!
  54. [all variants] Firefox 3 freezes when "googling" japanese text
  55. [ubuntu] Brand new to Ubuntu
  56. [ubuntu] Desktop won't load
  57. [ubuntu] Refresh Rates
  58. [ubuntu] help with desktop custimization
  59. [ubuntu] Cannot spin down hard drive using hdparm
  60. [ubuntu] /tmp has shrunk to 1MB
  61. [ubuntu] [SOLVED] Booting Problem
  62. [gnome] [SOLVED] Spherical Cube ?
  63. [ubuntu] I'm kinda new to Linux so....
  64. [ubuntu] [SOLVED] Monitor issues
  65. [gnome] KeyPress counting
  66. [ubuntu] [SOLVED] Can't see text! white on white!
  67. [ubuntu] How to Completely remove PulseAudio?
  68. [all variants] What Backup tool do you use?
  69. [ubuntu] Saving package installation when reinstalling system
  70. [xubuntu] Xubuntu not picking up slave drive....
  71. [gnome] scp with Nautilus
  72. [ubuntu] Are MBR - boot menu /boot - GRUB all the same?
  73. [ubuntu] [SOLVED] nvidia driver help
  74. [ubuntu] Program window size with wine
  75. [ubuntu] [SOLVED] only root can burn CD in Hardy!
  76. [ubuntu] Printing to Lexmark X9575
  77. [ubuntu] Corrupt icons in notification area
  78. [ubuntu] Lost panels & title bar when using Compiz....
  79. [ubuntu] Installation help
  80. [ubuntu] process duplications
  81. [all variants] Additions to org.conf that help compzi performance? (nvidia)
  82. [ubuntu] [SOLVED] 3D windows don't work anymore
  83. [ubuntu] opera 9.5
  84. [ubuntu] Flash + hardy freezes
  85. [ubuntu] [SOLVED] Console Font Size
  86. [ubuntu] New User
  87. [other] Clearing GRUB options
  88. [ubuntu] package installation in ubuntu
  89. [ubuntu] Autostart QT application
  90. [ubuntu] Device Manager not appearing
  91. [ubuntu] How to change boot order of grub?
  92. [ubuntu] pandora: quater load
  93. [ubuntu] Where are the icons stored that are used on panel window list?
  94. [ubuntu] From 7.04 to 8.04 --- Export Settings & Preferences ?
  95. [ubuntu] ubuntu 8.04 wont install
  96. [xubuntu] I get the signal(wireless), but I can't go to anywhere
  97. [all variants] I have fragmented files, how do I fix that?
  98. [all variants] Can't Decide
  99. [ubuntu] is there such a thing "ubuntu for dummies" ?
  100. [all variants] [SOLVED] Can you remotely log out a user?
  101. [ubuntu] Keyboard Error?
  102. [ubuntu] ipod now without album art
  103. [ubuntu] Bash history not working
  104. [ubuntu] No Sound
  105. computer won't boot after system update
  106. [ubuntu] [SOLVED] Synaptic Segfault
  107. [ubuntu] graphics card not responding??
  108. [ubuntu] Samba
  109. [ubuntu] The Official ATI Driver In The Repo Needs Updating
  110. [ubuntu] [SOLVED] xorg-driver-fglrx preventing updates
  111. [all variants] Java and permissions
  112. [other] Firefox messes up while rendering long pages
  113. [ubuntu] Odd top bar behaviour
  114. [ubuntu] [SOLVED] Anybody can help me remove dwhelper folder in home
  115. [ubuntu] [SOLVED] kernel panic on boot
  116. [ubuntu] Nautilus hog and very slow/OOo crashes
  117. [ubuntu] gnuplot and incorrect library
  118. [xubuntu] Can't read superblock
  119. [ubuntu] System Sounds Dont Work
  120. [ubuntu] Audio Volumes and streaming questions
  121. [ubuntu] guide to dual boot win xp and which ubuntu?
  122. [ubuntu] Keyboard Layout "USA Colemak" Capslock Key
  123. [ubuntu] unable to boot my comp
  124. [ubuntu] how to modify the right-click menu
  125. [ubuntu] deborphan
  126. I dont have 1024*768 resolution in Xubuntu
  127. [ubuntu] Dual monitor over the network?
  128. [ubuntu] I screwed up my package manager!!!
  129. [ubuntu] Severe Problem, Can't Boot
  130. [ubuntu] Can desktop effects work without xserver-xgl ?
  131. [ubuntu] xfi install problems
  132. [ubuntu] mounting ufs
  133. [ubuntu] Dual Boot - Unable to boot back to XP
  134. [ubuntu] chm support missing in beagle
  135. [ubuntu] radeonhd causing lagging?
  136. [ubuntu] [SOLVED] ndiswrapper help
  137. [ubuntu] When dual booting with Windows....
  138. [all variants] Start amarok with visualizations
  139. [all variants] LAMP - userdir - files have www-data rights in stead of local user
  140. [ubuntu] configuring network
  141. [ubuntu] Tomboy Notes,
  142. [ubuntu] VMWare Workstation
  143. Virtual Box screen resolution
  144. [ubuntu] gfortran executable
  145. [ubuntu] changing permission
  146. [ubuntu] Mini-box M200 LCD
  147. [other] [SOLVED] what is the most compatible distro of linux?
  148. [ubuntu] Where to place the folder (application) so it will be shared by all users?
  149. [all variants] rescue data of a screenless laptop
  150. [ubuntu] BUG? - selects screensaver, computer shuts down and goes to login screen
  151. [ubuntu] AutoHotKey WindowPad Type Window Management
  152. [ubuntu] Firefox does not warn about closing tabs
  153. [ubuntu] Cairo Dock placeholder
  154. [ubuntu] ftp server
  155. [ubuntu] Problem with compiz
  156. [ubuntu] frostwire wont work
  157. [ubuntu] [IDEA] Smooth install transition
  158. [ubuntu] usb harddrive takes looong time to load after HH upgrage
  159. [ubuntu] Folder permissions
  160. [ubuntu] Is the SiS Mirage 3 Graphics card supported
  161. [ubuntu] [SOLVED] Screen resolution not proper
  162. [ubuntu] [SOLVED] (Auto)mount NTFS partition
  163. [kubuntu] tons of packages suddenly showing up as no longer needed in apt
  164. [ubuntu] where do programs go
  165. [ubuntu] [SOLVED] firefox - online shopping issue
  166. [ubuntu] Google Gadgets Won't Load
  167. [ubuntu] Firefox 2 tab issue.
  168. [ubuntu] Folder permissions
  169. [ubuntu] Hard disk problem
  170. [all variants] How to find the installed package that includes a certain file/program?
  171. [ubuntu] Intrpid Ibex Help
  172. [ubuntu] [SOLVED] Shutdown menu long delay
  173. [ubuntu] [SOLVED] Firefox interpreting the right click as a left click
  174. [ubuntu] help with mounting Ipod
  175. [xubuntu] [SOLVED] Firefox, desktop problems in Hardy after upgrade
  176. [ubuntu] [SOLVED] GUI Programming
  177. [xubuntu] Java applets not working correctly
  178. [ubuntu] error 18
  179. [ubuntu] customized Panel in ubuntu 8.04
  180. [kubuntu] Keyboard wierdness....
  181. help with making WUBI for other Distributions
  182. [xubuntu] My Desktop Desapeared
  183. [xubuntu] Users & groups
  184. [ubuntu] colours in ubuntu only 24 bit
  185. [ubuntu] audio not working after doing update and restart system..
  186. [xubuntu] Painfully slow internet browsing
  187. [ubuntu] ubuntu booting in 800x600 everytime ...
  188. [SOLVED] Windows located on secondary display don't refresh correctly.
  189. [ubuntu] start/task bar customization
  190. [ubuntu] Having multiple problems with Hardy.
  191. [xubuntu] Restoring original configuration
  192. [ubuntu] Pidgin getting stuck
  193. Sharing a Linux folder with windows
  194. [ubuntu] system updating problem
  195. [ubuntu] Single Click Performing Double Click
  196. [ubuntu] [SOLVED] Compiz Manager
  197. [ubuntu] Dual boot with vista. But vista broke?
  198. [ubuntu] Authenticating Error
  199. [ubuntu] [SOLVED] opening TCP ports?
  200. [ubuntu] Uninstall eve MMORPG
  201. [ubuntu] Screenlet Terminal
  202. [kubuntu] recovery the wine menu on K menu ?
  203. [ubuntu] does my card support compiz?
  204. [all variants] Keyboard + mouse conflict.
  205. [ubuntu] Cell phone with BitPim
  206. [ubuntu] oobase - Syntax error in SQL expression
  207. Error 15 after power outage - have I hosed my system?
  208. [ubuntu] Compiz with git VERY BIG PROBLEM
  209. [ubuntu] [SOLVED] SLow UBUNTU 8 without an internet connection
  210. [ubuntu] wine
  211. [all variants] Seeking executable files used by GUI screens
  212. [ubuntu] What command do you run in the terminal of ubuntu to find info about your ip address?
  213. [ubuntu] No sound in Ubuntu 8.04
  214. [ubuntu] How to Copy files from one hard drive to another and skip bad files
  215. [ubuntu] Problem booting
  216. [ubuntu] [SOLVED] Item stuck in trash
  217. [ubuntu] How to edit the Boot menu - Vista & Ubuntu?
  218. [all variants] FakeRaid always corrupt (bad superblock) after reboot
  219. [ubuntu] Warcraft 3 CD not being recognized at all....
  220. [ubuntu] Partitioning & DualBooting
  221. [ubuntu] [SOLVED] Can't unmount hard drive
  222. [ubuntu] Help me install Adobe Acrobat Reader and Flash player
  223. [ubuntu] when you add new user with compiz need fusion-icon
  224. [ubuntu] Ubuntu=Buggy...can I have a fresh start?
  225. [other] Slim install created minor problems...
  226. [ubuntu] Can you please take a look at my problem
  227. [all variants] [x64] Open Office - Out of the blue file access problems
  228. [ubuntu] Need help with flickr utility...!
  229. [other] weird "death zone" in display ...
  230. [ubuntu] Phun 4.0 wont start
  231. [ubuntu] Problem concerning opacity
  232. [ubuntu] strange behavior in date/time
  233. [ubuntu] [SOLVED] No sound
  234. [ubuntu] Backing up, restoring all data
  235. [ubuntu] Shell Color
  236. [ubuntu] Won't get past GRUB with ext USB drive connected
  237. [ubuntu] need help installing compiz fusion
  238. [all variants] Search features in file explorers
  239. [ubuntu] hard drive speed info?
  240. [ubuntu] How to Help-Simple Backup to External HD
  241. [kubuntu] Firefox 3.0 Broken
  242. [ubuntu] X-Fi drivers won't install..
  243. [ubuntu] Ubuntu hardy Update
  244. [ubuntu] File and folder's color in shell
  245. [gnome] [SOLVED] Mount point mix up
  246. [ubuntu] Lost NTFS partition.
  247. [ubuntu] How can I change Screen Resolution from command line?
  248. [ubuntu] smartlink connexant modem
  249. [ubuntu] Sites that require Windows Media Player
  250. [ubuntu] Keystrokes erratic behaviour