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. [other] KDE modules, WIne and RAM load
  2. [gnome] Nautilus crashes when browsing "/"
  3. [ubuntu] [SOLVED] Where'd my disk space go?
  4. [ubuntu] Ext3 resize
  5. [ubuntu] Every thing is Permission locked? Help
  6. [ubuntu] Sound conflicts
  7. [ubuntu] having problem installing ubuntu off usb drive and usb formatting
  8. [ubuntu] Desktop issues each reboot???
  9. Wubi - Kubuntu 6.06
  10. [other] Foomatic/CUPS config problem - can't delete printer!
  11. [ubuntu] Delayed NetworkManager Startup
  12. [ubuntu] Samba mount ignoring umask on Hardy
  13. [ubuntu] [SOLVED] canon-like printhead nozzles testing page for hp printer
  14. [ubuntu] [SOLVED] kernal panic at startup!!
  15. [ubuntu] Ubuntu Apple Applications
  16. [ubuntu] 2 questions
  17. [ubuntu] Emerald doesn't start ; Conflict
  18. [ubuntu] Bunch of Questions
  19. [ubuntu] What should i choose?
  20. [ubuntu] gdesklets issues
  21. [ubuntu] How to Uninstall amv?
  22. [ubuntu] Various Small Problems
  23. [ubuntu] changing website names in ubuntu
  24. [all variants] [urgent] GNUCASH > spreadsheet/excel
  25. [ubuntu] Picasa web albums problems
  26. [ubuntu] Composite on affects video playing
  27. [all variants] Corrupt XML - peculiar behaviour
  28. [ubuntu] [SOLVED] Authorize Me!
  29. [ubuntu] [SOLVED] Missing Hardware Information
  30. [ubuntu] Install GoodWeather desklet
  31. [ubuntu] Firefox Beta 5
  32. [all variants] how to check if ssh connection possible?
  33. [ubuntu] LAMP Problem
  34. [ubuntu] Can't find the programs I've installed [with Synaptic]
  35. how to start?
  36. [ubuntu] Please Help!!
  37. [ubuntu] Odd boot and performance behaviour under Hardy
  38. [all variants] compatibilidad
  39. [ubuntu] Search for files trouble
  40. [ubuntu] PHP doesn;t work
  41. [ubuntu] Boot GUI problem
  42. [ubuntu] [SOLVED] Identifying how Ubuntu Names a Device
  43. [ubuntu] Configure apt-get to install from Software DVD
  44. [ubuntu] Problems with Kiba-dock
  45. [other] Free Domain name for VNC?
  46. [ubuntu] Qtopia 4
  47. [ubuntu] What's the best way to share files over the Internet?
  48. [ubuntu] sda vs hda
  49. [ubuntu] hardy-updates invalid signature
  50. [ubuntu] Hardy freezes when inactive
  51. [all variants] 5 linux,xp seperate home on same hdd
  52. [ubuntu] CPU fan loud
  53. [ubuntu] layout problem
  54. [ubuntu] 10 GB Volume
  55. [ubuntu] Help to remove software
  56. [ubuntu] [SOLVED] My SD is now read-only?!
  57. [all variants] Make script that activates on incorrect login attempt?
  58. [ubuntu] Problem with Package Manager on Ubuntu
  59. [ubuntu] Ubuntu 8.04 LTS x64 KVM switch problem
  60. [ubuntu] keytouch-editor error
  61. [ubuntu] Looking for multi-platform opensource alternatives to various Windows products I use
  62. [ubuntu] Dual Screen w/ Intel and 8.04
  63. [ubuntu] tuning performance server edition 7.10
  64. [ubuntu] Please Help: Problems with Orange Icon 225 Moblie usb internet
  65. [ubuntu] Firefox prevents sound?
  66. [ubuntu] [SOLVED] Very strange files appearing in my home dir
  67. [ubuntu] Uninstalling!!
  68. [ubuntu] Flash problems after enabling Compiz
  69. [ubuntu] Grub ignoring windows
  70. [ubuntu] [SOLVED] Gilligan's Island Font in Firefox
  71. [ubuntu] Intel 82865G now unrecognised after update
  72. [ubuntu] Copying folder from windows share to NTFS Partition
  73. Network Interfaces Not Available
  74. [ubuntu] Editting Right Click Menu
  75. [ubuntu] Grub error
  76. [kubuntu] Quick help with my fstab please!
  77. [ubuntu] NVidia Beta Drivers Hardy
  78. [all variants] driver for usb-hardlock
  79. [ubuntu] Java
  80. [all variants] Silent Hill 2 on Wine
  81. [ubuntu] Spamassassin Problem!
  82. [ubuntu] Trouble accessing my Hotmail account
  83. [ubuntu] Cannot Defrag After Installing Ubunto 8.04 with WUBI
  84. [ubuntu] broken firefox 3 beta 5
  85. [ubuntu] [SOLVED] FSCK not checking all my partitions
  86. [ubuntu] Mozilla Firefox 3 Beta 4
  87. [ubuntu] How do I transfer my emails from my vista thunderbird to ubuntu thunderbird?
  88. [ubuntu] [SOLVED] VPN connection in Ubuntu 8.04
  89. [ubuntu] Linux not reconizing Internet card
  90. [ubuntu] Sudden Gnome Lag?
  91. [kubuntu] CLI Mail program
  92. [other] TorrentFlux reports incorrect drive size
  93. [ubuntu] Best time/lime saving tricks???
  94. [ubuntu] where can i get?
  95. [mythbuntu] Ubuntu, please stop waking yourself up!
  96. [ubuntu] Won't start after reboot
  97. [ubuntu] Reinsert kernel modul "parport"
  98. [other] KDE modules and ram load
  99. [ubuntu] openssh connection refused
  100. [ubuntu] Swap file question
  101. [ubuntu] No sound in firefox ?
  102. [xubuntu] I don't want Xubuntu to automatically load programs from my login session thing.
  103. [kubuntu] Gutenprint and PPD
  104. [xubuntu] Lost network connection
  105. [SOLVED] Where to get help via remote desktop...can I?
  106. [ubuntu] Website issues right clicking
  107. [ubuntu] [SOLVED] nautilus annoyance
  108. [ubuntu] Using vista and linux on one system
  109. [ubuntu] No Sound On 8.04
  110. [ubuntu] Uninstall
  111. [ubuntu] MkLiveCD for Ubuntu?
  112. [ubuntu] how to open a .bin
  113. [ubuntu] picasa
  114. [all variants] will someone help me
  115. [ubuntu] Firefox 3 Won't Let Me Type URL
  116. [other] Block Limewire P2P ??
  117. [ubuntu] Setting up settings that apply to all users.
  118. [ubuntu] Transfering Files From xp->ubuntu
  119. [kubuntu] Can't kill mplayer
  120. [ubuntu] Cron broke after 8.04 upgrade
  121. [ubuntu] Can't use external LCD or Projector with Hardy
  122. [ubuntu] Firefox not working, Nexuiz can't download maps
  123. [ubuntu] VPN Advice
  124. [other] Can not Get 2H4U running in Mint
  125. [other] Questions about ufw
  126. [ubuntu] Somebody logs on in Pidgin - log on sound repeats. Why?
  127. [ubuntu] Several Problems
  128. [ubuntu] Printing to lp
  129. [ubuntu] [SOLVED] Mozilla Firefox on mouse click question
  130. [ubuntu] Audio problems and Firefox problems
  131. [ubuntu] Do'h! Permissions locked me out
  132. [ubuntu] email notifications for rsync?? yes/no
  133. [ubuntu] share from ubuntu to ubuntu
  134. [ubuntu] Memory Question
  135. [ubuntu] "Run Application"
  136. [all variants] Dell Photo AIO 924 under Hardy with wine problem.
  137. [ubuntu] xorg.conf
  138. [ubuntu] Using NoNetDebs. Need status file fast!
  139. [ubuntu] IP Chance
  140. [gnome] [SOLVED] customize bottom bar big icons?
  141. Uninstall Ubuntu.
  142. [ubuntu] If i go to msconfig and put normal start up will it do anything to my grub loader?
  143. [ubuntu] tsp
  144. [ubuntu] weird glitch - green and purple bar thingies....
  145. [ubuntu] VLC and some media programs locking ubuntu
  146. [other] no option to boot from cd
  147. [kubuntu] Restricted Packages
  148. [ubuntu] Torrent issues
  149. [SOLVED] Warning : Unrecognized partition table for drive 80.
  150. [ubuntu] no soundcard detected
  151. [xubuntu] Can't write any files to a usb 500gb hd, nor can I share it on the network....
  152. [ubuntu] [SOLVED] simple fstab-entry problem
  153. [ubuntu] firefox right click bug
  154. [ubuntu] XGL 945 onboard graphics
  155. [ubuntu] Compiz, problem with desktop
  156. [SOLVED] Touchpad locking strangeness
  157. [ubuntu] Video Upgrade Thoughts
  158. [ubuntu] Clock screenlet question...
  159. [ubuntu] System crash while running F3B5
  160. [ubuntu] Ran into a little problem with crashed windows partition!
  161. [xubuntu] Accessing Windows files from [x]ubuntu
  162. [ubuntu] NX closes when I scroll with the third mouse button on my thinkpad
  163. [ubuntu] How do I reduce the chromanence of a picture in GIMP?
  164. [ubuntu] Flash Forms
  165. [all variants] java runtime errors - *not* due to program
  166. [ubuntu] External hard drive problem
  167. [kubuntu] Apcupsd - config and testing questions
  168. [ubuntu] No network connection
  169. [ubuntu] gnome icon help
  170. [ubuntu] [SOLVED] Remote Desktop
  171. [ubuntu] Followed instructions for Automounting second HD
  172. [other] Error Installing Kernel
  173. [ubuntu] Uninstalled ubuntu! Wheres the windows bootloader
  174. [ubuntu] Hardy Heron 8.04 World of WarCraft unable to install. Help!
  175. [ubuntu] Evolution Crash Detection
  176. [all variants] KDE Install and Uninstall
  177. [other] Does GParted work for anyone?
  178. [ubuntu] NVclock fan speed adjust bar not showing up.
  179. [ubuntu] Sound loss and Sluggish performance until crash
  180. [all variants] Bad Superblock
  181. [ubuntu] problems hibernating
  182. [other] How Do I Capture Video From The Net Please?
  183. [ubuntu] I have a CD/DVD rom Quection/Problem.
  184. [ubuntu] Trouble with getting files of cd
  185. [other] will /home work if i switch distros?
  186. [ubuntu] mousejail?? where can I get this package?
  187. [ubuntu] lost password on ubuntu
  188. [ubuntu] Creating a new minimize effect. Problems.
  189. How to make /host read-write only for root?
  190. [all variants] tried to make new /home directory, need to get backup transferred to new w/ livecd
  191. [kubuntu] Need Help Applying a Specific Theme
  192. [ubuntu] Broken updater/Add Remove
  193. [ubuntu] Google Earth - Freezing upon leaving fullscreen.
  194. [all variants] Is There a Great Karnaugh Map Generator/Minimizer/Solver for Linux?
  195. [kubuntu] Booting into a Different Run-Level
  196. [ubuntu] [SOLVED] NTFS Configuration tool kills your mountpoints.
  197. [ubuntu] [SOLVED] NVIDIA 8500 GT broken after upgrade to Hardy
  198. [ubuntu] simple resolution problem
  199. [ubuntu] [SOLVED] Adding NvAGP "1" to xorg.conf lowers performance
  200. [ubuntu] installing extra plugins
  201. [ubuntu] Auto-mounting HD to Desktop, How can I stop this
  202. HOW TO make Ubuntu Recognize my Windows files????
  203. [ubuntu] partitions are not being mounted on startup: any script to fix this?
  204. [other] Is Ubuntu Studio a x64 or x86 operating system?
  205. [ubuntu] XGL + Gutsy + Dual Head (I want XGL in only one screen)
  206. 1st time booting/installing errors
  207. [ubuntu] NVIDIA drivers work fine... til reboot
  208. [all variants] [SOLVED] Batched updates
  209. [all variants] Host-Based Printer and LPD
  210. [ubuntu] An easy to follow step by step guide to compiz please
  211. [ubuntu] Cairo Dock - main menu
  212. [xubuntu] VirtualBox Customization
  213. [other] Problems with Conky
  214. [ubuntu] Ubuntu 8.04 keeps changing my password back to Unix one. from samba password.
  215. [ubuntu] [SOLVED] single beep when dialog box appears
  216. [ubuntu] installing OSX_Theme
  217. [ubuntu] Continuous disc activity
  218. [ubuntu] Impress became unstable
  219. [other] Unable to partition with Xubuntu Live CD
  220. [ubuntu] Conky Weather, Regular refresh?
  221. [ubuntu] Whats the problem with domain name
  222. [ubuntu] ubuntustudio-8.04-alternate-i386 big problem
  223. [ubuntu] The configuration could not be loaded / Permissions screwed
  224. [ubuntu] annoying external hard drive problem
  225. After reboot, no internet in Vista
  226. [ubuntu] E: Couldnt find package ubuntu-base - installing minimal gui on server
  227. [ubuntu] How to prevent click drag from Gnome Menus (e.g. Places etc)
  228. [ubuntu] Wrong Date in Screenlet Clock
  229. [xubuntu] [SOLVED] Greenish glow, shadow or halo around windows after upgrade
  230. [ubuntu] set UseICEcolour, from LaTeX Prosper
  231. [ubuntu] My games run really slow, help
  232. [kubuntu] no thumbnails in cbr files
  233. [ubuntu] Evolution Problem
  234. [ubuntu] VLC+hardy locks up? Possible audio problem
  235. [ubuntu] ubuntu wont remove items from menu
  236. [ubuntu] MySQL Administrator connection woes
  237. [all variants] Ubuntu Hardy ltsp/x11vnc with LDM_DIRECTX=True help needed!
  238. [all variants] Wake on UPS power restored
  239. [ubuntu] Hardy doesn't automount hard disk on start up
  240. [ubuntu] Problem Booting Up
  241. [ubuntu] [SOLVED] Gutsy Crash - Needing Help Urgently...
  242. [xubuntu] Not auto-mounting USB drives
  243. [ubuntu] hardy cpu peaks
  244. [ubuntu] Re: Water Effects compiz
  245. [ubuntu] ISO to CSO converter
  246. [ubuntu] Citrix Client
  247. [kubuntu] NEC N343i Handset Manager for Linux?
  248. [ubuntu] boot menu disapeared after installing windows
  249. [SOLVED] Error 15 File not found
  250. [other] [SOLVED] Distributed.net slowing downon my PC