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. [ubuntu] Ubuntu freeze / crash
  2. [ubuntu] Messed things up trying to install Ubuntu?
  3. [ubuntu] Weird Google Earth Font
  4. [ubuntu] projectM 2.0.1. problem.
  5. [ubuntu] windows not in grub after upgrade...
  6. [SOLVED] Help! Print Color Is Too Pale - How To Setup?
  7. [all variants] Repairing GRUB to add my Debian install.
  8. [ubuntu] What servers are you guys using?
  9. [SOLVED] rm -rf / ?
  10. [SOLVED] very high memory usage
  11. [ubuntu] Firewall question
  12. [ubuntu] how do I change the xscreensaver password window?
  13. [ubuntu] finding what is using the middle mouse button
  14. [all variants] Ubuntu Landscape Alternative
  15. [SOLVED] Sage error with jsmath
  16. [ubuntu] System Crash
  17. [SOLVED] Connecting To Windows !!!!
  18. [ubuntu] Unable to mount UDF Volume
  19. [ubuntu] VNC from Ubuntu (karmic) to Mac OSX Server
  20. [ubuntu] A good free ActionScript 3 Compiler for ubuntu out there?
  21. [ubuntu] ZoneMinder ZMU: Error, failed to get channel 0 attributes: Invalid argument
  22. [ubuntu] HELP: cant boot to my ubuntu (Mount of File system Failed)
  23. [ubuntu] Problem with X after a libc6 update
  24. [all variants] What are the 'keys' we have to add when adding repositories?
  25. [ubuntu] AJAX, Ubuntu Firefox/Opera
  26. [ubuntu] printer question
  27. [SOLVED] Conky and bash problems
  28. [ubuntu] Update killed my suspend
  29. [all variants] How To Migrate Email (One Web Host to Another)
  30. [ubuntu] Synapse IM not launching
  31. [ubuntu] SOPCAST for ubuntu 9.10
  32. [ubuntu] 9.10 gets to login then goes pixellated
  33. [other] [Grub2] Issues with GRUB2 and Windows 7
  34. [ubuntu] How can I get newest MintMenu in Linux Mint 7
  35. [ubuntu] PointOne epos
  36. [SOLVED] Newbie CLI question
  37. [ubuntu] Surfing the net got weird...
  38. [other] Router hell
  39. [xubuntu] How to mount usb keys in ReadOnly mode in Xubuntu 9.10
  40. [ubuntu] job_process_spawn error at Ubuntu startup
  41. [ubuntu] package required
  42. [ubuntu] xorg.conf in karmic
  43. [SOLVED] Change Sound Theme KDE
  44. [ubuntu] Claws mail tray notification problem
  45. [ubuntu] Backup solution for local Debian install
  46. [SOLVED] Conky issues after re-install
  47. [gnome] Scroll Speed - Microsoft Wireless 5000
  48. [ubuntu] itunes
  49. [kubuntu] Sound Wont Work In games
  50. [SOLVED] Funny problem....compiz opacity
  51. [SOLVED] Dual boot, dual monotors, Ubuntu now wont start
  52. [SOLVED] Printer setup
  53. [ubuntu] Unable to start after pm-utils install
  54. [SOLVED] Network printing with Windows 7
  55. [SOLVED] Can't install webcam driver
  56. [ubuntu] Wierd Porblem... Sound / Mic help...
  57. [ubuntu] extra kernals on grub
  58. [SOLVED] Printer Sharing
  59. [SOLVED] unrar-free installed but no RAR support
  60. [other] Can't install Gnucash
  61. [ubuntu] Screen hangs sometimes with desktop movement
  62. [ubuntu] Perms problems on SD card
  63. [ubuntu] Virtual Consoles do not work after latest updates
  64. [ubuntu] Ubuntu won't boot
  65. [SOLVED] Random crashes (black screen and freezing) on 9.10 on Lenovo T500
  66. [all variants] Ubuntu User Days (January 2009) - Ubuntu Equivalent Programs
  67. [ubuntu] Grub Loading Error 18
  68. [ubuntu] Down loading update files
  69. [ubuntu] newbie need ssh help
  70. [other_os] Strange Firefox 3.6 Error?
  71. [ubuntu] Installing Moneydance on Ubuntu 9.10
  72. [ubuntu] Please, please help; unable to load x Server display configuration page
  73. [ubuntu] Missing directories in Nautilus after copy
  74. [ubuntu] Apt-get Issues
  75. [ubuntu] Help get my Terminal Server Client running :)
  76. [ubuntu] undervolting amd k10 cpus? is there such a program on linux?
  77. [ubuntu] skype window moves down the screen when ever it's minimized
  78. [ubuntu] fglrx and 2.6.32 ?
  79. [ubuntu] Empathy Has No Menu Bar on Startup
  80. [ubuntu] assigning icons to document types
  81. [kubuntu] Boot problem: Karmic won't start, dropping into initramfs
  82. [ubuntu] Add command in drop down box
  83. [ubuntu] Help with cloning
  84. [ubuntu] hardware/setup prolbem
  85. [other] GRUB 2 hide partition
  86. [all variants] Bittorrent 5.3 GPL installition from its souce code
  87. [SOLVED] Installing LyX in Ubuntu 9.10, but with TeXLive 2008 DVD
  88. [ubuntu] HP 6200 Series Printer, Processing - Remote Host Did Not Accept Data File
  89. [ubuntu] Remote disply...like VNC but in reverse
  90. [ubuntu] Installing programs to other drives
  91. [ubuntu] MP3 Player not connecting
  92. [ubuntu] gtkrc error
  93. [ubuntu] flash problems
  94. [SOLVED] Empathy was not working
  95. [ubuntu] How can I remove 2GB virtual drive created with qemu
  96. [ubuntu] Fire fox and chrome issues in 64 bit ubuntu
  97. [ubuntu] Ubuntu and Windows Vista -super noob question
  98. [ubuntu] Restoring
  99. [all variants] Quick SUDO question
  100. [ubuntu] Whats the chance of failure
  101. [ubuntu] wine not loading disk from iso
  102. [ubuntu] Is running (any) linux as vm still as safe?
  103. [SOLVED] Sending mail from the command line
  104. [ubuntu] Grub bootloader help!!!
  105. [ubuntu] Filesystem check stops at 22%
  106. [ubuntu] Low on memory warning with 200G free space
  107. [ubuntu] Could not download all repository indexes. [9.10]
  108. [ubuntu] Partitioning and Virtual Box
  109. [ubuntu] Conky ABOVE other windows
  110. [SOLVED] set command in terminal and ctrl-alt-fn in windows
  111. [ubuntu] How to manage open application window positions
  112. [xubuntu] Login Manager causes conky to not start with fluxbox
  113. [ubuntu] Backup installed packages
  114. [ubuntu] Virtual box and gaming, plus partitioning
  115. [all variants] Howto - System-wide Cron jobs?
  116. [ubuntu] ubuntu using less resources?
  117. [gnome] What the heck I can't change ANYTHING about notify-osd?
  118. [ubuntu] ATI Driver Issues
  119. [ubuntu] Really silly question
  120. [all variants] Problem setting up local maildir store
  121. [ubuntu] What is compiz whay is it a big secret!!!
  122. [all variants] usb ntfs hard disk mount as user with fstab
  123. [ubuntu] Boot got slower: 30s between GRUB and the small white logo.
  124. [ubuntu] where is the synaptic folder that I need?
  125. [64 bit] LogMeIn 64-bit
  126. [ubuntu] _Partition Tools in Ubuntu
  127. [SOLVED] recover data after RM
  128. [SOLVED] Cannot get papagayo to run - edit script ?
  129. [ubuntu] compiling and updating drivers
  130. [ubuntu] Static Binary for Firefox 3.6 won't detect/use Flash
  131. [ubuntu] Driver for DFE-530TX+ ?
  132. [ubuntu netbook remix] Playstation 3 Controller in 9.10 Karma Netbook remix
  133. [ubuntu] Interchanging Fn and Ctrl keys
  134. [SOLVED] Is it possible for the CUPS server to go boom from purging...?
  135. [ubuntu] how can i make certain files hidden on windows machines? (through ubuntu)
  136. [ubuntu] changing permissions
  137. [ubuntu] Trying to make a loop-aes ubuntu live disk
  138. [ubuntu] help needed with ati driver !!!
  139. [SOLVED] Small hardrive = no addons?
  140. [ubuntu] disable volume indicator, how to?
  141. [ubuntu] dual boot machine....win 7 upgrade?
  142. [ubuntu] external lcd monitor not as clear on ubuntu as it is on my pc?
  143. [ubuntu] Java Doesn't Work At All
  144. [ubuntu] recommended partition size for / ?
  145. [ubuntu netbook remix] Changing Default OS to Ubuntu
  146. [ubuntu] Ubuntu installation prob
  147. [ubuntu] DNS server and DynDns
  148. [ubuntu] Overlapping partitions in GParted
  149. [SOLVED] Some Japanese text comes out as garbage characters
  150. [ubuntu] gtkpod > too many ipods!
  151. [ubuntu] I can't install ubuntu
  152. [ubuntu] Search a text string?
  153. [ubuntu] I/O error please help im begging
  154. [64 bit] how to know which of two (32bit 0r 64 bit) I m using
  155. [ubuntu] Why can't I control my volume in full screen mode.
  156. [SOLVED] Printer networking
  157. [ubuntu] Unknown Not Responding
  158. [SOLVED] IR Blaster and lirc_serial error
  159. [64 bit] how to use 64 bit in ubuntu
  160. [ubuntu] Updating T-BIRD 2.0 -to- 3.0.1 painlessly?
  161. [SOLVED] Deleted directories return after restart (files too)
  162. [ubuntu] Mouse not working
  163. [ubuntu] Tried Firefox 3.6 from daily repo, totally ruined font rendering on entire sys
  164. [ubuntu] Desktop Icons not responding
  165. [all variants] Vmware os?
  166. [ubuntu] Does WINE work on games?
  167. [ubuntu] Playonlinux
  168. [ubuntu] Problems with Places>Computer,OS,D.
  169. [ubuntu] I can not play games such as games on funorb please help
  170. [ubuntu] Many extensions with 3.6 are broken
  171. [ubuntu] Thunderbird email help!
  172. [all variants] ZSH Alias use
  173. [SOLVED] Where is firefox
  174. [64 bit] Help a new guy out
  175. [ubuntu] Annoying boot text!
  176. [ubuntu] Howto fix errors on disk
  177. [ubuntu] Howto copy all passwords out of Chrome?
  178. [ubuntu] change both login/sudo and default-keyring passwords with one operation?
  179. [ubuntu] acroread plugin problem - opera
  180. [ubuntu] Installing netbeans plugins with a bash script...
  181. [ubuntu] GRUB stucked, Ubuntu wont boot.
  182. [ubuntu] cloud gap analysis wrt to SLP
  183. [ubuntu] ubuntu 9.10: upgrade problem to firefox 3.6
  184. [ubuntu] Trying to setup vsftpd for local users and recieving 421 error at login
  185. [all variants] Backup Script using tar
  186. [xubuntu] Hibernate does not work - Locks up before even shutting down.
  187. [ubuntu] menu bar disappeared
  188. [all variants] Conky - Segmentation fault
  189. [ubuntu] X11 forwarding not working
  190. [SOLVED] Conky & Terminal
  191. [ubuntu] I deleted open office
  192. [SOLVED] How to make folder icon appear bigger?
  193. [xubuntu] May I politely ask a few questions ?
  194. [all variants] How to run shell script/application from browser
  195. [all variants] Deb Based Linux Distro
  196. [ubuntu] Recovering files from formatted HDD
  197. [ubuntu] users-admin tool not working correctly
  198. [ubuntu] Multiple Kernels at Boot
  199. [ubuntu] Upgrade to Karmic made my keyboard layout always reset upon login
  200. [ubuntu] Can't install Gnome
  201. [SOLVED] External hardrive not detected with problems
  202. [ubuntu] Ubuntu 9.10 Randomly crashes
  203. [all variants] top command memory usage
  204. [ubuntu] can not login in yahoo messenger on Ubuntu
  205. [SOLVED] Force quit a screen terminal
  206. [ubuntu] opengl background
  207. [SOLVED] Random USB Freeze at Startup
  208. [ubuntu] rc.local problem
  209. [64 bit] Downlgrade to GDM1
  210. [ubuntu] GDM error
  211. [SOLVED] running graphical apps with 'at'
  212. [ubuntu] boot-up issues with 8.04 Hardy Heron...
  213. [ubuntu] Hardy lts vs. Karmic
  214. [all variants] Preventing single Firefox addon from updating.
  215. [ubuntu] kernal not displayed in menu.lst
  216. [all variants] How to compile and execute IDL program???
  217. [ubuntu] iPod mounting
  218. [SOLVED] How do you remember the terminal commands?
  219. [ubuntu] Karmic Desktop - How to disable GUI at login
  220. [xfce] how to modify right click option of any program
  221. [ubuntu] What are........................
  222. [ubuntu] Looking For Network/Storage Capacity Expansion Options
  223. [ubuntu] Ubuntu not booting because of Firestarter?
  224. [SOLVED] paste multiple lines of text into terminal/nano
  225. [SOLVED] open-office navigation keys not working
  226. [ubuntu] very long booting time
  227. [ubuntu] It is a good system. Only sound, printing, 3d does not working. And it is slow.
  228. [ubuntu] None of my sound devices work with skype anymore.
  229. [ubuntu netbook remix] SD card issue on Ubuntu Netbook Remix 9.10 on EEE PC 1000HE
  230. [all variants] computer shutdown
  231. [xfce] Linux applications
  232. [ubuntu] Permission denied for executing files on the external storage
  233. [all variants] Certain flash videos don't load in Firefox
  234. [ubuntu] Questions about (K)Ubuntu and Lilo
  235. [all variants] Learning from ground up
  236. [ubuntu] error: no such device
  237. [ubuntu] Problem installing Picasa
  238. [kubuntu] Lower Tool Bar
  239. [ubuntu] Network share attempting to mount before network is up
  240. [ubuntu] FTP transfer error 500
  241. [ubuntu] Broken filter & Error problem in Ubuntu 9.10 !
  242. [SOLVED] gnome toolbar 3d look
  243. [ubuntu] fstab entry suspected a little off-strange happenings with mounted drive
  244. [all variants] Pidgin and Skype randomly quitting
  245. [ubuntu] update sent me back
  246. [ubuntu] odd slow down
  247. [ubuntu] switching among windows based on bottom taskbar with keyboard short cuts?
  248. [kubuntu] Cairo Dock Black background
  249. [ubuntu] Weird problem with ipod
  250. [ubuntu] Webpages unresponsive on Firefox