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. [kubuntu] Mouseover popups
  2. [ubuntu] How to temporarily disable a wireless card?
  3. [ubuntu] I've messed up big time!!!! Need help ASAP
  4. [ubuntu] How to set Evince default to "Best Fit" when opening PDF
  5. [ubuntu] DUEL boot preference
  6. [ubuntu] Telnet not working from remote PC
  7. [ubuntu] Improve laptop battery life?
  8. [ubuntu] amazon checkout problem
  9. [SOLVED] evolution
  10. [all variants] How to build my own packages?
  11. [ubuntu] How do I free the CLI after I start an application from it?
  12. [SOLVED] Can no longer boot to Ubuntu (removed windows hard drive)
  13. [ubuntu] Connect to company internet
  14. [ubuntu] Need help buying a laptop to use with ubuntu
  15. [ubuntu] Accidentally deleted Nautilus Packages
  16. [other] Using "cat" command within menu.lst [Grub4DOS]
  17. [ubuntu] Permission denied problem
  18. [ubuntu] LVM gnome app has crashed, is my array safe?
  19. [SOLVED] How do I downgrade Sun Java?
  20. [ubuntu] Nautilus Popping up at Random
  21. [ubuntu] vga option does not work on live CD
  22. [ubuntu] How to formate a harddisk?
  23. [ubuntu] No sound after installing alsa driver
  24. [ubuntu] Problem getting Compiz fusion to work
  25. [SOLVED] Please help me with GRUB. I seem to have failed. Epicly.
  26. [ubuntu] Unable to upgrade Pidgin
  27. [SOLVED] reset user to admin and removed password to login now i got no desktop
  28. [ubuntu] White border around images in Firefox
  29. [ubuntu] WOW, just stoped??
  30. [ubuntu netbook remix] Can it be done Iphone with ubuntu/linux
  31. [ubuntu] Compatible Hardware Question
  32. [all variants] Libnotify from cronjob?
  33. [ubuntu] Lamp /var/www folder (making it writable)
  34. [ubuntu netbook remix] acer aspire aoa110 - cant install ubuntu netbook.
  35. [ubuntu] Where to mount
  36. [ubuntu] Folding@Home error Core_78
  37. [SOLVED] Accessing a shared drive in Ubuntu
  38. [SOLVED] Need a little hand with Xampp. Should be easy.
  39. [SOLVED] Unable to print selected pages in ubuntu
  40. [ubuntu] Wiimote software or similar??
  41. [ubuntu] How to get translation files (e.g. for GIMP)
  42. [ubuntu] Problem with panels
  43. [SOLVED] Can't open update manager
  44. [ubuntu] No internet after boot so no drivers
  45. [gnome] Panels transparency
  46. [ubuntu] Setting up a share folder in home directory
  47. [ubuntu] Newbie sound problem
  48. [ubuntu] Nvidia drivers broken after upgrade
  49. [ubuntu] Help spinning down idle SATA drives (in RAID)
  50. [ubuntu netbook remix] Very nooby question. How to install ubuntu netbook.
  51. [ubuntu] Partition Ubuntu
  52. [ubuntu netbook remix] IP address if routed through Ubuntu Netbook
  53. [SOLVED] Touchpad working at login screen but not logged in
  54. [SOLVED] Question on how to use the pdf2djvu command
  55. [SOLVED] Bunch of C errors on Program Compilation
  56. [ubuntu] Phatch Library Blender Error
  57. [ubuntu] Screen resolution.
  58. [ubuntu] usb external hdd not mounting.
  59. [ubuntu] How to use an email client like Alpine to read my imported email?
  60. [ubuntu] uninstalling ubuntu 10.10 and reinstalling windows
  61. [xubuntu] What graphics card to buy?
  62. [ubuntu] Intel GMA G41/43 vidoe driver tuning?
  63. [ubuntu] Home partition full
  64. [xubuntu] Docky issues, messes up screen.
  65. [ubuntu] Ubuntu Wubi to Real Ubuntu
  66. [ubuntu] installing aircrack
  67. [kubuntu] sauerbraten occasionally freezing on ubuntu 10.10
  68. [all variants] Error Checker?
  69. [ubuntu] see what is occuring in background
  70. [ubuntu] need help making my own Ubuntu install
  71. [ubuntu] MP3 meta tags reverting?
  72. [ubuntu] LTS 10.04 won't boot
  73. [SOLVED] How to edit bootloader?
  74. [ubuntu] Have to boot manually from GRUB
  75. [SOLVED] PostgreSQL Daemon
  76. [ubuntu] Help me please! (:
  77. [ubuntu] compiz/openGL issue
  78. [ubuntu] uninstall Truecrypt
  79. [ubuntu] New motherboard - anything I need to do with the OS?
  80. [ubuntu] Trouble Booting Up seeing the Grub screen
  81. [ubuntu] Does Ubuntu desktop support multiple user login via remote desktop?
  82. [ubuntu] Turned on Computer after two Days and now I can't login
  83. [ubuntu] Switching to ubuntu
  84. [ubuntu] Ads in RSS feeds
  85. [SOLVED] Hardware Drivers "Downloading package indexes failed, please check your network statu
  86. [ubuntu] recovery mode(GRUB 2) error
  87. [SOLVED] UBUNTU and WINDOWS 7
  88. [ubuntu] Backup files to .zip?
  89. [ubuntu] Meerkat: upgrade to latest version
  90. [xubuntu] upgrade to current version from 9.04 BUT keep wireless driver the same
  91. [ubuntu] Overclocked pc won't boot ubuntu 10.10/10.04 live cd
  92. [ubuntu] How to Chroot
  93. [kubuntu] rm command in terminal
  94. [SOLVED] cant edit personal contacts in evolution
  95. [all variants] .conkyrc example file
  96. [all variants] Asus eee pc 2g surf
  97. [SOLVED] Successful installation of 32-bit 10.10, but can't perform updates.
  98. [ubuntu] new Ubuntu user need help!
  99. [ubuntu] Ink Levels for Espson Nx100
  100. [ubuntu] usb keyboard sometimes doesn't startup
  101. [SOLVED] Check unlock time
  102. [ubuntu] Rhythmbox
  103. [ubuntu] Minefield Flash Plugin.
  104. [ubuntu netbook remix] HDMI No Audio
  105. [ubuntu] 3D cube question
  106. [SOLVED] What is a .r00 file?
  107. [gobuntu] introduction
  108. [SOLVED] Convert from 32 bit to 64 bit, why not?
  109. [ubuntu] audio problem/ midi works, analog doesn't
  110. [SOLVED] Formatting 2TB drive ext3 weird size
  111. [ubuntu] Black is transparent-HELP!
  112. [ubuntu] Installing a Gearhead Webcam
  113. [ubuntu] Can't remove Firefox 3.6 (Namoroka) and reinstall Firefox 2
  114. [ubuntu] Telnet not working from remote(windows) system
  115. [ubuntu] Gnash Destroyed My Life
  116. [ubuntu] Hosting web site from home
  117. [SOLVED] Wine prints out gibberish when I run a program.
  118. [all variants] Linux Will Not Detect My Hard Drives
  119. [ubuntu] OADIID: Gnome_fastuserswitchapplet
  120. [ubuntu] mount freebsd usf2 as read & write ?
  121. [ubuntu netbook remix] Favorite Bar Desktop Crash
  122. [ubuntu] Backing Up Full HDD
  123. [all variants] How to get a directory listing in XML
  124. [ubuntu] Problem when ubuntu 10.04 and Red Hat 5 on the same system
  125. [ubuntu] external hard drive conundrum
  126. [ubuntu] HP 6500 officejet won't print
  127. [ubuntu] Shutdown/Restart goes to login screen
  128. [kubuntu] HELP, Kubuntu VOIP not working anymore (linphone, Ekiga)
  129. [all variants] Make a mirror
  130. [all variants] Make a list
  131. [ubuntu] partition changes failed- getting Error: file not foud. grub rescue
  132. [ubuntu] Problem grub2 tried a lot of guides and doesnt work
  133. [SOLVED] 10.04 grub menu cleanup?
  134. [64 bit] 64 bit app on 32 bit Ubuntu
  135. [ubuntu] Sound not working on 10.04 LTS
  136. [SOLVED] WUBI installation gives "no root file system is defined" error upon rebooting.
  137. [SOLVED] desktop frustration
  138. [64 bit] Java in mixed 32-bit, 64 bit Ubuntu cluster
  139. [ubuntu] Suspend
  140. [all variants] HOW TO: Setup an ssh server in Virtualbox
  141. [SOLVED] SSH tunnelling confusion
  142. [SOLVED] USB devices stop working after boot
  143. [ubuntu] is there anyway to repare WXP boot from Linux?
  144. [ubuntu] Sloooowwwwww!!!
  145. [ubuntu] How to delve deeper into Ubuntu?
  146. [ubuntu] Name change? Please read admin!
  147. [ubuntu] Evolution Mail
  148. [ubuntu] Evolution Mail Question?
  149. [ubuntu] Latest Update Causing Machine to Hang
  150. Getting the Watchtower program working.
  151. [ubuntu] Problem with sending mail via smtp.gmail ( php )
  152. [ubuntu] equivalent to sudo dpkg-reconfigure xserver-xorg
  153. [ubuntu] error in Software Sources
  154. [SOLVED] An Error Occured
  155. [ubuntu] problem with ubuntu complete Remix
  156. [64 bit] Panels Disappear
  157. [ubuntu] alsa loading wrong sound module
  158. [SOLVED] Multiple versions of GCC in maverick x64
  159. [SOLVED] Ubuntu keeps trying to mount my external hard drive at boot up
  160. [other_os] Nothing works? Debian 6
  161. [ubuntu] phpmyadmin problems
  162. [ubuntu] Firefox running really slowly
  163. [ubuntu] Deleting file while renaming
  164. [ubuntu] Gksudo gives a Usage Error with options
  165. [ubuntu] how do you stop the panel "doubleing" when you increase it in size
  166. [ubuntu] dpkg depmod fail - can no longer update
  167. [all variants] linux invasion rs
  168. [ubuntu] Ubuntu 10.10 acer aspire 5500 no wifi?
  169. [ubuntu] Problem while loading "OAFIID:GNOME_FastUserSwitchApplet"
  170. [ubuntu] Problems with administration and root
  171. [ubuntu] soy nuevo en eseto de linux, y necesito ayuda para instalar ubunut!
  172. [all variants] invest chart applet graphs
  173. [ubuntu] Send html email using PHP with Gmail
  174. [ubuntu] GTA San Andreas (SAMP) Issue
  175. [ubuntu] Server runs greate but domain loading slow
  176. [ubuntu] Loading Problems
  177. [ubuntu] PDF searchable text editor
  178. [ubuntu] Can I create GIF files with openshot?
  179. [SOLVED] Transparent bar at the top and bottom
  180. [ubuntu] Updated: Now can't link to libboost
  181. [ubuntu] install Ubuntu without CD
  182. [SOLVED] Evolution: How to remove / disable "Ubuntu one" ?
  183. [ubuntu] will not install
  184. [ubuntu] custom keyboard mapgpginpg
  185. [ubuntu] Auto Map Windows Server Folder For All Users On Ubuntu Systems
  186. [ubuntu] Cron not running Jobs
  187. [SOLVED] Is it possible to convert my external drives from fat32 to ext3 without loss of data?
  188. [ubuntu] NFS Noob
  189. [ubuntu] broken firefox fonts
  190. [ubuntu] Ubuntu not booting
  191. [ubuntu] Where EXACTLY do I need to change the hostname at?
  192. [ubuntu] control windows mouse from ubuntu similar to remote droid
  193. [ubuntu] boot issues
  194. [ubuntu] Installation problem
  195. [ubuntu] 10.04 - No "Remote" tab in "Login Screen"
  196. [ubuntu] Migrate Logical partition to Primary - help
  197. [ubuntu] Access ods with script
  198. [ubuntu] Printing a PDF file fails. Adds pm6 extension to document.
  199. [SOLVED] Gagh! Panels!
  200. [ubuntu] Starting out with ubuntu
  201. [ubuntu] Root has no sound, no networks in notification area
  202. [ubuntu] Ubuntu 10.04 wont load after restart
  203. [ubuntu] mounted casper over desktop
  204. [ubuntu] Ubuntu 10.04 and Mysql 4.1
  205. [ubuntu] Monitor Resolution
  206. [SOLVED] FSTAB & Mdadm Confusion
  207. [ubuntu] sudo node command not found
  208. [ubuntu] difference in files size when copy paste
  209. [all variants] Port Splitter
  210. [ubuntu] configure ubuntu not to use a portion of a cracked lcd screen
  211. [SOLVED] xterm has stopped working
  212. [ubuntu] Incorrect monitor detection
  213. [ubuntu] Vmware pro help needed
  214. [ubuntu] choosing wheather to boot XP or Unbuntu screen
  215. [ubuntu] reverse dns
  216. [ubuntu] New install problem
  217. [ubuntu] Trouble Loading Most Things
  218. [ubuntu] stop autoboot
  219. [other] Xubuntu or Ubuntu?
  220. [ubuntu] Input Signal Out Of Range
  221. [all variants] Why do I need root password to access other partitions?
  222. [ubuntu] Is there a way to scrool screens with mouse wheel?
  223. [lubuntu] alias/shell scripting question.
  224. [xubuntu] Theme suggestions?
  225. [SOLVED] ADB export not recognized through bashrc anymore..
  226. [ubuntu] address space collision
  227. [ubuntu] Can't mount cellphone
  228. [ubuntu] substract one file from another
  229. [SOLVED] Help installing thunderbird from source?
  230. [SOLVED] [...] but it is not going to be installed
  231. [ubuntu] Reverted from OSS to Alsa. Reinstalling volume control..
  232. [xubuntu] Python Warnings with Ubuntuone.
  233. [ubuntu] How do i get a bigger resolution.
  234. [ubuntu] Ubuntu + Zacate = ???
  235. [ubuntu] Driver for my mobo
  236. [ubuntu] Brasero burn successfully ended, but o files in DVD disk
  237. [other_os] How to keep files compressed in suse studio?
  238. [xubuntu] Halo Combat Evolved Custom Edition problems with patch.
  239. [SOLVED] Need help with this error message
  240. [ubuntu] Gnomebaker hangs when trying to read a "large" folder
  241. [kubuntu] Easytether
  242. [ubuntu] LibreOffice broke my OpenOffice install
  243. [xubuntu] Disable touchpad while typing
  244. [ubuntu] Can't connect to TS Windows Server
  245. [SOLVED] creating own repository for packages.
  246. [ubuntu] Touchpad And Satellite Logo LED Lights Not Working
  247. [ubuntu] Creating My Own NAS/Central Server/Something...of sorts
  248. [SOLVED] 3-d
  249. [other] Which version of Ubuntu (or other Linux disrtos)?
  250. [ubuntu] error formatting drive