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] unable to start GUI mode
  2. [ubuntu] How to boot directly to console?
  3. [ubuntu] Screenlets Lock Up
  4. [kubuntu] Compiz/ Transparent windows
  5. [ubuntu] Jboss
  6. [ubuntu] Fedora 9 and Ubuntu on Same hard drive
  7. [ubuntu] Printer don't work
  8. [ubuntu] Installing hardy : where are you
  9. [ubuntu] MAC OS DOCK Settings with AWM
  10. [ubuntu] MAC OS DOCK Settings with AWM
  11. [ubuntu] Desktop effects with large resolution?
  12. [ubuntu] Update Manager- Partial?
  13. [xubuntu] [SOLVED] Escape From FAT32
  14. [ubuntu] NVidia Driver Problem
  15. [other] boot loader woes
  16. [ubuntu] [SOLVED] hibernate bug ?
  17. [gnome] Resize while maximized
  18. [SOLVED] Ubuntu 8.04 (Wubi install) doesn't boot after the last update
  19. network
  20. [ubuntu] [SOLVED] Hardy keyboard
  21. [ubuntu] urgent problem Ubuntu dapper LTS mounting failed
  22. [ubuntu] Removing Ubuntu and GRUB from a seperate hard drive
  23. [ubuntu] reparing bad sectors on drives using fsck, way over my head
  24. [all variants] USB mouse dead after suspend, and /etc/acpi/resume.d scripts not running
  25. [ubuntu] How To Patch Kernel (grsecurity)
  26. [ubuntu] old user files
  27. [ubuntu] External Hard Drive/Desktop Problem
  28. [ubuntu] Installing/Configuring SElinux in Hardy
  29. [other] Lag When Resizing And Viweing Certain Webpages
  30. [ubuntu] Why was "Shared Folders" removed
  31. [other] cataloging cd's in bash
  32. [ubuntu] Turn off/ restart button disappeared
  33. [gnome] desktop calendar
  34. [ubuntu] External Hard Drive mount points
  35. [ubuntu] java not diplayed in firefox plugins
  36. [edubuntu] LTSP + Norwegian keymap
  37. [ubuntu] Can't add launchers in AWN anymore... driving me nuts!!
  38. [ubuntu] [SOLVED] Emerald Problem
  39. [ubuntu] can't empty item from trash
  40. [ubuntu] wine problem
  41. [ubuntu] Why do I have like no RAM
  42. [ubuntu] Compiz fusion isnt working
  43. [ubuntu] mysql deploy properties
  44. [all variants] Installer That Sloves Dependency Problems
  45. [all variants] mtools error
  46. [ubuntu] [SOLVED] Boot Help
  47. [ubuntu] Can I use 2 localhost names on 1 server?
  48. [other] Partioning + Organization with Ubuntu / Windows
  49. [ubuntu] I think mdadm is mistaken
  50. [ubuntu] Ubuntu going extremely slow! Please help ASAP!
  51. [ubuntu] Back to ALSA
  52. [ubuntu] how do i find out if my intel processor supports SSE2 or SSE3 in ubuntu?
  53. [all variants] EVERY web browser crashes!
  54. [ubuntu] Desktop hang at startup
  55. [ubuntu] evolution task reminders / alarms
  56. [all variants] [SOLVED] Laptop Brightness Won't Stay 100%
  57. [ubuntu] Shelf plugin woes
  58. [ubuntu] Problem burning DVD ISO - not enough free space
  59. [ubuntu] Hardy gtk themes - how to use older themes
  60. [all variants] ink levels? how do you do that?
  61. [SOLVED] trying to unrar a file
  62. [ubuntu] Ubuntu version identifier in posts?
  63. [ubuntu] CAN'T PLAY cdS
  64. [all variants] Extract photo comments from Picasa
  65. [ubuntu] [SOLVED] No privileges with root
  66. [ubuntu] [SOLVED] GRUB thinks I have 2 ubuntus+A secret within my computer?
  67. [all variants] xemacs won't apply dark background at startup
  68. [ubuntu] Fullscreen Videos while Rotating Cube?
  69. [ubuntu] first time dual monitor setup
  70. [ubuntu] problem after installation
  71. [all variants] Screen keeps blanking
  72. [ubuntu] Clarification
  73. [ubuntu] Disk Boot Failure, Insert System Disk and Press Enter
  74. [ubuntu] Applications opening up in the wrong monitor on a DUAL-MONITOR rig
  75. [ubuntu] Display Problem
  76. [ubuntu] [SOLVED] Only have sound in one program
  77. [ubuntu] SCIM / Keyboard Layout Issues
  78. [other] iptables rules and deluge
  79. [ubuntu] Question about xorg.conf
  80. [ubuntu] HELP how to boot a degraded array
  81. [gnome] problem with font colours after using another theme..
  82. [all variants] Pulseaudio is hungry for processing.
  83. [ubuntu] 32 bit Firefox on AMD64 doesn't work after upgrade to Hardy
  84. [ubuntu] [SOLVED] Transferring Windows Files
  85. [ubuntu] Can't see all my ram
  86. [ubuntu] BIT-ROT on linux too!
  87. [other] Kernel help
  88. [ubuntu] How do I move my home partion?
  89. [ubuntu] Dual Boot and Secondary IDE Drive Recognition
  90. [ubuntu] [SOLVED] Firefox Crashes Alot
  91. [ubuntu] I killed my compiz..
  92. [kubuntu] 8.04 sucks, revert to 7.10?
  93. [ubuntu] Help with Compiz and ATI Radeon X1550 AGP card.
  94. [ubuntu] How to execute a script at a certain time?
  95. [ubuntu] Difficult situation
  96. Change Partition in Wubi
  97. [ubuntu] Stubborn/Tricky Driver Problem - Problem Fully Described
  98. [xubuntu] Scanning with an hp PSC2210 printer/scanner
  99. [ubuntu] USB sticks and Active Directory Winbind Authentication
  100. [ubuntu] Persistent 8.04 LiveUSB drive gives a string of Buffer I/O Errors on shutdown
  101. [all variants] Setting Up A Fully Qualified Domain Name
  102. [ubuntu] konqueror not loading web pages
  103. [all variants] window dimensions of the Java Plugin Control Panel
  104. [ubuntu] graphic card detection
  105. [ubuntu] Automounted drives and fstab
  106. [ubuntu] Openoffice - Document Converter Window Problem
  107. [ubuntu] WTF did I do to my Avant Window Navigator?
  108. [gnome] how to get rid of non-gnome apps in gnome
  109. [ubuntu] Restore Trash Icon on Desktop
  110. [gnome] Reset keyboard shortcuts?
  111. [ubuntu] Samba Question
  112. [ubuntu] Grub dual boot
  113. [ubuntu] Uninstall Software
  114. [ubuntu] Installed maple. How to run it?
  115. [ubuntu] It's safe to restart computer doing an OS installation right?
  116. [gnome] Screensaver as your wallpaper
  117. [ubuntu] What about Compiz&gtk-recordmydesktop problems
  118. [ubuntu] Very New to ubuntu and need some help
  119. [all variants] Apache / PHP problems
  120. [ubuntu] [SOLVED] Update Manager Error 302, Failed to fetch updates
  121. Script to check gmail account with LED notification (Laptop users...)
  122. [ubuntu] applying themes ??
  123. [xubuntu] Decktops
  124. [ubuntu] installing ubuntu makes a part of the disk unusable
  125. [ubuntu] how to play .rmvb files?
  126. [xubuntu] Rhythmbox plugin problems
  127. [all variants] tomboy notes 10.2 install
  128. [ubuntu] How do you get USB drives to work with virtualbox windows vista?
  129. [all variants] Where are Edgy repositories??
  130. [gnome] garmin forerunner 305 /dev/ttyUSB0
  131. [ubuntu] [SOLVED] Problems after upgrading to 2.26.24-17
  132. [ubuntu] Broken installation help please !!!
  133. [ubuntu] [SOLVED] Grub question
  134. [ubuntu] Problem with external NTFS hard-disk
  135. [ubuntu] Boot problem
  136. [ubuntu] Installing Postfix in Ubuntu 8.04 LTS Desktop
  137. [ubuntu] Samba sharing error?
  138. [ubuntu] help! problem with firefox!
  139. [ubuntu] firefox is not rendering some images correctly
  140. [ubuntu] help with Compiz
  141. [ubuntu] Creating a "custom" installation CD.
  142. [ubuntu] Evolution - How can I block emails of a certain encoding or from a specific country
  143. [ubuntu] Something is wrong with DBus
  144. [ubuntu] Firefox double toolbar help/ file edit
  145. [ubuntu] Can detect and connect Wifi, but cannot go online
  146. [gnome] Inseane "Incoming" theme...
  147. [ubuntu] (yellow note pad icon) question
  148. [ubuntu] VPN software
  149. [ubuntu] stop having to put passwords
  150. [ubuntu] Applications for KDE with Gnome
  151. [ubuntu] Where are the serial ports listed>
  152. [ubuntu] How To Transfer System To Compact Flash ?
  153. [ubuntu] How Do I Lock Firefox 3 Proxy Settings?
  154. [ubuntu] [SOLVED] Gutsy: Utorrent problem
  155. [ubuntu] Can't get hds to automount or mount at all (fstab included)
  156. [ubuntu] Wine System Tray is detached on startup
  157. [ubuntu] Cube? want 2 desktops back...
  158. [ubuntu] Touchpad problem
  159. Wubi and Wireless
  160. [ubuntu] apt issues after kernel upgrade
  161. [ubuntu] Looking for drivers for Lexmark Z735
  162. [ubuntu] Moving Home Area & mounting new partition
  163. [ubuntu] Spyware
  164. [kubuntu] lyx clobbered by python update
  165. Wubi on HP 2133 MiniNote?
  166. [ubuntu] Firefox sometimes does not respond
  167. [ubuntu] Doctype!!!!
  168. [kubuntu] chameleon plugin in amsn
  169. [ubuntu] latest compiz problem
  170. [other] PGP Problem
  171. [ubuntu] How to Configure Apparmor?
  172. [ubuntu] is posible unistall an update?
  173. [ubuntu] hibernate/suspend not showing
  174. [ubuntu] have a troubles after fsck --rebuild-tree
  175. [ubuntu] Ubuntu 8.04 Freezes on bootup
  176. [ubuntu] Connecting to NETGEAR WGT624 V3 router
  177. [ubuntu] Recover password?
  178. [ubuntu] Weird text overlay in amarok
  179. [ubuntu] Yet another samba problem thread
  180. [ubuntu] Start Virtualbox Always In Fullscreen Mode?
  181. [SOLVED] Compiz buggy display
  182. [ubuntu] Customizing the mouse: Pointers
  183. [ubuntu] Cannot change to folder because it is not local error
  184. [all variants] Customized Effects
  185. [ubuntu] Some weird problem I am having.
  186. [all variants] Ubuntu for the elderly and mentally disabled?
  187. [ubuntu] firefox fon sizes all screwd up
  188. [ubuntu] Is it possible to stream xserver to raw1394?
  189. [kubuntu] Turn a dir into a file?
  190. [ubuntu] Graphics Card Suggestions
  191. [ubuntu] Monodevelop
  192. [all variants] How to determine the quality of a jpeg from the CLI
  193. [ubuntu] Monitoring CPU fan speed with lm-sensors
  194. [ubuntu] printers
  195. [ubuntu] X Problems
  196. [ubuntu] install Firefox rc1?
  197. [all variants] EDID issues
  198. [ubuntu] [SOLVED] saving the theme to something
  199. [xubuntu] Gutenprint abysmally slow
  200. [ubuntu] How to record your voice via Alsa and USB mic (no /dev/dsp)?
  201. [ubuntu] Help! Firefox just went nuts!
  202. [ubuntu] Just installed ubuntu, few problems
  203. [kubuntu] Yet another muppet who's deleted his xorg.conf backups
  204. [ubuntu] Install CD won't read my partition table!
  205. [ubuntu] Swap file not using the free memory
  206. [gnome] [SOLVED] Cannot add applets to panel
  207. [ubuntu] Emerald Theme Problem
  208. [ubuntu] [SOLVED] Zend Studio doesn't load correctly on Hardy
  209. [ubuntu] screen resolution problems
  210. [all variants] using ubuntu In a Library
  211. [ubuntu] uninstalling application from wine
  212. [ubuntu] Problem with Amarok
  213. [ubuntu] [SOLVED] Hardy-proposed updates broke gnome-panel
  214. [all variants] [SOLVED] Finding reason for updates before installing
  215. [ubuntu] [SOLVED] unable to change compiz window borders
  216. [all variants] Setting default permissions for pseudo terminals
  217. [ubuntu] Weatherbug type program for Ubuntu?
  218. [ubuntu] 8.04, Removing the abality to mount a partition?
  219. [gnome] How do I make emerald stable?
  220. [ubuntu] Ubuntu on VMware
  221. [other] [SOLVED] Can anyone confirm
  222. [ubuntu] Screen Shakes when accessing internet
  223. [ubuntu] Latest batch of updates
  224. [ubuntu] Mount a compressed file as a folder?
  225. [ubuntu] ubuntu firefox help needed
  226. [ubuntu] BMPx mediakeys
  227. [ubuntu] Screen Resolution Issue
  228. [ubuntu] Compiz Fusion Cube Caps - can't get images
  229. [all variants] Need help with chmod
  230. [ubuntu] [SOLVED] No Keyboard During Startup
  231. [ubuntu] compiz and 'composite' or DVD flicker free?
  232. [ubuntu] kate "show static word wrap marker" setting persistance?
  233. [ubuntu] Weird Compiz problem, desktop switcher error? Please help!
  234. [ubuntu] Error-kde su
  235. [all variants] compiler ld path screwed up
  236. [ubuntu] Parted won't read my partition table, but fdisk does...why??
  237. [ubuntu] Black screen after log in
  238. [all variants] Removing Windows from a dual-boot setup
  239. [all variants] Your Top 10 Ubuntu Software
  240. [ubuntu] [SOLVED] Firefox crashes X on unsuccessful in-page find, weird and stupid.
  241. [ubuntu] Screenlet clock and panel clock are different
  242. [ubuntu] Problem using PETSc
  243. [ubuntu] Windows (NTFS) Partitions not mountable or visable.
  244. [ubuntu] need sources.list edgy->current
  245. [ubuntu] Weird Dual Monitors with ATI
  246. [ubuntu] [SOLVED] cannot get transparent panel
  247. [ubuntu] [SOLVED] External USB harddrive -- format, mount, use
  248. [gnome] GNOME Customisation - Emerald/GTK/GDesklets
  249. [xubuntu] Configure mouse to click on release?
  250. [ubuntu] I sync /home in two pcs but in pc2 firefox don't open