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] looking for this applet..
  2. [ubuntu] weirdest thing ever.
  3. [ubuntu] I'm having trouble with Skype
  4. [other] Using SLiM, cannot unlock gnome-system-tools
  5. [ubuntu] After login, black screen with solid HDD light
  6. [ubuntu] Wine won't install anything (Jaunty)
  7. [all variants] Copy read only files
  8. [kubuntu] Card reader and SD Card problem
  9. [ubuntu] why can I only copy 21834 files into a directory in an external drive?
  10. [all variants] How does rm work?
  11. [ubuntu] Editing GRUB to boot from Flash Drive
  12. [wubi] New Guy
  13. [ubuntu] Could Not Get Ubuntu to load on Harddrive
  14. [ubuntu] Delay startup programs
  15. [ubuntu] USB Help with Virtualbox please!
  16. [xubuntu] how to keep xbuntu in memory for livecd
  17. [ubuntu] Is there any program for Linux that allows you to write calendar memos?
  18. [ubuntu] Urgent Help Needed - Mount points changed for no apparent reason
  19. Is it possible to remove light blue waveform in Audacity?
  20. [ubuntu] Upgraded to Jaunty...got back a lot of system freezes
  21. [ubuntu] can't mount usb drive?
  22. [ubuntu] Keyboard and Mouse don't work at splash screen!
  23. [ubuntu] new install of UBUNTU 9.04 gone bad.
  24. [gnome] Change File manager
  25. [ubuntu] Any way to set background bootloader image?
  26. [xubuntu] wheel scrolling using keyboard
  27. [ubuntu] how to rename username
  28. [all variants] use chown to change files but not folders
  29. [ubuntu] USB wireless mouse requires reboot
  30. [ubuntu] Removing icon from desktop
  31. [kubuntu] Dual booting 8.04 and 9.04
  32. [ubuntu] Default Browser not working
  33. [ubuntu] Drive becomes write protected
  34. [ubuntu] Can I remap the keyboard?
  35. [all variants] is intel support going to get any better?
  36. [ubuntu] Lotus Addresses
  37. [all variants] /dev/disk/
  38. [all variants] shadow the local session using NX
  39. [all variants] Error each time Perl file opened in GVIM
  40. [ubuntu] SlideShow Media Control in OpenOffice Impress
  41. [ubuntu] Noob question about txt editors
  42. [kubuntu] kubuntu vs ubuntu(more than simply desktop)?
  43. [ubuntu] running c++ binaries from same directory
  44. [ubuntu] bookmarks in file browser and submenu in panel gone after disk running out of space
  45. [ubuntu] kernelcheck custom patch
  46. [ubuntu] ubuntu-restricted-extras
  47. How can I update these things in 8.04?
  48. [kubuntu] Problems with Mutt and GetLive
  49. [ubuntu] Graphing Polar Graphs
  50. [ubuntu] Freezing on boot/ distorted
  51. [other] win~I want know whats best firewall out there for windows?
  52. [ubuntu] Help with start up.
  53. [all variants] Using Wildcards with mv command
  54. [xubuntu] i think i broke my xubuntu
  55. [all variants] Trouble sending output into a text file
  56. [ubuntu] Programs Disappearing!
  57. [kubuntu] Installing boost libraries and rose
  58. [ubuntu] gfortran will not compile .f
  59. [ubuntu] Backspace problem in vi editor
  60. [ubuntu] can not empty trash
  61. [ubuntu] rTorrent crash when resuming session: libcurl related
  62. [ubuntu] grub stage2 Read Error
  63. [ubuntu netbook remix] Losing top panel...
  64. [ubuntu] how do i downgrade amaraok?
  65. [ubuntu] [solved] Skype and the "no ring" issue
  66. [ubuntu] Update-Notifier doesn't work
  67. [ubuntu] Anybody else notice Ubuntu 9.10 64bit Alpha 1 is...
  68. [ubuntu] rrdtools
  69. [ubuntu] 9.04 desktop effects
  70. [ubuntu] What options can I add to Xorg.conf with the Intel Driver?
  71. [ubuntu] Two mouse cursors with Xinerama
  72. HOWTO: Install video card Asus EN8400GS Silent on Ubuntu 8.0.4 Desktop
  73. [ubuntu] Duplicate entry in sources.list
  74. [wubi] Compicated and getting frustrated
  75. [ubuntu] Can not boot into login prompt
  76. [ubuntu] switching kernel for software... help...
  77. [ubuntu] Need help reinstalling GRUB after installing Windows OS
  78. [ubuntu] integrated microphone not working
  79. [ubuntu] chroot: cannot run command `/bin/bash': Input/output error
  80. [ubuntu] Status bar
  81. [ubuntu] Rights files created by apache
  82. [ubuntu] tomboy on startup
  83. [SOLVED] Xorg eating system memory.
  84. [ubuntu] Please help me understand...
  85. [ubuntu] How to change the tab size in vi editor?
  86. [ubuntu] dover publications latex font
  87. [ubuntu] Hardware Detection Issue-9.04
  88. [ubuntu] Can't edit PDF in new version of PDFEdit
  89. [ubuntu] Cant Kill A Process
  90. [ubuntu] 9.04 Java error
  91. [SOLVED] updating failure
  92. [ubuntu] How long? And how long?
  93. [ubuntu] Display manager trouble
  94. [ubuntu] GRUB map command (booting Win 7)
  95. [ubuntu] Splitting a big file into smaller files
  96. [ubuntu] HP P3005 Printing Problems
  97. [ubuntu] Strange letter coloring in console
  98. [ubuntu] Updates/Add programs not working?!
  99. [ubuntu] crumby performance with multiple users
  100. [ubuntu] Postfix and all the related stuff is driving me nuts
  101. [ubuntu] how does grub call this drive?
  102. [ubuntu] ODBC connection ORACLE
  103. [ubuntu] problem re-adding user
  104. [all variants] Text comparison software???
  105. Creating a .img or .iso file out of a live USB thumbdrive?
  106. [ubuntu] problem installing ubuntu.......
  107. [ubuntu] Radeon X1300/X155 - where to go next?
  108. [ubuntu] owners/permissions
  109. [ubuntu] thx to canonical and ubuntu
  110. [ubuntu] Screenlets partially visible
  111. [ubuntu] creating a grub configuration file
  112. [ubuntu] K3b - Unable to open libdvdcss?
  113. [ubuntu] lokalize problem
  114. [ubuntu_studio] why does fglrx work with 9.04, but not 9.04 studio?
  115. [all variants] No support for swedish characters via SCP?
  116. [ubuntu] Annoying Resolution Problem on Jaunty
  117. [ubuntu] Openoffice 3.1 to 3.0.1 in 8.04 LTS
  118. [ubuntu] i need to ask a question
  119. [ubuntu] xorg nvidia resolution cycling
  120. [ubuntu] Unchecked Communication Service
  121. [ubuntu] start Network-Manager on Resume from sleep
  122. [ubuntu] auto home help please
  123. [all variants] Akregator: filter bug?
  124. [ubuntu] Cannot update Xiphos
  125. [ubuntu] Jaunty - Webex not supported
  126. [ubuntu] xorg.conf is being reseted everytime i do a reboot
  127. [ubuntu] Make command not working
  128. [ubuntu] Emacs23 conflicts with gnome-system-monitor ?
  129. [ubuntu] Missing Hard Drive Space after Reformat
  130. [all variants] File transfer, UNIX -> LINUX
  131. [all variants] Help needed with recursive file and folder permission change
  132. [ubuntu] how to turn on/access Remote Desktop via SSH
  133. [all variants] Quick /proc/meminfo units question
  134. [all variants] Command line HD format
  135. [ubuntu] Can't Open "Users and Grous"
  136. [ubuntu] Firefox crashes after upgrade to 9.04
  137. [ubuntu] Mounting error
  138. [ubuntu] Startup frezes when USB devices used
  139. [ubuntu] Xsane and gscan2pdf issues
  140. [all variants] Using ubuntu or variant as a thin client+
  141. [ubuntu] Crazy Desktop question
  142. [ubuntu] Auto enable tuncfg?
  143. [ubuntu] Internet Browsers Auto-Maximising?
  144. [ubuntu] Piecing together a RAID?
  145. [ubuntu] Error msg /var/cache/apt/archives/lock
  146. [ubuntu] Ubuntu 9.04 crash (wireless?)
  147. [ubuntu] Flash not working on 9.04
  148. [all variants] cant end pid
  149. [ubuntu] Help with OpenOffice
  150. [SOLVED] what is XF86WWW ??
  151. [ubuntu] Zelda OOT 3d logon
  152. [all variants] Scripting questions: backup to DVD and deleting files
  153. [ubuntu] Wine Help
  154. [ubuntu] Old Repositories
  155. [ubuntu] Next ubuntu release
  156. [ubuntu] firefox
  157. [ubuntu] Error log file?
  158. [ubuntu] Windows emulators-wine equivilants
  159. [ubuntu] Can email client profile run off network drive?
  160. [kubuntu] How To Create a LiveCD With Kubuntu
  161. [all variants] random mouse freeze
  162. [gnome] Gnome 2.26 (jaunty default) file sharing preferences
  163. [ubuntu] Adding a path accessible by all programs
  164. [ubuntu] runescape ubuntu9.04 help? i new to this stuff
  165. [ubuntu] boot up issues with grub
  166. [ubuntu] Help with Adminstrative Password
  167. [all variants] open-source a/v chat application
  168. [ubuntu] Persisteny USB boot- how to make non-GUI boot?
  169. [ubuntu] Remote into Windows computer at work?
  170. [ubuntu] Intel GMA 3100 and Ubuntu 9.04
  171. [ubuntu] Strange MySQL behavior
  172. [ubuntu] Problems with scanner driver / glib
  173. [ubuntu] Need help with decryption (whole disc)
  174. [ubuntu] Connecting Nokia 6230i to Ubuntu with Gammu
  175. [gnome] gtk VNC Viewer runs minimised for 1 second then closes??
  176. [kubuntu] Task Switcher for KDE Panel?
  177. [ubuntu netbook remix] hellanzb not downloading
  178. [ubuntu] How to install updates that are 'kept back'?
  179. [ubuntu_studio] Backing up ubuntu studio system
  180. [ubuntu] Ruby Without Rails
  181. [all variants] Help with sudo
  182. Installing Deluge through synaptic?
  183. [ubuntu] python exception when installing wxwidgets 2.8
  184. [ubuntu] Update Manager/Proxy Help
  185. [ubuntu] printer setup
  186. [ubuntu] Texas Instruments Graphing Calculator
  187. [ubuntu] Print PDF to user-designated filename/directory
  188. [ubuntu] how to use internet from recovery terminal
  189. [ubuntu] Printer ignores HPLIP settings
  190. [ubuntu] gnome pilot
  191. [ubuntu] Unwanted Behavior when Opening Broken Symbolic Link
  192. [ubuntu] Which graphical program to use?
  193. [ubuntu] trouble starting the rt kernel
  194. [ubuntu] I Sunk My Computer/Grub
  195. [ubuntu] Is there an email client which implements GMail's "conversations"?
  196. [ubuntu] lLocale customization
  197. [ubuntu] Update Manager Error Message
  198. [ubuntu] problem windows after dual boot
  199. [all variants] RDP Kiosk?
  200. [ubuntu] Go back to 8.10 ?
  201. [other] Random characters and problems getting to desktop!
  202. [all variants] unixODBC and FreeTDS Issue
  203. [ubuntu] What should I format my external hard drive to?
  204. [ubuntu] streaming videos on ubuntu
  205. [gnome] Launching GNU Screen Resizes the Terminal Window
  206. [gnome] Reloading Nautilus XML file
  207. [all variants] EMERGENCY: Accidental Deletion of /usr/bin/*
  208. [ubuntu] gDesklets background bug
  209. [ubuntu] find --invert-match option?
  210. [ubuntu] dpkg & apt-get
  211. [ubuntu] Can't wake from hibernate/suspend on Desktop (jaunty 9.04)
  212. [ubuntu] Linuxdcpp (Linuxdc++) - Crash with "Bus error" when hashing
  213. [all variants] apache problem
  214. [gnome] Script name
  215. [ubuntu] How to encrypt my sensitive data ( USB or a few folders in Home directory ) ?
  216. [ubuntu] Running without Postfix
  217. [ubuntu] Annoying sound when shutdown/logoff
  218. [ubuntu] Service not starting
  219. [ubuntu] Not all resolutions in WC 3 FT listed (WINE)
  220. [ubuntu] no synaptic
  221. [ubuntu] having trounle installing software
  222. [ubuntu] What do I do in order for ubuntu to keep pidgin running when I close it?
  223. [ubuntu] Things missing from Jaunty
  224. [all variants] Flash Drive "Full" After Install
  225. [ubuntu] Boot Problems
  226. [ubuntu] Jaunty 9.04 Won't auto mount USB drives
  227. [ubuntu] problem
  228. [ubuntu] How to record emulators?
  229. [ubuntu] microphone
  230. [ubuntu] Problem with remote desktop - cannot see changes that happen on the other side
  231. [ubuntu] Problems Installing libdumbnet-dev
  232. [ubuntu netbook remix] "Authentification failed" box when I log off.
  233. [all variants] Backup with grsync : rename instead of deleting
  234. [ubuntu] How do i fix this error in 9.04?
  235. [ubuntu] firefox search setting not saving
  236. [ubuntu] Piping find into grep
  237. [ubuntu] Screensaver causing system lockup
  238. [ubuntu] Problems with grace after upgrading to jaunty
  239. [ubuntu netbook remix] Volume VERY low despite volume reading max
  240. [ubuntu] using feh
  241. [ubuntu] Cannot open .run files
  242. [ubuntu] Need help with boot menu
  243. [ubuntu] Problem boot 9.04, after installing linphone
  244. [ubuntu] Multiple Faults, related?
  245. Pidgin problem in Ubuntu Jaunty
  246. [ubuntu] computer hibernates while working
  247. [ubuntu] Scroll Down in Console
  248. [ubuntu] Messed-up Firefox!!!
  249. [ubuntu] Booting halts with message: "Dropping to a shell!"
  250. [ubuntu] Help with ati dual monitor setup