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. [xubuntu] Thunar video thumbails
  2. [ubuntu] USB Stops Working After Unplugging
  3. [ubuntu] freeze-up and compiz.real
  4. [kubuntu] No "edit as root" in KDE4 remix's Dolphin
  5. [ubuntu] Help with resolutions needed
  6. [ubuntu] Editing GTK theme
  7. [ubuntu] Is my hardware ubuntu-compatible?
  8. [ubuntu] Error when installing programs
  9. [ubuntu] dpkg problem with GDS
  10. [ubuntu] Visual bell hangs Ubuntu 8.04
  11. [ubuntu] Hardy stole my ctrl-click!
  12. [all variants] No sound in Hardy
  13. [ubuntu] Permissions Question
  14. [ubuntu] Which ISO for Intel 64-Bit for Mac Book Pro 2.4GHz?
  15. [ubuntu] Diablo II with Wine: 100% CPU usage and low FPS
  16. [ubuntu] backup everything in hardy
  17. [ubuntu] Screen resolution not working properly in Live CD 8.04
  18. [ubuntu] Problem booting live cd
  19. [ubuntu] compiz whit gforce 6600 missing ccs
  20. [ubuntu] Upgrade to 8.04, but still no sound
  21. [ubuntu] Cannot get ATI 9800 Running Properly
  22. [ubuntu] mp3 to wma
  23. [ubuntu] Where is the folder of fonts in ubuntu
  24. [ubuntu] [SOLVED] updater cannot tell what version I am running
  25. [ubuntu] I want this Theme Please !
  26. [ubuntu] Slow ssh ?because of persistent DNS lookups?
  27. [ubuntu] Hardy stuck on startup
  28. [all variants] How to set up Compiz Fusion on Hardy
  29. [ubuntu] Hard Drive saying no space! I HAVE SPACE!
  30. [ubuntu] hardy: alt-dragging is disabled when zoomed-out (super-e mode)
  31. [ubuntu] Cisco VPN Client "Failed to make module..."
  32. [ubuntu] firefox asks: Please enter the master password for the FIPS 140 Cryptographic, Key an
  33. [ubuntu] How can I expand my filesystem space after installing ubuntu with Wubi?
  34. [xubuntu] gnome-system-monitor resource hog?
  35. [ubuntu] Firefox only adds .com suffix when I type something into location bar
  36. [ubuntu] Upgrading problems. Compiz, Firefox, Pidgin, and one other odd bug
  37. [ubuntu] Opening .zip file 8.04 amd64
  38. [ubuntu] getting rid of Mesa and use ATI fglrx
  39. [gnome] Difficulties when login in GDM after upgrade to Hardy
  40. [ubuntu] Can not reinstall gdm and ubuntu-desktop
  41. [ubuntu] Blurry fonts in Hardy in some applications
  42. [ubuntu] Searching for an email client that can handle Gmail and hotmail accounts
  43. [ubuntu] Firefox addons not working
  44. [ubuntu] Screen resolution
  45. [ubuntu] fonts not showing up on certain websites?
  46. [ubuntu] Minor capslock annoyance
  47. [other] Slowdown
  48. [ubuntu] Issue with onboard audio on device Asus A8V-VM board
  49. [ubuntu] Firewall or Proxy?
  50. [ubuntu] Resizing Desktop Icons...
  51. [ubuntu] Firefox on dual boot with shared profile
  52. [ubuntu] Thunderbird upgrade loses email
  53. [all variants] Thunderbird password trouble
  54. [ubuntu] Hardy is great, no fire anymore??
  55. [ubuntu] 8.04 install
  56. [ubuntu] Emerald themer has no effect
  57. [ubuntu] Login screen is too big, cant view options
  58. [all variants] can I use Ubuntu to fix Windows?
  59. [ubuntu] Compiz/Desktop Effects do not work after upgrade
  60. [ubuntu] Upgrade from Festy to Hardy: compiz dead
  61. [ubuntu] Unable to restrict access to Windows drive in Hardy
  62. [ubuntu] Heron and strang dual monitor issues, doesnt detect 2nd monitor?
  63. [ubuntu] help with nvidia 6200 and ubuntu ....
  64. [ubuntu] Does the Server edition come with a GUI?
  65. [ubuntu] Aurora theme engine in Hardy?
  66. [all variants] How to make tracker index mapped drives
  67. [ubuntu] How to adjust low battery shutdown level?
  68. [ubuntu] Hardy switching /dev/sda a /dev/sdb after boot
  69. [ubuntu] What do you use to debug php in ubuntu?
  70. [ubuntu] Repartitioning external usb drive
  71. [ubuntu] how to?'s for a newbee
  72. [ubuntu] Frequent Lockups
  73. [ubuntu] "blah blah cannot be installed on your computer type (i386)" can somebody help?
  74. [ubuntu] Font Problem in Opera Browser
  75. [all variants] Upgrade from Gutsy to Heron?
  76. [ubuntu] unable to write to CD-R drive
  77. [ubuntu] lost ability to scroll after upgrade to 8.04
  78. [gnome] Gnome- no system sounds: fixed
  79. [ubuntu] Streaming video lag
  80. [ubuntu] error: upgrade to firmware 4
  81. Initscript for headless uTorrent (webui/vnc)
  82. [ubuntu] upgrade from 7.10m to 8.04 no wirwless
  83. [ubuntu] Gparted bullying me
  84. [ubuntu] [SOLVED] One thing NOT to do...
  85. [ubuntu] Autologin Problem
  86. [ubuntu] Having trouble with starting up ubuntu, please help!
  87. [ubuntu] Gutsy to Hardy mp3 problems
  88. [ubuntu] X1900XT Question
  89. [ubuntu] Upgrading from 7.10 to 8.04 also upgraded my hard drives from IDE to SATA !
  90. [ubuntu] MATLAB 7.6 r2008a in WINE - Java broken again?
  91. windows xp wont boot
  92. [ubuntu] "Out of Range Error" - ATI X800
  93. [ubuntu] Power troubles...unintended system slowdown?
  94. [ubuntu] How to get my mic to work?
  95. [ubuntu] Hardy (wubi) install is messing up!
  96. [ubuntu] Really large and stupidly small fonts in firefox 3
  97. [ubuntu] /boot full after internet upgrade
  98. [all variants] [SOLVED] Need to move "Partition: /usr" contents if possible.
  99. [ubuntu] gnome-panel window list - possible bug?
  100. [ubuntu] brasero won't burn .isos to CD
  101. [other] Does hardinfo seem to not work for anyone else?
  102. [ubuntu] headphone hda-intel does not work ubuntu hardy 8.04
  103. [ubuntu] firefox problem
  104. [ubuntu] problems with glib during ./configure
  105. [ubuntu] Hardware Information in Hardy?
  106. [ubuntu] Start-up Manager problems
  107. [ubuntu] Lost desktop effects when upgrading to 8.04
  108. [ubuntu] How to change font color on top panel
  109. [ubuntu] Problem with gnome-appearance-properties
  110. [ubuntu] I'll grant you that...
  111. [ubuntu] ubuntu won't boot up...
  112. [all variants] Low resolution with nvidia driver
  113. [ubuntu] Gone Videos Gone?
  114. [ubuntu] "Examples" link in home directories
  115. [gnome] Evolution problem
  116. [ubuntu] Heron right clicking problem
  117. [ubuntu] A Couple Questions`
  118. [ubuntu] [8.04] Visual Effects only partially drawn
  119. [ubuntu] Does not mount root drive
  120. [ubuntu] Formatting USB Hard Drive
  121. [ubuntu] Can't Uninstall Program
  122. [ubuntu] Ubunt studio DVD installation problem
  123. [ubuntu] small question about keyboard shortcuts
  124. [ubuntu] Hardy: Howto move,resize windows - XP style
  125. [ubuntu] command line torrent clinet for server
  126. [ubuntu] Help Hibernate
  127. [all variants] Start GDM with hotkeys
  128. [ubuntu] virtualbox messed up my system badly
  129. [ubuntu] Firefox 3: Disappearing bookmarks
  130. [ubuntu] Extremely unstable wireless connection
  131. [ubuntu] 8.04 Upgrade kills programs
  132. [all variants] Ubuntu studio DVD installation problem
  133. [kubuntu] Mobility Radeon 9800 and Xgl/Compiz
  134. [ubuntu] email on multiple computers
  135. [ubuntu] [SOLVED] stop unwanted updates
  136. [ubuntu] External keyboard laptop 8.04
  137. [ubuntu] wine cant change size
  138. [ubuntu] Printing from Ubuntu to Windows Printer
  139. [ubuntu] Firefox3b5/Firefox 2 and Firebug
  140. [ubuntu] Restart puts BIOS in safe mode
  141. [ubuntu] [SOLVED] I deleted /boot...
  142. [ubuntu] Ubuntu Hardy Heron SATA drive issue
  143. [ubuntu] Not saving my settings
  144. [ubuntu] Cairo Clock in Hardy Heron
  145. [ubuntu] Trouble with compiz manager
  146. [ubuntu] Compiz plugins keep unchecking themselves in hardy
  147. [ubuntu] mdadm help plz!
  148. [ubuntu] Add/Remove (gnome-app-install) Won't Run
  149. [ubuntu] Disable compiz problem
  150. [ubuntu] Need help with Apache/PHP5
  151. [all variants] Ubuntu GRUB doesn't recognise Gentoo, Gentoo GRUB doesn't recognise Ubuntu
  152. [ubuntu] Wireless issues with Hardy
  153. [ubuntu] Hardy Boot Log
  154. [gnome] login message
  155. [all variants] Can you enable/disable Composite "on demand"?
  156. [ubuntu] [SOLVED] Cannot delete/move to trash files (Hardy)
  157. [ubuntu] CHM files not opening from recent Documents
  158. [ubuntu] Issues with recognizing hard drives!
  159. [ubuntu] Flash and Epiphany Browser
  160. [ubuntu] using ubuntu for nas device
  161. [ubuntu] Not...good... (GRUB/boot problem)
  162. [kde] double autostart with gnome/kde
  163. [ubuntu] [7.10] Can't use SCIM
  164. [ubuntu] Samba Permissions
  165. [ubuntu] Evolution, no window decoration
  166. [other] Pidgin doesn't alert me anymore to new messages
  167. [gnome] Everything's working great
  168. [ubuntu] fsck died with exit status 8
  169. [ubuntu] Hardy doesn't detect my external ext3 hard disk
  170. [ubuntu] I can't install Gparted
  171. [ubuntu] wireless still asking for keyring
  172. [ubuntu] need help with ubunu 7.10 on ps3
  173. [ubuntu] end_request: I/O error, dev hda sector
  174. [ubuntu] [SOLVED] I now have 2 fedoras on my grub....
  175. [ubuntu] network music control
  176. [all variants] Shutdown just sits there
  177. [ubuntu] URGENT: Help!
  178. [ubuntu] slow compiz, slow xgl
  179. [ubuntu] Hardy - disable sharing
  180. [ubuntu] GRUB menu
  181. [ubuntu] After update multiple Ubuntu's available at boot screen
  182. [ubuntu] HELP! Windows and wubi won't boot
  183. [gnome] Customizing
  184. [ubuntu] No Video Hardy Heron
  185. [ubuntu] unable to install ubuntu 8.04
  186. [ubuntu] Evolution - "Group by thread" doesnt work
  187. [ubuntu] Ubuntu Gutsy- ATI driver cant enable and XGL- problem
  188. install freeze
  189. [all variants] mount partition from nautilus
  190. [ubuntu] Compiz still minimises on "show desktop" command
  191. [ubuntu] Curiosity: Where are things like screen resolution stored?
  192. [kubuntu] [SOLVED] Swap partition - How to use or enable it?
  193. [all variants] IEs4Linux downloading needing file error
  194. [ubuntu] compiz acting strange
  195. [ubuntu] [SOLVED] Help With Screen Resolution HDTV
  196. [ubuntu] Ubuntu CE Dansguardian GUI for Hardy Heron...download here!
  197. [ubuntu] Hardy Heron resolution problem.
  198. [ubuntu] apt-get update problems :(
  199. [ubuntu] [SOLVED] Messed up icon size in Hardy Heron
  200. [ubuntu] Shell Script
  201. [ubuntu] How many cups have you had?
  202. [ubuntu] Can't mount NTFS external drive
  203. [ubuntu] Hardy with Pulseaudio says no to 5.1
  204. [ubuntu] No such file or directory, even with the file staring me in the face
  205. [ubuntu] How to mount my old /home partition?
  206. [ubuntu] Evolution cache gone crazy?
  207. [ubuntu] Screen resolutions not available beyond 1024x760
  208. [ubuntu] create iso
  209. [ubuntu] Can't see desktop icons
  210. [ubuntu] Is this installation 64 bit?
  211. [ubuntu] Motorola Razor v3 and usb
  212. [gnome] .rpm to .deb, but application doesnt work
  213. [other] What's the best file system to share files with XP?
  214. [ubuntu] problem: mouse only
  215. [ubuntu] How to delete a certain filetype?
  216. [ubuntu] Cannot Mount External HDD
  217. [ubuntu] Why does copy/paste break when you close the program?
  218. [ubuntu] tracker search tool
  219. [ubuntu] Crazy Temperature Readings
  220. [ubuntu] Printer
  221. [ubuntu] error messsage
  222. [ubuntu] VMware not activated
  223. [ubuntu] File corruption caused by uploading archive via ftp command
  224. [ubuntu] Upgrade to 8.04 - trully disappointed
  225. [ubuntu] Nautilus Background
  226. [ubuntu] updatedb errors
  227. Could not access the CD, please...
  228. [ubuntu] Want my desktop to be usable but also act as a file server
  229. [ubuntu] hardy: jackd and realtime
  230. [ubuntu] Is there any BBS software for Hardy Heron?
  231. [ubuntu] Reformat - Data is Lost!
  232. [ubuntu] Can't find Moneydance executable
  233. [ubuntu] Restarting crashed application.
  234. [ubuntu] [SOLVED] Can't start Hellahella after successful install in Hardy
  235. [ubuntu] Stardict 3.0.1-3 does not pronounce in Ubuntu 8.04
  236. [ubuntu] Rage 128 PF/PRO AGP 4x TMDS: any chance to run Compiz?
  237. [ubuntu] cannot add glossaries in stardict in 8.04
  238. [ubuntu] .p12 to .cer or something else in ubuntu?
  239. [ubuntu] Hardy Documentation?
  240. [other] How to open procress in High Priority?
  241. [ubuntu] emerald broken in hardy??
  242. [ubuntu] Add partitions to fstab
  243. [all variants] 2.6.24-16 iTCO_wdt: failed to reset NO_REBOOT flag, reboot disabled by hardware
  244. [ubuntu] Hardy freeze issues
  245. [ubuntu] [SOLVED] Compiz Fusion not working
  246. [ubuntu] How do I get this menu? Affinity?
  247. [ubuntu] cannot access files created by gksudo nautilus
  248. [ubuntu] Desktop content doesn't load
  249. [ubuntu] No VGA Option at install?
  250. [ubuntu] One problem in Firefox and two in Opera