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] Can't install anything after creating a new user account
  2. [other_os] Blue screen
  3. [ubuntu] Ekiga
  4. [gnome] Change gnome_terminal window's geometry with command?
  5. [kubuntu] Help! Suddenly not able to input text after login (keyboard not detected????)
  6. [ubuntu] Troubles with Java
  7. [ubuntu] SSH Host Key Loading
  8. [ubuntu] what is the bash command to write files
  9. [ubuntu] resolv.conf keeps overwriting
  10. [ubuntu] How to remove boot menu (after uninstalled via Wubi) on a dual boot Vista-Ubuntu PC
  11. [kubuntu] Audacity Blues
  12. [ubuntu] 3 nvidia video cards, 9.04, x crash
  13. [ubuntu] Kde
  14. [all variants] How do I know if my computer is i386 or x86 64?
  15. [ubuntu] Making Compiz-Fusion Skip Checks Permanently
  16. [ubuntu] ubuntu repositories problem...URGENT !!!!
  17. [ubuntu] Major Wireless Cracking Help - Please Read! Urgent!
  18. [ubuntu_studio] Black Screen
  19. [ubuntu] Problem with hard drive after boot
  20. [ubuntu] Sound is very low (still NOT solved)
  21. [ubuntu] Gnome schedule 2.0.2 not working in Jaunty
  22. [ubuntu] How to delete a Kernel?
  23. [ubuntu] gnome freezes / restarts constantly
  24. [all variants] filesystems: wha....?
  25. [ubuntu] virtualbox without prn
  26. [ubuntu] ip address blocker/shield?
  27. [ubuntu] Sound problem with Compaq Presario SR 1630IL Desktop
  28. [ubuntu] how to delete user names from skype login screen...
  29. [ubuntu] netbook...grub error 22
  30. [ubuntu] latex indian language support
  31. [ubuntu] Using "mv" In Terminal To Move Files
  32. [ubuntu] GRUB Error 17, please help
  33. [other_os] issues with possible broken packages?
  34. [ubuntu] Adding Terminal to right-click on
  35. [ubuntu] Trouble with Icons
  36. [ubuntu] Upgrade to 9.04=no sound
  37. [ubuntu] Screen Notifications
  38. [ubuntu] Is There A Music Player That Doesn't Skip?
  39. [ubuntu] How force ubuntu 9.04 to start with changed xorg.conf
  40. [ubuntu] Setting up a 1and1 email account in Evolution Mail / Thundermail.
  41. [ubuntu] ubuntu eternal raid array
  42. [all variants] cannot access set up menu in bios after grub install
  43. [ubuntu] No menus
  44. [ubuntu] Problem with Calendar
  45. [gnome] Dvorak and Qwerty
  46. [ubuntu] How to mount samsung f-480 mobile/cell phone
  47. [all variants] RightCLick image resizing ala XP.
  48. [ubuntu] Unrecognised sudo in logs - compromised?
  49. [ubuntu] U.K.Keyboard problem
  50. [ubuntu] Saving Desktop Background
  51. [ubuntu] How Do I Add USB Sticks To fstab?
  52. [ubuntu] Install Petsc/Tao C++
  53. [ubuntu] Using only ssh connection, run windows program
  54. [ubuntu] FTP download delay
  55. [ubuntu] strangest problem ever (Terminal, glxgears, keyboard shortcuts)
  56. [ubuntu] Can i reformat my windows partition without affecting ubutnu?
  57. Help Me Please =]
  58. [xubuntu] Lotus Notes
  59. [ubuntu] aircrack-ng prgram update
  60. [ubuntu] Cannot install Jaunty
  61. [ubuntu] GIMP work area behind toolbox and docks
  62. [ubuntu] how to get started?
  63. [ubuntu] Checking battery state... what?
  64. [ubuntu] udev script runs multiple times
  65. [xubuntu] create a bash file to run a perl scirpt
  66. [ubuntu] Fixing or working around broken keys
  67. [all variants] Jaunty: texlive not installing URW-Garamond correctly?
  68. [all variants] New Blog.!!
  69. [all variants] crazy problem with conky. please help...
  70. [ubuntu] Problem creating .iso files
  71. [ubuntu] Removing a partition to use its space
  72. [other] Office 07 net connection
  73. [ubuntu] Devlopment
  74. [all variants] Firefox URL and Bookmarks don't work
  75. [ubuntu] Flash drive doesn't show
  76. [ubuntu] NVS Quadro 140M laggy
  77. [ubuntu] Can't create user named "staff"
  78. [ubuntu] Am I using the best driver for ATI3850?
  79. [ubuntu] Konqueror always starts in full screen
  80. [ubuntu] Black Screen after Login, 9.04 fresh install
  81. [ubuntu] Disable indexation in Jaunty?
  82. [kubuntu] Gnome Destroyed
  83. [ubuntu] Weird screen tint problem.
  84. [ubuntu] Can I install Windows XP on an ubuntu 100 % harddisk ?
  85. [ubuntu] Beginner having trouble with hardware drivers
  86. [ubuntu] Ubuntu/debian daemon startup script?
  87. [all variants] Speech Recognition with VoxForge/Julius
  88. [ubuntu] Black Screen
  89. [ubuntu] Gnome-do microblogging plugin
  90. [ubuntu] Need help changing Usplash
  91. [ubuntu] set shermans-aquarium as screensaver
  92. [all variants] ImageMagick and Jaunty 9.04
  93. [ubuntu] Qt library problem?
  94. [gnome] How do you force applications to minimize
  95. [ubuntu] Grub VGA setting for netbook
  96. [ubuntu] Modify xorg.conf
  97. [ubuntu] remote CD-rROM burning
  98. [other_os] help with rsync bash script (mac)
  99. [SOLVED] How do I Secure SSH Between Two Computers?
  100. [ubuntu] Need Help With Running Firefox in terminal
  101. [ubuntu] SAMBA help please!
  102. [ubuntu] Need help with importing bookmarks from IE from vista
  103. [ubuntu] How do I reset /usr permissions to the linux default?(I accidently changed it)
  104. [ubuntu] Why can only 1 package manager run at a time?
  105. [ubuntu] Can conky do that?
  106. [ubuntu] Dual boot - Ubuntu and Mythbuntu - how to remove one?
  107. [xubuntu] Is Xubuntu hiding HD?
  108. [ubuntu] can't get into os folder
  109. [all variants] Does apt-cacher-ng work offline?
  110. [ubuntu] Songbird grouping different artist from the same album separate.
  111. [SOLVED] Google Street View and updating Flash plugin
  112. [other_os] Netbook mousepad is going crazy!!!
  113. [ubuntu] Error while using the Volume keys on the keyboard (Jaunty/gnome2.26.1)
  114. [all variants] Adobe air apps slow performance
  115. [ubuntu] Synaptic (dpkg) error
  116. [xubuntu] hl1650lpr: subprocess post-removal script returned error exit status 127
  117. [ubuntu] Fluxbox Customization
  118. [kubuntu] Minor sound problem
  119. [ubuntu] samba Vs file,, permissions
  120. [ubuntu] gnome-terminal doesn't load
  121. [ubuntu] How to burn mp3 cd with Brasero
  122. [ubuntu] Alternate way to edit files?
  123. [ubuntu] Prism App in Gnome Menu
  124. [all variants] Need software to generate paystubs URGENTLY!
  125. [kubuntu] Kontact sharing with multiple users
  126. [ubuntu] How do i upgrade my BIOS
  127. [ubuntu] Ekiga and viatalk
  128. [all variants] How do I choose audio device for gMFSK?
  129. [ubuntu] Desktop Icons
  130. [ubuntu] Compiz-Fusuion Cube - Ubuntu 9.04
  131. [ubuntu] Reset Gnome panel
  132. [all variants] SSH and SSH_AUTH_SOCK=0 and public/private keys
  133. [ubuntu] post-hdd problems
  134. [other] Bash Script Help
  135. [ubuntu] Turning off laptop LCD monitor
  136. [all variants] use apache2 server for LAN ?
  137. [ubuntu] Problems using grub-gfxboot 0.97-42 & Ext4 FS
  138. [ubuntu] USB headphone adapter help
  139. [ubuntu] (ee) ubuntu nvidia error - says cables unplugged?
  140. [ubuntu] Amsn mic problem
  141. [ubuntu] Ubuntu "freezes" sometimes
  142. [ubuntu] what's wrong with my script
  143. [ubuntu] switching between querty and dvarok via terminal
  144. [ubuntu] proxy settings into the terminal
  145. [edubuntu] Screen resolution for Edubuntu items?
  146. [ubuntu] error on apt-get update
  147. [ubuntu] Ubuntu drops to BusyBox
  148. [ubuntu] What is a "Terminal?"
  149. [ubuntu] Unable to save X config Backup file
  150. [ubuntu] Ubuntu 8.04 doesn't boot after plugging in external storage hard drive with XP on it?
  151. [ubuntu] Dual monitors on two different graphics cards.
  152. [ubuntu] Screen goes blank for unknown reason (screensaver related?)
  153. [ubuntu] Error Reinstalling Grub
  154. [gnome] quick network question
  155. [ubuntu] Volume OSD Does Nothing
  156. [ubuntu] Green Screen
  157. [ubuntu] Odd boot/file behaviors
  158. [ubuntu] VSTPD chroots regardless of configuration
  159. [wubi] How do I see my windows files?
  160. [ubuntu] Can I set where programs are installed
  161. [ubuntu] Booting title needed changing
  162. Problems with DVD menus in totem and mplayer
  163. [ubuntu] Looking to setup a secure SSH / VNC connection
  164. [ubuntu] Running the Terminal on startup
  165. [ubuntu] HARDINFO, Where did it go?
  166. [ubuntu] git-gui nowhere to be found
  167. [ubuntu] Yum and RPM in Synaptic?
  168. [ubuntu] makeboot -f error
  169. [SOLVED] Missing disk space
  170. [ubuntu] multilector de tarjetas
  171. [ubuntu] how to boot live from large external drive?
  172. [ubuntu] Firefox profilemanager not working how i want!
  173. [ubuntu] Cut & paste weirdness
  174. [ubuntu] F-spot and N.A.S (Nautilus and no thumbs when files on NAS)
  175. [ubuntu] Video display screws up, then it won't boot!
  176. [ubuntu] Used Nvidia card - blinking cursor only
  177. [ubuntu] Lack of Permissions
  178. [other_os] Speeding up Kontact under Windows
  179. [ubuntu] Scheduled tasks using crontab not starting in Jaunty
  180. [ubuntu] Can't install anything
  181. [ubuntu] unrar and libstdc++.so.2.8
  182. [ubuntu] Script auto completion
  183. [ubuntu] Trying to explore Ubuntu in and out-- from beginner, to pro! Any ideas?
  184. [ubuntu] Coming back to Ubuntu . . .
  185. [ubuntu] Sound stops working after suspend
  186. [ubuntu] No hand cursor on flash buttons
  187. [ubuntu] Very slow resonse in Ubuntu
  188. [ubuntu] Linker Error
  189. [ubuntu] Uptimed and dual booting
  190. [ubuntu] Need VNC Setup advice
  191. [ubuntu] Evolution LDAP address book - "Full Name"
  192. [other] Open Office resets me to login screen randomly
  193. [ubuntu] Can't find menu.lst
  194. [ubuntu] Rocks 'n' diamonds configuration
  195. [xubuntu] Wacom drama
  196. [ubuntu] Extraction not performed You don't have the right permissions to extract archives in
  197. [ubuntu] Amazon Downloads
  198. [ubuntu] Fast User Switch appearance
  199. [ubuntu] Permissing denied.
  200. [kubuntu] Run-init: /sbin/init and Kernel panic
  201. [all variants] few problems after minimal cd installation
  202. [all variants] Set system to read only
  203. [ubuntu] Is it worth trying out ext4?
  204. [ubuntu] Ubuntu logon and/or boot screen look like vista?
  205. [gnome] Microphone is always muted
  206. [xubuntu] USB-Live-Stick problem
  207. [kubuntu] Problems after swich
  208. [ubuntu] Programs shortcut is not showing
  209. [ubuntu] unexpected error when powering down
  210. [ubuntu] Fingerprint reader for acer aspire 4736z
  211. [other_os] Help! (thats not a beatles song)
  212. [ubuntu] Screen help
  213. [ubuntu] acer aspire 5535 lack of memory
  214. [ubuntu] Changing from NTFS to Ext3
  215. [ubuntu] Checkdisk, Defragger etc.. for Ubuntu?
  216. [ubuntu] Ubuntu (Jaunty) sound configuration
  217. [ubuntu] Odd font problems
  218. [ubuntu] apt-get database <broken>
  219. [ubuntu] Unresponsive, slow system
  220. [ubuntu] autorun or autoexec or something that similiar to it?
  221. [ubuntu] How does one install Adobe Air without boundlesssupremacy.com?
  222. [all variants] Amarok stops after every track
  223. [ubuntu] Dual Monitors and Startup Programs
  224. [ubuntu] How to uninstall application ( installed from .deb ) ?
  225. [kubuntu] Windows - Linux - Quicken Suggestions
  226. [ubuntu netbook remix] System freezes for 25 secs after desktop appears
  227. [ubuntu] New in ubuntu
  228. [ubuntu] No suspend button after resume
  229. [all variants] Query about why Windows install failed when Xubuntu installed
  230. [ubuntu] Where does samba mount network drives?
  231. [ubuntu] Ubuntu samba interfering on network
  232. [ubuntu] disply problem; window manager
  233. [ubuntu] Nothing but problems!
  234. [other_os] wine services running when using firefox
  235. [ubuntu] Synaptic Package Manager question
  236. [ubuntu] help with sd card
  237. [ubuntu] Environment variables for the menus won't set
  238. [ubuntu] Is there a better way to share files between Ubuntu and Windows?
  239. [ubuntu] graphics issues
  240. [other] Firefox "Flash Detect" problem?
  241. [ubuntu] Need info before jumping in
  242. [ubuntu] Remove FireFox3 The worlds Slowest Browser
  243. [ubuntu] New onset of random system crashes
  244. [ubuntu] Is there any advanced WYSIWYG editor for Ubuntu
  245. [ubuntu] Photo backups
  246. [all variants] Unison should ignore permissions stamp
  247. [ubuntu] How to set paronamic 1200x800 resolution on laptop?
  248. [ubuntu] GIMP and EXIF
  249. [ubuntu] System freezes when i maximize a window
  250. [ubuntu] Browsers crashing