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. [lubuntu] black screen
  2. [ubuntu] Gnustep won't leave home directory
  3. [lubuntu] Problem with internet congifuration.
  4. [SOLVED] grub: 3 errors then 'press any key to continue
  5. [ubuntu] how to update software center?
  6. [mythbuntu] USB 3,0 ... kind of sucks
  7. [ubuntu] Keyboard stopped working on persistant live-USB
  8. [ubuntu] Windows 7-like taskbar for KDE?
  9. [other] tomcat7 installation problem
  10. [ubuntu] 11.10 Remove pulseaudio removes ubuntu-desktop
  11. [ubuntu] YouTube Page Template Design Software
  12. [ubuntu] Can I use an Outlook Anywhere account for Exchange 2010 in Ubuntu?
  13. [ubuntu] No sound in Wine 1.3.31
  14. [kubuntu] Can't download
  15. [ubuntu] 11.10 How to set what physical power button should do?
  16. [ubuntu] Display Monitor
  17. [SOLVED] unetbootin in ubuntu doesnt show persistent option
  18. [ubuntu] Dual Cores being over worked!
  19. [ubuntu] Guide to install Serviio
  20. [ubuntu] Interface Suggestion?
  21. [PPC] Installing/Running Ubuntu on Nintendo Wii
  22. [lubuntu] Wireless Mouse Isn't Working in Lubuntu
  23. [ubuntu] 11.10 repos in 11.04
  24. [ubuntu] Delete and Reinstall MX860 Wireless?
  25. [kubuntu] x won't start; goes to CLI login
  26. [SOLVED] ACPI and Booting issue
  27. [ubuntu] Lost browser and GNOME/Unity 3D 11.10
  28. [all variants] Easy Backup possible?
  29. [ubuntu] 11.10 nano cannot find /ect/modprobe.d/blacklist.conf
  30. [SOLVED] Can I install kernel 3.1 and use 10.10 ?
  31. [SOLVED] Launch sudo script at startup on Ubuntu 11.10 Unity
  32. [ubuntu] Unable to boot into ubuntu 10.10
  33. [lubuntu] Choppy audio and mouse when reading large files
  34. [ubuntu] Banshee uses 100% CPU
  35. [other] Share SSD between 2 Computers?
  36. [ubuntu] Questions regarding media output via HDMI
  37. [SOLVED] zussaweb index.php downloads, but test.php works
  38. [kubuntu] FreeNX initial connection slow
  39. [ubuntu] Cant delete symbolic link - it appers again ang again
  40. [SOLVED] Sharing files and folders with windows 7 problems
  41. [SOLVED] Getting kde on ubuntu 10.04
  42. [xubuntu] How do I undo: echo 'ndiswrapper' | sudo tee -a /etc/modules
  43. [ubuntu] 11.10 OpenGL WoW
  44. [64 bit] Under the 11.10 Bonnet - mouse speed
  45. [SOLVED] Two monitors one not working
  46. [ubuntu] Ubuntu 11.10 upgrade problems in VMware
  47. [ubuntu] GUI Stalling/Blocking
  48. [ubuntu] Can't shutdown oneiric
  49. [64 bit] Gnome-shell desktop stops responding.
  50. [ubuntu] Linux program to send sms txts via bluetooth/usb?
  51. [ubuntu] Installing Wine 1.3.32 in 9.10
  52. [ubuntu] touchpad freezing after login
  53. [ubuntu] Help!!
  54. [ubuntu] Cervisia vs Konqueror
  55. [ubuntu] "no such file or directory", but I don't want it anyway
  56. [SOLVED] Where to put a script?
  57. [xubuntu] "Please do not remove the media" message never goes away
  58. [ubuntu] status monitor
  59. [ubuntu] Problems that remain in 11.10 (64 bit, Gnome Shell)
  60. [ubuntu] linux-crashdump not working with custom kernel
  61. [ubuntu] Rsync Stats Output
  62. [SOLVED] Panel transparency in Ubuntu
  63. [ubuntu] Xbox line in - USB Headphones out
  64. [lubuntu] Trouble installing an internet connection.
  65. [ubuntu] gradual compiz slow down
  66. [ubuntu] connect to open vpn Access Server from ubuntu latest version
  67. [ubuntu] wish8.4 - 100% CPU usage
  68. [ubuntu] Epson Workforce 520 Installed, but printing Strange
  69. [ubuntu] Cannot access KnowledgeTree fileserver externally
  70. [ubuntu] Vanilla install, firefox support??
  71. [ubuntu] Changing Ownership (again)
  72. [SOLVED] Grey Desktop
  73. [ubuntu] Windows share mounting (command line?)
  74. [ubuntu] How to reset password?
  75. [ubuntu] Audio drivers
  76. [ubuntu] ENORMOUS .xsession-errors file
  77. [ubuntu] Trying to get a java program to restart when it crashes
  78. [SOLVED] Gnome Classic in 11.10 - can't add taskbar panel
  79. [ubuntu] Rhythmbox no entry symbols
  80. [SOLVED] Desktop Sphere and Cylinder not working
  81. [ubuntu] HP Mini110 install problem
  82. [ubuntu] root file system check failed
  83. [lubuntu] Problem to install Google Picasa on Ubuntu 11.10
  84. [SOLVED] No wallpaper can be setup 10.04 Grey Desktop
  85. [ubuntu] web browser
  86. [SOLVED] LO Base forms do not display properly
  87. [other] ATI Card woes...
  88. [ubuntu] Dual monitors problem
  89. [SOLVED] Can't Download Packages Please HELP!!!
  90. [SOLVED] filesystem errors that can not be fixed
  91. [ubuntu] 11.10 desktop borked
  92. [ubuntu] Gnome 2 and 3 both
  93. [SOLVED] Sound does not work
  94. [SOLVED] How do I get Java working in Opera?
  95. [SOLVED] LVM / LUKS encrypted System - how to shrink volume ?
  96. [ubuntu] Samba 4 won't run in Ubuntu 11.10
  97. [ubuntu] apache2 stopped working
  98. [xubuntu] Keyboard layout changes no longer working
  99. [ubuntu] Lost way - dismay - Unity
  100. [SOLVED] ./configure error .. "no acceptable C compiler found in $PATH"
  101. Give up waiting for root device. Common Problems booting Ubuntu 11.10
  102. [ubuntu] Please help me install Vpnautoconnect
  103. [all variants] Changing UID breaks GUI functions - suggestions?
  104. [ubuntu] 11.10 Battery Life
  105. [ubuntu] Press Enter Bug for ubuntu 11.10
  106. [ubuntu] UBUNTU CLoud nightmare
  107. [ubuntu] usb to serial adapter please help
  108. [ubuntu] USB keyboard prevents startup
  109. [ubuntu] 11.10 won't restart after updates
  110. [ubuntu] defunct process (thunderbird)
  111. [SOLVED] Permissions problem
  112. [ubuntu] 10.04 3d Games. Multiple Monitors. LCD Disabling.
  113. [all variants] 1 mp3 with different volume levels
  114. [SOLVED] Persistent persistent Persistent Going Nuts Here
  115. [lubuntu] Desktop missing icons
  116. [ubuntu] Website streaming issues
  117. [all variants] copy all files of a given type
  118. [SOLVED] Updating - signature verification & signatures invalid errors
  119. [lubuntu] Intel Atom Processor
  120. [all variants] Partition becomes invalid after VirtualBox installation
  121. [SOLVED] extended partition problem between fat32&ntfs partitions
  122. [kubuntu] second display not detected on lucid, works on xp
  123. [ubuntu] cant edit syslinux.cfg in live USB
  124. [other] Simple shell script, I'm befuddled
  125. [ubuntu] Constantly having to restart wireless adapter
  126. [ubuntu] Help with setting up proftpd and chroot
  127. [SOLVED] Problem with strange language after update
  128. [ubuntu] Firefox updated when version locked?
  129. [SOLVED] MDADM not loading raid array corrently
  130. [ubuntu] Thumbnail preview for uploading pics
  131. [SOLVED] A Simple Scripting Project for Ubuntu
  132. [xubuntu] Problems with PDF shuffler (cannot crop PDFs)
  133. [ubuntu] Unable to run applications from DASH
  134. [SOLVED] command to print loaded alsa sound card drivers
  135. [ubuntu] Rollback wireless driver update?
  136. [ubuntu] Need some help booting Ubuntu. 1st Time User.
  137. [ubuntu] Ubuntu Kernel 10.04 isn't updating.
  138. [ubuntu] Extending /home partition
  139. [ubuntu] How to transfer an already registered domain name from a host to ubuntu server
  140. [ubuntu] Partition is misaligned by 3071 bytes
  141. [SOLVED] Update Manager Full Auto?
  142. [ubuntu] I am running Ubuntu hoping to fix my Windows... can anyone help me?
  143. [ubuntu] Boot failures with wireless 11.10
  144. [ubuntu] Postfix Test Script :: Messages Sending to Defined Recipient and Email@hostname
  145. [ubuntu] Upgrading to Oneiric Through Wubi
  146. [SOLVED] Wasn't 11.10's fault - Compiz with LXDE
  147. [ubuntu] Scratching My Head.
  148. [ubuntu] ubuntu 8 series
  149. [kubuntu] Variation on the black screen in Teamviewer
  150. [ubuntu] google chrome apps problem
  151. Learning grub2 by practice
  152. [ubuntu] Firefox and Krita updated PPA?
  153. [ubuntu] File Format for capifax
  154. [ubuntu] software centre
  155. [SOLVED] Update manager not detecting new updates
  156. [ubuntu] printer drivers
  157. [ubuntu] aMule does not connect on ubuntu 11.10
  158. [ubuntu] URGENT HELP NEEDED (proxy error)
  159. [ubuntu] copy a list of files located in a .txt file
  160. [ubuntu] duplicate source list entry
  161. [ubuntu] Web Hosting Manager
  162. [ubuntu] Gnome shell disappears
  163. [ubuntu] read only file
  164. [ubuntu] Delay Screen Saver Timeout
  165. [ubuntu] 64-bits system using only 5,6GB RAM of installed 16GB
  166. [SOLVED] copy my unbuntu off my usb stick onto another usb stick
  167. [ubuntu] Ubuntu fails to start efter the ubuntu-tweak's Janitor froze.
  168. [ubuntu] Remove Package from APT-GET's list of installed packages...
  169. [ubuntu] Everything is missing from screen
  170. [ubuntu] Javascript Adobe Reader problem in some linux distributions
  171. [SOLVED] update-rc.d
  172. [SOLVED] problem loading
  173. [ubuntu] Error performing update
  174. [ubuntu] Firefox Menu Bar
  175. [ubuntu] fastest way to sync two usb drives
  176. [all variants] Aptitude lists two copies of every package
  177. [ubuntu] Nautilus behaving strangely
  178. [SOLVED] Change icon in Unity launcher (11.10)
  179. [ubuntu] Problem after 11.10 upgrade
  180. [ubuntu] Ubuntu 11.10 themes
  181. [ubuntu] Clementine, music on separate partition.
  182. [ubuntu] Unity (11.10) causes graphics lag and slow system
  183. [other] Vmware server 2: configure NAT network to use external IP
  184. [ubuntu] Esperanto input problems
  185. [SOLVED] Mysteriously decreasing free space
  186. [SOLVED] Recover a lost file from pen drive
  187. [all variants] percision printing?
  188. [ubuntu] Ubuntu 11.10 refuses to accept my authentication password
  189. [ubuntu] Add new dictionaries/ languages in Libreoffice
  190. [ubuntu] synaptic package manager closes immediately in ubuntu 11.10
  191. [ubuntu] Problem opening folder
  192. [ubuntu] Ubuntu crashes in a strange way...
  193. [ubuntu] Ubuntu 10.04 Server & Desktop shells behave differently
  194. [all variants] change default "Movie Player" in gthumb?
  195. [ubuntu] Ubuntu 10.04: Sybase with Perl Segmentation Fault
  196. [ubuntu] transmission problems
  197. [ubuntu] Running PE executable files.
  198. [SOLVED] Lost all personal files
  199. [ubuntu] default zoom level in firefox
  200. [SOLVED] SSH only for users with admin privileges.
  201. [ubuntu] 11.10 Server - SFTP/SCP Help (WinSCP)
  202. [ubuntu] System freezes when launching certain applications
  203. [ubuntu] SH script works but CRON job fails
  204. [all variants] where is the caribou keyboard layout config file in 11.10 located
  205. [ubuntu] dictionary
  206. [ubuntu] increase mouse speed without acceleration
  207. [SOLVED] How to Auto start Skype wrapper.
  208. [ubuntu] format hard drive
  209. [ubuntu] Ubuntu 10.04 stopped booting. Where do I start.
  210. [ubuntu] change resolution of 2nd monitor
  211. [ubuntu] Printing Problem
  212. [ubuntu] ubuntu won't boot up after update of drivers in recovery mode
  213. [ubuntu] "you are not the owner, so you cannot change these permissions"
  214. [all variants] Android - use phone as wireless speaker?
  215. [ubuntu] Flashing
  216. [ubuntu] Apache service - incorrect messages and behaviour
  217. [64 bit] How can host a website using my computer ?
  218. [ubuntu] AMD Catalyst 11.11
  219. [ubuntu] Internal Speakers and Headphones play at the same time
  220. [ubuntu] firefox help needed
  221. [ubuntu] Dual boot windows 7 and ubuntu?
  222. [ubuntu] 11.10 still no sound
  223. [ubuntu] Ubuntu 11.04 Having lockups
  224. [SOLVED] System monitor widget for 11.10?
  225. [ubuntu] OC4J installation issues
  226. [ubuntu] change administrator account
  227. [ubuntu] USB Mouse freezes iintermittently in UE 2.8 10.10
  228. [SOLVED] mount windows FOLDER???
  229. [xubuntu] Xubuntu wake on keyboard?
  230. [ubuntu] VirtualBox problem
  231. [ubuntu] Grub reinstall needed....!!!
  232. [xubuntu] Will this global menu ppa package work with 64-bit?
  233. [ubuntu] How to upgrade apps apt says are "manually upgradeable"?
  234. [ubuntu] Moving from virtualbox to system?
  235. [SOLVED] Hide hidden NTFS files and folders
  236. [ubuntu] Thunderbird & Firefox annoyance
  237. [kubuntu] Ubuntu 11.10 Apt-Get Issues :: Package CUPS, Freenx, CDROM?
  238. [ubuntu] Updating from Jaunty 9.04
  239. [ubuntu] gateway laptop questions
  240. [ubuntu] Burg on a triple boot system
  241. [SOLVED] Ubuntu Updates No Internet
  242. [SOLVED] Computer won't boot from cd
  243. [SOLVED] bbc iplayer
  244. Need assistance with ATI drivers
  245. [gnome] Gnome 3 Search - how to update cache?
  246. [SOLVED] Don't Know how to change Aspect Ratio for screen in Lubuntu
  247. [ubuntu] Munin - multimemory errors on Ubuntu 11.10
  248. [all variants] Chrome New tab page any way to increase most visited options
  249. [wubi] can't download thunderbird
  250. [ubuntu] help getting past command screen after update