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

  1. [ubuntu] How to clean out ufw (firewall) settings?
  2. [all variants] Tilde (~) character now one keystroke more away
  3. [ubuntu] Microsoft office 2003 wont work with crossover please help!
  4. [ubuntu] LottaNZB
  5. [ubuntu] Changing monitor settings from command line
  6. Wubi doesn't use an ISO and keeps downloading
  7. [ubuntu] gnome logs out when i lock the screen for a whiel
  8. [ubuntu] Hard drive limit (with RAID 6 system)
  9. [ubuntu] Does anyone listen to classic fm?
  10. [ubuntu] Help with crossover and outlook 2003
  11. [ubuntu] FreeNX stopped working on Gutsy
  12. [ubuntu] Installing VMWare on Ubuntu 8.04 Server edition
  13. [other] Firefox 3 beta 5: Shockwave player won't load
  14. [ubuntu] Canon powershot a620 no longer mounts
  15. [all variants] Silence command in shell
  16. [other] how to test if a text file is bash script
  17. [kubuntu] proble resizing firefox beta 3.05 with hardy heron
  18. [ubuntu] sapphire x1950 bigdesktop only in loginscreen
  19. [all variants] Thunderbird
  20. [ubuntu] Time vault crash report detected
  21. [all variants] Format output format number in Terminal using awk command?
  22. [ubuntu] Unable to mount hard drive
  23. [ubuntu] IRQ message glxinfo
  24. [kubuntu] [Hardy] Not all NTFS partitions listed under 'Media'
  25. [other] help with this bash script
  26. [kubuntu] kubuntu can't log out
  27. Wubi given me a hard time!
  28. [ubuntu] Evolution: cannot recieve mail
  29. [ubuntu] Can not save anything - unless logged in as root
  30. Firefox version 3 addon that allows firefox 2 addons to be installed?
  31. [ubuntu] Run Windows Applications
  32. [ubuntu] Update Manager freezes & updates don't install
  33. [ubuntu] KDE 'shredder' in Hardy?
  34. [kubuntu] how to configure second panel
  35. [all variants] How do I pin a package to keep it from being upgraded?
  36. [all variants] compare previously and currently installed packages using diff?
  37. [ubuntu] Dual booting windows xp and ubuntu
  38. Kernel build
  39. [ubuntu] fsck executed on every boot
  40. [ubuntu] Hard drive assignments changed in Hardy?
  41. [ubuntu] [SOLVED] Update Manager issue
  42. [SOLVED] [SOLVED] Screen Resolution Difference between Cold/Warm boot and logouts
  43. [ubuntu] Help! Remove ipblock in rescue mode?
  44. [ubuntu] [SOLVED] Thunderbird problems
  45. [ubuntu] Firefox icons not playing nice with GTK icon theme
  46. [ubuntu] I want vga-out @1024x768 and lcd at native
  47. [other] Recover deleted partitions on external drive
  48. [all variants] Command to Specify the OS to Restart/Boot Into
  49. [ubuntu] Oracle 11g uninstall
  50. [ubuntu] some more advanced grub (+ something else?) customization
  51. [ubuntu] 8.04: 'Standard' tweaks?
  52. [ubuntu] Installed ubuntu, want to setup grub to work with vista
  53. [ubuntu] [SOLVED] Garmin software using Wine
  54. Does Wubi make Ubuntu slow?
  55. [ubuntu] Outyliner and MIndMapper
  56. [ubuntu] limit+samba+connections
  57. [ubuntu] Blank screen after booting
  58. [ubuntu] mail-notification w/ stunnel4
  59. [ubuntu] Why is it so slow for me?
  60. [ubuntu] PCLinuxOS vs Ubuntu
  61. [all variants] Google Earth looks ugly?
  62. [ubuntu] Hardy evolution bogofilter log
  63. [all variants] Evolution and LDAP adress book lokally
  64. [all variants] Confused on which distro to use
  65. [ubuntu] Ubuntu Training
  66. [ubuntu] How can I setup a VPN server?
  67. [ubuntu] Getting GRUB back
  68. [all variants] the state of hot imaging these days...
  69. [gnome] transparent fullscreen terminal, howto?
  70. [ubuntu] Synergy key repeat problem
  71. [ubuntu] Sound gone after upgrading to Hardy Heron
  72. [ubuntu] X Error in Sauerbraten.
  73. [gnome] Cant copy files to my NAS device
  74. [ubuntu] Delete backup
  75. [all variants] [SOLVED] Evolution and LDAP search
  76. [all variants] »No Space left on device« on /home - all configs lost?
  77. [mythbuntu] automysqlbackup script and mysql users
  78. [ubuntu] GPROFTPD & .exe files
  79. [ubuntu] could not download all repository indexes
  80. [ubuntu] [SOLVED] WARNING: Nautilus may contain strobe effects!
  81. [ubuntu] New User troubles....
  82. [ubuntu] NTFS folder is shown having zero files
  83. [ubuntu] TwinView issues - window placement and Firefox fonts
  84. [ubuntu] Compare installed packages with another machine
  85. [all variants] Deluge resets ratio on reboot
  86. [ubuntu] Resolution Problem
  87. [ubuntu] [SOLVED] Nvidia drivers saying I have xen installed but I can't find it
  88. [ubuntu] Computer freezes on ebay
  89. [ubuntu] filesystem on a thumb drive?
  90. [all variants] install hardy packages on gutsy
  91. [ubuntu] Scanner accessible only by root
  92. [ubuntu] Trouble autostarting/automounting (advanced level)
  93. [ubuntu] ulimit snafu
  94. How to log all bash output?
  95. [ubuntu] Is it Compiz?
  96. [all variants] sshd segmentation fault on password auth
  97. [ubuntu] sharing and permissions cacked
  98. [ubuntu] Cpu Usage
  99. [ubuntu] simple resolution problem
  100. [all variants] [SOLVED] Script reading LDAP-Server
  101. [ubuntu] Lost Java Scanner after reinstall of Hardy
  102. [ubuntu] stupid internet problem
  103. [gnome] I can has opengl + xwinwrap + hardy heron?
  104. [all variants] reinstall grub from livecd not working
  105. [ubuntu] Restarting system while firefox is open automatically saves the session.
  106. [xubuntu] [SOLVED] Brightness Settings
  107. [ubuntu] Graphics problem
  108. [ubuntu] restoring
  109. [ubuntu] maxemumtvguide
  110. [ubuntu] Gutsy Problem with Users
  111. [ubuntu] need help patching and setting up a program.
  112. [ubuntu] Bluetooth locks up
  113. [ubuntu] Customising window decorator buttons
  114. [ubuntu] Second hard drive not found by Ubuntu 8.04
  115. [ubuntu] Converting Ubuntu to Ubuntu Studio?
  116. [ubuntu] Weird issue with suspend, need expert help
  117. [ubuntu] No Progress Bar on Boot Only
  118. [ubuntu] How do I setup Apache under Ubuntu?
  119. [all variants] Worst ever upgrade info dialog?
  120. login screen mixed up
  121. [ubuntu] Modem Not Answering
  122. [ubuntu] GE Webcam Driver Install Help
  123. [ubuntu] 2.6.24-16 kernel problem?
  124. [kubuntu] sudo - command not found?
  125. [ubuntu] [SOLVED] System slowed down, then halted
  126. [ubuntu] USB harddrive automounts ext3 as readonly
  127. [ubuntu] I get an error when trying to compile package...
  128. [ubuntu] Ubuntu on 64 and 32 bit
  129. [gnome] "Reseting" the desktop on upgrade
  130. [other] Re-inventing the wheel and all
  131. [kubuntu] Adept updater
  132. [ubuntu] [SOLVED] Ignore certain updates
  133. BusyBox error on startup
  134. [xubuntu] Edubuntu packages for Xubuntu
  135. [ubuntu] Please Help, Extreme Boot Issue
  136. [ubuntu] video problems
  137. [ubuntu] [SOLVED] Can't empty trash can due to files permissions
  138. [gnome] xscreensaver-getimage -root
  139. [ubuntu] javascript problem
  140. [ubuntu] dependency issue: libpng2
  141. [ubuntu] Resolution Video Problem
  142. [SOLVED] hotmail doesnt like ubuntu, how to fix?
  143. [kubuntu] pcman file manager on kubuntu
  144. [ubuntu] ubuntu doesnt see Linux-swap at startup
  145. [gnome] Copy paste stops working
  146. [ubuntu] Eee PC Help
  147. [edubuntu] How do I add users to an Edubuntu LTSP server?
  148. [gnome] Need just a little help
  149. [ubuntu] firefox 3 beta 5 settings won't stick!!!!!
  150. Wubi stuck on first boot
  151. [ubuntu] Yet another no GUI post
  152. [ubuntu] MySQL 6.0 Installation
  153. [ubuntu] Major problem
  154. [ubuntu] Palm Z22 Syncing?
  155. [ubuntu] [SOLVED] Noise when switching windows
  156. [ubuntu] ubuntu logo funky psychedelic colors on shutdown
  157. [ubuntu] Help please....im looking for a sleeping application!
  158. [all variants] ext3 partitioning using more space than fat32?
  159. [ubuntu] Window behaviour in dual screen setup
  160. [ubuntu] wrong memory usage reported (i think)
  161. [ubuntu] I want to put all my personal data on it's own Partition
  162. [kubuntu] kmail and base64 encoded attachments
  163. [ubuntu] java not working on hardy - tried everything!
  164. [ubuntu] Help installing ubuntu
  165. [ubuntu] Copy Root file to DVD
  166. [ubuntu] Gpass 0.5.0 launcher blank Help please
  167. [ubuntu] putting back the old kernel
  168. [ubuntu] A few annoyances in Firefox.
  169. [ubuntu] [SOLVED] Formatting a second hard drive?
  170. [kubuntu] partition problem - I don't want to loose all data
  171. [ubuntu] Need help with Lexmark 1100 printer
  172. [ubuntu] Format and use usb as bootable?
  173. [ubuntu] Access my web server from outside?
  174. [ubuntu] boot halts at CUPS
  175. [ubuntu] Re-installing after updates messed up.
  176. [ubuntu] In FF3, How Can I Trick an install
  177. [ubuntu] Yet another nVidia annoyance - need help...
  178. [all variants] Desktop Effect?
  179. [ubuntu] Zen Stone randomly unmounts
  180. [ubuntu] [SOLVED] Runaway drive activity
  181. [ubuntu] Nvidia driver issues
  182. [ubuntu] Radeon 9600pro on 8.04
  183. [ubuntu] Just installed & can't log in.
  184. [ubuntu] trash file location
  185. [ubuntu] Making deb for Nautilus Templates
  186. [ubuntu] Should I give up on Java?
  187. [ubuntu] emacs-snapshot orphaned?
  188. [ubuntu] Somehow I achieved transparent GTK...?
  189. [ubuntu] Troubleshooting system crash with
  190. [ubuntu] Please Help! I installed ubuntu but now i cant get it to load...
  191. [all variants] Is there a repository with swiftfox?
  192. [ubuntu] Compiz-Fusion Installed?
  193. [ubuntu] Did Virtualbox Kill Gnome? Can't get to Desktop (but KDE is fine)
  194. [ubuntu] Encountered Major Problem With WUBI Installation
  195. [ubuntu] [SOLVED] SSH Login Fail : Unspecified GSS failure.
  196. [ubuntu] Drag and Drop
  197. [other] Pidgin + Custom Domain + GMail
  198. [ubuntu] No preview images in hardy
  199. [ubuntu] [SOLVED] I need help, left click doesn't work
  200. [kubuntu] Blank screen after login
  201. [kubuntu] Mapping Drives
  202. [ubuntu] ATI, Dual Monitor & Compiz?
  203. [ubuntu] script for coping files
  204. [ubuntu] Usb, suspend, hibernation, etc
  205. [ubuntu] Firefox and dictionary add-ons
  206. [ubuntu] Wacom Eraser Issue!!
  207. [all variants] Want to port but need some help.
  208. [ubuntu] Remove PulseAudio
  209. [ubuntu] cups error 8.04
  210. [ubuntu] Print Manager doesn't Manage
  211. [xubuntu] Sharing the Home directory between Ubuntu and Xubuntu
  212. [ubuntu] my ´ key doesn´t work right
  213. [ubuntu] new to ubuntu
  214. [ubuntu] Lost sound to favourite radio stations
  215. [ubuntu] IP Address
  216. [ubuntu] [SOLVED] Removing Older Kernels
  217. [ubuntu] What's your Ubuntu RAM usage?
  218. [all variants] Moving ubuntu to another drive.
  219. [ubuntu] Expose on compiz ?
  220. [xubuntu] just installed xunbuntu on same drive as windows, but can't 'see' the media...
  221. [ubuntu] driver question....
  222. [all variants] Ext3 partition private in Windows?
  223. [all variants] xcompmgr and pypanel
  224. [ubuntu] "roll back" updates - possible?
  225. [other] Open office and Microsoft word.
  226. [ubuntu] [SOLVED] Auto mount one directory of a Windows Hard drive
  227. [ubuntu] Missing desktop!
  228. [ubuntu] Panel Notification Area Icon
  229. [ubuntu] Which Version Of Ubuntu?
  230. [all variants] init.d scripts question - seeme not to work
  231. [ubuntu] Very slow boot for Ubuntu on laptop
  232. [ubuntu] uninstalling CUPS?
  233. [ubuntu] How To Restart a print job after printer runs out of paper
  234. [ubuntu] Cdrom permissions...
  235. [ubuntu] crashing, lock ups, hard reset
  236. [SOLVED] it freezes at 82% installation (Scanning the mirror)
  237. [ubuntu] Question about Hardy being bloated
  238. [ubuntu] Mounting on desktop
  239. [all variants] Problems with Evolution (and exchange)
  240. [ubuntu] Ubuntu on SCSI raid
  241. [ubuntu] Compose key setting is lost after reboot
  242. [ubuntu] Restarting After Mounting a Driver
  243. [ubuntu] Retaining title in Terminal following reboot on Ubuntu 8.0.4
  244. [ubuntu] Need help with webcam on 8.04
  245. [ubuntu] Update restart bug?
  246. [ubuntu] Window "glowing" effect
  247. [all variants] Development machine
  248. [ubuntu] Time and date setup?
  249. [ubuntu] General help needed: Installing programs
  250. [ubuntu] laptop freeze, upper-case light blinking