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] WordPress server FTP problem
  2. [ubuntu] Personal Opions wanted
  3. [SOLVED] NTFS on 1TB drive?
  4. [ubuntu] Which Flavor?
  5. [SOLVED] Registry and INI files - Confused!
  6. [ubuntu] Boot issues - NTFS error?
  7. [ubuntu] bash panel help
  8. [ubuntu] Files & Memory Issues
  9. [SOLVED] 10.04 How to make backspace key to revert to previous?
  10. [ubuntu] Please Help! - Several Errors after restart
  11. [ubuntu] automount
  12. [ubuntu] ubuntu 10.10 and Brother dcp-j125
  13. [ubuntu] Shutdown options disappear
  14. [lubuntu] I wnat to play online multiplayer games
  15. [ubuntu] Cannot open Software Center
  16. [SOLVED] Bash script will not wait for nautilus to exit
  17. hello is there a program that would automatically copy podcasts to my mp3
  18. [ubuntu] fglrx has rendered my 9.04 laptop useless!
  19. [ubuntu] Crash in sdl/libpng/libc/?, "missing memcpy-ssse3.S"
  20. [SOLVED] usr from terminal
  21. [SOLVED] slapd won't reinstall
  22. [ubuntu] Problems after uprading to Ubuntu 10.10 from 10.04
  23. [SOLVED] File permissions
  24. [ubuntu] [MD5SUM] ubuntu 10.10 install failed !!!
  25. [ubuntu] wubi is such a lovable rogue!
  26. [ubuntu] Firstboot configuration dialog
  27. [ubuntu] 10.10 won't boot after upgrade
  28. [ubuntu] Uninstalling Ubuntu or removing Ubuntu safely from dual boot Laptop
  29. [ubuntu] SND_Init: Error No available audio device
  30. [ubuntu] Odd text in Firefox
  31. [ubuntu] vsftpd won't start with ssl_enable=YES
  32. [ubuntu] Mount & Limit Folders Size? (help)
  33. [ubuntu] External Drive no longer recognized
  34. [ubuntu] Can screen saver be activated after the system suspends to ram
  35. [ubuntu] Android emulator - no audio
  36. [ubuntu] HDMI broken after update
  37. [ubuntu] creating DSL pendrive in Ubuntu
  38. [ubuntu] I can't use the mic.
  39. [ubuntu] Installing Imagemagick
  40. [SOLVED] VirtualBox Tip number 2, XP SP2
  41. [ubuntu] Puzzling menu item
  42. [ubuntu] IBM Lotus Symphony vs Competitors
  43. [SOLVED] Everything invisible/transparent
  44. [ubuntu] Disable Shotdown/Reboot/Hibernate buttons on LOGIN SCREEN
  45. [ubuntu] init.d startup script
  46. [ubuntu] True Crypt and Ubuntu
  47. [ubuntu] Hang on Boot - Interesting Problem!
  48. [ubuntu] 10.04 LTS VERY slow!
  49. [ubuntu] How To Triple Boot: Windows XP, Windows 7, Ubuntu 10.04
  50. [ubuntu] Wireless Mouse problem
  51. [ubuntu] Tracker Installed, doesn't work?
  52. [ubuntu] Ubuntu Lanyard
  53. [ubuntu] Please help
  54. [ubuntu] How do I add "do nothing" to close lid options?
  55. [ubuntu] Postfix installation problem
  56. [ubuntu] /media/drv0 not ready
  57. [ubuntu] Banshee and Last.fm
  58. [ubuntu] Ubuntu 10.10 will no longer startup
  59. [ubuntu] open with association faulty
  60. [SOLVED] Opinios Please
  61. [ubuntu] File Loss on NTFS with Dual-Boot
  62. [SOLVED] In a GDM startup pickle
  63. [ubuntu] Unity on a desktop machine
  64. [kubuntu] Is there any coherent guide for kernel compilation
  65. [ubuntu] Change the minimize action
  66. [ubuntu] Creating link to a .java file with parameters
  67. [all variants] Creating Really Big Volumes & Backups
  68. [all variants] Pear Pc problems
  69. [ubuntu] just startign off!
  70. [SOLVED] forgot ubuntu 10.10 username.
  71. [ubuntu] Data recovery for NTFS
  72. [SOLVED] IDEs - how do they work?
  73. [kubuntu] Kubuntu 10.10 with ATI Radeon 8700 issues
  74. [ubuntu netbook remix] Adding apps to NBR 10.10 launcher
  75. [ubuntu] help please
  76. [ubuntu] UBUNTU 10.10 Unable to enter password after session is locaked
  77. [ubuntu] Thunderbird 3 Issues With Ubuntu 10.10
  78. [ubuntu] Laplink Equivalent?
  79. [SOLVED] rtorrent.rc location
  80. [ubuntu] clam question
  81. [ubuntu] SysInfo closes unepectedly when I click "System"
  82. [ubuntu] Boot error
  83. [ubuntu] Can't use Wifi
  84. [ubuntu] Strange VNC Problem (I think)
  85. [ubuntu] best chromium/flash 64 setup?
  86. [ubuntu] Why isn't there a lot of updates for maverick since it official release
  87. [ubuntu] updates and software center will not work
  88. [ubuntu] Cannot delete folders from /media
  89. [ubuntu] Cannot Login to Encrypted Home
  90. [ubuntu] internet system monitoring
  91. [ubuntu] newb question
  92. [xubuntu] Help executing a .sh file
  93. [ubuntu] please help
  94. [ubuntu] Odd Gedit Print Preview Problem
  95. [all variants] Diff command help needed
  96. [all variants] How do I find a program? (chromium) I installed w/ synaptic but...
  97. [ubuntu] Partition table corrupted
  98. [ubuntu] do i have gnome?
  99. [ubuntu] Proplem on update
  100. [ubuntu] link to file on the host system
  101. [ubuntu] Suspend/hibernate instantly reboots computer
  102. [ubuntu] i downloaded somethign. it is locked. cannot delete.
  103. [all variants] Problem with vim and $PATH variable
  104. [ubuntu] Intel Graphics Driver and Control Panel
  105. [ubuntu] File manager crashing
  106. [ubuntu] Ubuntu Installation from a flashdrive?
  107. [ubuntu] Suspend from lid, or from menu, different
  108. [ubuntu] Cannot get into XP after installing 10.10
  109. [ubuntu] booting usb live error
  110. [ubuntu] Suddenly init smashed, cron not working, services not starting, vpn odd ...
  111. [ubuntu] When ever i hit the d key only lower case all my windows minimize
  112. [ubuntu] On any menu item starts the player
  113. [ubuntu] fdisk help / aligning wd20ears
  114. [ubuntu] install on computer that has been dban
  115. [ubuntu] Help data recovery on ubuntu 10.10
  116. [ubuntu] Ubuntu Shell Question
  117. [ubuntu] evolution on a netbook (ubuntu desktop 10.10)
  118. [SOLVED] Graphics help!
  119. [SOLVED] Have to log in every few minutes for 10.10
  120. [all variants] Please help me install this source... (and ICC profile question)
  121. [other] GRUB2 reboot loop
  122. [ubuntu] stupid Gwibber + Facebook issue
  123. [ubuntu] Empathy no longer hosted in indicator applet
  124. [ubuntu] Firefox freezes
  125. [ubuntu] program, script or utility that can log how much you downloaded/uploaded?
  126. [ubuntu] Clean reboot session!
  127. [ubuntu] Unable to restart computer
  128. [other] Battery problem in laptop
  129. [ubuntu] stream with mplayer or vlc.
  130. [ubuntu] What is "Progress Manager"?
  131. [ubuntu] Firefox + VLC + Divx
  132. [SOLVED] Ubuntu 10.10 having a problem installing updates or .deb's at all!
  133. [SOLVED] packet tracer
  134. [ubuntu] .desktop Files Don't Show in Menu?
  135. [other_os] aufs
  136. [SOLVED] thunderbird
  137. [ubuntu netbook remix] Password needed to restore screen
  138. [ubuntu] Skype
  139. [ubuntu] Are there any open source drivers for Nvidia?
  140. [SOLVED] Add bunch of text to a file from the command line
  141. [ubuntu] Finaly got UBUNTU to load now what do I do?
  142. [ubuntu] Maverick Sound problem
  143. [ubuntu] Ubuntu 10.10 installed with WISE in Windows7 RAID0
  144. [ubuntu] Midori debug log, how do I get rid of it?
  145. [SOLVED] TOR not working
  146. [ubuntu] Mysterious freeze
  147. [ubuntu] Problem installing multiple families of a given font
  148. [ubuntu] problem with aget!!! please help
  149. [SOLVED] Input/output error when accesing a directory
  150. [ubuntu] How do I manually generate an entry in the /etc/shadow file?
  151. [ubuntu] Startup Applications do not run
  152. [ubuntu] Different colors for the terminal tab backgrounds ?
  153. [ubuntu] Making more room for Ubuntu
  154. [other] weather.com help
  155. [all variants] USB Charging fun
  156. [ubuntu] update-manager segmentation fault
  157. [ubuntu] System will not boot
  158. [ubuntu] network address not static and it should be.
  159. [ubuntu] Ubuntu 10.10 Maverick heavy hdd load_cycle
  160. [ubuntu] Acer 5943g 454g64mn
  161. [ubuntu] Disk Backup - best solution
  162. [ubuntu] Synaptics touchpad working, but only detected as mouse
  163. [kubuntu] Out Of Options On Driver: Solution Or Microsoft
  164. [ubuntu] how to install sound in ubuntu 10.4 in VMware?
  165. [xubuntu] My panels disappeared
  166. [ubuntu] Virtual Box Error after Update
  167. [ubuntu] can't load Thunderbird profile
  168. [other] "Mood light" or "Light box"...
  169. [SOLVED] can't uninstall package?
  170. [ubuntu] World of Warcraft 3.3.x crashing on startup..
  171. [ubuntu] Remove "Microphone volume item"
  172. [SOLVED] Thunderbird and Firefox not working when using profiles on an NFS share
  173. [lubuntu] Ekiga, VoipCheap free calls
  174. [ubuntu] waking from suspend, to tell me it needs to suspend
  175. [ubuntu] Laptop freezes sometimes before booting
  176. [SOLVED] Wireless getting disconnected in Ubuntu 10.10
  177. [SOLVED] Learning Terminal; problems with su, rm and can't find some scripts
  178. [other] Oracles Relationship with Open Source?
  179. [SOLVED] What is the best way to run IE in Ubuntu?
  180. [ubuntu] Onboard Software Problem
  181. [ubuntu] webalizer gd problem
  182. [ubuntu] how to edit grub for default OS
  183. [ubuntu] ubuntu 10.10 64bit amarok problem
  184. [ubuntu] USB automounts with root privileges as /media/usb0?
  185. [ubuntu] bashrc ls alias not working same as command line
  186. [SOLVED] mail command broken, no /etc/postfix/main.cf ?
  187. [64 bit] Ubuntu Lucid 10.04 Home folder on holiday
  188. [ubuntu] Is this a bug?
  189. [ubuntu] Dictionary
  190. [ubuntu] Tomcat with Eclipse - need help!!
  191. [SOLVED] How to configure Magic lamp effect on compiz ?
  192. [ubuntu] GDM Login Screen Blank
  193. [ubuntu] Applets moving
  194. [ubuntu netbook remix] UNR Karmic Koala not working. And partition question.
  195. [SOLVED] adding ext4 partition to fstab
  196. [ubuntu] Tirple Monitor Setup?
  197. [ubuntu] If screen goes black or unresponsive, how do i get out?
  198. [SOLVED] Help! New install. Black screen after blinking cursor
  199. [ubuntu] no init found... kernal panic? can't boot up!
  200. [ubuntu] do i need all the dist sections?
  201. [all variants] Execute program from external NTFS drive
  202. [all variants] find-scanner: yes... scanimage: no
  203. Panic - Need to Rename File in Terminal
  204. [ubuntu_studio] Restore ubuntu studio splash screen
  205. [ubuntu] Maverick Meerkat can not open certain folders
  206. [ubuntu] [b]Recover Data From Ubuntu[/b]
  207. [ubuntu] Best Monochrome LaserJet Printer?
  208. [ubuntu] Help with wireless :(
  209. [ubuntu] Java audio crash in native code
  210. [ubuntu] error I/O scanner diagnosis steps ?
  211. [ubuntu] 10.04 to 10.10 upgrade
  212. [ubuntu] 10.10 Problem.
  213. [ubuntu] Unable to Boot to Ubuntu 10.10
  214. [ubuntu] kate and konsole problems
  215. [ubuntu] restarts when waked up after being suspended
  216. [ubuntu] Laptop freeze on battery
  217. [ubuntu] Converted Flac to MP3 But Can't See File in Zen Player
  218. [ubuntu] Microphone not working livecam vx-1000
  219. [ubuntu] sda1 full, cleanup commands not working
  220. [ubuntu] Kile, .eps images, and Ubuntu 10.10
  221. [SOLVED] Where to install .deb package
  222. [ubuntu] 10.10 upgrade - Netbeans borked
  223. [ubuntu] Browsers problem (fonts related)
  224. [SOLVED] Where do program files go?
  225. [SOLVED] Phantom Directory
  226. [ubuntu] External hard drive issue
  227. [ubuntu] xmonad & gnome - trayer won't start
  228. [ubuntu] Terminal Help
  229. [ubuntu] Low Graphics mode after theme install?
  230. [SOLVED] Does this mean they sent me one?
  231. [ubuntu] no preview in nautilus when browsing for files?
  232. [SOLVED] need help deleting a .~lock file
  233. [ubuntu netbook remix] External monitor not being detected
  234. [ubuntu] wireless internet disabled
  235. [SOLVED] apt-get issue
  236. [ubuntu] Compress tar files for backups
  237. [ubuntu] dual monitors not working with Maverick Meerkat
  238. [ubuntu] Wont shutdown properly
  239. [ubuntu netbook remix] The classic netbook interface will be made available...
  240. [ubuntu] Have they made an update for the kernel in 10.10 yet?
  241. [SOLVED] Administrative password vs sudo..
  242. Delete #SharedObjects contents?
  243. [ubuntu] AMD64 - What should I do after a crash and a hard reset?
  244. [ubuntu] Suspending suspend...
  245. [ubuntu] Programs crashing, citing 'Error 11'
  246. [ubuntu] Age of Empires Online help
  247. [ubuntu] Anyone know a program that will do equations for me?
  248. [ubuntu] Recording Skype/Gmail calls HELP SIMPLIFY?
  249. [ubuntu] Frogatto & Friends make error
  250. [ubuntu] Docky glitching in 3D mode?