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. [all variants] SSH connections hang
  2. [ubuntu] Get Ubuntu Current Version
  3. [all variants] [SOLVED] su and sudo problem, can't patch kernel
  4. [ubuntu] [SOLVED] Can't type in password when i start the server
  5. [ubuntu] Letting WINE take in some function keys
  6. [ubuntu] is it possible to save settings of ubuntu?
  7. [ubuntu] mozilla backup not possible ?
  8. [ubuntu] [SOLVED] compose key with KDE apps
  9. [ubuntu] unable to load ubuntu
  10. [ubuntu] Type 1 Font Rendering Problem
  11. [ubuntu] [SOLVED] view commands inside terminal while using gui
  12. [xubuntu] Unable to use powertweak
  13. [ubuntu] [SOLVED] PHP Server Images
  14. [ubuntu] [SOLVED] workspaces: how to!
  15. [all variants] Packages, distributions, architectures
  16. [xubuntu] How to change permissions on floppy drive
  17. [ubuntu] Thunderbird Border missing under compiz
  18. [ubuntu] 'could not start x server', how to get files off hard drive?
  19. [all variants] Apt is recommanding x86_64 packages on i386
  20. [ubuntu] Odd behaviour from Synaptic Packages Manager
  21. [ubuntu] Cant un-install wow trial
  22. [ubuntu] Problem with Moneydance
  23. [ubuntu] Apache2 + Python WITHOUT mod_python
  24. [ubuntu] Linux kernel no longer smp?
  25. [ubuntu] sshd stops working
  26. [ubuntu] Restore Grub?
  27. [ubuntu] Nvidia card re-post
  28. [all variants] [SOLVED] Editing the Main Menu and Shortcuts
  29. [ubuntu] Hardy won't shutdown completely
  30. [ubuntu] Yahoo games
  31. [ubuntu] [SOLVED] fstab only automounts first ntfs partitition..
  32. [ubuntu] Nvidia drivers + 1680 x 1050 display problem
  33. [ubuntu] Where is the ISO
  34. [ubuntu] Sound file when Ubuntu boots up
  35. [ubuntu] Memory Sticks in Hardy
  36. [other] Ubuntu crashes very often
  37. [ubuntu] strange multi-user behaviour
  38. [ubuntu] Trouble installing SVN version of libgpod
  39. [ubuntu] Network Problems - Sunfire v100 - Ubuntu Server 7.10
  40. [ubuntu] i dual booted but grub menu doesnt give windows xp?
  41. [all variants] How do you reply in claws mail without the greater than sign?
  42. [ubuntu] Altering Keyboard Formats for the Console
  43. [ubuntu] Want to reboot vista and I have a Vista-Ubuntu dual boot
  44. [kubuntu] [SOLVED] Monitoring memory usage in KDE
  45. [ubuntu] DictOOo window too small and unresizable
  46. [ubuntu] Managing updates from the command line
  47. [ubuntu] Rosetta Stone v3 USB Headset
  48. [ubuntu] Strange trouble with Hibernate and Suspend
  49. [ubuntu] nvidia driver problems
  50. [gnome] Kiba Dock
  51. [xubuntu] Major problem saving to floppy
  52. [ubuntu] Devilspie configuration
  53. [ubuntu] Metacity Wireframe
  54. [kubuntu] grub : moving file systems
  55. [ubuntu] Clearing mem card
  56. [ubuntu] Ubuntu back to Xp
  57. [ubuntu] Kernel Panic on Reboot/Shutdown
  58. [all variants] Corrupt NTFS Partition Table
  59. [ubuntu] Uninstall second Ubuntu paritition?
  60. [ubuntu] which variant supports 915 mercury motherbrd...help...TRIED UBUNTU 6.10, FAILED
  61. [ubuntu] Creating a static pre-configured IP on a LiveCD
  62. [xubuntu] Bus connection failed
  63. [xubuntu] Wireless Mouse interferes with keyboard!
  64. [ubuntu] [SOLVED] Compiz Window Decorartion Fade
  65. [ubuntu] Can I force the login screen to display?
  66. [ubuntu] Ubuntu not as fast as XP???
  67. [ubuntu] [SOLVED] Flash video ripple
  68. [ubuntu] Ubuntu Crashing
  69. [all variants] [SOLVED] OpenOffice titlebar bug?
  70. [other] [SOLVED] Can conky display a running total of upload/download in MB?
  71. [kubuntu] K3B hangs, can't eject CD
  72. [ubuntu] [SOLVED] Call terminal with a single click!
  73. [ubuntu] tracker.log
  74. [ubuntu] Hardy, Not Gutsy Live Example Files Locked
  75. [other] [SOLVED] make a i686 kernel?
  76. [ubuntu] problems with printing 4 by 6 paper
  77. [ubuntu] [SOLVED] Disabling startup daemon
  78. [ubuntu] ATi 1950 Pro cooler spinning..
  79. [ubuntu] Installed from USB key, now it won't boot from anything else.
  80. [ubuntu] problem with serial output
  81. [ubuntu] white screen when I login
  82. [ubuntu] login to gnome then get taken back to login screen
  83. [gnome] what is the gdm authorization file?
  84. [ubuntu] pysolfc installation problem
  85. [ubuntu] help gutsy network connections not working after software uninstall
  86. [ubuntu] Pulseaudio is BROKEN!
  87. [ubuntu] 3D cube is not working
  88. [ubuntu] compiz - menu bar disappears
  89. [ubuntu] [SOLVED] Need guidance and solution on two issues
  90. [ubuntu] [SOLVED] Dual monitors -- how's it work?
  91. [ubuntu] ubuntu freezes after login..
  92. [all variants] Problems with addons.mozilla.org
  93. [ubuntu] python-dev cant install (Broken packages)
  94. [all variants] Best/Easiest way to get all apps frome extended desktop on main display?
  95. [ubuntu] xcompmgr not working well
  96. [all variants] torrent apps close
  97. [ubuntu] firefox 3 not showing images on multiple websites
  98. [all variants] boot Windows XP ISO from Xubuntu
  99. [all variants] Apt-get: Firefox-3.0 upgrade in Adept, but say's BREAK (upgrade)
  100. [xubuntu] [SOLVED] How to change and save fstab?
  101. [ubuntu] [SOLVED] Flash seems to be causing Firefox to crash...
  102. [ubuntu] How to install Java 1.4 on Hardy?
  103. [ubuntu] Hardy Heron wl_apsta.o Installation without Internet
  104. [ubuntu] partition question
  105. [ubuntu] Installing from a bootable flash drive
  106. [xubuntu] [SOLVED] "Print file was not accepted (Unsupported format 'application/octet-stream'!
  107. [ubuntu] Move AWN to the top of my screen...
  108. [ubuntu] Is it safe to increase partition size of BOOT with gparted?
  109. [all variants] Defragmentation/Partition Question
  110. [gnome] How to stop Rythmbox from starting
  111. [ubuntu] Why would windows from one application consistently open BEHIND windows from another?
  112. [ubuntu] Abiword hangs in Ubuntu 8.04
  113. [ubuntu] VNC keyboard problem
  114. [kubuntu] Using .pcf fonts in Konsole
  115. [gnome] How do I get splash screen png to expand to fill screen?
  116. [ubuntu] [SOLVED] Help with creating Launcher for application in Wine
  117. [ubuntu] [SOLVED] Help with AWN
  118. [ubuntu] Help with effects...
  119. [all variants] dns iptables problem
  120. [all variants] [SOLVED] display resolution settings for login screen - please help
  121. [all variants] Everyone Please Post I Wanna Make Software For Ubuntu
  122. [ubuntu] firefox autoscrolling is ugly
  123. [ubuntu] Couple of questions ^^
  124. [ubuntu] Problem with alien.
  125. [all variants] Lightly-Colored, Professional Looking Desktop?
  126. [ubuntu] Compiz - awesome, but no minimize effects?
  127. [ubuntu] [SOLVED] Firefox 3 Remebers Pages?
  128. [ubuntu] Close|Minimize|Maxiimize buttons disappear
  129. [ubuntu] Firefox closes when Youtube video starts
  130. [kubuntu] How do I skip the disk check after an "unclean shutdown"
  131. [kubuntu] How to Instsall Firefox 3 via Adept or Synaptic?
  132. [ubuntu] Applications exiting on their own.
  133. [ubuntu] Kernel Settings Lost repeatedly
  134. [ubuntu] NVIDIA Doesn't Show In Driver Manager
  135. [ubuntu] i need some help with the user accounts
  136. Ok whats the freakin' point in Wubi???
  137. [ubuntu] [SOLVED] System Volume Information Folder
  138. [ubuntu] [SOLVED] how to give yourself root privileges
  139. [ubuntu] A book for reference
  140. [ubuntu] [desktop] STRANGE desktop problem.
  141. [ubuntu] Ubuntu and monitor splitter
  142. [ubuntu] How Do I to Install Apps Using Command Line
  143. [ubuntu] I need help with the 8.04 Live CD
  144. [all variants] Enemy Territory
  145. [ubuntu] My monitor is out of range
  146. Wubi support triple or quad boot?
  147. [ubuntu] The best apps to install?
  148. [ubuntu] Ubuntu Live to Recover Files
  149. [xubuntu] I can't update anything!
  150. [ubuntu] Firefox and youtube
  151. [ubuntu] [SOLVED] X11 mouse themes/cursors with compiz only partially works
  152. [all variants] [SOLVED] Mounting ISO of Whole HDD?
  153. [ubuntu] [SOLVED] Copying folders in the terminal
  154. [ubuntu] Ubuntu Hardy running slowwwwwwwwwww
  155. [ubuntu] Dguitar won't work at all, no error messages
  156. [gnome] Evolution losing some emails?
  157. [kubuntu] [SOLVED] [vmware] Permission denied as root/sudo
  158. [ubuntu] new theme
  159. [ubuntu] Cube feature
  160. [ubuntu] Odd problem with text color
  161. [ubuntu] Yet another compiz/xinerama/xrandr question ...
  162. [ubuntu] Network help and file sharing
  163. [ubuntu] Nautilus doesn't work !!!
  164. [ubuntu] How to undo an update via Update Manager
  165. [ubuntu] Syncing Firefox Profiles
  166. [gnome] Why can't I install this? Please help.
  167. [all variants] Howto ignore an update
  168. [ubuntu] Firefox 3 will not open html files
  169. [all variants] installing kubuntu on second partition from ubuntu
  170. [ubuntu] In graphics safe mode, cannot enable ati restricted drivers on IBM T41
  171. [all variants] fglrx 8.6
  172. [ubuntu] Why do the nvida drivers stop working when I boot using a different kernel?
  173. [ubuntu] mdadm: how to avoid complete rebuild of RAID 6 array (6/8 active devices)
  174. [all variants] VMWare wont start after kernel update
  175. [ubuntu] Firefox
  176. [ubuntu] accidentally overwritten the mbr....
  177. [ubuntu] MonoDevelop error...
  178. [ubuntu] [mint]Window snap/pulldown problem
  179. [ubuntu] Mouse side buttons working like other buttons
  180. [ubuntu] USB Keyboard not Working in Ubuntu
  181. [ubuntu] [SOLVED] Deleted my /boot folder by mistake - complete reinstall?
  182. [ubuntu] [SOLVED] Very slow start up after the update
  183. [all variants] thunderbird, wave files and hda audio no sound/freezing
  184. [ubuntu] Unable to resume from blank screen on laptop
  185. [ubuntu] Skype in a trustworthy / official repo?
  186. [other] Typing á, é in an easy way
  187. [all variants] Full disk encryption & Distribution update
  188. [ubuntu] [SOLVED] New user help with dpkg error please
  189. [all variants] Opera 9.5 soon??
  190. [ubuntu] [SOLVED] middle mouse button not working
  191. [all variants] [SOLVED] Change default USB flash drive mount point?
  192. [xubuntu] Xorg.conf is very bare
  193. [ubuntu] Firefox 3 icons: is there any fix?
  194. [ubuntu] What is Squid Proxy Server?
  195. [ubuntu] Quick question regarding
  196. [all variants] wget advice?
  197. [all variants] [SOLVED] How to move /home to new hard drive?
  198. [ubuntu] Firefox 3 won't start after daily update
  199. [ubuntu] Need to know the Repo's for Snow
  200. [ubuntu] Terminal not Opening
  201. [ubuntu] gedit: export highlighted code to html
  202. [ubuntu] Monitor defunt - a few questions about SSH
  203. [ubuntu] awm wont start on user switch?
  204. [ubuntu] install pdflib in ubuntu
  205. [ubuntu] Cannot install ATI drivers...
  206. [other] Firefox 3 tooltip bug
  207. [ubuntu] GNMOE, KDE all mixed up
  208. [other] Partitions, Permissions, FAT32, fstab, & /home
  209. [kubuntu] [SOLVED] trying to install kde4-core
  210. [ubuntu] Retrieving files from a separate HDD with Ubuntu
  211. [ubuntu] Having Problem with Users and Groups..
  212. [kubuntu] Kontact Local folders: where are they stored
  213. [xubuntu] X server crashes repeatedly
  214. [ubuntu] new ubuntu convert here, need shortcut keys
  215. [ubuntu] Help with getting photos off a digicam
  216. [ubuntu] how to create/combine icon sets (?)
  217. [ubuntu] [SOLVED] Boot Menu
  218. [kde] howto "creating Konqueror Service Menus" ?
  219. [ubuntu] Windows overwrote GRUB boot loader
  220. [ubuntu] [SOLVED] Grub messed up after deleting partition
  221. [kubuntu] Firefox 3, tab size
  222. [xubuntu] Open Office frozen while "save as" and "open"
  223. [ubuntu] [SOLVED] After cleaning kernels a weird error occurs
  224. [ubuntu] Error on login, no explanation
  225. [ubuntu] [SOLVED] Hardy freezes on shutdown.
  226. [ubuntu] [SOLVED] Login lockout
  227. [all variants] [SOLVED] crash on exiting X
  228. [ubuntu] Cannot install ATI drivers
  229. [ubuntu] Locking Down Ubuntu!
  230. [ubuntu] [SOLVED] Can't find Jython.jar!
  231. [ubuntu] message.mint is missing at boot...
  232. [ubuntu] ITunes on Ubuntu?
  233. [ubuntu] Which Ubuntu Is Good For Me?
  234. [all variants] Which Ubuntu should I use on my PC?
  235. [ubuntu] VNC Help..........
  236. [ubuntu] What does Vista have to do with Ubuntu startup?
  237. [ubuntu] Ubuntu will not boot - Error 15
  238. [ubuntu] [SOLVED] Firefox bit the dust
  239. [kubuntu] how to "select all" under command console?
  240. [ubuntu] How to switch back from ubuntu 8 to 7
  241. [ubuntu] OpenOffice 2.4 Mail merge problem
  242. [SOLVED] How do you get into the windows xp folder from Ubuntu?
  243. [ubuntu] Install question
  244. [ubuntu] PDF + pic + .odt -> PDF
  245. [ubuntu] [SOLVED] Ubuntu System Monitor showing 512mb of memory when I have 1GB
  246. [ubuntu] Two screens, can one be set static?
  247. [ubuntu] Terminal, Confusion?
  248. [all variants] [SOLVED] Known Hardy Bug: "USB devices and permissions"
  249. [ubuntu] Via Unichrome and Compiz/General effects
  250. [ubuntu] Ubuntu Won't Boot - Get Dumped Into BusyBox