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] Aftermath of GRUB Reinstall
  2. [edubuntu] Wine Hq on EDUBUNTU
  3. [ubuntu] Error 2 and Error 5
  4. [ubuntu] Pidgin error
  5. [other] [SOLVED] please help with ubuntu studio 8.04 graphics settings
  6. [ubuntu] customization
  7. [ubuntu] Trouble with Squid
  8. [ubuntu] Sound output problem (cannot use only one speaker)
  9. [ubuntu] what is this supposed to be?! LOL
  10. [ubuntu] Problem when running beryl manager
  11. [ubuntu] Hotkey to Tile all windows vertically
  12. [kde] Firefox crashing again n again....
  13. [ubuntu] About backup with sbackup ( simple backup )
  14. [ubuntu] hardy crashing during screensaver
  15. [ubuntu] System Tray Lost!
  16. [kubuntu] Can't find KDE4 in Adept - 8.04
  17. [ubuntu] Help speeding up VMWare
  18. [ubuntu] Can I do clean installings of Ubuntu?
  19. [ubuntu] skype icon hidden in system tray ?
  20. [all variants] rename printer
  21. [ubuntu] Printing to Samsung 2010 on Hardy
  22. [ubuntu] Screenlets update broke screenlet manager
  23. [ubuntu] Completely Remove Trackerd
  24. [all variants] Cornell spider security program
  25. [ubuntu] 8.04 This is broken
  26. [ubuntu] Configuring Pidgin to connect to MSN/Windows Live Messenger
  27. [gnome] Gnome freezes when trying to start up.
  28. [all variants] Fully encrypted Ubuntu file server with RAID redundancy, possible?
  29. [ubuntu] Gsnes9x
  30. [ubuntu] Wubi vs. CD Ubuntu
  31. [ubuntu] [SOLVED] Error 17
  32. [ubuntu] Some Screensavers Lock Up PC; How to Delete Screensavers?
  33. [ubuntu] Problems with firefox and flash
  34. [ubuntu] Unable to startup! BusyBox v1.1.3 Built in shell...?
  35. [ubuntu] [SOLVED] Periodic freeze/slowdown after kernel .17 upgrade
  36. [gnome] Where can i get this theme?
  37. [ubuntu] AWN Mac OS leapord panel theme problem
  38. [ubuntu] myth tv info please, im new..
  39. [ubuntu] problem to connect external monitor
  40. [ubuntu] Installing grsecurity
  41. [ubuntu] File install problem, cannot find it anywhere!
  42. [ubuntu] Task Manager?
  43. [ubuntu] list of updates on ubuntu.com ?
  44. [other] Cubecaps with round cube?
  45. [other] Python socket problem
  46. [ubuntu] Moving icons to left side?
  47. [ubuntu] System hit the crapper since upgrading to .17
  48. [all variants] [SOLVED] Monitor brightness set to ~50% on boot: HP dv6500 with Hardy Heron
  49. [ubuntu] Wireless Problems
  50. [ubuntu] Computer restarts...
  51. [ubuntu] Firefox 3 beta backwards
  52. [ubuntu] Help! Login screen in arabic after reboot in 8.04
  53. [ubuntu] Firefox Addons Not Installing
  54. [ubuntu] Losing firefox extensions when dual-booting
  55. [ubuntu] Medibuntu GPG Key
  56. [all variants] System backups - how do people manage this?
  57. [all variants] Java fonts look very nice, how to make all fonts look as good?
  58. [ubuntu] Compiz Feature Suggestion?
  59. [ubuntu] CompizFusion woes
  60. [ubuntu] Cannot enter password after using sudo
  61. [kubuntu] Problems after upgrade
  62. [ubuntu] Greasemonkey Install: Access Denied
  63. [ubuntu] Sound and restarting
  64. [ubuntu] Compiling Source
  65. [kubuntu] Missing User Management
  66. [ubuntu] Adjust icon transparency
  67. [ubuntu] How To Install Icons?
  68. [ubuntu] How do I stop using emerald themes?
  69. [ubuntu] Wacom bamboo not recognized as a extended input device
  70. [ubuntu] High CPU usage while using Firefox and other browsers
  71. [ubuntu] switching to other account does nothing.
  72. [ubuntu] Backing up a partition
  73. [other] Soundcard
  74. [ubuntu] Cannot use nx cups backend - lpadmin bad device-uri
  75. [ubuntu] Windows XP faster on my machine than Ubuntu
  76. [ubuntu] Recurring Error 17 grub loader.
  77. [ubuntu] Problems with WINE in Ubuntu 8.04 LTS
  78. [ubuntu] Automatic Wine Menu is gone
  79. [ubuntu] Black screen after log in
  80. [ubuntu] 60GB hdd FULL! wifes laptop!, help!
  81. [ubuntu] Distribution Updates
  82. [ubuntu] strange issue with old raid 5 drives
  83. [ubuntu] Picasa > Shutterfly : can't upload
  84. [ubuntu] can I choose what files amarock can play?
  85. [all variants] aiglx
  86. [xubuntu] Can I mount a flashdrive to /cdrom/
  87. Could wubi be bypassed?
  88. [all variants] No love from Hardy, and no help either
  89. [ubuntu] [SOLVED] Root cannot access file
  90. [ubuntu] Resizing windows effect
  91. [ubuntu] Really Slow
  92. [ubuntu] Numeric keypad stopped working
  93. [ubuntu] Did something, help me undo it safetly...
  94. [ubuntu] Script Help - Suspend issue
  95. [ubuntu] Font
  96. [other] Socket problem in Python
  97. [ubuntu] get new login screens
  98. [all variants] Does "Print black" actually work in OpenOffice?
  99. [ubuntu] help with nm-applet
  100. [ubuntu] How can I completely remove wine?
  101. [ubuntu] Can't sort iPod playlists?
  102. [ubuntu] [SOLVED] Location of trash in directory structure?
  103. [all variants] Installed Windows and now my raid 1 says a disk has failed?
  104. [ubuntu] APT help
  105. [ubuntu] HELP w/ Ubuntu Boot Disk
  106. [ubuntu] [SOLVED] Kodak EasyShare Firefox Plugin: can't log in
  107. [ubuntu] Gparted for partitioning
  108. [ubuntu] Including with carrots as opposed to quotations
  109. [ubuntu] Correct locations for Firefox plugins with 3.0b5?
  110. [ubuntu] ubuntu studio questions
  111. [ubuntu] Disappearing window list
  112. [ubuntu] New to linux need help with Java
  113. [ubuntu] Creating Virtual hosts
  114. [ubuntu] how to edit the Gnome start menu?
  115. [ubuntu] Intstallation of Net Beans
  116. [ubuntu] help with php editor
  117. [ubuntu] Fixing ntfs partition
  118. [ubuntu] how do I purge a package?
  119. [ubuntu] ubuntu and verizon motorazr maxx
  120. [ubuntu] error message E: msttcorefont
  121. [ubuntu] Error on bootup
  122. [ubuntu] ???Gpodder and bit-rot???
  123. [gnome] can't subscribe to usenet alt hierarchy in evolution
  124. [ubuntu] Ubuntu has reverted, no longer detecting hardware
  125. [ubuntu] ATI Radeon x700: no desktop effects
  126. [all variants] grub install ails when installing ubuntu
  127. I found out Wubi's secret to getting Ubuntu 8.04 on Acer 5050!
  128. [xubuntu] ImageIcon not getting Displayed
  129. [ubuntu] xp after ubunu
  130. [ubuntu] New PC: your opinion re motherboard/HDD
  131. [ubuntu] aquarium
  132. [kubuntu] kdm crashes randomly
  133. [ubuntu] wake up problem after susped and hibernate
  134. [ubuntu] Audio Problems FIrefox Rhythmbox
  135. [ubuntu] Ubunto Grammer Checker? Need fast reply.
  136. [all variants] pam_mount.conf.xml
  137. [ubuntu] Epiphany tab session extension
  138. [ubuntu] lighttpd upload problem
  139. [all variants] Linux equivalent of Windows Process Explorer
  140. [ubuntu] [SOLVED] Can't Change Desktop !
  141. [ubuntu] evolution-alarm-notify wants access to the default keyring
  142. [ubuntu] MS-SQL Express 2005 database + Ubunut
  143. [ubuntu] Some problems with PYTHONPATH (i think)
  144. [ubuntu] Urgent!!!
  145. [ubuntu] Encrypted swap problem
  146. [ubuntu] Shortcut/Link from Wine folder not working
  147. [ubuntu] 2003 server shared folder on ubuntu 8.04 client
  148. [ubuntu] Wacom pen jerky pointer movement
  149. [ubuntu] How to take a screenshot with cursor?
  150. [all variants] Not able to remove module from modprobe
  151. [ubuntu] Sound-kEYS
  152. [ubuntu] Cant increase screen resolution.
  153. [ubuntu] MSN clones
  154. [ubuntu] update/ run a program
  155. [ubuntu] Configuring Internet Proxy for LTS client
  156. [ubuntu] [SOLVED] Change opacity on window borders in compiz
  157. [ubuntu] Sonata crash
  158. [ubuntu] Setup software RAID fail
  159. [ubuntu] Can't start mysql
  160. [ubuntu] Users Settings 'Could Not Authenticate'
  161. [ubuntu] Banshee asks for preferred app
  162. [ubuntu] [SOLVED] Grub installed on 2 drives?
  163. [ubuntu] 2 questions regarding desktop cube
  164. [other] configure xmessage
  165. [ubuntu] Anaglyph Compiz Plugin for Hardy Heron
  166. [ubuntu] service restart through cron job problem
  167. [ubuntu] synchronising folders
  168. [ubuntu] Rotating cube crashes if apps open
  169. [kubuntu] Not happy with 8.04
  170. [ubuntu] Can't access my NTFS drives without sudo
  171. [all variants] can't start X; how to enable nvidia-glx-new via commandline?
  172. [ubuntu] Hardware (DVD) added after installation - how to make it work?
  173. [ubuntu] Seting up grub
  174. [all variants] renaming external hdd
  175. [ubuntu] Don't understand something about runlevel
  176. Wubi and Anti Virus
  177. [ubuntu] Unable to find volume group - after blackout
  178. [ubuntu] virtualbox error
  179. [gnome] No sleep/shudown menu available
  180. [ubuntu] Tora - connect to MySQL
  181. [kubuntu] can't see on samba shares, file permissions, owner and group
  182. [ubuntu] Can I install Nvidia Driver whilst on Live CD?
  183. [ubuntu] Install request for clamav in Gnome
  184. [all variants] Extreme CPU usage in several apps after Hardy upgrade
  185. [ubuntu] Hardy bluetooth not working at all
  186. live cd works, wubi install failed, but worked on desktop
  187. Need help to avoid hard reboots
  188. [ubuntu] Can't access web CPanel using ubuntu firefox ??
  189. [ubuntu] How do I stop certain packages from updating?
  190. [SOLVED] Migrate tool in Hardy
  191. [all variants] VirtualBox OSE won't work, heeelp!!
  192. [other] Changing Icon Themes in Thunar?!
  193. [ubuntu] It says it needs to run in a low performance mode
  194. [ubuntu] how to change splash screen in ubuntu 8.04
  195. [ubuntu] [Kernel Choice] ubuntu studio vs. ubuntu general
  196. [all variants] Liferea -- can't add feeds
  197. [ubuntu] Color prints too dark, how to adjust printer gamma?
  198. [ubuntu] [SOLVED] Safe to delete contents of /var/cache/apt/archives?
  199. [ubuntu] speed up boot time
  200. [ubuntu] Screenlet nowcalender and google calender
  201. [ubuntu] Ubuntu and pspsdk
  202. [ubuntu] "make[1]: no: Command not found"
  203. [kde] Success!
  204. [all variants] SCSI Problem after latest Upgrades /dec/changer missing
  205. [ubuntu] Still having problems with fairly new laptop
  206. [all variants] [SOLVED] Make LiveUSB partition read-only when mounted by external OS
  207. [ubuntu] Gmail As a SMTP mail server / STARTTLS error
  208. [ubuntu] command line coloring
  209. [ubuntu] Hardy Hanging Daily with Excessive Disk I/O
  210. [ubuntu] Screen Resolution/KVM Switch Problem
  211. [ubuntu] Ubuntu Won't Load - I think it's my hard drive?
  212. [all variants] php mailer need more info
  213. [ubuntu] Unable to read DVD drive
  214. [all variants] PLEASE help - I deleted my two partitions
  215. [all variants] Hardy Heron automount
  216. [all variants] D language code segfaults
  217. [ubuntu] Latest Updates broke sound
  218. [ubuntu] SMB / Windows share problems
  219. More efficient (productivity-wise) panel layout for Gnome...
  220. [ubuntu] Image behind title bars and shadows w/ emerald/compiz
  221. [kubuntu] KDE get new wallpaper not working
  222. [ubuntu] Recent updates removed all drivers.
  223. [ubuntu] DVD Compression
  224. [ubuntu] How to swap X Screens (Dual Monitors)
  225. [ubuntu] Make Live CD from My Cureent Ubuntu
  226. [ubuntu] Help with driver for Canon Imagerunner 5055
  227. [all variants] Dual boot questions
  228. [ubuntu] capability as a module
  229. [ubuntu] [SOLVED] Restricted Drivers manager on Ubuntu base
  230. [xubuntu] [SOLVED] .dmrc problems -- deleted it and a new one is NOT generated
  231. [all variants] Font display problems in Firefox
  232. [ubuntu] sound blocking
  233. [other] Firefox 2 launcher in AWN weird
  234. [ubuntu] Moving Firefox and Thunderbirs/Lightning to new computer
  235. [ubuntu] [USB] VMWare overides ubuntu on USB detection?
  236. [ubuntu] It was working fine, now its stuck in that safe mode
  237. [ubuntu] Installing X-Fi drivers Ubuntu
  238. [ubuntu] Can not start Ubuntu
  239. [ubuntu] Totally wrecked, please help! -_- (Grub related)
  240. [ubuntu] Need help with iptables and transparent proxy
  241. [ubuntu] wine performance
  242. [all variants] [SOLVED] Consistently Mount an External Drive at the Same Location?
  243. [ubuntu] Boot hangs at "Starting kernel log daemon"
  244. [ubuntu] Converted partition now Grub wont load
  245. [ubuntu] can't activate scim in kmess
  246. [kde] Keyboard not working in KDE
  247. [ubuntu] Help me plz !!
  248. [ubuntu] Conky & AWN overlap
  249. [ubuntu] Trash Dilemma
  250. [ubuntu] Ubuntu keeps going into safe mode all of a sudden. How do i stop this?