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] Auto Rebooting router
  2. [ubuntu] developing with drupal and would like e-mail from development server
  3. [ubuntu] compizconfig-settings-manager
  4. [ubuntu] Running GDM on a seperate display
  5. [all variants] resume causes networking to fail
  6. Wubi install then get DOS thing
  7. [ubuntu] Sore Eyes
  8. [kubuntu] PyQt not installed
  9. [kubuntu] Sound isn't working
  10. [ubuntu] Firefox forgets settings
  11. [ubuntu] Firefox 2 - Extensions Won't Enable
  12. [ubuntu] Ps3 resolution problem
  13. [all variants] Mutt + TLS/SMTP
  14. [ubuntu] Ekiga won't let me see remote video
  15. [ubuntu] cannot mount with latin-1 iocharset
  16. Windows Based Ubuntu Installer has encountered a problem
  17. [ubuntu] vinagre vnc color depth
  18. [ubuntu] OpenGL Problem in Ubuntu 8.04
  19. [ubuntu] Dual Monitor - Single cube rotation with Compiz
  20. [ubuntu] Hardy: System Monitor CPU Usage
  21. [ubuntu] First boot up problem
  22. [ubuntu] can't enable normal, extra or custom effects after upgrade
  23. [gnome] Emerald installed, have also added some themes.
  24. [ubuntu] Drag file freezes Hardy Nautilus
  25. [kubuntu] 8.04 No wireless drivers
  26. [ubuntu] After Hardy upgrade: compiz will only start with sudo
  27. [ubuntu] Can't mount USB drive from GUI, works fine via CLI
  28. [ubuntu] Problem with the visual effects
  29. [all variants] Xorg-intel 2 distros, 2 modes
  30. [ubuntu] Black screen after hibernation (Dell Inspiron 6000)
  31. [ubuntu] Mouse scrollwheel functionality
  32. [gnome] Segmentation fault in GTK
  33. [ubuntu] gtkpod artwork will not update?
  34. [ubuntu] Hardy Heron ... Kinda Sluggish?
  35. [ubuntu] the computer clock appears to be wrong
  36. [other] GRUB Boot Loaded - How to manage?
  37. [other] Can an X program be started from another terminal ?
  38. [ubuntu] Garbled video w/NVidia GeForce 6150
  39. [gnome] hardy: missing window decorator at login
  40. [kubuntu] Hard lock up in Hardy (and Gutsy) - need helping figuring out why
  41. [ubuntu] Advice changing disk layout
  42. [ubuntu] Heron: Totem player briefly blanks screen on play
  43. [ubuntu] Uninstalling programs installed through wine
  44. [ubuntu] bookmarks hardy firefox 3.0
  45. [ubuntu] updates
  46. [ubuntu] Compiz now crashes games
  47. [ubuntu] Libpcap Problem
  48. [ubuntu] Using Ubuntu 8.04, Have Printer Problems
  49. [SOLVED] I cannot copy/cut paste in Ubuntu 8.04
  50. [ubuntu] Installing ubuntu
  51. [ubuntu] Suddenly unable to write to external hard drive, can't change permissions
  52. [SOLVED] Evolution Startup password
  53. [ubuntu] recovery
  54. [ubuntu] Ubuntu 8.04
  55. [ubuntu] Mouse freezes when dragging window (compiz enabled)
  56. [ubuntu] Wine Gecko installer takes MUCH longer 0.9.60/Hardy
  57. [ubuntu] Weird black screen
  58. [ubuntu] Typing in sudo gives me an "Unable to resolve host" error
  59. [ubuntu] Ubuntu bullying Windows
  60. [ubuntu] aptana eclipse plugin on 8.04
  61. [ubuntu] System-Config-Samba Crashing
  62. [ubuntu] Computer refuses to shut down: it just sits there
  63. [all variants] Cannot close luks-encrypted lvm
  64. [all variants] Deinstalling unneeded dependencies
  65. [SOLVED] Firefox 3 beta is a joke
  66. [other] Epson printing to CD's
  67. [ubuntu] Screen resolution stuck at 640X480
  68. [all variants] Scim sometimes blocks keyboard input
  69. [gnome] Menu Help
  70. [ubuntu] Ubuntu will not boot (problems with H-T P4?)
  71. [ubuntu] dmraid memory corruption
  72. [ubuntu] Abnormal Up Arrow Keypresses
  73. [all variants] Short sound after intervals
  74. [mythbuntu] MythBuntu - Xorg 99% cpu load
  75. [ubuntu] I can't get Tomcat to work with MySql 5
  76. [ubuntu] How to change font substitution?
  77. [ubuntu] Where do I find hardware information in hardy?
  78. [ubuntu] restore sBackup on hardy
  79. How to install 7.10 with new Wubi
  80. [all variants] Freenas with Torrentflux
  81. [ubuntu] 8.04 'squashfs' errors & install fail -a solution
  82. [ubuntu] learning curve
  83. [ubuntu] replacing firefox 3 with version 2
  84. [all variants] Help with slow disk performance
  85. [ubuntu] Ubuntu 7.10 hangs after an inactivity period
  86. [ubuntu] Can't mount one NTFS partition
  87. [ubuntu] hardy (or gutsy) fakeraid
  88. [ubuntu] Hardy Transfred Files Locked
  89. [ubuntu] bluetooth usb not detected untill /init.d/bluetooth restart
  90. [xubuntu] Low screen resolution
  91. [ubuntu] Conky startup
  92. [ubuntu] panels are gone.. :(
  93. [ubuntu] dvd burner not working
  94. [ubuntu] Dictionaries
  95. [all variants] wget help
  96. [xfce] Dual Monitors Not Working in Xfce
  97. [ubuntu] Hardy Heron slow!
  98. [ubuntu] Trying to customize Ubuntu
  99. [ubuntu] How do I uninstall ubuntu to get windows back?
  100. [ubuntu] Hardy Upgrade Broke Screen Saver
  101. [kubuntu] [SOLVED] Mounting SATA Drive with USB Adapter
  102. [ubuntu] messed with firefox
  103. [ubuntu] Basic questions
  104. [ubuntu] Hardy Upgrade Broke Screen Saver
  105. [ubuntu] Ubuntu 8.04 Desktop Help
  106. [kubuntu] After Hardy Upgrade, Login stops at "Running local boot scripts"
  107. [ubuntu] [SOLVED] Compiz Won't Load On Startup
  108. [ubuntu] scanimage -L only finds my scanner if I'm in /etc/sane.d?!?
  109. [ubuntu] Audio Server Playing Music Locally?
  110. [ubuntu] GRUB dualbooting problems after Hardy Install
  111. [ubuntu] window decorations disappear after typing 'desktop'
  112. [kubuntu] Kubuntu Not Playing Nice With Compiz
  113. [other] Cairo-dock: PNG / Transparency problem (installed new icon themes)
  114. [other] Sync two folders with music + tags
  115. [all variants] can't resize pidgin window (can't make smaller)
  116. [ubuntu] How to import passwords into "beta Firefox 3" from "Firefox 2"
  117. HOWTOS: Some i added in the forums - I hope it helps someone
  118. [ubuntu] can not install hardy at all cd are all broken
  119. [ubuntu] Hardy Heron Complete Freeze
  120. [ubuntu] 8.04 nvidia display problems
  121. [ubuntu] Problems with my hardy update
  122. [ubuntu] Cant upgrade from 7.10 to 8.04 hardy
  123. [ubuntu] Sudo: Unable to resolve host: hostname
  124. [all variants] Is a config-xxx in /boot actual?
  125. [kubuntu] GTK Trouble
  126. [ubuntu] Receiving files via bluetooth
  127. [gnome] GPU temperature monitoring app for Gnome panel?
  128. [all variants] [SOLVED] Conky "i2c" sensors not reading after upgrade
  129. [ubuntu] Python Problems
  130. [ubuntu] Unable to install software from source
  131. [ubuntu] Boot Speed
  132. [gnome] manually editing desktop menu entries
  133. [ubuntu] Help... cube effects not working on hardy haron
  134. [ubuntu] Ubuntus Updates Cause Screen to stay dimmed
  135. [ubuntu] Trash can lost after upgrade to Hardy
  136. [ubuntu] Hardy Heron - how to enable compiz cube, 4workstations, and dock?
  137. Access to windows files with accented characters
  138. [ubuntu] [SOLVED] Maximizing application window.
  139. [ubuntu] boot up error
  140. [ubuntu] Small Pidgin problem
  141. [ubuntu] Cannot boot into Ubuntu or Windows
  142. [ubuntu] Frostwire wont mix sound through ALSA
  143. [ubuntu] Panel Placement/Control
  144. [ubuntu] Root Login
  145. [ubuntu] RAD Development tools for ubuntu
  146. [ubuntu] Permissions problem
  147. i have question....
  148. [ubuntu] Repos slow to a crawl...
  149. [ubuntu] hardy heron - how to bind ctrl+alt+delete to system monitor?
  150. [ubuntu] compiz keys
  151. [ubuntu] How to install startupmanager, easily, to change your boot options (hardy heron)
  152. [ubuntu] installing
  153. After installing Wubi, I boot straight into windows vista as normal.
  154. [ubuntu] major problem with DRI and the current X
  155. [gobuntu] Version 8.04?
  156. [gnome] Ugliness in compiz's application-switcher plugin
  157. [ubuntu] Screen not bound to edge of moniter
  158. [ubuntu] Python "oldest file" assistance needed.
  159. [ubuntu] Obexfs can't save in Hardy
  160. [ubuntu] ubuntu Hardy installation
  161. [ubuntu] PSP and Creative Zen on Heron?
  162. [xubuntu] Java on 8.04 is not working
  163. [ubuntu] How do I get rid of GRUB?
  164. [ubuntu] Port Forwarding Problem > Ubuntu v7.10
  165. [ubuntu] [SOLVED] Changed mount point - now cannot mount volume
  166. [ubuntu] [SOLVED] 3-D Windows
  167. [gnome] GParted won't let me resize my partitions...
  168. [ubuntu] Hardlockups... How to trace cause?
  169. [SOLVED] Unwanted desktop shortcut to NTFS partition on internal hard drive
  170. [ubuntu] x60s Battery Life
  171. [ubuntu] X Forwarding in Hardy
  172. [ubuntu] 10+ minute bootup and super slow with Hardy
  173. [ubuntu] PolicyKit doesn't remember my password...
  174. [all variants] How do you label crop and risize images for your blog?
  175. [all variants] how to display total number of connections by port in Conky
  176. [ubuntu] Google Earth Loads, but not really...
  177. [all variants] email virus?
  178. [all variants] Any progress on the NTFS trash problem in Hardy Heron?
  179. [kubuntu] I've messed up KDE4, how do I access the new settings manager from the Konsole?
  180. [other] "Killed" he said
  181. [ubuntu] Printer Configuration Problems
  182. [kubuntu] System shut down/log off problems
  183. [ubuntu] Mozilla Fonts
  184. [ubuntu] After compiling source, how to install?
  185. [ubuntu] Launching a script
  186. [ubuntu] Help installing Ubuntu in Courtenay BC
  187. [ubuntu] Removing a package and all related packages?
  188. [ubuntu] So am I basically screwed? (Itunes library/Ipod)
  189. [ubuntu] Umm. Help.
  190. [ubuntu] mutiple users
  191. [all variants] is my computer broken or can be saved ?
  192. [ubuntu] can't click more than once in any Flash movie
  193. [ubuntu] desktop theme hardy... what am I missing
  194. [ubuntu] Desktop effects killed by upgrade (ATI graphics card)
  195. [ubuntu] Hardy medibuntu repo yet?
  196. [ubuntu] permission problem for creating a share
  197. [all variants] Help installing new GTK(2?) themes and ENGINES
  198. [ubuntu] Can't send email using Evolution with Gmail
  199. [ubuntu] [SOLVED] A useful search tool?
  200. [ubuntu] Audio problems after Hardy Upgrade.
  201. [ubuntu] [SOLVED] Citrix woes in Hardy
  202. [ubuntu] right click to copy cd missing in hardy?
  203. [ubuntu] Problem with APTonCD, UCK and Reconstructor
  204. [xubuntu] Thunar slowness
  205. [kubuntu] Abit Buggy and I don't Mean this Man flu
  206. wubi didnt detect iso or disk
  207. [ubuntu] openGL and anti-alias
  208. [ubuntu] ATI Radeon graphics cards problem.
  209. [ubuntu] Add/Remove Application Connection problem
  210. [ubuntu] Hardy ATI 200m madness
  211. [ubuntu] Hyperthreading in Ubuntu 8.04
  212. [xubuntu] Firefox 'send link' problem.
  213. [ubuntu] Unallocated Partition Help
  214. [ubuntu] install grub2
  215. [ubuntu] X server problems
  216. [ubuntu] How to override Alt+F1 ?
  217. [ubuntu] compizconfig-settings-manager has disappeared along w/ my cube
  218. [ubuntu] Installing ndiswrapper without internet connection
  219. [ubuntu] Video driver requirements Xorg 7.1
  220. [all variants] Disabling Alt+Click & Enabling mouse button 3
  221. [ubuntu] Synaptic error
  222. [ubuntu] Problem with Title bar distortion in 8.04
  223. [ubuntu] Random Crashes In Hardy
  224. [ubuntu] Can't get Emerald working...
  225. [ubuntu] compiz login/out effect
  226. [ubuntu] Confining display to certain area of the screen
  227. [all variants] Firefox3 plugins
  228. [ubuntu] Volume trouble 8.04
  229. [ubuntu] Gnome Desktop Problem
  230. [gnome] [SOLVED] .local folder purpose and crash.dmp.trashinfo files
  231. [ubuntu] Slow Media Response
  232. [ubuntu] Xorg.conf resolution issue
  233. [gnome] xkilled gnome, can't get it back
  234. [ubuntu] help turning on compiz fusion in hardy heron
  235. Boot loader freezes when I choose Windows
  236. [ubuntu] New Ubuntu user, need some help plz!
  237. [ubuntu] Hardy locks on boot, prob. wifi card
  238. [ubuntu] Error message during boot
  239. [ubuntu] N00B Question on User/Admin Accounts and sudo
  240. [ubuntu] Can Ubuntu 7.10 be run without UUIDs?
  241. [ubuntu] 8.04 on xp ??
  242. [ubuntu] Hardy and the post install mayhem (8 questions remain unsolved)
  243. [ubuntu] Skype & Bluetooth Headset
  244. [ubuntu] 8.04, every aspect from startup to desktop is too slow and nearly unusable
  245. [ubuntu] Making Ubuntu Partiton Larger
  246. [ubuntu] Won't accept user name and password!
  247. [ubuntu] Anyway to install CSS on 8.04?
  248. [ubuntu] Upgraded to Hardy Heron and now number lock will not work
  249. [gnome] Dual screen panel glitch
  250. [gnome] Cant Edit gnome menu in Hardy Heron