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] Java Docs -- HELP!!!!
  2. [ubuntu] Need more resolutions
  3. [ubuntu] strange error on shwutdown
  4. [ubuntu] Power button does not shut down computer
  5. [ubuntu] Problem with Conky
  6. [ubuntu] Unable to switch between workspaces
  7. [ubuntu] Conky Python conkyBanshee
  8. [ubuntu] Cant boot into recovery mode, please help?
  9. [ubuntu] problem with epsxe
  10. [ubuntu] gnome-schedule not triggering
  11. [ubuntu] Setting a prefered audio input device / default audio input
  12. [ubuntu] cant uninstall kdebase-runtime-data
  13. [gnome] "Add Printer" missing when running system-config-printer
  14. [ubuntu] Origami (Folding@Home) fails to work on 10.04
  15. [ubuntu] files on Desktop same in all workspaces?
  16. [SOLVED] xp ubuntu dual boot issue(not the normal issue)
  17. [SOLVED] Partition Table not recognized in Gparted
  18. [ubuntu] How do I run Unstoppable Copier?
  19. [64 bit] Recovering software raid
  20. [gnome] Bluetooth missing
  21. [ubuntu] Launchpad question
  22. [ubuntu] external hard drive safe remove
  23. [ubuntu] Getting a Mac Virus Scanner on Ubuntu...
  24. [all variants] Convert a menu.lst for use with grub2
  25. [ubuntu] Is there a way to have 2 instances of the same app but using different ports?
  26. [ubuntu] GTK-Record my Desktop no sound
  27. [SOLVED] Attempting to move /usr to another partition problem
  28. [SOLVED] Why is update manager trying to downgrade firefox?
  29. [ubuntu] Wireless Server Setup
  30. [ubuntu] Proprietary ATI Video Driver Causes Desktop Tearing
  31. [ubuntu] Menu persistence problem
  32. [SOLVED] Which install for AMD phenom II quad core?
  33. [ubuntu] Evolution all day event to time event
  34. [ubuntu] Random crashes
  35. [SOLVED] purging apt's package lists
  36. [ubuntu] Securing computer for office use
  37. [ubuntu] Where are the temp video files stored?
  38. [all variants] GRUB bootloader + TrueCrypt?
  39. [ubuntu] Pointer size???
  40. [all variants] Hard Drive Problem
  41. [ubuntu] Visual Basic
  42. [ubuntu] Compiz/Metacity toggle problems
  43. [ubuntu] Removing Other Systems
  44. [ubuntu] Really laggy mouse
  45. [ubuntu] Tinyproxy
  46. [ubuntu] cannot delete user
  47. How to restore Windows 7 from recovery partition?
  48. [ubuntu] Getting cron/php to run
  49. [gnome] Problem with Panels
  50. [SOLVED] Some random newbie questions.
  51. [SOLVED] Format drive with data to two partions with different file systems.
  52. [ubuntu] setting up a server
  53. [ubuntu] Is there anyway to disable scrolling through windows?
  54. [all variants] Pata / sata?
  55. [ubuntu] Server or Desktop Installation for limited server use?
  56. [ubuntu] fsck image made using gddresuce on loop
  57. [ubuntu] Changing the Login Screen on Lucid
  58. How do you tell Rhythmbox to import all your music?
  59. [ubuntu] DDR2 DIMM (240 pin) 667Mhz or 800Mhz?
  60. [SOLVED] Stop dialoge that comes up when executing executable text file?
  61. [ubuntu] desktop shifted on screen, really confused :???:
  62. [ubuntu] xp -ubuntu dual boot how to set default os boot?
  63. [SOLVED] deleted kernels & grub problem
  64. [ubuntu] Problem With Hp Tx1232la Touchcreen Ubuntu 10.04
  65. [all variants] Audio Issues
  66. [ubuntu] Firefox close buttons and tab size
  67. [ubuntu] "Tray 1 load plain letter" when printing by OpenOffice Writer 3.2
  68. [all variants] Trying to install Gloobus
  69. [ubuntu] Screwed up my grub!
  70. [ubuntu] Archos 5
  71. [ubuntu] scribes template import
  72. [all variants] syntax highlight problem in emacs
  73. [ubuntu] RHL user statistics
  74. [all variants] [grub2] Windows Vista fails to load
  75. [ubuntu] Hardy won't Boot
  76. [ubuntu] Order of users in gdm
  77. [64 bit] Terminal freeze problem
  78. [ubuntu] GRUB2 has me all messed up...
  79. [ubuntu] Visual effects greyed out...
  80. [ubuntu] SeaMonkey/Ubuntu Glitch..?
  81. [xubuntu] Mouse wheel shades, and I don't want that
  82. [ubuntu] CHM to PDF
  83. [all variants] Why should I use ubuntu?
  84. [ubuntu] Mozilla wont minimize/maximize or close
  85. [SOLVED] Running Plasma on Gnome, found a guide, does it work in lucid?
  86. [ubuntu] Browser very slow in ubutun
  87. [all variants] Compositing really slowing down my computer
  88. [ubuntu] usb busy - nautilus
  89. [ubuntu] Power management daemon
  90. [ubuntu] VLC + Firefox crash? (Not plugin)
  91. [other] Firefox problem
  92. [all variants] Evolution & GMail Folders
  93. [64 bit] Gimp
  94. [ubuntu] Reliable usb wireless adapters
  95. [SOLVED] Get a stroke font on the desktop
  96. [ubuntu] i855 int(hell) gpu > Fedora 13
  97. [ubuntu] Loading a partion manually?
  98. [ubuntu] Can not play video file with extension .vob
  99. [ubuntu] sysv-rc-conf question
  100. [ubuntu] How to install new software?
  101. [ubuntu] Ubuntu/Firefox Lockup, it's recent, persistent and annoying.
  102. [ubuntu] fce ultra sound??
  103. [ubuntu] curl permission error with /usr/local/bin/repo
  104. [ubuntu] lirc compatible apps
  105. [ubuntu] help with .mov to .avi file-type
  106. [gnome] IBus refuses to work in some applications
  107. [SOLVED] Changing file permissions for Frets on Fire
  108. [ubuntu] 407 proxy authentication required
  109. [ubuntu] Help - Networking
  110. [ubuntu] LVM power mangment?
  111. [ubuntu] Synergy problem
  112. [all variants] Conky Guayadeque Python Script
  113. [ubuntu netbook remix] looking for lightweight email client
  114. SESC simulator in ubuntu 9.04 version
  115. [SOLVED] duplicate group?!!?!?!
  116. [SOLVED] Significance of swap partition
  117. [ubuntu] CANT become root!!!!!
  118. [other] HDD problem
  119. [all variants] syslog in lucid
  120. [ubuntu] Eclipse helios?
  121. [SOLVED] compiz configuration gone wrong
  122. [ubuntu] How to enable compiz under Virtualbox on Dell Inspiron 1525
  123. [ubuntu] Ubuntu randomly freezes
  124. [ubuntu] SiS mirage 3 graphics solution w/e I got is here...
  125. [all variants] sshfs poor performance
  126. [ubuntu] how to synchronize two Ubuntu systems on different machines
  127. [ubuntu] HDD raw data viewer (disk utilities)
  128. [ubuntu] conversion
  129. [all variants] How can i use ffmpeg/mencoder to convert to yuvj442p ??
  130. [ubuntu] Ubuntu Jaunty fbdesk no icons
  131. [ubuntu] MythTV
  132. [SOLVED] Fwbackups with external hard drive
  133. [ubuntu] wireless drop
  134. [ubuntu] .mov files
  135. [SOLVED] YouTube
  136. [ubuntu] Ok.. Snow Leopard or Lucid?
  137. [gnome] Problem opening executable from Nautilus
  138. [ubuntu] Ubuntu will not shutdown
  139. [ubuntu] How to connect to remote desktop from tsclient (in lucid) to UltraVNC (in XP)
  140. [ubuntu] Adobe Flash version.
  141. [ubuntu] cannot connect to localhost
  142. [kubuntu] Using apt-get behind proxy
  143. [ubuntu] Ubuntu does not connect to the internet
  144. [ubuntu] Turning laptop screen off does not persist
  145. [ubuntu] Shut down ubuntu 9.04 problem
  146. [ubuntu] Why can I can automount a micro sd card only once per session?
  147. [ubuntu] Firefox directs me to hotmail mobile
  148. [ubuntu] Auto update
  149. [ubuntu] Question Network and Sound Stopped Working
  150. [kubuntu] How to copy printer configuration from ubuntu to kubuntu
  151. [ubuntu] Remaster settings directories
  152. [SOLVED] Can't login to ubuntu
  153. [ubuntu] how do I restart samba/
  154. [ubuntu] Application Lockup in OpenOffice
  155. [ubuntu] Problem with both Open Office & Printer.
  156. [ubuntu] Wine fonts in firefox
  157. [ubuntu] Firefox page zoom gives poor image quality
  158. [SOLVED] Perl
  159. [SOLVED] Wipe your pc hard drive with ubuntu live disk.
  160. [ubuntu] Deaktop has wallpaper only
  161. [ubuntu] No sound help me!!!Ubuntu 10.04
  162. [SOLVED] help
  163. [ubuntu] internet
  164. [ubuntu] changing default network tool back to whatever comes as standard
  165. [ubuntu] Docky freezes the running application
  166. [ubuntu] Installed program won't run + unable to upgrade
  167. [all variants] New printer (all in one) for Ubuntu Lucid systems.
  168. [SOLVED] friend list
  169. [ubuntu] RAID help
  170. [64 bit] Driver network sis190 and ubuntu 10.04 64 bits doesn't work
  171. [SOLVED] problem with Ubuntu Tweak
  172. [ubuntu] 64-bit or 32-bit
  173. [ubuntu] general help
  174. [SOLVED] access to files on installation drive
  175. [ubuntu] wget file hosting?
  176. [ubuntu] problems with flickrfs
  177. [ubuntu] Kile italicized text, how
  178. [ubuntu] Recording from system mixer in Lucid
  179. [ubuntu] Monitor going to sleep during boot (booting hanging?)
  180. need help to install tv tuner card
  181. [SOLVED] Multiple entries on GNU GRUB
  182. [ubuntu] Installing mouse on Linux USB.
  183. [ubuntu] Ubuntu + Vista reinstallation
  184. [all variants] Need some serious help!!
  185. [SOLVED] last downloads
  186. [ubuntu] Sony Pocket Reader mounts as read-only
  187. [other] Err window creation error
  188. [ubuntu] How well does Ubuntu run on a ThinkPad SL510 and/or T510?
  189. [ubuntu] Firefox addon to test connection speed. Addon I use in windows not compatble ubunutu
  190. [ubuntu] edit right click options
  191. [gnome] Launching desktop applications with root or sudo
  192. [ubuntu] Apache 2.2 cgi-bin gets sucked down rabbithole
  193. [SOLVED] Synaptic, Aptitude, Apt-Get, Git…I don’t Get it?
  194. [ubuntu] Error loading operating system
  195. [ubuntu] Ubuntu brightness problem on Asus laptop
  196. [SOLVED] Virtual Machine Question
  197. [ubuntu] Java Problem
  198. [SOLVED] Numeric keyboard won't work
  199. [SOLVED] Resolution reverts after Shut Down/Restart
  200. [all variants] How to check if window is maximized?
  201. [ubuntu] What disk imaging solutiont
  202. [ubuntu] Green pixelated border around ubuntu logo on startup
  203. [all variants] Changing size of windows
  204. [ubuntu] Title Bar not appearing
  205. [all variants] batch find and replace content in files
  206. [other] Recover deleted partition
  207. [ubuntu] 54G USB Adabter by Sitecom
  208. [SOLVED] Cannot log in to gmail and banking site
  209. [ubuntu] Basic Postgresql location question
  210. [SOLVED] A call for help! Cisco Packet Tracer on Ubuntu via Wine.
  211. [SOLVED] Removing packages via Synaptics
  212. [all variants] Device driver identification
  213. [ubuntu] Power Management in Ubuntu w/out ACPI
  214. [ubuntu] 4th GEN iPod/Ubuntu 10.04/ipod Linux
  215. [ubuntu] SSL Error 61 - Citrix ICA - Firefox
  216. [xubuntu] Monitor Problems After Installation
  217. [all variants] Run Windows Application in Linux
  218. [kubuntu] Kde Panel task switcher
  219. [ubuntu] running gparted off cd
  220. [SOLVED] Add exceptions to windows that can take focus
  221. [ubuntu] Trying to reload grub legacy from booted USB flashdrive of Ubuntu 9.04
  222. [SOLVED] Why do I have to keep on manually mounting my second hard drive?
  223. [ubuntu] Notification icon size doesn't match indicator icons
  224. [xubuntu] Strange Error Before BlackOut
  225. [SOLVED] Freeze on booting since doing updates
  226. [SOLVED] Installing Adobe Flash Player to Ubuntu.
  227. [ubuntu] Freeze on booting since doing updates
  228. [SOLVED] error copying file to external drive.
  229. [ubuntu] XP won't boot after installing Ubuntu...
  230. [ubuntu] Ubuntu freezes after several minutes of use
  231. [SOLVED] Retrieving files from a server
  232. [ubuntu] Making Ubuntu look like OSX considered illegal?
  233. [SOLVED] Filesystem root full, what to do?
  234. [ubuntu] : cifs_mount failed w/return code = -6
  235. [ubuntu] how to backup a copy of all packages i download/upgrade...?
  236. [ubuntu] Question about brightness
  237. [ubuntu] Can't use virtual scrolling when mouse is on outermost part of screen
  238. [ubuntu] Bizarre keyboard behavior with Control key
  239. [ubuntu] 32-bit on AMD64?, difference in settings?
  240. [SOLVED] Grub2 won't load
  241. [SOLVED] nouveau color
  242. [ubuntu] Wrong CPU frequency being reported?
  243. [all variants] Ubuntu Speed issues vs. Windows XP (original O/S)
  244. [ubuntu] Slow resume from standby
  245. [ubuntu] program that rips the image off a disc (e.g. printer driver disc)?
  246. [ubuntu] Sound and microphone problem
  247. [ubuntu] Clonezilla on a HD problem
  248. [ubuntu] Put Windows into Hibernation from SSH?
  249. [ubuntu] Can't boot 8.04 - unable to execute "/bin/sh" for rcS or rc-default - Help!
  250. [ubuntu] KeepNote