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] Problem installing BrettspielWelt.tar.gz
  2. [ubuntu] Installing Ubuntu 11.04 on Virtualbox
  3. [ubuntu] what is the secret to make folder sharing work between ubuntu machines?
  4. [ubuntu] Side-effects of changing admin username
  5. [ubuntu] Ipod Nano not connecting
  6. [SOLVED] How do you add a keyboard shortcut for "Open with Gimp"?
  7. [ubuntu] For users of "GCstar Collections Manager"
  8. [ubuntu] Setting up wallpapers for individual monitors
  9. [SOLVED] Bash Script help
  10. [ubuntu] how do I get ubuntu 11.04 to recognize my external video card
  11. [all variants] Span network load across multiple NIC's
  12. [ubuntu] Aspire 5520 will not go into suspend mode
  13. [ubuntu] Ubuntu 10.10 with crashing file system how to run fsck?
  14. [ubuntu] how to shorten gedit tabbar tab size
  15. [ubuntu] Wrong File Transfer Time
  16. [SOLVED] Font problem mucked up session
  17. [ubuntu] Brasero Disc Burner and .avi files
  18. [ubuntu] process becoming a zombie
  19. [all variants] Sandy Bridge Support Better in 32-bit?
  20. [ubuntu] AisleRiot solitaire
  21. [ubuntu] Totally Boned my Partition Table
  22. [ubuntu] cannot find the file "~/.bash_profile" in the ubuntu
  23. [all variants] server and client in Virtualbox
  24. [ubuntu] whats Dvd ROM directory
  25. [wubi] Ubuntu freezing during boot, kernel crash
  26. [ubuntu] Play DVD disk as screen saver
  27. [all variants] bootable image
  28. [all variants] problem with cpufreqd
  29. [ubuntu] Installed "11.04" next to xp, wireless was fine until network manager "disappeared-He
  30. [SOLVED] 10.10. Xsane. Image shifts.
  31. [SOLVED] Upgrade chaos recovery, please
  32. [kubuntu] Using Gl renderer error
  33. [other] Downgrade Android 2.2 (Froyo)...
  34. [ubuntu] Best themes?
  35. [ubuntu] Which Java am I running?
  36. [ubuntu] fan control
  37. [SOLVED] Kubuntu Live problems
  38. [ubuntu] skype problem!!
  39. [SOLVED] Question
  40. [ubuntu] Quick Question
  41. [ubuntu] NVIDIA 8400GS: low graphics mode
  42. [SOLVED] Printer Installation
  43. [ubuntu] Seahorse - transferring settings to usb
  44. [ubuntu] HOW TO: Make your Ubuntu desktop slick and clean
  45. [SOLVED] Need fast help sudo: grub command not found
  46. [ubuntu] portable USB fails configuring the updates kernels
  47. [ubuntu] Squid / SquidGuard User / Permission Error
  48. [ubuntu] Install links not working
  49. [SOLVED] APT strange problem
  50. [ubuntu] .Disk Backup on dual boot windows/ubuntu
  51. [ubuntu] LDAP - Client Issues
  52. [ubuntu] login
  53. [ubuntu] Backing up .Disk files
  54. [SOLVED] Where can I change boot parameters in grub2
  55. [all variants] Laptop
  56. [ubuntu] screen is flashing after boot
  57. [ubuntu] White screen at full view
  58. [ubuntu netbook remix] Lost Permission to Home Folder after Update
  59. [SOLVED] CD/DVD drive not recognised
  60. [SOLVED] GRUB help, can't find an answer
  61. [ubuntu] Ubuntu 10.10 backlight problem
  62. [ubuntu] remove side panel in shotwell
  63. [ubuntu] mdadm pukes after reboot
  64. [ubuntu] Cannot format External Hard Drive. Why?
  65. [lubuntu] hplip and hptools not working, broken links Reinstall?
  66. [ubuntu] disabling samba and sups at ubuntu startup
  67. [ubuntu] How do i add my hdd in hddtemp.db
  68. [ubuntu] Cannot adjust brightness (help plz,im going blind)
  69. [ubuntu] Any good JAR player/emulator out there?
  70. [SOLVED] Fonts gone all funny in Opera web browser
  71. [ubuntu] Question about applications in Unity
  72. [ubuntu] Printing to HP Design Jet 800 Plotter
  73. [SOLVED] HELP!!! (please) Ubuntu stuck at loading screen...
  74. [ubuntu] Real UID vs Effective UID ... how to create files as Effective UID
  75. [ubuntu] configure ubuntu server german (QWERTZ) keyboard
  76. [ubuntu] JabRef starting in tiny window
  77. [ubuntu] Lucid Lynx Interactive Boot
  78. [ubuntu] DVD Burning SLOOOOOOOOOWWWWW
  79. [ubuntu] Acer Aspire R3600 Help
  80. [ubuntu] OS X and Ubuntu Questions.
  81. [ubuntu] for help about copy by choosing the text
  82. [ubuntu] Privacy concern! Please help with installation.
  83. [SOLVED] Run Transmission remotly
  84. [ubuntu] problem for choosing Ubuntu OS from Dual OS Desktop
  85. [SOLVED] suspend stopped working
  86. [ubuntu] HDMI on Ubuntu 11.04
  87. [all variants] Help using command line efficiently and like an expert
  88. [all variants] Scilab-probably an easy question!
  89. [all variants] Find obsolete Wine
  90. [ubuntu] A n00b in need is a n00b indeed
  91. [lubuntu] Preserve CapsLock remapping thru remmina?
  92. [other] mount ext3 raid1 drive
  93. [kubuntu] Shutdown Script
  94. [ubuntu] No desktop when logging in with Unity (Classic works fine)
  95. [ubuntu] web based file manager ?
  96. [SOLVED] Can't burn data to CD-R
  97. [SOLVED] Lost my Super + W command
  98. [gnome] EXTREME N00B Log-in Question
  99. [ubuntu] World Of Warcraft 1FPS
  100. [all variants] syncevolution with multiple evolution calenders
  101. [ubuntu] Weather updates to email (plus a few more things)
  102. [ubuntu] out of memory!
  103. [ubuntu] No longer see grub menu
  104. [ubuntu] Full page printing possible?
  105. [SOLVED] Partition larger than 2 TB?
  106. [ubuntu] How To Install Java
  107. [wubi] WUBI language
  108. [ubuntu] CPU maxing out every so often
  109. [ubuntu] get firefox back to normal?
  110. [ubuntu] screen resolution OUT OF RANGE
  111. [all variants] Great backup tool!!! CONDUIT
  112. [ubuntu] Kubuntu 11.04 keeps crashing :(
  113. [ubuntu] Where are programs download with apt-get in terminal ?
  114. [ubuntu] Mount UFS in ubuntu
  115. [ubuntu] type a control m character
  116. [ubuntu] 11.04 and Nvidia 6150 - possible to run Unity?
  117. [lubuntu] partition for old bios
  118. [ubuntu] Ubuntu hangs on start after i deleted all content of libgtk2.0-0.immodules
  119. [ubuntu] natty gnome 3 error
  120. [ubuntu] Quick question from a very new user
  121. [ubuntu] Two annoying problems
  122. [SOLVED] help running command on system startup
  123. [ubuntu] GUID NTFS partition problem
  124. [other] Iso from cd to usb
  125. [all variants] Is There a Way to Completely Uninstall All Kubuntu Related Things?
  126. [ubuntu] Corrupts images, lost all my summer holiday pictures...
  127. [ubuntu] An 'unhandleable error' occurs when trying to install/remove apps
  128. [ubuntu] conpiz
  129. [ubuntu] trash file
  130. [ubuntu] Waking Ubuntu automatically from Suspend
  131. [ubuntu] DynDNS, port forwarding, and ssh
  132. [ubuntu] Evolution - Invalid Evolution backup file
  133. [ubuntu] TWiki on Ubuntu 11.04
  134. [wubi] Transferring iTunes bought music
  135. [SOLVED] Where can I buy a Ubuntu Laptop?
  136. [ubuntu] Wiican and using a Classic Joystick as a Mouse
  137. [ubuntu] just wondering..
  138. [ubuntu] help unziping files from ubundu download page
  139. [ubuntu] Need help, installing windows
  140. [SOLVED] epiphany menu bar
  141. [all variants] Opening postscript images separately
  142. [ubuntu] Ubuntu partition vanished. Can I recover my files?
  143. [SOLVED] Linux Kernel 3.0 Battery Life/Power Consumption
  144. [ubuntu] dual boot troubles
  145. [ubuntu] Thunderbird POP/IMAP Sync
  146. [ubuntu] daemon error
  147. [ubuntu] Keep losing title bars
  148. [SOLVED] Compiz ccsm screwed up - won't launch
  149. [ubuntu] How do I do a fresh install without loosing settings
  150. [ubuntu] Need .dmg to be a .iso or .img
  151. [ubuntu] help with error
  152. [ubuntu] Hard Link vs Symbolic Link
  153. [ubuntu] Help requested to resize partition in dual boot machine...
  154. [ubuntu] how to lock directry
  155. [ubuntu] 10.04 lts softare updates
  156. [xubuntu] Problems with deleting files on mp3 player
  157. [ubuntu] Error when loading Firestarted
  158. [SOLVED] "chown" usage followed by widespread execution problems
  159. [kubuntu] Logitech Harmony -700-
  160. [ubuntu] Talika breaking gnome
  161. [ubuntu] black horizonatl lines on desktop
  162. [ubuntu] Battery indictor help please
  163. [ubuntu] can you view folder address in text when viewing folders in a window
  164. [SOLVED] chromium-browser won't load
  165. [ubuntu] A bit confused
  166. [ubuntu] Unity file search seems useless
  167. [SOLVED] * Edit post * Delete post * Report this post * Reply with quote Gr
  168. [lubuntu] LXDM configuration
  169. [SOLVED] Update Error
  170. [SOLVED] Ubuntu Software Center Fail to download package files
  171. [SOLVED] Keyboard/mouse not working after upgrade
  172. [SOLVED] How Do Prereleases (like 11.10 Oneiric) Work?
  173. [SOLVED] Lock screen not working after 10.10 -> 11.04 upgrade
  174. [ubuntu] Problem with msttcorefonts
  175. [ubuntu] Pavilion 7955 install- Disk error 80
  176. [SOLVED] Ubuntu 11.04 - Marvell SE9120 SATA III Drivers
  177. [ubuntu] Hellanzb 0kb/s
  178. [xubuntu] Power Button does not work in XBMC
  179. [SOLVED] Can't enable second monitor
  180. [SOLVED] Boot stuck on Ubuntu Studio 11.04
  181. [ubuntu] 11.04 Problems
  182. [ubuntu] mp3 mp4 player help
  183. [SOLVED] Vuze runs when it shouldn't
  184. [ubuntu] vsftpd user permissions
  185. [other] Available space in a partition not updating
  186. [kubuntu] Smal proplim
  187. [ubuntu] Applications that focus don't focus correctly
  188. [SOLVED] Core won't go to max frequency
  189. [SOLVED] ubuntu one
  190. [ubuntu] Libreoffice Calc font size
  191. [all variants] Reporting a Bug
  192. [ubuntu] synaptic package manager
  193. [SOLVED] GRUB would not allow to boot from Live CD
  194. [ubuntu] Games
  195. [ubuntu] cant change file permissions to make executable. help!
  196. [ubuntu] Slow Web Pages - Fixed but Curious
  197. [ubuntu] NTLDR missing
  198. [ubuntu] GCC roll-back error message(s)
  199. [ubuntu_studio] sound problems
  200. [SOLVED] What application to open executable files?
  201. [ubuntu] FGLRX broken
  202. [SOLVED] Resize Partition
  203. [ubuntu] Ubuntu 10.10 not loading
  204. [ubuntu] Can't find harddrive :(
  205. [ubuntu] Best chess for ubuntu 11.04...
  206. [ubuntu] sata HD hot swapping
  207. [kubuntu] Natty - wireless not connecting
  208. [ubuntu] VIA VT6410 ATA133 RAID controller
  209. [all variants] ecryptfs recover
  210. [ubuntu] update problems ubuntu 11.04
  211. [ubuntu] Script to check for IP addy but then timeout
  212. [other] Fullscreen games freeze computer
  213. [all variants] Usb 3.0 Adapter Advice
  214. [ubuntu] Can't boot after 11.04 installation
  215. [ubuntu] How to find/run a program in Ubuntu ?
  216. [ubuntu] sensor detection on dell mini 10v
  217. [ubuntu] cpufreq-selector -c 0 -g powersave command help
  218. [ubuntu] Need to admin CUPS for a network printer
  219. [SOLVED] Potential need to defragment Linux file system
  220. [ubuntu] lsof - information about opened connections
  221. [ubuntu] Keyboard stops working after a while
  222. [ubuntu] unity plugin reveal mode does not work
  223. [64 bit] 3 upates available
  224. [SOLVED] Unity icons have wrong association.
  225. [ubuntu] Samba share to winxp cant connect
  226. [ubuntu] Keyboard shortcuts won't stick - 11.04 GNOME classic desktop
  227. [ubuntu] Sad day, I need to pull my Ubuntu partition and need help.
  228. Is GNOME-DO Themeable?
  229. [ubuntu] Where to start with helping dev Ubuntu?
  230. [ubuntu] Audio - how to?
  231. [ubuntu] Automatically run a script after inserting a Photo memory card?
  232. [all variants] synaptic wont start period
  233. [ubuntu] Managing GRUB between two seperate installs of Ubuntu
  234. [ubuntu] Grub rescue/no partition found
  235. [SOLVED] How to add a raw print queue for CUPS?
  236. [gnome] openoffice word processor graphics is smeared
  237. [ubuntu] mp3 to CD-R: won't play
  238. [ubuntu] Partiton delete error
  239. [ubuntu] After MAC TimeMachine Backup ..hfs 3tb hdd errors?
  240. [ubuntu] Ubuntu lucid linux 10.04 help
  241. [ubuntu] Fail to mount /home on resume
  242. [ubuntu] Can i run ubuntu
  243. [ubuntu] Ubuntu 11.04 bug firefox skype and more
  244. [SOLVED] Need to add unallocated space to my linux partition
  245. [other_os] no imput module found
  246. [ubuntu] Bash script sanity check
  247. [ubuntu] DPKG for a dead system?
  248. [ubuntu] Set up Dual boot on netbook?
  249. [ubuntu] lost disk space after deletion (in truecrypt container)
  250. [SOLVED] Lenovo Thinkpad E220s