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. [SOLVED] Questions about w3m (text based web browser)
  2. [ubuntu] Few questions about dual-booting.
  3. [all variants] Hard drive died! Please help me recover (LVM)
  4. [ubuntu] Avant Window Navigator Launcher question
  5. [ubuntu] pc freezes with nvidia driver
  6. [SOLVED] How to enable core dump
  7. [ubuntu] polkitd eats up my memory, running 10.04 as guest in VMWare fusion
  8. [SOLVED] fglrx drivers arn't working any more.
  9. [ubuntu] openjdk java plugin control panel
  10. [all variants] Ext2Fsd Says ext3 Partition Not Formatted
  11. [ubuntu] Random freeze on startup
  12. [ubuntu] Spell check for Evolution?
  13. [SOLVED] I cant see mounted shares shortcut on my desktop..
  14. [ubuntu] Script as Icon, which excepts input by dragging file or directory
  15. [ubuntu] login screen
  16. [ubuntu] Trying to Load Live CD / Caps lock/scroll lock flash
  17. [SOLVED] Adding new resolution
  18. [ubuntu] problems with download
  19. [ubuntu] ubuntu notebook edition
  20. [ubuntu] Where is my 150GB ?
  21. [ubuntu] Emerald problem
  22. [ubuntu] OpenGL warning when compiling Wine 1.2
  23. [all variants] can't paste in matlab
  24. [all variants] Dualboot Ubuntus on two Drives with Grub
  25. [SOLVED] how do I create launcher from terminal?
  26. [SOLVED] Update or software source problem
  27. [ubuntu] Problems with gdm session manager
  28. [ubuntu] Theme changes don't take immediate effect
  29. [ubuntu] green screen of ugliness on first login after boot
  30. USB wireless dongle
  31. [SOLVED] ubuntu notebook edition 10.04
  32. [ubuntu] Invisible boot
  33. [all variants] rsync and .htaccess
  34. [ubuntu] Card reader sometimes works
  35. [ubuntu] Cannot see printing options in the administration menu
  36. [ubuntu] uninstalling ubuntu
  37. [xubuntu] Where would I submit corrections such as this?
  38. [SOLVED] VirtualBox USB issue.
  39. [ubuntu] linux a.out or linux-ELF for old program?
  40. [ubuntu] Using Live CD to recover
  41. [ubuntu] Task Scheduler?
  42. [ubuntu] GA-8I945P-G-RH 4gig ram
  43. [ubuntu] Problem Loading an ISO from HDD using grub2
  44. [ubuntu] One Core is always running at 100%
  45. [ubuntu] Honestly having real trouble even starting ubuntu :(
  46. [ubuntu] Copy over network (rsync,scp) slows down system
  47. [SOLVED] 'Num Lock' off on start up
  48. [ubuntu] MATLAB installation
  49. what is going on64-bit - Not recommended for daily desktop usage
  50. [SOLVED] Annoying, strange Firefox behavior - Can anyone help?
  51. [xubuntu] GNOME install error
  52. [ubuntu] Desktop say WHA?
  53. [ubuntu] "File is broken" messages when creating USB drive
  54. [ubuntu] After Suspend or Hibernate Compiz Process is using 75%+ procsessor
  55. [SOLVED] Terminal Loses Trasnparency After Upgrade To LL Lucid Lynx
  56. [all variants] Network sharing without samba?
  57. [ubuntu] lsmod and modprobe
  58. [SOLVED] Installing Chess software - "icc command not found"
  59. [other] acer aspire drivers
  60. [other] bash scripts
  61. [ubuntu] ksoftirqd at 100% CPU on Hyper-V
  62. [ubuntu] USB Permissions Denied
  63. [ubuntu] Fake dns server
  64. [all variants] Changing the username and home directory
  65. [ubuntu] LucidLynx: how to disalble login logout sounds
  66. [ubuntu] Lucid: xfe file manager window problem
  67. [gnome] how to use multiple words / terms (boolean AND) with gnome search tool
  68. [ubuntu] Grub uninstalled after installing Windows
  69. [ubuntu] Ubuntu + Origami: problem sending back the finished proteins
  70. [ubuntu] Is there a terminal command for this?
  71. [SOLVED] Replace thumbnails with icons
  72. [other] What edition do I get
  73. [SOLVED] SVN error on gnome-terminal startup
  74. [ubuntu] Problems after updating Ubuntu with the Update Manager
  75. [ubuntu] error on community Grub2 page
  76. [ubuntu] password protect a desktop
  77. [ubuntu] After Lucid upgrade, mouse and keyboard cannot multitask
  78. [ubuntu] turn current Windows partition into image for a VM in Ubuntu?
  79. [all variants] Script to tune mdadm raid5 (others too, maybe)
  80. [ubuntu] Nautilus freezes on me
  81. [SOLVED] show my pc equivalent for ubuntu (linux in general)
  82. [ubuntu] Tell package manager that dependency is filled by other package
  83. [ubuntu] Amarok and Flash Sound Conflicts
  84. [ubuntu] Suspend crashes system
  85. [ubuntu] I can't sudo into anything
  86. [ubuntu] gnome terminal wont stay open
  87. [SOLVED] Can't install Adobe reader in Lucid [Lucid-partner]
  88. [ubuntu] OS booting process entering a busybox shell and halts
  89. [SOLVED] 10.04 with ssmtp - how to disable system mail
  90. [ubuntu] :s
  91. [ubuntu] Compiz Effects aren't working
  92. [ubuntu] Syslog messages - what they mean and how to solve 'em?
  93. [ubuntu] help for internet
  94. [gnome] Cursor cant be changed in ubuntu 10.4 in gnom
  95. [ubuntu] multiple gcc versions side-by-side
  96. [ubuntu] P2M - Mailshare, ygoow, moorhunt, openp2m, etc
  97. [SOLVED] git and web development
  98. [SOLVED] Firefox crashes in Ubuntu 10.04 - workaround didn't work
  99. [ubuntu] First keyboard character gets dropped
  100. [SOLVED] change time zone from Gnome panel applet
  101. [SOLVED] Ubuntu 10.04 booting problem
  102. [ubuntu] downgrade the lamp to specific version
  103. [all variants] Huge discrepancy between df and du
  104. [ubuntu] moving /home to another partition
  105. [ubuntu] ubuntu 10.04 bluetooth mouse scroll wheel not working
  106. [SOLVED] Can't boot from CD.
  107. [ubuntu] Web broswer, video, and audio problems.
  108. [gnome] My numberpad has gone into mouse control mode
  109. [kubuntu] Kubuntu users have this problem of black screen upon switch user?
  110. [ubuntu] reading .mov files
  111. [other] recovering data from a USB flash drive
  112. [ubuntu netbook remix] Google Chrome "uninstall" problem?
  113. [ubuntu] Easystoke list
  114. [ubuntu] Unexpected Log Offs
  115. [SOLVED] Lost window list from the panel
  116. [ubuntu] Can I upgrade to the newest ubuntu without burning a cd??
  117. [ubuntu] 10.4 seemingly random freezes
  118. [ubuntu] Nvidia SLI problem
  119. [ubuntu] how to get syntek webcam to work?
  120. [SOLVED] Blank desktop after login
  121. [ubuntu] How to Recover grub2
  122. [all variants] Command line network monitor
  123. [ubuntu] How to get a RAID-1 back ?
  124. [ubuntu] File sharing between 2 ubuntu machines
  125. [ubuntu] Converting from Server to Desktop
  126. [ubuntu] dual booted back track 4 cant get back to ubuntu
  127. [ubuntu] I want my "wallpaper" back
  128. [SOLVED] Can't install restricted codecs
  129. [SOLVED] vim color editing
  130. [all variants] Build using expat XML parser
  131. [SOLVED] Partitioning went wrong
  132. [ubuntu] No title bars on anything I open???
  133. [SOLVED] error after 10.04 LTS
  134. [ubuntu] What does this error mean? I'm trying to install 'lives'
  135. [SOLVED] truecrypt install
  136. [ubuntu] Dual core 100% CPU usage
  137. [ubuntu] increasing ubuntu disk space
  138. [SOLVED] Lock screen after a few minutes of inactivity
  139. [all variants] Convert RAID 1 to Single drive
  140. [ubuntu] Where do I install fonts for desktop themes?
  141. [ubuntu] Andalusia deploys 220,000 Ubuntu desktops
  142. [SOLVED] desktop background fades to color/gradient
  143. [wubi] Ubuntu 10.04 cannot boot after hard reset.
  144. [ubuntu] Printing to Shared Printer on XP computer
  145. [ubuntu] lm_sensors
  146. [ubuntu] Gettin the Personal Feel, Ubuntu 10.04
  147. [ubuntu] delay boot process
  148. [kubuntu] Castle Lineage II-Gracia Final
  149. [ubuntu] python nonlocal x??
  150. [kubuntu] Any login works only once
  151. [ubuntu] Restore after ending processes
  152. [SOLVED] Horrible sad partition recovery issue, ideas?
  153. [ubuntu] bootloader questions
  154. [ubuntu] Ubuntu Firefox lock ups
  155. [ubuntu] Impossible to type 'a' letter in a terminal
  156. [ubuntu] Run Desktop Ubuntu on Netbook?
  157. [ubuntu] "Private directory is not setup properly"
  158. [xubuntu] nfs-common and nfs-kernel-server cannot be removed/installed apt-get useless
  159. [ubuntu] Nicotine Plus not openning
  160. [ubuntu] problem with vlc
  161. [ubuntu] Create an iso image in ubuntu 10.04
  162. [ubuntu] Volume Control Problem on Dell Laptop
  163. [ubuntu] Delete file in vbox remote folder + trash
  164. [gnome] connect to a wireless network not on the indicator applet list
  165. [SOLVED] why are there two identical users?
  166. Epson Offirio LP-V500 Installed drivers, doesn't print
  167. [ubuntu] Resize swap partition??
  168. [ubuntu] Customize File Folders in Ubuntu Karmic
  169. [all variants] Auto-mount luks encrypted partition at boot
  170. [ubuntu] virtualbox enable usb webcam?
  171. [xubuntu] Xubuntu 10.4 on Toughbook CF-29
  172. [ubuntu] wordpress permissions
  173. [ubuntu] Boot straight to desktop
  174. [wubi] trouble installing ubuntu (wubi-10.04)
  175. [ubuntu] All Administration Windows Blank
  176. [ubuntu] address forwarding in apache
  177. [ubuntu] JOGL Applications SIGSEGV error on close
  178. [ubuntu] Can you use your windows partition as you Wine directory?
  179. [ubuntu] Evolution seems to crash/close randomly...
  180. [all variants] Init and network-manager
  181. [ubuntu] Monitor and lucid update wreaking havoc on system
  182. [kubuntu] Open terminal with right click in Kubuntu
  183. [ubuntu] Wtf?!?! Kernel panic????
  184. [ubuntu] Ubuntu 10.04 USB boot results with flashing "_"
  185. [ubuntu] Watch command line while installing ubuntu
  186. [ubuntu] Auto-timed Theme switcher?
  187. [ubuntu netbook remix] What controls /media mounting?
  188. [SOLVED] cursor freezes
  189. [xubuntu] how to off firewall in Xubuntu 10.04?
  190. [SOLVED] where can i download 'atunnel' wallpaper?
  191. [SOLVED] Installing compilers
  192. [SOLVED] Run a command in a terminal at a specific time?
  193. [other_os] crc error
  194. [ubuntu] Help me in upgrade
  195. [SOLVED] Replacing Fedora 12 with UBUNTU 10.04
  196. [ubuntu] So I made a Partitioning boo boo...Please Help
  197. [ubuntu] Hp T6600 Compatability?
  198. [ubuntu] correct way to move Thunderbird to new machine
  199. [ubuntu] I2P and ubuntu
  200. [SOLVED] How much space does it take to compile a custom kernel
  201. [ubuntu] OK, so why batch does not always work?
  202. [SOLVED] Not Enough Disk Space While Running Visual FoxPro
  203. [ubuntu] Home Folder disappear when connected to netwrok
  204. [ubuntu] ZoneMinder. Can anybody offer some help?
  205. [ubuntu] NO! Hard drive failed
  206. [all variants] How to extract dwg from pdf files?
  207. [all variants] Video problems and flashing Video BIOS....
  208. [ubuntu] KDE4 on Ubuntu 10.4
  209. [ubuntu] Cant login any more after 'disk is full' issue
  210. [mythbuntu] Can't log in after system crash
  211. [ubuntu] SMB drive in File Open Dialog
  212. [ubuntu] dd command not working
  213. [64 bit] Ubuntu 10.04 extremly bad performance
  214. [ubuntu] Installing to Different Directory help
  215. [SOLVED] open GUI folder in terminal
  216. fail to load GUI
  217. [ubuntu netbook remix] ubuntu netbook thinks my tv is bigger
  218. [ubuntu] Firefox disappeared from a panel
  219. [ubuntu] Digikam Crash on 10.04 reading database
  220. [ubuntu] Installing software - options
  221. [SOLVED] how do I change desktop icon via command line?
  222. [ubuntu] syncronize mobile phone (huawei u7510)
  223. [ubuntu] Firefox loses memory of saved users and visited places!
  224. [ubuntu] Sort on first column and output only if > value
  225. [ubuntu] SSH Connection
  226. [ubuntu] google chrome
  227. [64 bit] Eclipse Deadlock Ubuntu 10.04 while debuging
  228. [SOLVED] Update Notifier
  229. [ubuntu] Best way to install Chromium in Lucid
  230. [kubuntu] Annoying highlight colours in 10.04
  231. [all variants] Xorg resolution switch
  232. [ubuntu] Cisco VPN on Ubuntu 10.04
  233. [ubuntu] Icons
  234. [ubuntu] Bash for loop is strange. Bug?
  235. [kubuntu] Problems printing from kmail to a printer that needs user authentication
  236. [SOLVED] Linux Scheduler Performance - Please Help
  237. [ubuntu] How do I rest the default player?
  238. [ubuntu] Empty Trash--Number of files deleted
  239. [ubuntu] nvida 220 geforce
  240. [SOLVED] Ubuntu 10.04 - Make a single panel
  241. [ubuntu] Network Command-Line Tools
  242. [kubuntu] Auto Backup
  243. [ubuntu] sub divide folder
  244. [ubuntu] Switch User goes to Lock Screen
  245. [ubuntu] How to send email attachments with Gnome-Do?
  246. [ubuntu] degrading laptop battery capacity
  247. [ubuntu] no network icon?
  248. [SOLVED] Lucid mouse icon black to white w/outline?
  249. [ubuntu] toggle ivp6
  250. [kubuntu] Feedback and questions: please HELP me stick with Linux !