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. [xubuntu] Firefox not working properly
  2. [SOLVED] CompizConfig screwed up everything!
  3. [ubuntu] Set the source of apt-get to a directory instead of archive.ubuntu.com
  4. [SOLVED] Need to find out if I have Ubuntu 32 or 64 installed
  5. [ubuntu] Tftpd-hpa
  6. [ubuntu] LVM blocking disk access for several minutes
  7. [ubuntu] How to use a 3g router and normal LAN? (2 NIC's)
  8. [ubuntu] install from tarball
  9. [ubuntu] Troubleshooting perl script crash
  10. [ubuntu] UTF8 filenames from windows can be read correctly
  11. [ubuntu] How to add sudo command to .profile?
  12. [SOLVED] Help with "gksudo nautilus"
  13. [ubuntu] Carbon Copy Cloner on ubuntu?
  14. [ubuntu] VPN - Sonicwall 2400 - possible?
  15. [ubuntu] USB Orico Disk Array disappear
  16. [ubuntu] Dual Monitor
  17. [ubuntu] blue fish not saving file in its workspace before closing
  18. [ubuntu] openldap+ host authorisation
  19. [ubuntu] Failed to fetch gzip:/var/lib/apt/lists/partial/id.archive.ubuntu.com_ubuntu_dists_na
  20. [ubuntu] Can't mount USB at all
  21. [ubuntu] Does anyone know terminal command or bash command to copy and paste
  22. [ubuntu] Help with Sound Recording
  23. [ubuntu] moving windows in natty acting weird
  24. [ubuntu] Cluttered software center
  25. [ubuntu] printing with hp deskjet 1050a
  26. [ubuntu] Minimise Apps from terminal
  27. [ubuntu] Ubuntu does not Boot :Grub Error: Minimal BASH-like line editing
  28. [ubuntu] Trouble connecting to windows share
  29. [other] Emacs meta key in terminal
  30. [ubuntu] Best choice for multi-user terminal-based server???
  31. [SOLVED] Dual Booting Windows 7 and Ubuntu 11.04
  32. [SOLVED] mutt and sendmail
  33. [SOLVED] Main server or country server?
  34. [ubuntu] Need Help with Ubuntu Software center BUG! please!
  35. [all variants] Apache 2.2.20
  36. [ubuntu] Ubuntu now on my HTPC, underscanned
  37. [SOLVED] Shell scripting help... good deed for the aged?
  38. [ubuntu] my 11.4 just just keep on restarting
  39. [SOLVED] no grub menu, computer boots to windows after ububtu install?
  40. [ubuntu] not able to login after editing shell startup files
  41. [ubuntu] how enable compiz
  42. [SOLVED] Entering password reloads log in screen
  43. [ubuntu] Wine problem
  44. [ubuntu] Please remove this video from What's new in Unbutu 11.0
  45. [ubuntu] RAID 5 array problem
  46. [ubuntu] Printer will not print documents
  47. [ubuntu] something like borland's graphics.h?
  48. [ubuntu] stock in Grub rescue
  49. [ubuntu] gcc not generating output file for openCV
  50. [ubuntu] Linux commands guide
  51. [ubuntu] How do I install a GDM theme?
  52. [SOLVED] Bash Read not triggering prompt
  53. [ubuntu] stuck in Grub rescue
  54. [all variants] Zim & LaTeX
  55. [SOLVED] run existing windows installation in VM
  56. [ubuntu] Location of installed Ubuntu 11.04
  57. [SOLVED] gwibber fails to start
  58. [SOLVED] Making symbolic links
  59. [other] Mercury Messenger
  60. [ubuntu] how to disable the mint menu
  61. [ubuntu] Password manager not working in Firefox
  62. [ubuntu] Installing ubuntu to USB
  63. [ubuntu] Ubuntu 11.04 often hangs when startup and restart / shutdown
  64. [ubuntu] High memory & CPU usage
  65. [other] Can't make wired connection work
  66. [ubuntu] Help with my DCP-j715w
  67. [ubuntu] Incorrect Placement
  68. [ubuntu] FTP folder read only for ftpusers group
  69. [SOLVED] entire partition erased, need to recover it (if possible)
  70. [ubuntu] "Reformatting" Ubuntu
  71. [ubuntu] Bad driver install keeps popping up when installing new things.
  72. [ubuntu] Kernel Panic
  73. [ubuntu] Recommend an eBook?
  74. [ubuntu] Update of Lucid-Bleed problems
  75. [other_os] Hard Drive Win XP install post Ubuntu Install
  76. [SOLVED] Aptitude 404s when trying to update firefox
  77. [ubuntu_studio] No Audio
  78. [ubuntu] Gnome Session Manager
  79. [ubuntu] Ubuntu 11.04
  80. [ubuntu] Compile code for windows?(code -->.exe)
  81. [ubuntu] Moving thunderbird settings and emails
  82. [ubuntu] FireFox Keep crashing in ubuntu 11.04
  83. [ubuntu] location of startup services file
  84. [ubuntu] Ubuntu logs on launching xterm, mrxvt, emacs.
  85. [SOLVED] Times New Roman font - cant tell if installed
  86. [ubuntu] Brother DCP385C Drivers
  87. [ubuntu] Linux disappeared from duelboot login screen (cant login to ubuntu)
  88. [ubuntu] Repairing Ubuntu????
  89. [SOLVED] How to add eclipse shortcut to docky.
  90. [ubuntu] Alias folders
  91. [ubuntu] About Me *without* Evolution?
  92. [64 bit] Wrecked Ubuntu 11.04 Installation
  93. [gnome] Installing Programs
  94. [SOLVED] Set Startup tty to tty1
  95. [ubuntu] Remove keyboard shortcuts for gnome panels (messenger and logoff icons)
  96. [ubuntu] Search for files in network ?
  97. [ubuntu] I have a problem
  98. [ubuntu netbook remix] sudo password invalid- when there is no sudo password
  99. [SOLVED] Totally messed up Privoxy install: Please help
  100. [ubuntu] Ubuntu 11.04 hangs on stopping mount network file system
  101. [ubuntu] .DAT File - Banshee Media Player - Problem
  102. [ubuntu] Grub menu?
  103. [ubuntu] Removed program left it's icon there. How do I delete it?
  104. [SOLVED] Flash Player
  105. [ubuntu] Using Ubuntu Screen Capture Commercially
  106. [all variants] Creating multiple directories using MKDIR
  107. [gnome] Applications running SLOW after GSM revision
  108. [ubuntu] Clone your linux system
  109. [SOLVED] All font disappears in Firefox
  110. [ubuntu] Sometimes no Desktop after booting
  111. [ubuntu] for help about wmctrl
  112. [ubuntu] Password Changed?
  113. [ubuntu] Target filesystem doesn't have /sbin/init
  114. [ubuntu] Minecraft server on ubuntu?
  115. [xubuntu] Log messages
  116. Some problem with pyaxelws
  117. [ubuntu] Net Connection getting inactive
  118. Email rejected. Is it blocked?
  119. [ubuntu] Sync iPhone?
  120. [ubuntu] Lockdown volume control and screensaver.
  121. [other] busting open a corupted tarball.... help...
  122. [SOLVED] Pluggable device recognition
  123. [ubuntu] Restore Applications and Folders to Unity Panel
  124. [ubuntu] Super_L to show and hide main menu
  125. [ubuntu] Ownership of folder
  126. [ubuntu] Change DejaDup backup day?
  127. [ubuntu] I can't delete a folder. How do I delete it?
  128. [ubuntu] Running a perl script
  129. [ubuntu] Extreme FTP noobie questions
  130. [ubuntu] vmware network settings
  131. [ubuntu] Thunderbird 6, Ubuntu 11.04 and Send to...
  132. [ubuntu] Some shell scripting advice please to start an application.
  133. [SOLVED] Ubuntu installation without whole hard drive formatting
  134. [ubuntu] messed up firefox
  135. [SOLVED] Can't load mail merge list in Libre or Open Office..permission?
  136. [ubuntu] Installing Server 10.4 using RAID 10 - need help
  137. [ubuntu] Multiple Ubuntu's in GRUB
  138. [SOLVED] Reinstall Grub on a particular hard disk
  139. [ubuntu] Aspire One Webcam
  140. [ubuntu] 32 bit to 64 bit
  141. [ubuntu] turn on my laptop at a specific time? kind of like an alarm clock..possible?
  142. [ubuntu] Ubuntu 11.04 on asus eee pc 1001pxd netbook
  143. [ubuntu] Brightness of java aplications
  144. [ubuntu] Different mouse accelerations
  145. [ubuntu] I last used Ubuntu in 2008, new laptop, want to install 11.10 fully encrypted
  146. [ubuntu] SSH and freenx configuration issue with private keys
  147. [SOLVED] An interesting feature - is there a keyboard shortcut?
  148. [SOLVED] OpenOffice Ribbon Bar
  149. [SOLVED] Plan program location?
  150. [ubuntu] compiz repair
  151. [ubuntu] Switching back to Windows 7 starter
  152. [ubuntu] Adding printer via Samba
  153. [all variants] Question About Key Storage for Encrypted LUKS/LVM Using Alternate CD
  154. [ubuntu] Keyboard mapping messed up somehow?
  155. [ubuntu] GNU GRUB version 1.98+20100804-5ubuntu3.3 keeps coming up when i turn on my laptop!!!
  156. [SOLVED] Software Center Username
  157. [ubuntu] Compaq presario c500 architechture and wifi problem
  158. [ubuntu] Is it 32 bit or 64bit?
  159. [64 bit] Switching from Windows Back up software
  160. [ubuntu] Some questions from an absolute beginer=-)
  161. [ubuntu] Define runelevel 2 as runlevel 2
  162. [ubuntu] OpenGL SuperBible 5thedition+ codeblocks=how to compile?
  163. [SOLVED] ./configure issue - No package 'pygobject-2.0' found
  164. [ubuntu] boot problem with 11.04
  165. [SOLVED] Why are there two sets of buttons on the Google Chrome window?
  166. [ubuntu] Problems with Natty on Sony Laptop - New To Ubuntu
  167. [ubuntu] BitTorrent (Transmission) problem
  168. [other_os] Does someone want to do me a huge favor?
  169. [ubuntu] Retrieve files from an external hard drive that won't mount?
  170. [ubuntu] primary and backup superblock
  171. [ubuntu] Ram
  172. [ubuntu] Nvidia TwinView and Gvfs-trash and Nautilus High CPU
  173. [ubuntu] Evolution Appointments window off of screen
  174. [ubuntu] flash/youtube videos are slow on ubuntu 11.04
  175. [ubuntu] How can I disable password`
  176. [ubuntu] guild wars is running REALLY SLOW
  177. [ubuntu] CPU K10 error message on boot up
  178. [ubuntu] Help setting up a CNAME
  179. [ubuntu] weird Update Manager update killed my natty...
  180. [ubuntu] how do I check what status code does a URL return
  181. [ubuntu] Custom Live USB
  182. [ubuntu] list of installed applications
  183. [SOLVED] Help me fix my script!
  184. [xubuntu] problem with mouse in xubuntu
  185. [SOLVED] Send to Email program in Nautilus
  186. [ubuntu netbook remix] Macros including a tab function
  187. [ubuntu] Cannot Type In Terminal
  188. [ubuntu] Personal file sharing in Ubuntu?
  189. [ubuntu] X freezing - possibly flash?
  190. [ubuntu] qmon gui not working
  191. [ubuntu] Problem here. I put a HD from another comp in my dell and now I have no visual
  192. [SOLVED] How to remove the Kubuntu splash screen
  193. [ubuntu] problem on 2.6.38-11 kernel and transparency
  194. [SOLVED] Wireless Firmware missing! NEED HELP!
  195. [all variants] Getting lyx to recognise a manual install of texlive
  196. [ubuntu] MKV joiner for mac ???
  197. [ubuntu] 11.04 Mouse Icons Don't Work. New User.
  198. [ubuntu] How to tell if your system is SDA or HDA
  199. [ubuntu] Really need help FAST!!!
  200. [SOLVED] sshfs - error messages - not working after upgrade!
  201. [ubuntu] Driver install problem.
  202. [ubuntu] Why does torrenting kill my internet?
  203. [all variants] ioctl commands
  204. [ubuntu] can't grab moblock packages natty noob
  205. [ubuntu] nVidia / TwinView crashes
  206. [ubuntu] USB hard drive causes IOWait to make system unusable
  207. [SOLVED] Trash Bin Folder
  208. [other] Compiling C on a Linux system when the rest of my class is doing it on a Windoze VM
  209. [SOLVED] How do you monitor system performance historically?
  210. [ubuntu] Lost access to ubuntu.
  211. [ubuntu] Not in sudoers file
  212. [SOLVED] Suspected graphics card driver problem - natty
  213. [SOLVED] Missing usbserial module requires kernel recompile?
  214. [xubuntu] can't detect monitor
  215. [ubuntu] update manager:the package system is broken
  216. [ubuntu] How to remove ubuntu/grub without Windows CD?
  217. [SOLVED] mobile connection not detected
  218. [ubuntu] MATLAB doesn't support ubuntu version!
  219. [ubuntu] Partitioning hard drives
  220. [ubuntu] Installed Ubuntu 11.04 Windows XP wont boot
  221. [ubuntu] Lucid hangs on startup
  222. [ubuntu] Trouble opening word doc in libre office
  223. [ubuntu] Question on "Validity" function of OO spreadsheet
  224. [ubuntu] GStreamer was unable to detect any sound devices
  225. [ubuntu] randomly logged out, and then in to different shell
  226. [ubuntu] How to mount FTPS session (SSL) in Ubuntu 11.04?
  227. [ubuntu] Gnome 3 and adding a new user ... ...
  228. [SOLVED] SSH practical questions
  229. [ubuntu] errors in BleachBit
  230. [SOLVED] update and the following message appeared
  231. [SOLVED] monitor shuts down from PC
  232. [SOLVED] Opera upgrade - unresolvable dependencies
  233. [kubuntu] Xorg hogging resourses
  234. [ubuntu] X64 Ubuntu Boot Failure
  235. [kubuntu] How can I get rid of the kde boot splash?
  236. [SOLVED] Rsync only files under 3 days old.
  237. [ubuntu] performance issues related to memory and swap
  238. [ubuntu] Ubuntu failed to load?
  239. [ubuntu] Live USB
  240. [SOLVED] Creating additional partition
  241. [ubuntu] Natty: Where is the script
  242. [SOLVED] Change I/O scheduler using UUID to refer to the disk
  243. [ubuntu] /dev/sda1 automatically full
  244. [ubuntu] Splitscreen slowdown
  245. [ubuntu] OpengGL not working correctly in 11.04
  246. [ubuntu] Newbie server question
  247. [SOLVED] Problem with ubuntu or Windows option screen
  248. [ubuntu] Install login screen...
  249. [ubuntu] Faulty key
  250. [ubuntu] Java not working on gaming sites in web browser