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] Unity seriously messed up graphically
  2. [ubuntu] How to remove a package I can't find?
  3. [ubuntu netbook remix] finding manuals in the terminal
  4. [other] Require A kernel for LFS
  5. [SOLVED] Bootloader is Always Shown in Ubuntu 11.04
  6. [SOLVED] Error! Cannot locate /usr/src/synaptics-1.1.1.dkms.tar.gz.File does not exist.
  7. [ubuntu] Output of last command
  8. [ubuntu] Auto generate music playlist from web directory
  9. [ubuntu] system daznt recognize allocated space
  10. [ubuntu] How can I install and remove fonts (OpenType, TrueType)
  11. [ubuntu] OpenVPN Multi Server HELP!
  12. [ubuntu] Quanta php issues
  13. [ubuntu] Firefox essential addons?
  14. [ubuntu] mine craft login please
  15. [ubuntu] How to encrypt a decrypted home directory with a live cd?
  16. [ubuntu] time is not displayed
  17. [ubuntu] x wont start up
  18. [ubuntu] At boot linux complains mount point (/tmp) is not ready
  19. [SOLVED] T-Shirt Transfer Printing.....Ubuntu 11.04 Gnome 2.32.1
  20. [ubuntu] Kernel Panic during upgrade
  21. [other] methods for remotely monitoring CPU and HDD sensors with lm_sensors?
  22. [SOLVED] Large Number of files to count, argument list too long
  23. [SOLVED] Rsync problem
  24. [ubuntu] At startup, getting "Cannot find /media/<various mount points>"
  25. [ubuntu] Set Screen Resolution
  26. [SOLVED] bash - putting string in file (file is variable)
  27. [ubuntu] Help with unusual batch file naming issue please
  28. [all variants] Downloading a page off a forum.
  29. [ubuntu] GRUB Lost Option To Boot Into Ubuntun Natty
  30. [ubuntu] Remote desktop to ubuntu server install...
  31. [ubuntu] [Advanced] How would you "trap" GDM shutdown?
  32. [ubuntu] Ubuntu Live won't start - failed to mount loop0
  33. [ubuntu] IE to Firefox Favorites
  34. [ubuntu] Is there infomation supplied to verify the integrity of a Ubuntu Downloaded .iso
  35. [ubuntu] LibreOffice/Thesaurus
  36. [ubuntu] Vegastrike sound issue.
  37. [ubuntu] Bluetooth access to photos on Nokia very slow
  38. [ubuntu] chromium not installing
  39. [SOLVED] Downgrade packages
  40. [ubuntu] Analog
  41. [ubuntu] mediainfo --inform is not working
  42. [ubuntu] ACPI dilemma: slow startup or only one core?
  43. [ubuntu] Scrolling and (trackpoint) problem
  44. [ubuntu] Making graphs of a simulation
  45. [ubuntu] help me how enable Remote Desktop by SSH comond to use UltraVNC Viewe
  46. [ubuntu] Drivers,..
  47. [ubuntu] Is there infomation supplied to verify a Downloaded Ubuntu .iso for security ?
  48. [ubuntu] cant make files executable
  49. [ubuntu] USB Drives Don't Automount
  50. [ubuntu] Weird alsamixer/gnome-terminal bug
  51. [SOLVED] Blackberry memory card doesn't mount?
  52. [SOLVED] The screen resolution on start
  53. [SOLVED] un/install linux ensure windows boot loader is restored afterwards
  54. [ubuntu] Install over SSH
  55. [ubuntu] Updates not working correctly
  56. [all variants] help me to patch emacs auctex preview-latex (invalidfileaccess)
  57. [SOLVED] Controls
  58. [SOLVED] How to appropriately move partitions into extended partition?
  59. [ubuntu] problem in Dual-Boot!
  60. [ubuntu] No Root File System is Defined!!
  61. [lubuntu] Windows gone from GRU
  62. [other] Remettre le boot Windows au démarrage
  63. [ubuntu] Black rectangles appear randomly
  64. [ubuntu] password areas greyed out
  65. [ubuntu] problem with setting file as executable
  66. [xubuntu] Anyone know how to check memory if faulty
  67. [SOLVED] Cannot close tabs in Firefox 4 on Ubuntu 11.04 - solution
  68. [ubuntu] Stuck at the login screen
  69. [ubuntu] Nautilus ftp weirdness
  70. [ubuntu] gparted won't start
  71. [ubuntu] Network printer problem
  72. [ubuntu] Bitlocker Encrypted External Drive - Does it Work in Ubuntu..??
  73. [ubuntu] Missing menu bars, cannot get to terminal
  74. [ubuntu] ubuntu tweak error
  75. [ubuntu] Terminal command to install temviewer
  76. [all variants] Kernel only lets userspace use ~1Gb ram out of 2Gb, rest is *reserved* for fs cache
  77. [ubuntu] Cron daily
  78. [SOLVED] no browser finds JRE
  79. [SOLVED] uninstall ubuntu then reinstall it problem
  80. [ubuntu] "Wireless disabled by Hardware Switch"
  81. [ubuntu] Shared home partition (between distributions)
  82. [SOLVED] indicator-weather icons stopped working
  83. [ubuntu] Problems uploading/seeding with Deluge
  84. [ubuntu] Banshee doesn't recognize mp3 files on Sansa Fuze
  85. [all variants] problems editing /etc/sudoers
  86. [SOLVED] Need to restore Grub (XP, Ubuntu, messed up installation)
  87. [ubuntu] wont detect 2nd monitor
  88. [ubuntu] ICEauthority could not be duplicated
  89. [SOLVED] Help opening a .jar file in Lubuntu...
  90. [ubuntu] Boot different drive problems
  91. [ubuntu] HALP. Seriously. I ISO'd a backup of my haywired ubuntu USB, now how do I restore it?
  92. [ubuntu] How to back out of "nightly build" repo?
  93. [lubuntu] lubuntu installation help!!!!!
  94. [ubuntu] Ubuntu 11.04 Internet Speed 30 Kb/s instead of 300 Kb/s
  95. [ubuntu] Wireless keyboard from Amazon does not work with Ubuntu 10.10
  96. [ubuntu] Attention Nvidia Owners
  97. [ubuntu] Install video driver from prompt
  98. [ubuntu] Video card detection at startup causing unity to fail
  99. [SOLVED] Issues with Suspend, Hibernate, and Shut Down in 11.04
  100. [ubuntu] Multitouch not recognised
  101. [ubuntu] Application protection and shareware
  102. [ubuntu] Modify lilo from boot cd
  103. [ubuntu] locked out! auto-login doesnt unlock encrypted home folder.
  104. [SOLVED] Help: Window Proplem
  105. [ubuntu] Minimal install, now what??
  106. [xubuntu] CPU load 100% when copy/move or download files
  107. [ubuntu] UBUNTU 10.10 & F5XL WIFI Prob.
  108. [ubuntu] Change the BIOS?
  109. [ubuntu] Starting Xampp not as root
  110. [ubuntu] Securing Apache2
  111. [ubuntu] Java Not Working In Natty?
  112. [64 bit] USB flash, IOWAIT, and hanging
  113. [ubuntu] Help in FireFox!
  114. [ubuntu] Open Source color matching tool for linux?
  115. [SOLVED] choppy scrolling after update to 11.04
  116. [SOLVED] ubuntu logon for 11.04
  117. [SOLVED] File manager not responding
  118. [SOLVED] What is this all about...???
  119. [other] I need a program/script/web to test my internet speed
  120. [ubuntu] mdadm suddenly not assembling
  121. [ubuntu] Initrramfs issue. Recover data from Ubuntu partition?
  122. [ubuntu] Mouse not found when Natty boots up.
  123. [all variants] LiveSystem Questions
  124. [SOLVED] Compiz Annotate tool lags badly during screencast
  125. [ubuntu] google docs uploader for unity launcher
  126. [ubuntu] apt error
  127. [ubuntu] Getting config menus to fit on netbook screens?
  128. [ubuntu] Users
  129. [ubuntu] I think I broke my font rendering
  130. [ubuntu] Data lost when merging partitions!
  131. [ubuntu] n00b here and need a good bit of advice
  132. [ubuntu] bluetooth keyboard and mouse not working after inactivity
  133. [ubuntu] Making a .run file
  134. [ubuntu] Ubuntu Customization Live CD--how to add Winetricks and 7zip (windows)?
  135. [SOLVED] Share folders in home between distros
  136. [SOLVED] stuck with ubuntu classic theme after upgrade to 11.04
  137. [SOLVED] Error when trying to update in 11.04 ubuntu
  138. [SOLVED] How to set the timezone?
  139. Live USB - keep applications
  140. [ubuntu] Unity not working.
  141. [SOLVED] question about phread.h
  142. [ubuntu] gnome3 , compiz and conky....
  143. [ubuntu] Few General question
  144. [ubuntu] ubuntu randomly crashes
  145. [ubuntu] Natty, Screen Distortion and Flickering after a while
  146. [ubuntu] gnome and unity and others
  147. [ubuntu] moondoggers
  148. [ubuntu] Network "Hardware Switch" won't let me turn networking back on. Details Enclosed.
  149. [ubuntu] Brother MFC6490cw cant print
  150. [SOLVED] Upgrade to 10.04 - keyboard doesn't work in X Server
  151. [ubuntu] Don't understand error message
  152. [ubuntu] Disk Check operation execute on every boot
  153. reset my settings
  154. [SOLVED] The Best Way to Transfer Data to New Desktop Computer
  155. [ubuntu] Lost pic help please
  156. [ubuntu] problem with ubuntu installation
  157. [ubuntu] [Help] Ubuntu 10.10 Blackscreen and mouse pointer
  158. [ubuntu] What the heck is wrong here? (Google Earth)
  159. [ubuntu] hard drive recovery
  160. [SOLVED] No effects tab after updating to natty.
  161. [SOLVED] Partition Manager: Unable to resize linux partition to use free space BEFORE partitio
  162. [SOLVED] Not able to Uninstall Hotot
  163. [64 bit] serious error while opening the update manager
  164. [ubuntu] GNU grub unable to start
  165. [ubuntu] Unknown problem
  166. [SOLVED] My background keeps changing without me telling it to!
  167. [ubuntu] recover screen resolution in recover mode
  168. [ubuntu] Browsing causing X to crash
  169. [lubuntu] Can not boot into Live system
  170. [ubuntu] Make some files "run-only"
  171. [ubuntu] samba4 error in Ubuntu 11.04 on every install, uninstall, update.
  172. [SOLVED] Skype keeps closing
  173. [all variants] create adhoc in ubuntu server(or just terminal)?
  174. [ubuntu] OS started asking for "password for root" rather than sudo
  175. How to import Outlook archive into Evolution?
  176. [SOLVED] How to download a video from this place?
  177. [ubuntu] best ftp software?
  178. [SOLVED] Sun Java 6 Runtime
  179. [ubuntu] Crash when navigating to /usr/bin/ - broken links
  180. [ubuntu] SU Authentication Failure in terminal...?
  181. [other] ubuntu partition lost.. GRUB lost..
  182. [ubuntu] Syncrify SSL issue
  183. [ubuntu] Are there any alternatives to Brasero?
  184. [ubuntu] Empathy in 11.04: I appear on my own contact list
  185. [ubuntu] how do I force install libmotif3 when libmotif4 is the most recent version
  186. [ubuntu] Display Japanese Text in Ubuntu
  187. [ubuntu] Extending linux (ext4) partition
  188. [ubuntu] Can't read my hotmail in Ubuntu
  189. [ubuntu] Firefox Fullscreen Issues in Natty
  190. [SOLVED] firefox does not minimize
  191. [SOLVED] problem in phoenix trusted core set up utility
  192. [ubuntu] NTFS5 Prefix not set
  193. [ubuntu] No Icons in 11.04
  194. [ubuntu] chromium help
  195. [SOLVED] Hieroglyphs in Network Manager?
  196. [ubuntu] Trying to get minecraft to work?
  197. [ubuntu] copy pasting from terminal
  198. [ubuntu] How to call the X server from a batch file?
  199. [ubuntu] scripts in /etc/NetworkManager/dispatcher.d NOT executing
  200. [ubuntu] .ASX Radio Stream Not Working
  201. [ubuntu] monitor/TV issue with background image
  202. how to install firefox 4 on ubuntu 10.04
  203. [SOLVED] Hardy - find corrupted files after failed ntfsresize
  204. [ubuntu] No internet connection to bt home hub 2
  205. [SOLVED] Moving one users home folder to other disk...
  206. [ubuntu] Helping Johnnee
  207. [ubuntu] to display a text from a file using conky
  208. [ubuntu] Frozen during upgrade from 10.10 to 11.04
  209. [ubuntu] Help with Netilla Thin - Firefox Mozilla
  210. [ubuntu] TMP folder not cleaning up
  211. [ubuntu] Automatic crash report generation - FAIL
  212. [ubuntu netbook remix] Aspir one D255
  213. [SOLVED] sh script automatically open konsole window
  214. [ubuntu] My router rebooted when I log in to skype
  215. [ubuntu] Mouse Freezing in 11.04
  216. [ubuntu] Unable to log on
  217. [ubuntu] access denied to transmission
  218. [SOLVED] Telnet command returns different output if I launch it from cron
  219. [ubuntu] Print very small letters in 11.04
  220. [ubuntu] very low FPS in flight gear
  221. [ubuntu] E-mail recovery from failed upgrade!
  222. [SOLVED] USB drives and external HDD's not showing up
  223. [SOLVED] Trying to install Ubuntu 11.04, but Windows won't let me dual boot
  224. [SOLVED] How do I use remote desktop and remmina between 2 computers not on the same network?
  225. [ubuntu] Mounting a hibernated NTFS partition
  226. [ubuntu] Serious OS lag without internet
  227. [ubuntu] Error Qwhile installing PyQt
  228. [ubuntu] Dual Boot, Dual Options
  229. [ubuntu] root receive permission denied on /usr/sbin
  230. [ubuntu] How do I make terminal first priority?
  231. [ubuntu] wubi install heats up pc
  232. [ubuntu] FFMPEG lacks encoder
  233. [ubuntu] Problems since upgrading to 10.04 Lucid Lynx
  234. [ubuntu] i have been searching forum for a week-I cant login
  235. [ubuntu] How to copy boot hard disk to usb stick
  236. [ubuntu] "Could not download all repository indexes"
  237. [SOLVED] USB drive owner seen as root, and I can't write to it
  238. [ubuntu] Unreliable communications ONLY during software update
  239. [ubuntu] Resetting authenticate screen
  240. [ubuntu] Library and executable search
  241. [ubuntu] sometimes getting errno -16 for ata drive on startup
  242. [ubuntu] How to install EZ Intranet Messenger on Ubuntu
  243. [ubuntu_studio] GIMP no longer running?
  244. [ubuntu] No parent-folder access in Evolution
  245. [ubuntu] A Glitch with Firefox
  246. [ubuntu] Copy file but paste link
  247. [ubuntu] Replace Ubuntu 64bit with 32bit on Dual Boot computer
  248. [ubuntu] can't delete files/directory
  249. [SOLVED] System Problem (Urgent)
  250. [ubuntu] unattended operation