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. [other] Long boot delay on macbook5,4
  2. [ubuntu] Ubuntu CRASH USB Ports in Shuttle SN78SH7/
  3. [SOLVED] How to rebuild NTFS-3G with integrated FUSE support and make it setuid root?
  4. [ubuntu] Tata Photon Plus Olive V-ME101
  5. [SOLVED] Can I create an automatic sequence of Spreadsheet backups?
  6. [all variants] Can't rsync gmail
  7. [ubuntu] software index broken
  8. [ubuntu] Cannot read USB portable drive
  9. [ubuntu] Repositories problem
  10. [SOLVED] stop asking for password on hard drive access
  11. [all variants] MSNP18 support? (Mainly Live Groups)
  12. [ubuntu] screen saver not working
  13. [ubuntu] Ubuntu doens't start after smooth shut down
  14. [ubuntu] Unable to mount 990 GB Filesystem
  15. [lubuntu] "Sound Recorder" and Lubuntu
  16. [ubuntu] change color of task manager/system monitor.
  17. [ubuntu] Unable to mount location
  18. [all variants] Lucid: how to set corner for Expo display of workspaces
  19. [SOLVED] Problems upgrading kernel in Maverick
  20. [ubuntu] need help getting started with ubuntu
  21. [ubuntu] ubuntu wont start
  22. [ubuntu] Karmic - Please assist me to troubleshoot VERY slow RAID-5 array
  23. [SOLVED] Cannot continue to boot Ubuntu 64 bit Linux due to FSCK error in superblock
  24. [SOLVED] slow boot after adding new drive
  25. [ubuntu] Blocked: wine start /unix
  26. [ubuntu] Help! Ubuntu hangs while starting up
  27. [SOLVED] GRUB does not find my WIndows 7 partition. Please help!
  28. [ubuntu] Firefox error "firefox is already running" ALMOST fixed...
  29. [ubuntu] Compaq sr1033wm Power off module
  30. [ubuntu] Problem with Loading Screen Resolution
  31. [ubuntu] Evolution and social and message indicator
  32. [ubuntu] Install customized ISO with dm-crypt boot disk?
  33. [ubuntu] Installing Mass Effect from the actual game disk through wine
  34. [ubuntu] syslog entries
  35. [SOLVED] File manager corrupted?
  36. [ubuntu] Repair install
  37. [SOLVED] Turn bluetooth on at startup?
  38. [SOLVED] Firefox: java and acrobat plugins don't work after upgrade to Lucid
  39. [SOLVED] Won't boot from live USB..
  40. [SOLVED] How do I get into bios -Sony Viao?
  41. [SOLVED] I can't open KBasic, Xubuntu 10.10
  42. [SOLVED] Bash script help needed
  43. [ubuntu] Update manager error: Package Operation Failed
  44. [ubuntu] Software Raid 5
  45. [ubuntu] I don't know what format to use for DATA drive
  46. [lubuntu] Remove mouse feature in /proc/bus/input/devices
  47. [ubuntu] Ubuntu Cosmetics
  48. [ubuntu] NoMachine NX key auth help, please
  49. [ubuntu] Need help recovering private data
  50. [ubuntu] Xiphos No Longer Works
  51. [other] How to perfrom a systme wipe with Grub 2
  52. [SOLVED] Sylpheed mail cannot get windows live account (connection failed)
  53. [ubuntu] Biginner's doubts with grub and a flash problemO
  54. [ubuntu] Gnu grub
  55. [ubuntu] Remote desktop
  56. [ubuntu] Ubuntu 10.04 xorg.conf problems
  57. [ubuntu] DD problems
  58. [ubuntu] how to setup local LAN chat with my wife | 2 computers Ubuntu 10.04
  59. [ubuntu] fancontrol and shutdown
  60. [ubuntu] Big problem, running out of solutions.
  61. [ubuntu] Non-trusted Sources... T_T
  62. [ubuntu] Audit trail of commands in ubuntu?
  63. [all variants] Double grub (chainloader)
  64. [ubuntu] Ubuntu & Windows 7
  65. [SOLVED] how to resize lvm2 partitions?
  66. [lubuntu] Persistent LiveCD?
  67. [ubuntu netbook remix] Update makes my WIFI stop working Dell 1018
  68. [ubuntu] Error printing on HP Laserjet 4600dn
  69. [ubuntu] Can't Log On in
  70. [ubuntu] putty - missing funcitions
  71. [ubuntu] External HDD install question
  72. [SOLVED] Panel malfunction
  73. [ubuntu] Suspend/Hibernate issue with Maverick Meerkat
  74. [ubuntu] Sound stutter problem in VBA
  75. [SOLVED] home folder launches GIMP
  76. [ubuntu] kde updates
  77. [64 bit] Installing a UPS serial cable
  78. [SOLVED] An error occured while mounting /media
  79. [ubuntu] New user: Buttons and links not in correct place, screen problems.
  80. [ubuntu] what is the command to show pps,bps on a given interface
  81. [ubuntu] Why is Ubuntu 10.10 netbook so slow?
  82. [lubuntu] how to open gimp script in ubuntu 8
  83. [all variants] get script to run in alt-f2
  84. [SOLVED] 10.04 Disk got full, now blank screen
  85. [ubuntu] how is ububntu vs10 can some one advice on this thanks
  86. [all variants] multiprotocol-messenger: per buddy status
  87. [ubuntu] Fatrat: How to get the latest stable release + any other package
  88. [SOLVED] ubuntu 10.10 wifi error
  89. [ubuntu] neavoux
  90. [SOLVED] What does this mean?
  91. [ubuntu] Tried to unlock 'login screen settings' under Fluxbox
  92. [ubuntu] Lucid Linux Freezing
  93. [ubuntu] i7-860, 8GB, ATI 4850 and it is crawling. (10.10)
  94. [ubuntu] Inverted Colors?
  95. [all variants] How do I change Mouse Scroll Speed?
  96. [lubuntu] alacarte Doesn't Affect Lubuntu Menu
  97. [ubuntu] Banshee crashes immediately after startup
  98. [ubuntu] maverick, droid x, easy tether, network applet
  99. [ubuntu] System/Info tools for ubuntu
  100. [ubuntu] Osmos videogame and a curious shortcut behavior
  101. [ubuntu] No Unity view despite Netbook Edition installed.
  102. [ubuntu] IE4linux
  103. [ubuntu] Brightness Trouble
  104. [ubuntu] how do i set a password?
  105. [ubuntu] HP 210 can't connect to wifi - Please help!
  106. [ubuntu] Ubuntu hogs my bandwidth
  107. [SOLVED] java jre (not iced tea) install help
  108. [ubuntu] ubuntu 10.10 ipod touch 4g
  109. [ubuntu] How do I list all active displays...
  110. [ubuntu] Re- creating dual boot without re-install
  111. [ubuntu] can't find Cheat Engine equivilent for Linux that compiles and works.
  112. [ubuntu] Trying to undelete a file on ntfs partition
  113. [SOLVED] Changes not saved during reboot?
  114. [ubuntu] Grub Rescue / Wiped Partition
  115. [ubuntu] Install_RELEASE icon in Unity
  116. [SOLVED] sudo doesn't work at all
  117. [ubuntu] Can't permanently mount a Windows Share folder
  118. [ubuntu] Where is the .xsessionrc file?
  119. [ubuntu] ".ecryptfs" is eating up my HDD space, please help!
  120. [ubuntu] How do I block kernel upgrades?
  121. [xubuntu] Need help executing file.
  122. [ubuntu] Why are my permissions not applied to file in folder?
  123. [other] [ask] What is difference between...
  124. [ubuntu] Com32 error when making startup disk
  125. [ubuntu] Disabling Trash for any/all drives?
  126. [ubuntu] Lots of problems
  127. [ubuntu] Printer laying down too much ink
  128. [ubuntu] Nokia N8 music transfer mtp?
  129. [SOLVED] Problem with burg after adding a new graphics card
  130. [ubuntu] Fonts. How to remove them properly?
  131. [ubuntu] Ipod touch problems
  132. [ubuntu] Grub_xputs not found: no working cd-rom and USB. HELP!!
  133. [ubuntu] KMess installation help?
  134. [ubuntu] Problems with XAMPP for linux in Ubuntu 10.04
  135. [ubuntu] Netgear wna1100
  136. [ubuntu] playing media over network
  137. [ubuntu] can not get built in SD card reader to work is it not supported?
  138. [SOLVED] Update KDE?
  139. [SOLVED] grub error with stick(no op system found)
  140. [ubuntu] Wireless problems using .INF files for Ubuntu 9.1 and Sony Vaio VPCF115FM -- FAIL
  141. [ubuntu] Googleearth 6 and Ubuntu 10.10 rendering
  142. [ubuntu] apt-get running for 56 minutes and counting...
  143. [ubuntu] If I update my version of linux will I lose customized icons etc?
  144. [ubuntu] Ubuntu Won't Boot (Low Graphics Mode?)
  145. [ubuntu] Php code not processed on my new site
  146. [other] Recovering System Image to Partition
  147. [ubuntu] Newb with graphics / freezing problem
  148. [ubuntu] Rhythmbox: No check boxes?!
  149. [ubuntu] How can I create a bootable usb drive with Windows XP from Ubuntu?
  150. [ubuntu] Alias move files
  151. [ubuntu] dosfsck refuses to fix drive /dev/sda2
  152. [SOLVED] mySQL on Ubuntu
  153. [SOLVED] 10.04.1: Kernel crashed; now won't boot
  154. [ubuntu] WEP Password option not showing up.
  155. [ubuntu] WMV files
  156. [kubuntu] OpenVPN --daemon option causing problems
  157. [all variants] How GRUB2 works to boot from RAID0?
  158. [SOLVED] Is there a way to recursively invert all images in a directory?
  159. [ubuntu] need help with FF configuration
  160. [ubuntu] How do I get Virt. Win. 7 to use my disk drive, and USB ports
  161. [SOLVED] Conky errors transparency/scripts
  162. How do I extend battery life on my Dell Mini 10v?
  163. [ubuntu] Encrypted Home Folder - No Password On Login
  164. [all variants] shell script copy script [HELP]
  165. [SOLVED] Partitions mount exchanged on startup
  166. [SOLVED] barrybackup
  167. [ubuntu] Issues Copying Folder to Home Folder
  168. [ubuntu] How to install or upgrade to the new kernel 2.6.37?
  169. [ubuntu] Recomended SATA RAID Controler card ?
  170. [ubuntu] VNC cant connect
  171. [ubuntu netbook remix] Ubuntu logs and and won't let me back in!!??
  172. [ubuntu] VIA ARTiGO A1000 and Ubuntu 10.10
  173. [ubuntu] Unable to use chmod inside an external drive
  174. [SOLVED] Please Help! My screen is stuffed!
  175. [xubuntu] Problem with TeeWorlds in Xubuntu
  176. [ubuntu] ubuntu 10.10 crashes completely
  177. [SOLVED] Login screen cycles/loops after upgrade
  178. [other] Windows/Ubuntu problem
  179. [ubuntu] help with visual boy advance?
  180. [ubuntu] Folder deletion
  181. [ubuntu] animated SVG
  182. [ubuntu] Calibri font ugly at size 11.. + asian font ugly
  183. [ubuntu] Problems synching Garmin 305 in pytrainer
  184. [64 bit] Ubuntu knock out my router
  185. [all variants] Help using tiny proxy
  186. [SOLVED] Easy way to hide grub entries in grub2?
  187. [ubuntu] Empathy messenger - contacts management
  188. [ubuntu] install bitdefender direct from CD
  189. [ubuntu] Strange Startup Issue
  190. [ubuntu] sudo read onlt file system
  191. [ubuntu] Very Slow Boot on Ubuntu 10.10
  192. [ubuntu netbook remix] Unlock keyring
  193. [SOLVED] Toshiba Satellite Pro L650: no graphic boot
  194. [ubuntu] Data recovery on Ubuntu
  195. [kubuntu] Printing PDFs in Kubuntu
  196. [ubuntu] Unmute my computer from command line after starting computer muted?
  197. [ubuntu] remastersys backup doesnt install on boot
  198. [SOLVED] TTYs not working
  199. [ubuntu] Bightness app won't react on clicking
  200. [ubuntu] stuck on tty6 help
  201. [ubuntu] Ubuntu 10.10 boot issue?
  202. [all variants] Stable QQ
  203. [SOLVED] Wrong screen resolution at startup after installing nVidia legacy drivers
  204. [ubuntu] Choose output device
  205. [all variants] Scripts within scripts and issues with spaces
  206. [ubuntu] Having problem with installing UBUNTU 10.10
  207. [ubuntu] Any Easy File sharing Applications?
  208. [ubuntu] HDD and win7 problem
  209. [ubuntu] boot hang kernel panic
  210. [ubuntu] VLC repository is way out of date -- how to update repository?
  211. [all variants] Single System Image computing in Ubuntu *WANTED* !!
  212. [all variants] Booting Windows installer CD from GRUB
  213. [all variants] Keep video cache in Chrome even after closing/browsing away
  214. [SOLVED] user and group permissions
  215. [SOLVED] Specious entries in grub
  216. [all variants] Display only shows odd horizontal bar at top of screen in live cd?
  217. [ubuntu] eclipse
  218. [ubuntu] wifi essid keeps changing
  219. [SOLVED] Chrome/Firefox Adblockers
  220. [ubuntu] How to make Namoroka identify itself as Firefox?
  221. [ubuntu] need to cancel startup bash script
  222. [other] How often is Chromium updated?
  223. [ubuntu] How to run vsftpd as a regular user?
  224. [ubuntu] Ubuntu / Windows boot sequence
  225. [SOLVED] Ubuntu via Wubi on Xp Freezes.
  226. [ubuntu] Current NTFS volume size bigger than the device size!
  227. [ubuntu] Flickering screen
  228. [ubuntu] C++ on ubuntu!
  229. [ubuntu] 10.10 Won't Boot. Recovery Mode "cannot open display"
  230. [ubuntu netbook remix] External DVD Drive on Netbook?
  231. [ubuntu] Way to reduce font size for Headers/Footers on print jobs?
  232. [ubuntu] Log out from gnome with no reboot
  233. [ubuntu] Windows, Ubuntu, and software RAID
  234. [ubuntu] Chromium Question/Help
  235. [ubuntu] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
  236. [ubuntu] Fan speed and wifi issues after Ubuntu 9.1 install
  237. [all variants] Measure Disk folders accessed - how?
  238. [ubuntu] LTS fails with Firefox and DigiKam
  239. [ubuntu] Problems with key "Ctrl + c" and other funtions
  240. [SOLVED] I messed up my Gimp installation. Help
  241. [ubuntu] is there any way to "refresh" the desktop
  242. [ubuntu netbook remix] Ubuntu Crashes on Wake Up
  243. [ubuntu netbook remix] Unity Display Problems
  244. [ubuntu] Uninstalling Ubuntu server
  245. [ubuntu] Wget download manager
  246. [ubuntu] Won't boot with CD-ROM installed
  247. [ubuntu] Ubuntu 10.10 hangs on syscall_call
  248. [ubuntu] Internet Connection Sharing (Not the standard)
  249. [ubuntu] BASH Command Optimization
  250. [ubuntu] problem with login in my ubuntu 10