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] SMB Share won't copy to desktop
  2. [ubuntu] remastersys
  3. [all variants] cups pdf
  4. [ubuntu] [SOLVED] Deleted Ubuntu partition, can't boot Vista
  5. [ubuntu] how do you prevent a new window from stealing focus? (gnome)
  6. [ubuntu] Xserver Reboots With System Beep!?!
  7. [other] RHCT Job?
  8. [other] change volume in shell
  9. [ubuntu] 2 Keyboard Ponderings
  10. [ubuntu] [SOLVED] Installing Nvidia drivers
  11. [ubuntu] ipw3945: Unknown symbols, in dmesg
  12. [all variants] [newbie]Installing libs and removing them afterwards, among other things
  13. [ubuntu] [SOLVED] Quit GUI apps with PuTTY
  14. [ubuntu] Error when using any synaptic program
  15. [ubuntu] Ubuntu doesn't remeber SSID
  16. [other] What do I need to install before I can install dar?
  17. [ubuntu] Running low on space
  18. [ubuntu] Alternative to Adobe Flash
  19. [ubuntu] [SOLVED] dual boot help needed!
  20. [ubuntu] scrolling on trackpad stopped working
  21. [ubuntu] Use as server and desktop
  22. [other] need good linux/unix/FOSS book!
  23. [xubuntu] Customize rolldown menu's
  24. [ubuntu] keep terminal from closing
  25. [ubuntu] Some keys not working on login screen
  26. [ubuntu] AssaultCube hangs
  27. [kubuntu] My opinions on KDE after two years...
  28. [ubuntu] Could it be a virus?
  29. [ubuntu] AMD and Ubuntu
  30. [ubuntu] [SOLVED] What application is this?
  31. [other] DESTROYING thumb drive partitions using gparted
  32. [ubuntu] "Force" application to work with Vine?
  33. [ubuntu] Would it be obvious?
  34. [mythbuntu] bootup fails with kernel panic kmalloc_dma-512 size=512 failed.
  35. [ubuntu] firefox dies after opening 3 windows
  36. [ubuntu] MPlayer aspect ratio
  37. [ubuntu] [SOLVED] Evolution freaking out
  38. [gnome] [SOLVED] Firefox tabs all white?
  39. [kubuntu] Can't get to any secured website.
  40. [ubuntu] Customization Help
  41. [ubuntu] /boot is full
  42. [ubuntu] Custom Terminal Size and Placement Upon X Startup
  43. [ubuntu] screen lock mistyped password delay
  44. [ubuntu] GRUB 2 hard drives 3OS's...how the heck?
  45. [ubuntu] Mounting volumes on demand
  46. [kde] Partitions constantly being renamed
  47. [ubuntu] how to change partition permissions in fstab?
  48. [ubuntu] Does Ubuntu mount ext3 partitions this way by default?
  49. [ubuntu] FTDI (FT2232) works under root only and not under normal user
  50. [ubuntu] Limiting folder access
  51. [ubuntu] DOSBOX and ScummVM use all my CPU. Why?
  52. [ubuntu] manual partition step when installing 8.04
  53. [ubuntu] Hulu hulu.com problem with video but not audio
  54. [ubuntu] Thunderbird + Enigmail - Cannot Change GPG passphrase
  55. [ubuntu] compiz stops sound and wireless from working
  56. [ubuntu] Help: How can I make Ubuntu look like Vista
  57. [ubuntu] how do u install ubuntu hardy in vista?
  58. [ubuntu] Unable to Unmount Device
  59. [ubuntu] Radom Reboots
  60. [ubuntu] seahorse(?) problem: cannot open remote file with geany
  61. [ubuntu] Emesene not showing my contacts?
  62. [ubuntu] Using Iptables to monitor bandwidth usage
  63. [ubuntu] stop audio from being sent to monitor
  64. [ubuntu] Making some changes newb questions
  65. Help..!! Installing wine error????
  66. [ubuntu] how do you uninstall screenlet themes?
  67. [ubuntu] General Data Recovery
  68. [ubuntu] AWN (Avant) with stacker help openoffice
  69. [all variants] [SOLVED] problem mounting partition after data recovery
  70. [ubuntu] Auto Mount box.net
  71. [ubuntu] Compiled Kernel, now WLAN, no graphics
  72. [ubuntu] Customization Headache
  73. [ubuntu] squid-prefetch
  74. [ubuntu] Backing up unmountable NTFS drive
  75. [ubuntu] Which software/app to view remote cameras?
  76. [ubuntu] Script Issuse
  77. [ubuntu] Unable to mount: NTFS marked to be in use
  78. [SOLVED] Simple Backup Suite: Is it working?
  79. [ubuntu] Lost the menu bars
  80. [ubuntu] CD-ROM/DVD-ROM drive suddenly not detected
  81. [ubuntu] NTP Daemon not Working
  82. [ubuntu] ubuntu wont boot, can't load udev.conf
  83. [ubuntu] Firefox 3 still has scroll lag
  84. [ubuntu] Startup freeze after kernel update
  85. [all variants] Help making a password-less account
  86. Wubi on Asus Eee PC
  87. [ubuntu] help with synaptic package manager
  88. [ubuntu] Ubunut/Windows deleting files
  89. [all variants] uninstalling nero linux
  90. [ubuntu] Yahoo Forbidden You don't have permission to access
  91. [ubuntu] Screen Resolution problem- Sony Laptop
  92. [ubuntu] Workspaces have Stopped Working?
  93. [ubuntu] ERROR 18, need help desperaely.
  94. [ubuntu] Module programming
  95. [other] About acpi
  96. [ubuntu] Virtual Box Help
  97. [ubuntu] Still problems with courier-imap
  98. [ubuntu] 8.04 & ATI Drivers (fglrxinfo and glxinfo) problem
  99. [ubuntu] Changing my password?
  100. [ubuntu] Firefox Ubuntu Modifications
  101. [ubuntu] WINE issues on ubuntu 7.10
  102. [gnome] [SOLVED] Lost Wireless/Internet Connection Applet
  103. [ubuntu] I can't boot ubuntu
  104. [ubuntu] taskbars gone
  105. [ubuntu] moving a file into write protected directory
  106. [ubuntu] Ubuntu 8.04 Server /dev
  107. [ubuntu] Trouble installing Nvidia drivers
  108. [ubuntu] GIMP/gThumbs Print Preview Doesn't Print Correctly
  109. [ubuntu] [SOLVED] USB hard drive not mounting in Hardy
  110. [ubuntu] Problem with terminal
  111. [ubuntu] Auto mount on my mp3 player stopped working
  112. [ubuntu] Change my resolution [SiS MiRAGE 3+]
  113. [all variants] [SOLVED] Linux Cleanup Program(s)
  114. [ubuntu] Emerald not working!
  115. [all variants] [SOLVED] strange files!
  116. [other] Help, how to run Ubuntu under WinXP?
  117. [ubuntu] Why Is Ubuntu So Poor At Multitasking?
  118. [ubuntu] cant recover from trash
  119. [ubuntu] Routine Check of Drives /dev/sda1...
  120. [ubuntu] Conky and LM-sensor
  121. [ubuntu] ubuntu server problem
  122. [xubuntu] msn messenger problems
  123. [ubuntu] Color problem with Brother HL-4070CDW printer
  124. [all variants] Installing a couple OSes, help me understand
  125. [ubuntu] sinaptic got stuck please help
  126. [all variants] [SOLVED] Automatically Shutdown on Process End
  127. [ubuntu] Nvidia 7800GS resolution
  128. [gnome] the lower bar doesnot display applications
  129. [ubuntu] Trackpad will no longer scroll
  130. [ubuntu] iPod idea
  131. [ubuntu] Cursor becomes strange when changing the effect settings
  132. [gnome] Mounting USB flash drives with the flush option.
  133. [ubuntu] Does having an extra panel slow startup time?
  134. [ubuntu] Automatically position my screen
  135. [ubuntu] [SOLVED] Delete key has stopped working in opera
  136. [all variants] Screencast
  137. [ubuntu] [SOLVED] Comcast HSI
  138. [all variants] Running commands beyond current session
  139. unknown protocol POP3 kshowmail
  140. [ubuntu] What are the advantages of 8.04?
  141. Wubi stuck at Grub4DOS
  142. [ubuntu] Most things are having access denied...
  143. [ubuntu] how to apply emerald thems
  144. [ubuntu] reboot problems
  145. [ubuntu] mounting ntfs harddisks for all users after system start...
  146. [ubuntu] Runnung Application Icons in the Taskbar
  147. [ubuntu] Root trash always empty. Even when it shouldn't be.
  148. [ubuntu] big problems with fresh install
  149. [gnome] keyboard layout fun witg gnome applet
  150. [ubuntu] Some questions
  151. [kubuntu] Funky Funky Font
  152. [ubuntu] [SOLVED] How do I change file associations for ALL programs?
  153. [ubuntu] Delete partition
  154. [ubuntu] Install under XP Fails
  155. [ubuntu] Evernote in Wine missing key features
  156. [ubuntu] Ubuntu into total Vista
  157. [other] Download whole web page + elements (CSS, images, etc)?
  158. [ubuntu] mount mess up
  159. [kde] Anyone know where I can find this wallpaper?
  160. [ubuntu] missing desktop task bar
  161. [ubuntu] [SOLVED] Ubuntuzilla thinks I have an older firefox version
  162. [ubuntu] Hardy Login Splash
  163. Small script to fix filenames with "_20" instead of spaces
  164. [ubuntu] Strange error with GREP!!!
  165. [ubuntu] Sheild Icons (Lock/Security) - What for?
  166. [ubuntu] Processor overload problem
  167. [ubuntu] I'm done with ubuntu, i want it gone.
  168. [ubuntu] Customization, bash... Probably something more
  169. [ubuntu] Total noob question.......
  170. [ubuntu] nVidia driver troubles... (A few system queries, too)
  171. [ubuntu] Creating ubuntu based distro, need help
  172. [ubuntu] xmodmap - can't make it work for me to change Ctrl+Alt+Backspace to something else
  173. [all variants] Compiz - disable decoration transparency on incative windows?
  174. [ubuntu] [SOLVED] Title Bar and Borders have Disappeared
  175. [ubuntu] How can you see past websites visited if the history was deleted?
  176. [xubuntu] CD Problems
  177. [ubuntu] Please Help - libtool: unrecognized option `-o'
  178. [ubuntu] [SOLVED] Firefox won't save bookmarks
  179. [ubuntu] Can XP be 2nd install after Ubuntu?
  180. [ubuntu] Which HSDPA phone...?
  181. [all variants] medibuntu.org DNS problems?
  182. [ubuntu] Quick questions concerning ubuntu
  183. [ubuntu] Install software error
  184. [ubuntu] ubuntu wont boot to the user login
  185. [all variants] booting from external DVD-ROM (USB)
  186. [all variants] CDDB Audio CD Info in Rhythmbox Behind Windows Media Player?? What gives????
  187. [ubuntu] Shockwave Plugin For Firefox
  188. [ubuntu] Can't Suspend or Hibernate HP dv6258se
  189. [ubuntu] I'm brand new (sorry). How do I do the cube?
  190. [ubuntu] Problem with X-FI sound card
  191. [other] Emerald glow order
  192. [all variants] Recovering a Windows product key through Ubuntu
  193. [ubuntu] Tango icons
  194. [kubuntu] Cant' print some pdf files created by windowz pc's
  195. [ubuntu] [SOLVED] startup priorities
  196. [ubuntu] [SOLVED] two x servers and compiz
  197. Watchout - WUBI uninstall not working on XP - Ubuntu 8.0.4.1 Hardy Heron failure
  198. [ubuntu] Keyboard question!
  199. [ubuntu] Problem with Synergy - unable to connect
  200. [ubuntu] zoom effect two monitors
  201. [ubuntu] [SOLVED] Screen flickers when compiz enabled
  202. [all variants] Yum command problem
  203. [ubuntu] GRUB wont boot up
  204. [ubuntu] Java won't compile
  205. [other] Restore GRUB?
  206. [ubuntu] [SOLVED] Something is failing on start
  207. [kubuntu] trying to burn dvd with Kp3
  208. [ubuntu] nvidia glx new
  209. [ubuntu] K3B restore default screens
  210. [ubuntu] I broke something need some help
  211. [xubuntu] Thunar scripts?
  212. [other] Debian GNU/Linux question
  213. [all variants] Vnc
  214. [ubuntu] Using system command from webpage
  215. [all variants] Virtual CD-R "drive" - that's "drive" not mounted ISO image
  216. [ubuntu] [SOLVED] Will I beable to run it with proper driver?
  217. [ubuntu] Gparted is messed up after a quick visit to Test disk
  218. [all variants] [SOLVED] very strange behavior of ~/.fonts.conf
  219. [ubuntu] Installing Flash
  220. [other] Evolution Weirdness
  221. [all variants] [SOLVED] Scalpel help
  222. [ubuntu] Epson NX400
  223. [ubuntu] Frozen Clock
  224. [ubuntu] [SOLVED] Is there a way to center text book scans?
  225. [ubuntu] ntfs raid mounting issue
  226. [ubuntu] Lost disk space
  227. [ubuntu] Ubuntu 8.04.1+Compiz --> I want water effects on desktop
  228. [ubuntu] A good Level Editor
  229. [ubuntu] Extra Security
  230. [ubuntu] problem with routine disk check
  231. [kubuntu] How to deny changing the owner of ROOT_DIR
  232. [ubuntu] how to get to GUI environment after booting up?
  233. [other] Using Gravis Eliminator GamePad Pro on Ubutu\Kubuntu 8.04 Hardy
  234. [ubuntu] Question about kernel...
  235. [ubuntu] [SOLVED] Gthumb can't see all drives
  236. [ubuntu] VirtualBox OSE
  237. [ubuntu] [SOLVED] Open/Save operations crash with different apps
  238. [ubuntu] Can't get past login screen even with correct user/pass
  239. [ubuntu] what is the kernal version number for Unbuntu 8.04
  240. [ubuntu] Terminal lingo
  241. [ubuntu] Realtime download stats
  242. [ubuntu] JPG / Theme problem in Gutsy
  243. [ubuntu] JPG / Theme problem in Gutsy
  244. [ubuntu] 'disk' keeps mounting on start up
  245. [ubuntu] Acer T671-FB7Z installation problem
  246. [ubuntu] Install Glade
  247. [ubuntu] Help !!! Where did it go ? !!!
  248. [ubuntu] Problem installing software in ubuntu 7.10
  249. [ubuntu] Problems installing Staroffice
  250. [ubuntu] pureftp and pureadmin