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] Need help what is this error.
  2. [ubuntu] Copying Files From Windows to Ubuntu
  3. [ubuntu] Hotel Management Software
  4. [ubuntu] [SOLVED] uninstall AWN...?
  5. [all variants] KLatin on Windows?
  6. [gnome] Error starting the Gnome
  7. [xubuntu] Add program to Panel?
  8. [ubuntu] [SOLVED] LATOC page does not display correctly in Firefox or Opera
  9. [ubuntu] [SOLVED] Make Pidgin run at start up?
  10. [ubuntu] CallWave for Ubuntu?
  11. [ubuntu] cairo-dock loses is bar color
  12. [ubuntu] [SOLVED] Kernel advice - dual core - 386 or 686
  13. [ubuntu] Ubuntu Stops Mounting My NTFS Partitions
  14. [ubuntu] can't rename folders
  15. [all variants] pidgin safe mode like Firefox safe mode?
  16. [ubuntu] Backlight turns off on IBM T60P.
  17. [ubuntu] Failed to fetch http://ca.archive.ubuntu.com
  18. [ubuntu] login screen loads "forever" after a reboot, cant get to my GUI anymore
  19. [ubuntu] rtorrent - completed torrents not removed.
  20. [ubuntu] Pidgin Log
  21. [ubuntu] Noob trying to compile
  22. [SOLVED] freezes after reboot
  23. [ubuntu] Hidden HPFS/NTFS
  24. [ubuntu] Firewall and start up issues
  25. [ubuntu] A few pretty basic (i think at least) questions
  26. [ubuntu] Unable to unlock "users and groups"
  27. [ubuntu] Deleting partition/Grub not found.
  28. [ubuntu] im having problems burning a disc
  29. [gnome] My Audio keeps disabling...
  30. [ubuntu] OEM Support
  31. [xubuntu] OpenOffice is very slow
  32. [ubuntu] Trouble upgrading from alternate disc
  33. [ubuntu] Visual Effects
  34. [all variants] How to tell what process is writing / reading IO
  35. [ubuntu] HELP installing ndiswrapper
  36. [ubuntu] Sound Problems Galore..
  37. [ubuntu] Can't access my college login system
  38. [ubuntu] Configuring GRUB?
  39. [ubuntu] Message Transfer Agent (MTA) Sendmail stalling
  40. [ubuntu] Can't format a floppy
  41. [ubuntu] menu.lst
  42. [all variants] Java sound problem
  43. [all variants] Are repositories down?
  44. [all variants] grub-reboot, but hibernate instead of shutdown?
  45. [ubuntu] Dual Boot -Install Ububtu 6.1 with XP already installed
  46. [ubuntu] Server Down?
  47. [ubuntu] Sound Issues in Flash
  48. [ubuntu] Nvidia driver
  49. [all variants] Samba over SSH
  50. [ubuntu] BusyBox Problem
  51. 1024x768
  52. [ubuntu] LS widescreen
  53. [ubuntu] [SOLVED] How do i install themes
  54. [ubuntu] How to uninstall Adobe Flash
  55. [ubuntu] Evolution Update Problems
  56. [ubuntu] partitioning question
  57. [ubuntu] Bored! What to do?
  58. [all variants] Buttons in Compiz....
  59. [ubuntu] Downloadable from the Internet
  60. [ubuntu] Drivers and running Windows application?
  61. [ubuntu] Sound Card not working in Ubuntu 8.04?
  62. [ubuntu] Severe Problems: Broken packages/unmet dependencies
  63. [ubuntu] Enabling execution trouble
  64. [ubuntu] ACPI: PCI Interrupt
  65. [ubuntu] [SOLVED] script to start program with sudo password
  66. [kubuntu] window problems after removing compiz
  67. [ubuntu] Appearance Manager CPU hogging
  68. [ubuntu] double vision
  69. [ubuntu] [SOLVED] No sound after update...
  70. [ubuntu] Can't boot into Ubuntu or Live CD
  71. [kubuntu] [need help] can i replace xserver through xp in a dual boot machine
  72. [ubuntu] FlightGear download help.
  73. [ubuntu] internet not workinG......
  74. [ubuntu] GRUB "Error 17".......totally lost....
  75. [ubuntu] Sources List for Beryl Emerald
  76. [ubuntu] Problem with booting
  77. [ubuntu] Lolifox Install
  78. [kubuntu] Apt-Get -Update not working - missing websites?
  79. [xubuntu] Looking for trusted data recovery software?
  80. [ubuntu] Problem with headphones
  81. [ubuntu] Are repos down?
  82. [ubuntu] [SOLVED] Java error on browser
  83. [other] Conky (Equivalent) on Windows?
  84. [ubuntu] Suggestions on adding to WinXP setup with RAID
  85. [ubuntu] ubuntu-fying a script from mac osx
  86. [ubuntu] HELP. These are annyoing and I cant get rid of them!
  87. [ubuntu] Automount Hard Drive Problem
  88. [ubuntu] Can't access my shared fat32 partition from Ubuntu
  89. [ubuntu] [TOTAL NEWB] How do I install AMSN?
  90. [all variants] USB headset not detected as ALSA to some programs
  91. [ubuntu] need to install SSI in my apache server...
  92. [ubuntu] Docking program?
  93. [ubuntu] Argh! Ubuntu keeps logging me out...
  94. [edubuntu] 'W' not showing LTSP users
  95. [xubuntu] Dual boot with Vista.
  96. [ubuntu] Problems making a Flash Drive Ubuntu
  97. [ubuntu] torrent clients
  98. [ubuntu] Hard Drive Problem
  99. [ubuntu] [SOLVED] Mounting ext3 partition in home directory
  100. [ubuntu] Blinking Graphics
  101. [ubuntu] Can't Install Ubuntu
  102. [other] Invalid Partition Table
  103. [ubuntu] hardy is too much hot! please help
  104. [ubuntu] If you have the Radeon Mobility 7500 and thinking of bypassing the blacklist - do it!
  105. [ubuntu] [SOLVED] cant get rid of panel applet "dwell-click"
  106. [ubuntu] backing up solutions
  107. [ubuntu] Hello, how do I install Ubuntu on PS3?
  108. [ubuntu] apt-get update Problem/Question
  109. [ubuntu] Oh crap - changes my hostname and things went to hell.
  110. Problem with wubi
  111. [ubuntu] Compiz Fusion cube - WON'T unfold!!
  112. [other] Ubuntu Ultimate
  113. [ubuntu] 407 Proxy Access Denied when installing firefox plugins
  114. [other] Can't Figure out Backtrack....
  115. [ubuntu] How to uninstall pacakges not from repository
  116. [ubuntu] problems with install
  117. [ubuntu] USB stick mounting when two users are logged-in at the same time
  118. [all variants] realtek alc883 audio driver
  119. [ubuntu] Problem after latest kernel updates
  120. [ubuntu] Installing drivers! help
  121. [kubuntu] picasa - thunderbird - email
  122. [ubuntu] Mount the right disk on startup
  123. [kubuntu] picasa - thunderbird - email
  124. [gnome] nautilus doesn't start
  125. [ubuntu] LTSP want to see detailed boot
  126. [ubuntu] How to run a different partition on startup?
  127. [ubuntu] I Really Need Help
  128. [ubuntu] Firefox segfaults on about a third of all sites containing flash
  129. [ubuntu] Should I post a bug report for this?
  130. [ubuntu] [SOLVED] ATI Driver Upgrade - Problem(s)
  131. [ubuntu] [SOLVED] " bin file "
  132. [all variants] How to allow a program to create a SOCK_RAW socket ?
  133. [ubuntu] Updata Manager tzdata java problem
  134. [xubuntu] ntfs-3g woes cont'd
  135. [ubuntu] [SOLVED] Copying files from disc not working
  136. [ubuntu] Can I use compiz with Intel GMA 950, 512mb, centrino 1.2ghz, ubuntu 8.04 hardy heron?
  137. [ubuntu] Nautilus is very slow after last update
  138. [ubuntu] System not responding while moving/copying large files
  139. [all variants] Vertical synchronisation : no way to make it work !
  140. [all variants] NVidia anti-aliasing + compiz : shadow bugs
  141. [ubuntu] Temperature and CPU speed monitor????
  142. [all variants] Is there a program to automatically name my music files?
  143. [ubuntu] Officejet 5610 Duplex
  144. [ubuntu] Samba password file
  145. [ubuntu] LTSP web kiosk
  146. [ubuntu] Desktop Questions
  147. [ubuntu] Severe problems
  148. [ubuntu] users don't show up in users-admin list
  149. [ubuntu] No Sound In FireFox 3rc2
  150. [ubuntu] USB desktop icon missing (8.04)
  151. [ubuntu] Update Manager-Remove pkgs
  152. [ubuntu] Cairo vs. Avant vs. ...
  153. [ubuntu] How to skip login on boot up
  154. [ubuntu] need a good custimization guide
  155. [other] Cross Platform Compiler
  156. [ubuntu] Fonts - default copies & nice extras
  157. [all variants] [SOLVED] GRUB: boot from first harddrive?
  158. [ubuntu] [SOLVED] Printer setting woes
  159. [ubuntu] iPod says it have nothing inside
  160. [all variants] [SOLVED] Passing PHP Variables to a shell script
  161. [ubuntu] Giant text in Firefox
  162. [ubuntu] Something like Devmgmt.msc?
  163. [ubuntu] Text to speech
  164. [ubuntu] Remote Desktop & SSH Tunneling
  165. [ubuntu] How to open files from terminal
  166. [ubuntu] GN U License Question
  167. [kubuntu] Why is my name displayed twice in the Kubuntu 8.04 login screen?
  168. [ubuntu] RAID arrays HowTo ?
  169. [ubuntu] Interesting Startup Process
  170. [ubuntu] [SOLVED] i need help with a dpkg error
  171. [ubuntu] [SOLVED] Ubuntu Start Up Help
  172. [kubuntu] [SOLVED] Grub Won't Boot Windows
  173. [ubuntu] Pidgin - Yahoo Messenger server closed
  174. [ubuntu] Desktop suddenly won't work. Right clicking gone, etc.
  175. [ubuntu] Problems keeping settings
  176. [ubuntu] [SOLVED] 8.04 Automatic Tasks "at" ??
  177. [ubuntu] removing dual boot
  178. [ubuntu] hardy heron - netbeans in repository
  179. [ubuntu] ubuntu, sound system 5.1, pulse audio and Doom 3
  180. [ubuntu] Desktop Shortcut?
  181. [ubuntu] want to uninstall firefox 3 and go back to FF2
  182. [ubuntu] I Need Help Here
  183. [ubuntu] Hardy Evolution Exchange is Broken
  184. [ubuntu] can you run IE in Ubuntu?
  185. [ubuntu] windows not recognizing ubuntu patrition
  186. [ubuntu] As my handle suggests...
  187. [ubuntu] Problemns installing Java runtime, mysql ++
  188. [ubuntu] Firefox printer margins for paypal
  189. [ubuntu] Vmware on Hardy?
  190. [all variants] Oscar's Renamer alternative?
  191. [ubuntu] Copying from an old disk to a new disk
  192. [ubuntu] no console after using startup-manager
  193. [all variants] bash script help please!
  194. [ubuntu] Ubuntu Booting Problems
  195. [ubuntu] Weird problem with Firefox 3.0
  196. [ubuntu] Upgrading to Firefox 3 RC1 - bad idea?
  197. [ubuntu] cant install, boot loader problem
  198. [ubuntu] Theme engines - Clarification needed
  199. [ubuntu] New user of Ubuntu having teething problems!
  200. [gnome] [SOLVED] Disk label unknown?
  201. [ubuntu] What's the Live CD User/Pass? 8.01
  202. [ubuntu] BUG in my menu bar
  203. [ubuntu] Screwed up BIG time
  204. [ubuntu] Cant Shrink Ubuntu Partition And Add New One
  205. [ubuntu] Curing evince document viewer's annoying habits...
  206. [ubuntu] [SOLVED] Synaptic Stopped Working
  207. [all variants] 'control' file in deb source packages
  208. [ubuntu] Swap partition wont mount correctly
  209. [ubuntu] startup stuff not always work in hardy
  210. [ubuntu] GRUB won't load Ubuntu 8.04
  211. Installed Wubi from D drive; C drive not automounting in /media/
  212. [ubuntu] Tracker can't search in the Psi chat history files
  213. [ubuntu] Metacity not on startup
  214. [ubuntu] Change "Open with" menu items
  215. [ubuntu] Suspend hangs in 8.04
  216. [ubuntu] is my CPU on fire? 128C!!!
  217. [ubuntu] aMsn closing at startup
  218. [ubuntu] manually disable wireless/connection sleep when computer starts screen saver
  219. [gnome] 3d acceleration
  220. [ubuntu] Unable to install Ubuntu on a dell inspiron 1200
  221. [ubuntu] Help-Stuck on UK language, if changed keyboard does not work?
  222. [ubuntu] Open SMTP Port, Can't close
  223. [ubuntu] i think there's a bug in changing language options
  224. [ubuntu] d610 Dell latitude Wireless problem
  225. [ubuntu] Firefox dead due to XML error after automatic update
  226. [ubuntu] keyboard volume button minimizes fullscreen flash
  227. [ubuntu] Migrating Azureus from Windows
  228. [all variants] Monitor filesystem activity?
  229. [ubuntu] why ubuntu?
  230. [ubuntu] compiz is slow
  231. [ubuntu] Fresh installation hardy 8.04 - without 3d effects
  232. [ubuntu] [SOLVED] Partion problems
  233. [ubuntu] conky and awn disappear automatically
  234. [all variants] Disabling everything
  235. [all variants] Cannot Boot or Mount Ubuntu after Fedora Install
  236. [all variants] ubuntu and iphone
  237. [all variants] [SOLVED] Crashed during Update - update manager not working
  238. [ubuntu] Dualboot question!
  239. [ubuntu] All Videos are Weird Colours in All Players
  240. [ubuntu] no web video sound
  241. [ubuntu] No sound for OS or apps (only sound on websites)
  242. [all variants] Can someone using a usb wireless device please give me the output of an lsusb
  243. [ubuntu] Installed latest NVIDIA drivers, stuck in 640x480
  244. [xubuntu] [SOLVED] How do I disable/re-enable desktop
  245. [ubuntu] Need help understanding a few things.
  246. [ubuntu] [SOLVED] cfdisk doesn't create devices ?
  247. [ubuntu] MonoDevelop missing icons
  248. [all variants] What does this dmesg entry mean?
  249. [ubuntu] System Randomly Shutting Down
  250. [ubuntu] Help! Deleted a spam post on my SMF forum and viruses installed!