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 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057

  1. [SOLVED] Backup to flashdrive halts at every symbolic link
  2. [ubuntu] Grub Loading Error 17
  3. [ubuntu] Removing Vista Partition
  4. [ubuntu] how to upgrade to new version of wine hq
  5. [SOLVED] Can I use ext4 on hardy?
  6. [kubuntu] Kopete and Yahoo
  7. [ubuntu netbook remix] System Restoration
  8. [all variants] Any problems with file permissions for second user?
  9. [ubuntu] Conky-Colors [Install] Error 1
  10. [SOLVED] Windows partition unwritable from Ubuntu after defragmentation
  11. [ubuntu] top bar gone
  12. [ubuntu] Videos lag and slow down system
  13. [all variants] rsync question (filters)
  14. [ubuntu] using ubuntu to recover deleted data from NAS (RAID0/xfs)
  15. [ubuntu] TED not working
  16. [ubuntu] Ubuntu boots to console and won't load anything
  17. [other_os] Grub (Hd0) Madness win xp vannished
  18. [SOLVED] Run ubuntu applications in Linux Mint?
  19. [ubuntu] best ubuntu compatible laptop
  20. [ubuntu] Vista keeps deleting my Linux partition
  21. [ubuntu] .shell
  22. [ubuntu] Boot Error System Halted in Ubuntu 9.04 how to repair??
  23. [ubuntu] software index broken
  24. [ubuntu] 1920x1080 horizontal resolution incorrect
  25. [SOLVED] dvd-rom?-Read/write
  26. [ubuntu] Ipod mount problems... again.
  27. [ubuntu] Locked out
  28. [ubuntu] Time Schedule HellaNZB
  29. [ubuntu] Songbird 1.2 crashes on startup
  30. [ubuntu] WiFi problems
  31. [SOLVED] Locate .deb(s) from currently installed programs for re-installation/backup?
  32. [ubuntu] power was interupted and now no login window
  33. [all variants] Change he Reserved Block size for an ext3 partition
  34. [SOLVED] How to remove a File that I put on by scp?
  35. [ubuntu] [opera] flash npviewer.bin error while open youtube
  36. [ubuntu] sshfs timeout
  37. [all variants] mupen64plus
  38. [SOLVED] VirtualBox OSE: Freshly created VM refuses to start
  39. [ubuntu] unpacking awn themes .tgz into correct repository
  40. Problem with a AdobeAir App. Thoughts?
  41. [ubuntu] Need help....badly :)
  42. [xubuntu] What does %wa in "top" signify?
  43. [ubuntu] Extension messed up when mounting cd image
  44. [ubuntu] Cellwriter does not work anymore. It doesn't pop up
  45. [ubuntu] Added 2nd drive, 13% space missing - why?
  46. [ubuntu] Firestarter blocks Internet
  47. [ubuntu] cannot add the executive into debian package
  48. [ubuntu] Evolution - freeze searching files on startup
  49. [ubuntu] apache running but sites are down?!
  50. [ubuntu] .ds4 file convervion to .jpeg
  51. [ubuntu] Use mplayer/vlc for firefox
  52. [all variants] Who does use updatedb?
  53. [ubuntu] beamer autostart and poster
  54. [ubuntu] having trouble with dual boot
  55. [ubuntu] Conky-Colours Covers Open Windows
  56. [all variants] What program to create web-forms for MySQL? (OpenOffice base style)
  57. [ubuntu] emesene signing in as online from suspend
  58. [ubuntu] ksh question
  59. [ubuntu] SHEBUNTU Project
  60. [ubuntu] having hard time saving document...
  61. [ubuntu] Samba - create mask does not work
  62. [ubuntu] How to check installed video driver
  63. [ubuntu] fsck at startup
  64. [all variants] Harddrive Access As Root Only. Help!
  65. [ubuntu] again suspend problemsssss
  66. [ubuntu] Suspend not working properly
  67. [ubuntu] Probably a bug, with PPTP and Network Manager.
  68. [ubuntu] Best application for opening RTF files in gnome?
  69. [SOLVED] Please help with Firefox Speed Dial add on
  70. [xubuntu] Move existing Ubuntu install to different hard disk
  71. [all variants] Best place to make sugestions?
  72. [ubuntu] (sda) Assuming drive cache: write through
  73. [other_os] Adour open source equivalent for Windows?
  74. [ubuntu] convering a .dmg to an .iso to burn on a DVD+r DL
  75. [all variants] How to restore old MBR (ntldr)
  76. [ubuntu] recovering data from windows partition
  77. [ubuntu] How do I sort Gnome Application menus?
  78. [ubuntu] Cisco VPN IPsec - Gnome NetworkManager - Time Outs
  79. [ubuntu] nautilus terminates when opening "preferences"
  80. [SOLVED] Undelete in Ubuntu?
  81. [ubuntu] How do you stop Gnome opening windows at screen edge?
  82. [ubuntu] Remote Desktop
  83. [SOLVED] 9.04 Server network dropping
  84. [all variants] Messed up something with evolution
  85. [ubuntu] virtual consoles dont show login prompt
  86. [ubuntu] cannot open uninstaller
  87. [ubuntu] Change version of gcc
  88. [ubuntu] Sound help?
  89. [ubuntu_studio] Boot problems
  90. [SOLVED] apt-get gives error when removing package
  91. [ubuntu] Install Wireless USB HELP~!
  92. [ubuntu] VirtualBox & Championship Manager 2010
  93. [ubuntu] Print from Firefox only prints first page
  94. [ubuntu] Static in Rhythmbox with WMA
  95. [ubuntu] Installing swfdec
  96. [all variants] Getting SCO OpenServer floppy disks open on Ubuntu
  97. [ubuntu] My ubuntu 8.04 (3) problems?? Help please.
  98. [ubuntu] copy all sticky notes to Documents
  99. [SOLVED] couldn't login after install, unknown password
  100. [ubuntu] "Make" does not work
  101. [all variants] Touch screen note taking software?
  102. [ubuntu] Viewing Google finance charts in Mozilla
  103. [ubuntu] Volume Control Help in Jaunty.
  104. [ubuntu] Running LXDE session over VNC
  105. [all variants] event.d help
  106. [SOLVED] window switcher used in a youtube video
  107. [ubuntu] trying to access https://www.hcsbonline.com/
  108. [ubuntu] anyone try zimbra desktop compared to Thunderbird?
  109. [SOLVED] Evolution - remove filters
  110. [gnome] GTK-scanmem
  111. [all variants] help with etc/fstab
  112. [other] Hangs on shutdown
  113. [gnome] cant seem to be able to confiqure wireless settings
  114. [ubuntu] how NOT to copy hidden files and folders?
  115. [ubuntu] Confused as to partition resizing
  116. [ubuntu] Make Prism identify as Firefox
  117. [SOLVED] Ubuntu 9.10 - Graphical Grub
  118. [ubuntu] Cannot install mercurial
  119. [SOLVED] Need help with alias command
  120. [ubuntu] Screen share my Ubuntu machine with Windoze
  121. [ubuntu] Some Updates arent Updating
  122. [ubuntu] Xmodmap, key event problem.
  123. [SOLVED] Could not display "network:///". Nautilus cannot handle "network" locations.
  124. [ubuntu] recycle bin
  125. [ubuntu] 4gen ipod recently stopped working on Jaunty
  126. [SOLVED] Can't empty trash (no such file or directory)
  127. [ubuntu] Install Tex/LaTeX Packages with mpm and Manually on Hardy
  128. [ubuntu] what Graphics card is recommended to buy for ubuntu 9.4
  129. [ubuntu] Installed Virtualbox and broke root login
  130. [SOLVED] Evolution mail, sending mail
  131. [ubuntu] Rdesktop "Thin client" redux.
  132. [all variants] Fuppes and taglib disabled
  133. [all variants] Restore an existing RAID 5 without formatting
  134. [ubuntu] use external monitor as static desktop? separate X window required?
  135. [ubuntu] Wake Up Machine
  136. [ubuntu] Evolution has been crashing a lot lately....
  137. [all variants] Xchat doesn't work in my school
  138. [SOLVED] Evolution and alltray
  139. [kubuntu] Is there any way to check which plasmoids are using the most CPU?
  140. [SOLVED] No Sound
  141. [ubuntu] What's the latest on UDF how do I open a UDF disk?
  142. [ubuntu] ffmpeg tutorial
  143. [ubuntu] Grub "Error 11: Unrecognized device string"
  144. [ubuntu] Difference between purge, dpkg -r, remove
  145. [all variants] Embeddig a shell command in a Freemind node.
  146. [ubuntu netbook remix] restoring key-shortcuts for eee power management
  147. [SOLVED] No sound Hp DV7-2120 ED
  148. [ubuntu] Oh no!?!? Screen went black, loud beeping.
  149. [all variants] Disaster with fsck
  150. [all variants] Unicode key, non-latin keyboard
  151. [ubuntu] Power Management Settings ineffective
  152. [ubuntu] How to boot with minimal graphics settings?
  153. [ubuntu] Questions about "cannot execute binary file"
  154. [kubuntu] how to save favorites menu?
  155. [ubuntu] High Pitched Sound when I turn my computer on
  156. synaptic will not start after CPU swap
  157. [ubuntu] Customization of Terminal (similar to slackware)
  158. [ubuntu] Flash Video Playback Hesitates
  159. [ubuntu] Nautilus actions Dropbox compare
  160. [ubuntu] ldap
  161. [ubuntu] Missing Disk Space
  162. [SOLVED] Uninstall custom kernel
  163. [ubuntu] HPLIP problems
  164. [ubuntu] What's the best deal on a ubuntu friendly printer?
  165. [ubuntu] Package dhcpd is not available, but is referred to by another package etc etc
  166. [ubuntu] Problem removing program
  167. [ubuntu] Compiz Messed up! How do I fix it? Ubuntu 9.04.
  168. [kubuntu] Amarok isn't reporting to last.fm
  169. [ubuntu] can't find and clean the Trash in ubuntu
  170. [all variants] Esperanto-English dictionary
  171. [ubuntu] Network HDD
  172. [ubuntu] What is a restricted package?
  173. [ubuntu netbook remix] Freezing on ubuntu logo page
  174. [SOLVED] Gsopcast
  175. [ubuntu] emesene can see invisible contacts
  176. [ubuntu] Nautilus Issue
  177. [SOLVED] dual boot
  178. [ubuntu] World of Warcraft
  179. [ubuntu] How to install the latest version of pidgin?
  180. [all variants] Problem Adding a Partition
  181. [kubuntu] Does ATI Proprietary Drivers Work Better in KDE than Gnome
  182. [ubuntu] wallpaper
  183. [ubuntu] Crazy Memory Usage?
  184. [ubuntu] How to edit Samba.conf
  185. [ubuntu] Looking for networks, doesn't let me do anything else
  186. [SOLVED] uploading pics to shutterfly
  187. New kernel problem, seems easy to solve but im lost!
  188. [ubuntu] Start up graphic issues
  189. [kubuntu] Dual boot vista/kubuntu problems
  190. [ubuntu] Evolution Setup Help
  191. [ubuntu] No Laughing Please ;)
  192. [ubuntu] Suspend (S3) Resumes Immediately
  193. [SOLVED] Sound and desktop effects not working =(
  194. [ubuntu] 64 Bit, powerful system, yet unpowerful?
  195. [ubuntu] R.I.P. Inspiron 6000
  196. [ubuntu] Seagate External HD
  197. [ubuntu] Which directory do themes go into?
  198. [SOLVED] openoffice.org subtract two time fields
  199. [all variants] i8k fan speeds
  200. [ubuntu] Pidgin keeps crashing
  201. [SOLVED] Running processes from a terminal window
  202. [ubuntu] headphone works but speaker does not
  203. [ubuntu] Chromium and KGmailNotifier
  204. [ubuntu] wireless troubles
  205. [ubuntu] java not working in firefox
  206. [ubuntu] Problem with the USB ports
  207. [ubuntu] External Keyboard with Touchpad - Scrolling
  208. [ubuntu] Native Display resolution not detected with DVI cable
  209. [all variants] Light SMTP Clients
  210. [ubuntu] Error message everytime i try to update my system.
  211. [ubuntu] Nipali file from labview cause problems
  212. [ubuntu] virus , dual OS problem
  213. [ubuntu] Startup applications.
  214. [SOLVED] rgb.txt is lost
  215. [ubuntu] boot problem
  216. [ubuntu] Fixing the Grub bootloader
  217. [ubuntu] gnome-do refuses to launch at startup
  218. [SOLVED] Simple Routine
  219. [ubuntu] Installing problem!
  220. [ubuntu] Compiz System Freeze
  221. [SOLVED] VERY annoying graphical glitch
  222. [all variants] openldap segfaults randomly
  223. [ubuntu] "make -j" for vlc-1.0.2 code causes hang
  224. [all variants] Copy new files with directory structure
  225. [ubuntu] Cannon Pixima Scaner help
  226. [ubuntu] How to use the Wu chinese input system to type simplified characters
  227. [ubuntu] keystroke for run window
  228. [all variants] Saving display prefs with onboard SIS 650
  229. [ubuntu] need help.. sound doesnt work, after fresh install
  230. [wubi] Kubuntu install of Wubi is broken
  231. [SOLVED] cannot empty trash
  232. [ubuntu] XDMCP over wireless
  233. [ubuntu] Alternitive to amsn new mail alert?
  234. [ubuntu] 9.04 64BIT | Software - PalaceChat | libs needed
  235. [ubuntu] Should I switch to Linux?
  236. [other] how can i upload my pic to the ubuntu avatar?..
  237. [ubuntu] Could not open file...
  238. [ubuntu] USB cable and cell phone
  239. [ubuntu] Move files under subdirectories into one folder?
  240. [kubuntu] error 21
  241. [ubuntu] New User Start Items
  242. [ubuntu] hibernate problem
  243. [ubuntu] how to start jdk and compile files on it
  244. [ubuntu] Review of various desktop search engines
  245. [ubuntu] Sound dragging out? please help
  246. [ubuntu] Requirements USB memory sticks to run 9.04
  247. [ubuntu] Application Monitor
  248. [ubuntu] Gnome Commander viewer starts with small size
  249. [ubuntu] please help!
  250. [ubuntu] Global Keyboard Shortcuts