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] Dual boot gone awry.
  2. [ubuntu] Need Help Switching From ALSA!
  3. [ubuntu] DvD player problems.
  4. [ubuntu] LMMS Doesn't exit properly
  5. [SOLVED] Can print from Brother MFC-5440cn but lsusb can't find it
  6. [SOLVED] Where did it go....???
  7. [SOLVED] How do I remove Ubuntu from Windows XP dual boot?
  8. [ubuntu] Letter keys on keyboard type in numbers???
  9. [SOLVED] screen flashes while loading apps
  10. [ubuntu] How do I play DvD's?
  11. [ubuntu] Backup all my OSs to DVD
  12. [ubuntu] Newbie cant get crontab to work
  13. [ubuntu netbook remix] for crying out loud
  14. [SOLVED] Delay for panel to unhide
  15. [SOLVED] Alt+tab to show only windows on current desktop
  16. [other_os] Windows Xp error
  17. [ubuntu] All burnt CDs are blank
  18. [ubuntu] updated to new image, and forgot to update menu.lst can't boot!
  19. [ubuntu] accessing linux files on windows 7?
  20. [ubuntu] Google Chrome Browser - Back Button Problem
  21. [SOLVED] How do I disable video Thumbnails?
  22. [ubuntu] Compiz Screenshots give strange output.
  23. [ubuntu] need help about ubuntu on dell 1300 laptop
  24. [ubuntu] VirtualBox OSE USB drives
  25. [ubuntu] can't create a document in my var/www folder...
  26. [ubuntu] kanji character map
  27. [ubuntu] Grub & Menu.lst entries
  28. [kubuntu] Uninstalling Kubuntu
  29. [ubuntu] Is Ubuntu 9.04 still being supported?
  30. [ubuntu] GRUB error 15 - missing menu.lst file
  31. [ubuntu] whats wrong with this code
  32. [ubuntu] Cairo dock weird applications
  33. [ubuntu] External Hard Drive will not let me backup files
  34. [ubuntu] samba share can not connect
  35. [ubuntu] UE 2.5 Display Problem!!!!!!!!
  36. [ubuntu] Setting up identd
  37. [SOLVED] How do i Increase torretnd ownload speeds?
  38. [ubuntu] Moving gnome-panel gconf settings from one computer to another
  39. [SOLVED] Is it possible to dual boot XP and Ubuntu on Netbook
  40. [ubuntu] Tried to change password; new and old do not authenticate
  41. [mythbuntu] What is Mythbuntu?
  42. [other_os] 32 or 64 bit System
  43. [ubuntu] Show files that appear as "Only in" using diff
  44. [ubuntu] Update error
  45. [ubuntu] Internet DNS Issues
  46. [ubuntu] gksu without root privileges
  47. [ubuntu] How to install cde?
  48. [ubuntu] Deleting Windows From Ubuntu
  49. tellico database program help
  50. [ubuntu] flashplayer
  51. [ubuntu] Can't Read Files from PSP
  52. [ubuntu] Problem with urxvt and accented characters
  53. [ubuntu] Where did apt-get install that package?
  54. [SOLVED] no support for my canon printer
  55. [ubuntu] Tablet sensitivity weirdness
  56. [ubuntu] boot device choice
  57. [kubuntu] Very slow response - how to troubleshoot?
  58. [ubuntu] Network icon turns into volume icon
  59. [ubuntu] pls help me how to network pc to pc
  60. [ubuntu] Removing an operating system
  61. pulseaudio equalizer
  62. [ubuntu] Update broke windows and icon themes
  63. [ubuntu] how to rmdir a dir with space in it
  64. [ubuntu netbook remix] browser isues
  65. [ubuntu] pidgin myspace messenger....
  66. [ubuntu] How do I speed up Ubuntu 9.10 boot up time
  67. [ubuntu] How to create my own usplash?
  68. [SOLVED] Error: no such device: af1b622e-4651-4ccd-959a-cb684df49e64
  69. [all variants] simple bash script error, EOF in backquote substitution
  70. [SOLVED] Windows not in GRUB after install with WUBI
  71. [SOLVED] cpufreqselector Changes?
  72. [all variants] Howto scalpel: recovering Open Office .odt's and Thunderbird Local folder data
  73. [ubuntu] Ubuntu Failed To Open Operating System
  74. [ubuntu] Change Icon
  75. [ubuntu] Can only connect to MSN using HTTP method
  76. [ubuntu] Does "OpenOffice.org *WRITER* " have "Glue Points" ?
  77. [ubuntu] mainline kernel 2.6.32, oss failes to compile
  78. [ubuntu] bootargs is not getting update
  79. [ubuntu] Visual Boy 1.8 Randomly Crashing
  80. [SOLVED] cant install from getdeb
  81. [ubuntu] Poor performance in 9.10 - Strange Kernel / CPU behavior - HPET
  82. [ubuntu] Xhydra use problem
  83. [ubuntu] Changing panel font colours
  84. [ubuntu] Startup programs running away with themselves
  85. [ubuntu] Changing the GRUB2 menu configuration
  86. [kubuntu] Changing flavour and username
  87. [ubuntu] edit grub from windows
  88. [ubuntu] Pymol Flickering
  89. [ubuntu] Ati card problems after OpenOffice3 crash
  90. [ubuntu] gnome-power-manager patch issue, 9.10 on Dell Mini 10v
  91. [ubuntu] Restore bottom tray
  92. [ubuntu] Gambas help
  93. [ubuntu] Boxee anyone?
  94. [ubuntu] Adding UDF to mysql server causes error
  95. [ubuntu] Back Up Karmic to Ubuntu One
  96. [ubuntu] Web hosting?
  97. [ubuntu] Bluetooth applet and Power manager not appearing in Panel
  98. [ubuntu] Audio problem
  99. [ubuntu] gst-launch elements usage
  100. [ubuntu] restart/shutdown requires root password
  101. [ubuntu] LTIB compiling error
  102. [ubuntu netbook remix] Won't Boot from USB
  103. [SOLVED] Graphics Card Suggestions for Ubuntu 9.1+
  104. [ubuntu] Does Ubuntu 8.04 support NTFS USB drive by default?
  105. [ubuntu] Viewing pdf in Chromium
  106. [ubuntu] mountall: cannot connect to plymouth
  107. [ubuntu] Mysql Errors Can't Logon as Root
  108. Partition Help
  109. [ubuntu] Windows Network not opening
  110. [ubuntu netbook remix] keyboard problem
  111. [ubuntu] Power management issues.
  112. [other] Create distro from kernel?
  113. [SOLVED] Can not start GUI, AIGLX error r600_dri.so failed
  114. [ubuntu] Missing Volume Control
  115. [ubuntu] America's Army
  116. [SOLVED] Users and Groups
  117. [SOLVED] udev[488] can't read file on boot. Should I care?
  118. [all variants] Check for media in cdrom
  119. [ubuntu] Problems with space in uBuntu
  120. [ubuntu] Nokia 5800 and ubuntu
  121. [ubuntu] I have removed tor from update-rc.d !
  122. [ubuntu] Upstart - "net-device-added" Event
  123. [SOLVED] theme of gtk apps in root is kinda ugly
  124. [all variants] Force apt-get to install with errors
  125. [SOLVED] Grub2 problems, kernal not found
  126. [xubuntu] live cd cant detect my hard-disk
  127. [wubi] Wubi + Ubuntu with Windows XP on laptop not booting
  128. [ubuntu] scanner and shell scripts
  129. [ubuntu] Webserver a LAMP server with EHCP ... now what?
  130. [ubuntu] Setting up Tor.
  131. [SOLVED] Missing Master Volume
  132. [all variants] Need help sharing folder with other local user
  133. [ubuntu] how to get scite to recognize a .module file as a php file?
  134. [ubuntu] What is the easiest quickest way to run Silverlight?
  135. [SOLVED] firefox not working properly
  136. [ubuntu netbook remix] Power Problems 9.10(?)
  137. [ubuntu] Change Java alternative
  138. [other_os] GDM won't start Xorg problems
  139. [ubuntu] Gforce 6150le and garbled screen with nvida drivers
  140. [ubuntu] intel 950 / nvidia 9300 gs
  141. [ubuntu] Installed Karmik desktop from USB, no CD-Rom detected after installation
  142. [ubuntu] computer doesn't boot right
  143. [ubuntu] Are there any docks for Openbox and similar wm's ( no Compiz ) ?
  144. [ubuntu] help ubuntu
  145. How do I remove these?
  146. [ubuntu] avant window manager problem
  147. [all variants] Borked some apps by using PPAs...
  148. [ubuntu] Video on external monitor (fed from laptop)
  149. [ubuntu] Sound and microphone volume in Jaunty
  150. [ubuntu] firefox scrollbar problem
  151. [SOLVED] Update killed nvidia!!!
  152. [ubuntu] Can't get Virtualbox to recognize Truecrypt mounted block device
  153. [all variants] Allow only admins to reboot/shutdown. Enable alt+ctrl+backspace for everyone
  154. [ubuntu] Weather applet
  155. [gnome] Who takes care of repositories?
  156. [ubuntu] 9.10 Problem with Graphics/3D and other
  157. [SOLVED] unable to open drive from XP after modification from ubuntu
  158. [ubuntu] Strange output from lshw
  159. [ubuntu] Trouble building barry 0.16 & friends on x86_64
  160. [ubuntu] cannot uninstall Iplayer
  161. [ubuntu] lack permission
  162. [ubuntu] Remotly trigger Gnome apps over SSH?
  163. [ubuntu] Ubuntu 9.10 sporadically freezes. Total lockup; no clear cause.
  164. [other] octeon-sdk
  165. [all variants] NTFS: unable to execute ---: Permission denied
  166. [SOLVED] Best Way to Reinstall OS with Separate Home Partition
  167. [ubuntu] CD/DVD No Burn
  168. [ubuntu] Xemacs won't launch -- fedora font problem now afflicting ubuntu?
  169. [xubuntu] Windows App Uninstal
  170. [ubuntu] Ubuntu aircrack wep keys
  171. [SOLVED] OpenOffice
  172. [ubuntu] Running a script from a USB drive
  173. [ubuntu netbook remix] Can an installed UNR on usb be portable?
  174. [all variants] Toggle visually impaired setting [log on screen]
  175. [ubuntu] 6 identical screens when i start my ubuntu
  176. [HOW TO] Email a large number of people all at once using Mutt
  177. [ubuntu] Audio Problem, 5.1 setup not working
  178. [wubi] System won't boot after security update
  179. [ubuntu] Ubuntu disappeared!
  180. [ubuntu] Login screen defaults to secondary monitor
  181. [SOLVED] Requesting "/usr/share/sounds/KDE-Im-New-Mail.ogg" and others
  182. [ubuntu] how to i run this java file
  183. [SOLVED] hauppauge hvr 900
  184. [ubuntu] How do you remove GRUB and restore MBR?
  185. [ubuntu] Help, Authentication token manipulation error
  186. [ubuntu] cd mounted across all sessions so cannot eject
  187. [SOLVED] SSH logins
  188. [ubuntu] Gimp Drop Shadow stalls my laptop
  189. [ubuntu] Ubuntu Plesk Help
  190. [ubuntu] Cant Log into Karmic
  191. [ubuntu] There's any good rmvb player for ubuntu?
  192. [all variants] no abi or vmcoreinfo file with new kernel
  193. [ubuntu] Ubuntu 9.04, generic uk laptop, keyboard keeps going mad
  194. [SOLVED] Mount point for external hard disk
  195. [ubuntu] Ubuntu 9.10 hangs randomly
  196. [ubuntu] mount RAID 0 drives for my data
  197. [ubuntu] Can't set permission for .pdf file
  198. [ubuntu] Wine: most of the WXP executables don't run
  199. [SOLVED] Problems updating!!!!!!!
  200. [ubuntu] nm-applet
  201. [ubuntu] Apache SSL Ubuntu 9.04
  202. [ubuntu] Can a 32 bit karmic koala 9.10 suppor
  203. [ubuntu] Get the chromium browser
  204. [all variants] openoffice calc format cells as IPaddres
  205. [ubuntu] Shell Emulator
  206. [ubuntu] recieving files from a phone
  207. [ubuntu] can't locate filesystem after trying to reinstall ubuntu
  208. [SOLVED] problem updating Grub2 after theme change
  209. [SOLVED] failing hard disk notifiacation
  210. [ubuntu] location bar sizing in firefox 3.5?
  211. [ubuntu] Internet download speed is lacking
  212. [ubuntu] instalation problems - wubi ubuntu 9.10 64-bit
  213. [ubuntu] ftp painfully slow
  214. [ubuntu] Need this directory
  215. [ubuntu] Cannot log in to my server
  216. [SOLVED] Need some help understanding cmake
  217. [gnome] Login Screen gone
  218. [ubuntu netbook remix] acer one d250 wireless issues
  219. [ubuntu] assign swap
  220. [ubuntu] Dear Ubuntu PEOPLE, I request your suggestions
  221. [SOLVED] xtra xfce session option
  222. [ubuntu] desktop background as xsplash
  223. [ubuntu] Window without borders
  224. [ubuntu] FTP With Quanta Plus?
  225. [SOLVED] Firfox bookmarks and History not accessible.
  226. [all variants] bash script loop each directory in a directory
  227. [ubuntu] no cut, copy, paste commands in 9.10
  228. [SOLVED] concect ubuntu to internet though XP
  229. [ubuntu] Nautilus Config
  230. [all variants] Stopping e2fsck mid-run
  231. [ubuntu] Slowdown with Visual Effects
  232. [kubuntu] May be a stupid question, but will this still work in different distro?
  233. [ubuntu] FsUsbExService
  234. [ubuntu] GParted Issues
  235. [SOLVED] sources.list HELP!!
  236. [ubuntu] Multiple screen images on display after installing Nvidia resticted drivers
  237. [all variants] Bluetooth remote control with nokia n97
  238. [ubuntu] Suspend/Hibernate Fails
  239. [SOLVED] Where/how to report an error?
  240. [xubuntu] Laptop left in a "locked in" state.
  241. [ubuntu] Error messages concerning clamav
  242. [ubuntu] How to change gnome display setting
  243. [ubuntu] Installing Adobe pdf reader.
  244. [ubuntu] how to change splash screen in karmic koala?
  245. [ubuntu] install php5 & apache2 on ubuntu 9.10
  246. [ubuntu] Is there a way to change the desktop environment in Linux?
  247. [ubuntu netbook remix] Installing wireless driver on acer one d250
  248. [SOLVED] How Can I Share Files Between Two Xubuntu Comps?
  249. [ubuntu] Evolution delete file inside folder $HOME/.evolution/mail/
  250. [ubuntu] Microsoft exchange problem in evolution