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] How do I format HDD for use with Linux?
  2. [ubuntu] weird sensors output?
  3. [all variants] Raid array members change names and array contains partitions after a reboot
  4. [SOLVED] Computer phone calls?
  5. [ubuntu] Not root, but the only superuser
  6. [SOLVED] Ubuntu Now Won't Boot (NEED URGENT HELP!)
  7. [ubuntu] Compiz Benchmark fixes ATI tearing!!
  8. [SOLVED] Remount cdrom with unhide option
  9. [ubuntu] Time Sync
  10. [ubuntu] Directory possibly corrupted
  11. [ubuntu] Offline Dependencies
  12. [kubuntu] Want to try out KDE 4.5
  13. [ubuntu] Grub Rescue Error
  14. [ubuntu] banshee wont put songs on my ipod
  15. [ubuntu] gnome-do performance on folders and files
  16. [SOLVED] Gave up waiting for root device...drops to BusyBox
  17. [ubuntu] Voip call cuts in 25 secs through netgear router.
  18. [ubuntu] Switch desktop using xbindkey
  19. [ubuntu] ssh disable password authentication not working.
  20. [ubuntu] Keyboard shortcuts and Mac alu keyboard
  21. [ubuntu] ubuntu has forgotten my password & recovery console is dead
  22. [SOLVED] Removing kernels from grub
  23. [ubuntu] Appearence/Compiz - Save Settings
  24. [ubuntu] vmware server 2.0.2 will not install on Ubuntu 10.04
  25. [SOLVED] winkey behavior drives me mad
  26. [ubuntu] Is there a dockbar?
  27. [ubuntu] Running Netbeans (C++)
  28. [ubuntu] Mail Notification and Alert
  29. [ubuntu] Question about Ubuntu 10.04 encryption
  30. [ubuntu] Trouble booting windows
  31. [ubuntu] Mail Notification and Alert
  32. [ubuntu] Startup script not running on startup
  33. [ubuntu] Startup script not running on startup
  34. [ubuntu] Backlight brightness, LCD brightness
  35. [ubuntu] HP Deskjet D2660 will not print with Ubuntu 10.04
  36. [ubuntu] 10.04: Massive memory usage
  37. [ubuntu] Help in building a DEB package
  38. [ubuntu] Like D4X
  39. [ubuntu] Netbios in Wine Applications
  40. [ubuntu] Can't install Ubuntu/any Linux distro from live cd/alternate cd/usb !!
  41. [ubuntu] samba auth. error in 10.04
  42. [ubuntu] setting my 63bit ubuntu up as root on 32bit live disk
  43. [all variants] swap or swap file on flash memory?
  44. [ubuntu] pure-ftp client certificate authetication
  45. [all variants] updatedb won't index files in $HOME
  46. [ubuntu] how can I install packages onto a 64bit machine from a 32bit live usb?
  47. [ubuntu] Application Launcher: Redirect STDOUT?
  48. [ubuntu] Software center ERROR
  49. [SOLVED] Open terminal with multiple tabs?
  50. [ubuntu] Can't install Ubuntu from live cd/alternate cd/usb !!
  51. [ubuntu] Pakcage msttcorefonts installs automatically!
  52. [SOLVED] updatedb won't index files in $HOME
  53. [ubuntu] Strange min-max-close buttons
  54. [ubuntu] Help with Conkeror web browser
  55. [ubuntu] Remove updates from update manager list
  56. [ubuntu] Firefox Plugins
  57. [ubuntu] New to Ubuntu :) - Few Questions
  58. [ubuntu] Will SoftwareRAID Still Work After Fresh Install?
  59. [ubuntu] Get compiz to save settings.
  60. [ubuntu] Is there a way to adjust volumes on a per-app basis?
  61. [ubuntu] Woke up and my computer is dead. HELP! (+ pictures)
  62. [SOLVED] How to reverse an update to the kernel?
  63. [ubuntu] how to save and exit root mode
  64. [ubuntu] Epson CX8400 Printer -- Help Please
  65. [other] Burning a data cd with full file labels help
  66. [ubuntu] looking for a home use NAS with decent throughput
  67. [ubuntu] White Screen upon Reboot. I need help fixing this!
  68. [other] Burning a data cd with full file labels help
  69. [ubuntu] 10.04 boot problem
  70. [ubuntu] White Screen after Reboot. I need help fixing this!
  71. [ubuntu] Dual-booting with Vista (Vista installed first)
  72. [ubuntu] how to save and exit root mode
  73. [SOLVED] save compiz settings
  74. [all variants] Make mp3 player recognize ogg vorbis
  75. [ubuntu] Lost connection on one of my Ubuntu machines?
  76. [ubuntu] Panels disappear on external monitor
  77. [ubuntu] 64 bit install ?
  78. [SOLVED] Grub Issue
  79. [gnome] GTKSourceView too many keywords
  80. [ubuntu] Catalyst 10.7 video driver issues
  81. [ubuntu] Battery checking.... Ok and then stuck?
  82. [ubuntu] Battery checking.... Ok and then stuck?
  83. [ubuntu] Setting up Ubuntu as a wireless repeater for wifi RC helicopter.
  84. [ubuntu] Setting up Ubuntu as a wireless repeater for wifi RC helicopter.
  85. [ubuntu] Setting up Ubuntu as Wireless Repeater for WIFI RC Helicopter
  86. [ubuntu] File data corruption with Open Office
  87. [SOLVED] Gedit Snippets
  88. [ubuntu] how do i install java
  89. [ubuntu] Converting file using ffmpeg trouble
  90. [ubuntu] boot screen = end request I/o erro ? UB 10.04
  91. [SOLVED] /proc/partitions file meaning
  92. [ubuntu] dell 6400 hdd get very hot with ubuntu
  93. [ubuntu] New Hard-drive free space issue.
  94. [ubuntu] alt+tab not recognized
  95. [ubuntu netbook remix] HP Photosmart C4680 Driver Installation
  96. [ubuntu] Google Chrome not appearing
  97. [kubuntu] Static IP at startup
  98. [ubuntu] Screen res problems?
  99. [ubuntu] Switching to netbook UI from desktop
  100. [ubuntu] Can't load LiveCD
  101. [ubuntu] libc6-dev vs libc3-dev
  102. [ubuntu] Language & Text - Installed language disappeared
  103. [ubuntu] Linux Hard Drive - Windows Hard Drive
  104. [ubuntu] How to create a custom command for the console?
  105. [ubuntu] Font rendering problem in Firefox
  106. [ubuntu] Can't enable normal or extra desktop effects
  107. [ubuntu] HP Printer Officejet Pro 8000 load paper issue
  108. [ubuntu] Laptop freezes all the time, can't fix it
  109. [SOLVED] Repos messed up
  110. [other] Can files be recovered from a NAS from Linux?
  111. [ubuntu] error on update
  112. [ubuntu] Purple Ubuntu screen doesn't show on boot
  113. [ubuntu] How to schedule tasks that survive restart
  114. [all variants] amdcccle overscan
  115. [ubuntu] grub boot error
  116. [ubuntu] How to get JAVA?
  117. [ubuntu] EeePC: install Ubuntu on memory card?
  118. [ubuntu] update broken
  119. [all variants] user-manager shows group membership; "groups" doesn't and other group issues
  120. [ubuntu] Printer not accessible in VirtualBox
  121. [xubuntu] UpStart script : create folder - true ; run virtualbox - false.
  122. [ubuntu] Token icon change
  123. [ubuntu] Video preview icon
  124. [all variants] How to defrag ext3?
  125. [ubuntu] Ubuntu Software Center Won't Work
  126. [ubuntu] Live CD Screen Resolution
  127. [ubuntu] shared folder in ubuntu 10.04 host
  128. [ubuntu] Messed up boot screen
  129. [SOLVED] user name not showing in panel
  130. [all variants] Akonadi Error
  131. [xubuntu] Trying to download CodeBlocks, and other problems
  132. [ubuntu] 10.04 on a 16gB stick ... where is the unused space?
  133. [ubuntu] Trying to install emacs...
  134. [xubuntu] Sound on xUbuntu
  135. [SOLVED] GoogleTalk with Empathy / Pidgin - Can't get it working
  136. Visual bell on xfce
  137. [ubuntu] Small Text and Images In Ubuntu
  138. [ubuntu] Dictionary reference!?
  139. [ubuntu] strange problem after disabling/ enabling usplash
  140. [other] Pro/Cons of running Distributed Software
  141. [ubuntu] folder list
  142. [ubuntu] USB Extrernal drive not mounted
  143. [other] How to create a Hi-Q sound recording effcet from my computer......
  144. [ubuntu] Python Works in Interpreter but not actual script
  145. [ubuntu] n00b quest!on, how to load templates to OO spreadsheet
  146. [ubuntu] Having trouble downloading hplip on ubuntu 8.10
  147. [ubuntu] No Wireless/Ethernet; LiveUSB as Repository?
  148. [ubuntu] is there a restore point in ubuntu?
  149. [ubuntu] Old versions
  150. [SOLVED] Strange Min-Max-Close buttons
  151. [ubuntu] Steam desktop icon help
  152. [64 bit] Ubuntu 8.04 64 bit with chroot 32 bit, opengl, x11 and ANSYS 6.1 (closed source)
  153. [ubuntu] Can't download anything from ubuntu
  154. [ubuntu] changing resolution to 1024x768 in UBUNTU for FIT PC 1.0
  155. [SOLVED] Backing up OS?
  156. [ubuntu] Building Image
  157. [ubuntu] Configuring rsh server in Ubuntu 10
  158. [ubuntu] xbmc ppa broken?
  159. [ubuntu] Setting up media units
  160. [ubuntu] Missing non-hidden folder and files in home directory
  161. [all variants] Show Local Hard Disk as External USB Storage to TV
  162. [ubuntu] Get the sound to work on Ubuntu 10.04 Minimal install
  163. [ubuntu] Ubuntu won't startup
  164. [ubuntu] Black screen
  165. [ubuntu] Partition won't mount after reboot
  166. [ubuntu] Indepentant USB install / Make bootable
  167. [ubuntu] Grub remove entry 'Other Operating systems'
  168. [gnome] Is there a grahical equivalent to sudoedit?
  169. [all variants] Scrolling RSS for gnome panel or...?
  170. [ubuntu] Ubuntu wont start after NTFS config tool
  171. [gnome] "Aero Snap" Question (make windows quarter of screen)
  172. [all variants] Adding a password to my backup script
  173. [ubuntu] how to give program more CPU time?
  174. [ubuntu] UK 64 Bit Users: Your Time Is Needed.
  175. [gnome] Docky + Chromium Icon
  176. [ubuntu] Is there a Control Panel
  177. [ubuntu] Kernel Panic on minimal installation
  178. [ubuntu] Invisible panel?
  179. [ubuntu] compiling n installing prblm in linux mint
  180. [all variants] trying my hand at script writing
  181. [ubuntu] firefox does not open php files
  182. [ubuntu] Ugly white border on the left and right sides of desktop
  183. [ubuntu] partitions ,memeory
  184. [kubuntu] Can't boot KDM
  185. [SOLVED] Shell Script Problem
  186. [ubuntu] Export directory on virtual machines
  187. [ubuntu] GTX 460 Issue
  188. [ubuntu] Deleted files on sdcard appeard back
  189. [ubuntu] images arent displayed inside pdf document
  190. [SOLVED] Boot Up Failure
  191. [SOLVED] What is wrong with this combination of watch and awk?
  192. [ubuntu] Fresh installation of Ubuntu Lucid keep rebooting without any reason
  193. [ubuntu] apache redirect help?
  194. [ubuntu] Ubuntu as Wireless Repeater for WIFI RC Helicopter
  195. [ubuntu] Ubuntu 10.4 LTS on AMD Turion64 x2
  196. [ubuntu] wget not using .wgetrc file
  197. [all variants] telnet quitting oddly
  198. [ubuntu] Copy of places.sqlite showing up in /tmp
  199. [ubuntu] can't login to ubuntu
  200. [SOLVED] Installing Adobe Flah plug-in
  201. [64 bit] Computer Farming....
  202. [ubuntu] input output error during write on /dev/sda
  203. [kubuntu] Install WinXP from Linux PXE Server?
  204. [ubuntu] How To boot your own linux using latest linux kernel and grub form cd or usb
  205. [ubuntu] I done a silly thing.
  206. [SOLVED] Kubuntu and ubuntu ?
  207. [wubi] accidentally deleted ubuntu from windows MBR.
  208. [SOLVED] GRUB stops using UUIDs after some updates
  209. [all variants] Proper rtorrent settings? Router choking maybe
  210. [ubuntu] Burg help
  211. [SOLVED] rc.local doesn't work as advertised
  212. [ubuntu] Erasing history of commands executed
  213. [ubuntu] Need pdf darker, recommend tool or utility, please!
  214. [ubuntu] iSCSI login, but no device nodes?
  215. [ubuntu] Disable save to disk & partitions
  216. [ubuntu] Pithos notification icon corrupt?
  217. [ubuntu] Install curl on ubuntu 8.1
  218. [ubuntu] adobe flash plugin crashed
  219. [ubuntu] Print settings ignored?
  220. [ubuntu] Clock Hides Indicator Applet
  221. iPod Syncing Issues 10.04
  222. [ubuntu] PHP mkdir drives me crazy
  223. [ubuntu] Zoom desktop doesn't work on new install of Ubuntu 10.04
  224. [all variants] USB Drive
  225. [ubuntu] PDF printing problem
  226. [ubuntu] Failed to mount "DVD-RW Disc".
  227. [ubuntu] why do tube sites eat so much cpu
  228. [ubuntu] Fax Program
  229. [all variants] "Best" RAID configuration with two disks
  230. [ubuntu] latest updates borked it for me
  231. [SOLVED] Thunderbird 2.0.0.24 won't accept my password. Authentication error.
  232. [ubuntu] Refuse upgrades, install only - please help
  233. [ubuntu] Ubuntu and acer laptop hidden recovery partition
  234. [ubuntu] remove drm
  235. [ubuntu] My computer wont boot into ubuntu, it just resarts constantly!
  236. [ubuntu] four monitor trouble
  237. [ubuntu] pen drive doesnot permit to cut-paste
  238. [SOLVED] Kernel Panic after updates - /sbin/init
  239. [all variants] GRUB no such device without external USB
  240. [ubuntu] itunes wine software freezes closes ipod usb does not sync
  241. [ubuntu] webcam support on msn yahoo aim? etc? none? can not use windows versions
  242. [kubuntu] stuck in kubuntu session
  243. [ubuntu] Rip DVD Into ISO Using Terminal
  244. [SOLVED] thunder bird out going server
  245. [ubuntu] Problem installing VMWare on Ubuntu 10.04
  246. [ubuntu] Serious 64-bit Problems
  247. [ubuntu] How can I extend the capacity of my hard drive for ubuntu
  248. [ubuntu] Root kit suckit in chkhunter but not shown by rkhunter
  249. [SOLVED] 5500FX driver problems
  250. [ubuntu] What is the NAME of the sound volume mixer command?