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] fixing usb drive filesystem panic errors
  2. [all variants] [SOLVED] CLP-300 Color Range is Wrong
  3. [all variants] Bash Script Looping
  4. [ubuntu] Help with running dos program
  5. [ubuntu] [SOLVED] Can't install updates in Hardy...
  6. [ubuntu] Files gone?
  7. [ubuntu] Remove Ubuntu from Boot Options
  8. [ubuntu] I have to log in twice every time
  9. [ubuntu] Gutsy and FF3 ...how ?
  10. [ubuntu] Fonts in Ubuntu 7.04 and 8.04
  11. [ubuntu] Need some girly themes for my girlfriend's laptop!
  12. [ubuntu] After a recent Hardy update, on start up it says it could not detect my video card.
  13. [all variants] Can't download flashplugin-nonfree
  14. [ubuntu] Special characters in filenames
  15. [ubuntu] Panels crashes when clicking on date/weather Button
  16. [gnome] Get windows to remember previous placement
  17. [ubuntu] Ripping DVD
  18. [ubuntu] gtkpod error - moving mp4s to iPod
  19. [ubuntu] [SOLVED] DosBox freezes
  20. How do I change the URL from my public IP address to a domain name?
  21. [ubuntu] forgot to unmount flash drive with vista cannot mount now
  22. [ubuntu] Disable Rectangular Outlines?
  23. [all variants] Can't burn with Brasero or K3B.
  24. [ubuntu] Update Error - Linux Image
  25. [ubuntu] The Best Readable Hardy LCD Fonts
  26. [all variants] apt !update? time out
  27. [all variants] Dropdown menu problems
  28. [gnome] how to install gnome on server from desktop-cd?
  29. [ubuntu] how do i change this??
  30. [ubuntu] Couldn't read CD/DVD
  31. [ubuntu] BusyBox error as well as a question on RAID
  32. [ubuntu] Share file with other users
  33. [ubuntu] how to create symlinks in places menu?
  34. [SOLVED] super easy LightScribe install
  35. [ubuntu] Python Graphics Module and _tkinter
  36. [ubuntu] Remote X Server login
  37. [ubuntu] Evolution Duplicating Addressbook Entries
  38. [kubuntu] Is it possible to access a floppy while booted from a LiveCD?
  39. [ubuntu] Can not open any folder
  40. [ubuntu] Is it possible to take an animated oject from a web page and put it on desktop?
  41. [ubuntu] how to enbale frame buffer in console?
  42. [ubuntu] Evolution downloads, but hides emails
  43. grub boot error 17
  44. [ubuntu] "Error 22: No Such Partition" Despite Fix Attempts
  45. [ubuntu] online videos
  46. [ubuntu] Avant-window-navigator w/xcompmgr problem
  47. [ubuntu] what packages should i remove???
  48. [all variants] I think I found a few things to speed up firefox (may be just me)
  49. [ubuntu] [SOLVED] gnome panel font color
  50. [ubuntu] A few questions on desktop customisation
  51. [ubuntu] tracker always paused...
  52. [ubuntu] Help With A Music Player
  53. [ubuntu] Application closes for no reasons
  54. [ubuntu] Crashing
  55. [ubuntu] what are vitual consoles? and what are they for?
  56. [kubuntu] problems with scan software
  57. [ubuntu] Bash script and sharing variables between sessions
  58. [xubuntu] trouble compiling - dependency is installed, but not recognized
  59. [ubuntu] Random crash to desktop
  60. [xubuntu] Touble with CPU scaling and CPU fan hard at work
  61. [ubuntu] Unable to use Beryl Emerald theme
  62. [ubuntu] Help! The './configure' command refuses to work!
  63. [ubuntu] Bootloader Help Needed !!
  64. [ubuntu] System set to UTF*, but no polish letters in folder/filenames
  65. [gnome] Installing Repos located on USB Disk with no internet
  66. [gnome] Session Manager will not launch
  67. [ubuntu] Package that isn't there marked for removal
  68. [ubuntu] Kdenlive installation help
  69. [kubuntu] Hard time writing CD images on DVDs using K3B
  70. [ubuntu] [SOLVED] Can't pair with Bluetooth headset
  71. [ubuntu] sbackup help needed. would spawn bg tar process that never cleanly exists.
  72. [ubuntu] Floppy won´t mount
  73. [ubuntu] Lock screen doesn't go blank...
  74. [ubuntu] [SOLVED] strange things happening...HELP!
  75. [ubuntu] Confused as heck. ATI Raedon 9250 Series
  76. [all variants] USB Drive not mounting...............................help....
  77. [ubuntu] [SOLVED] what´s the Linux equivalent of Ctrl-Alt-Del Task Manager
  78. [ubuntu] Synaptic error
  79. [ubuntu] [SOLVED] sudoers has got its knickers twisted
  80. [all variants] thunderbird freezes
  81. Bigger than 30gb wubi install?
  82. [ubuntu] general web crashing
  83. Wubi Bigger Install!
  84. [ubuntu] dial up modem connection
  85. [ubuntu] name a torrent client with built in scheduler
  86. [ubuntu] Uninstall Ubuntu
  87. [ubuntu] Does the laptop battery last longer when i'm on ubuntu than when i'm on vista?
  88. [ubuntu] Emerald Theme Manager
  89. [ubuntu] list of kernels when booting up
  90. [ubuntu] Need help undoing commands
  91. [ubuntu] keyboard shortcut to type email address?
  92. [ubuntu] Can I force Evolution to just check my POP mail? And a Flash query
  93. [ubuntu] could I get locked out....
  94. [ubuntu] A little help
  95. [ubuntu] Fax Info
  96. [ubuntu] [SOLVED] KDE apps incredibly slow after upgrade to Hardy Heron
  97. [ubuntu] gpsd garmin 200w
  98. [ubuntu] cant get it to start...
  99. [kde] Want to change the colour of the File/Tools (etc.) bar
  100. [ubuntu] Courier configuration problems (with getmail)
  101. [gnome] aurora help.
  102. [ubuntu] Formatting media
  103. [ubuntu] icon theme maker
  104. [ubuntu] Import Outlook Express folders to Thunderbird?
  105. [ubuntu] Help changing GDM theme with a bash command
  106. Upgrade Wubi 7.04 to Wubi 8.04?
  107. [ubuntu] [SOLVED] Directory is there but I can't open it
  108. [ubuntu] [SOLVED] cGmail and FireFox 3 problem!
  109. [ubuntu] dissapointment with hardys new wireless drivers
  110. [ubuntu] System crashes
  111. [ubuntu] [SOLVED] Makefile troubles
  112. [ubuntu] Problems with .Trash / space
  113. [ubuntu] System Monitor Network History Reset?
  114. [ubuntu] Sync Nokia 6300 with Evolution
  115. [ubuntu] SSH times out on 8.04
  116. [ubuntu] Connecting to Samba, using fstab - won't connect on boot
  117. [ubuntu] Help with command lines
  118. [all variants] Firefox 3
  119. [SOLVED] Unable to boot into ubuntu
  120. [ubuntu] [SOLVED] No protocol specified cannot open display:
  121. [xubuntu] [eeeXubuntu] Update Progam Problem
  122. [xubuntu] How do i install Xubuntu to a USB HDD?
  123. [ubuntu] exe files
  124. [ubuntu] No Shutdown/Logoff Sound
  125. [ubuntu] Hardy intermittent problem with going into suspend
  126. [ubuntu] How do I install and where do I get matlab for UBUNTU? ...Free?
  127. [ubuntu] NTFS partition corrupt from a forced mount
  128. [ubuntu] Going to try and get suspend working
  129. [ubuntu] ufw will not go away from autostart
  130. [ubuntu] Firefox movies have no focus
  131. [ubuntu] My CD and USB automount doesn't work
  132. [all variants] World Readable Home Directories?
  133. [ubuntu] Dual Boot Issues
  134. [ubuntu] locked out
  135. [ubuntu] No applets listed in awn-manager with awn-core-applets-bzr installed
  136. [gnome] Ignoring the keyring unlock on automatic login
  137. [ubuntu] create splash
  138. [ubuntu] Menu Bar
  139. [ubuntu] Missing menu links in system-->administration
  140. [ubuntu] AcidRip
  141. [ubuntu] Compiz-Fusion Cube Not Activating
  142. [ubuntu] Compiz Cube Keeps Unselecting Itself
  143. [ubuntu] STEP by STEP help toget wine, etc.
  144. [ubuntu] PICO-ITX DVI out
  145. [ubuntu] Assuming drive cache: write through - HELP!
  146. [ubuntu] Awn Extras
  147. [ubuntu] No keyboard "Logitech Media Keyboard Elite" found in list of available keyboards ?
  148. [ubuntu] Virtual Box Help- Audio not registering
  149. [kubuntu] changing web browser>>>
  150. [ubuntu] computer frozen, activity light stays on
  151. [ubuntu] Help with Hard disk recovery!
  152. [ubuntu] Installation on DVD-RAM ???
  153. [other] Firefox Error: No XBL binding for browser
  154. [ubuntu] Conky disappears with startup?
  155. [ubuntu] Outline View
  156. [ubuntu] Sleep / Resume White Box
  157. [other] Pidgin IM
  158. [ubuntu] Random Frequent Application Crashes in Fresh Install of Hardy
  159. [ubuntu] Annoying problem - shell scripts!
  160. [ubuntu] Mirrored drives
  161. [ubuntu] merge (photo) directories
  162. [ubuntu] sudden bluetooth problem
  163. [ubuntu] I don't have permissions to copy from a CD?
  164. [ubuntu] wont download
  165. [ubuntu] Help with apache and user permission
  166. [xubuntu] OpenOffice - help with graphs?
  167. [ubuntu] Flash Drive dilema
  168. [ubuntu] This is what I want to do (fullscreen dynamic eye candy)
  169. [ubuntu] strange problem with apt
  170. [ubuntu] Getting VEOH player to work.
  171. [ubuntu] Sudo(Ubuntu)
  172. [ubuntu] VMware, Vista tutorial
  173. [mythbuntu] Lircmd section in xorg.conf seems to crash X
  174. [ubuntu] pidgin icon
  175. [ubuntu] Strange problem with wireless...
  176. [all variants] Experimental Computer!
  177. [ubuntu] Disable Login Window
  178. [ubuntu] Firefox Error
  179. [ubuntu] Kiba Dock for all users.
  180. [SOLVED] Problem with Accounts on installation of Wubi
  181. [ubuntu] [SOLVED] Can't Print from OpenOffice
  182. [ubuntu] [SOLVED] Can't empty trash, permissions denied.
  183. [ubuntu] Can't get mail-notification to detect thunderbird
  184. [ubuntu] [SOLVED] Restore Compiz settings after disabling it
  185. [ubuntu] 3D graphics for ATI Rage 128 ??? Latitude C600/C500
  186. [ubuntu] [SOLVED] Internet Suddenly Slow on Ubuntu
  187. [ubuntu] Python help
  188. [ubuntu] programs won't remember settings
  189. [ubuntu] Killing GDM incorrect password
  190. [ubuntu] Synaptic caches programs for install?
  191. [ubuntu] installing graphics drivers
  192. [ubuntu] Keyboard short-cut for persistent GNOME terminal
  193. [ubuntu] [SOLVED] keyboard - why tap apostrophe twice to display
  194. [ubuntu] DUAL UBUNTU problem
  195. [ubuntu] Changing the compiz plugins default font?
  196. [all variants] Is there a better alternative than gaim or pidgin?
  197. [ubuntu] are the free cd's live cd's?
  198. [ubuntu] [SOLVED] Cannot find old Window XP files.
  199. [all variants] Boot OSX from USB
  200. [ubuntu] How can I do a codec dump of alc885?
  201. [ubuntu] Evolution calendar reminder window instead of popup
  202. [ubuntu] Installation problem-
  203. [ubuntu] Radeon 9200SE, one head blank, the other messed up
  204. [ubuntu] [SOLVED] Screen goes blank after 10 minutes
  205. [ubuntu] Moving files using Terminal
  206. [ubuntu] [SOLVED] HOW TO: uninstall grub??
  207. [ubuntu] resolution
  208. [ubuntu] Mouse click from terminal
  209. [ubuntu] Defaulting after reboot
  210. [ubuntu] N00b in serious need of help, several problems
  211. [ubuntu] Changing Permissions for SD Card
  212. [all variants] Router homepage reload-cycling
  213. [ubuntu] [SOLVED] I broke my updater... real bad (I think... Idk.... WTH AM I DOING??? HELP!!!
  214. [xubuntu] [SOLVED] Please help! libxfcegui4-3 wants to uninstall Xfce4
  215. [ubuntu] gxine, streaming url with spaces?
  216. [ubuntu] [SOLVED] can't use ubuntu 7.10 live cd
  217. [ubuntu] try this i cant get it to work!
  218. [ubuntu] [SOLVED] Ubuntu resets hardware clock to GMT
  219. [other] Possible reason for gparted crash.
  220. [ubuntu] Minimize?maximize tabs gone on Firefox
  221. [ubuntu] half life 2 crashes on startup
  222. [ubuntu] How do I format existing NTFS partitons to EXT3 from the Ubuntu OS?
  223. [other] [rsync] Push-and-pull synchronizing of ~/.opera/
  224. [ubuntu] FileSystem Advice
  225. [all variants] HD2600XT, Compiz, AIGLX, and Ubuntu Studio (Hardy, realtime kernel)
  226. [ubuntu] while making wine, gcc error?
  227. [ubuntu] Getting Error Message with some KDE Apps
  228. [ubuntu] i installed opera web browser but now i cant find it/run it
  229. [all variants] Invisible Bookmark Toolbars in Galeon
  230. [ubuntu] Evolution email on qwest.net
  231. [kubuntu] Cannot get flash work
  232. [all variants] Partition definitions
  233. [ubuntu] NEED MAJOR HELP..Recovering Files on old hard drive
  234. [all variants] [SOLVED] Simple way to save the flash videos on the web without using any extra appli
  235. [ubuntu] Remote Desktop Viewer - Silent Mode?
  236. [ubuntu] change permissions from root to usr for ext3 data partition?
  237. [ubuntu] xterm auto-completion of old commands
  238. [ubuntu] update screwed it !!
  239. [ubuntu] Don't have access to Configuration : Can't access WiFi
  240. [ubuntu] [SOLVED] Files "lock" when transferred over from cd or dvd (Hardy)
  241. [ubuntu] PERMANENT Network Bridge
  242. [kde] Transparency in KDE menu
  243. [ubuntu] How to open .bat files?
  244. [ubuntu] Compiz makes me do alot of work
  245. [all variants] XForwarding v sendmail - One must fall
  246. [kubuntu] How to configure KNAIL settings by using the same .pst file used in windows outlook ?
  247. [ubuntu] Ubuntu won't let me install software!?!
  248. [ubuntu] window placement - easy problem to fix
  249. [ubuntu] Gparted not recognised labels
  250. [ubuntu] media making ubuntu semi-crash?