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. [gnome] Gnome Planner
  2. [SOLVED] Will these 2 lines of code work the same way?
  3. [SOLVED] Can't change permissions on folders of mounted HD
  4. [ubuntu] Black screen, with "starting NTP server ntpd" message
  5. [all variants] Terminal Commands
  6. [ubuntu] mounting via sshfs, fuse, fstab ... want umask=002, get umask=022
  7. [ubuntu] Thunderbird Font Gibberish
  8. [all variants] ps output help
  9. [ubuntu] Ubuntu is running in low graphics mode
  10. [ubuntu] Start up problems.
  11. [ubuntu] wtorrent install on 9.10
  12. [ubuntu] Bluetooth Couldn't parse the incoming data
  13. [SOLVED] Terrible Performance on Celeron D
  14. [ubuntu] Too Stupid for Dual Monitors I guess
  15. [ubuntu] Loading into recovery mode
  16. [ubuntu] Is this normal for Wubi?
  17. [ubuntu] Dual Boot Help
  18. [other] GRUB entry for external device
  19. [ubuntu] Microphone Not Working 9.10
  20. [ubuntu] Problem installing Mondo
  21. [SOLVED] Set variable for script to run with sudo
  22. [ubuntu] Restoring Ubuntu 9.10 login theme
  23. [64 bit] Karmic Koala through HDMI on SOny Bravia 52'?
  24. [ubuntu] ubuntu on mobile phone.
  25. [SOLVED] Can't share folder... error
  26. [ubuntu] How do i acess drivers?
  27. [ubuntu] gdmXnest missing from 9.10?
  28. [ubuntu] WMP 12 in WINE
  29. [ubuntu] Help installing (tar.gz)
  30. [ubuntu] Backup my Ubuntu
  31. [ubuntu] super user password
  32. [ubuntu] Video File
  33. [ubuntu] Update/Terminal Error
  34. [ubuntu] Edit Video
  35. [ubuntu] Using Ubuntu for a distributed computing app?
  36. [all variants] Setting up Ekiga with IPComms (IP Communications)
  37. [gnome] Screen artifacts and fullscreen resizing
  38. [ubuntu] CPU Pro HELP
  39. [ubuntu] Questions, Is it right for me and should I give it a shot?
  40. [xubuntu] Monster File Means Failed Drive?
  41. [other] Install programs on USB drive...
  42. [all variants] P4 2.2 GHz, what distro?
  43. [ubuntu] Internet radio
  44. [ubuntu] Question about System Resources Network History
  45. [SOLVED] Openshot video editor (beware)...???
  46. [ubuntu] Passwd overwrite screw-up
  47. [ubuntu] Wine?
  48. [ubuntu] sbackup doesn't backup automatically
  49. [SOLVED] Applets not working in Firefox 3
  50. [ubuntu] Adding new entries to Grub2
  51. [ubuntu] Refresh rate problem at 1920x1080 resolution
  52. [SOLVED] Source command not found
  53. [ubuntu] HELP! Noob Screwed up
  54. [ubuntu] Install public key
  55. [ubuntu] Gtk2Hs Compile Error.
  56. [ubuntu] Mozplugger preventing silverlight 3.0 (2.99) to work
  57. [ubuntu] Laptop boot failure
  58. [ubuntu] Ubuntu 9.10 on a HP pavillion 2000 have collopsed?
  59. [ubuntu] facebook chat in empathy
  60. [ubuntu] Grub Memtest: file not found
  61. [ubuntu] Installing 9.10 on its own internal sata hard drive
  62. [other] Help me to get Apache into startup
  63. [ubuntu] Server / Desktop dual boot?
  64. [ubuntu] Constant load of 1-2
  65. [ubuntu] Help!! kill signal kills me
  66. [ubuntu] New Installation
  67. [other] putty / ssh / vista /ubuntu and wicked hang
  68. [ubuntu] partition
  69. [ubuntu] Ubuntu 9.10 boots unreliably and slowly, but gets past GRUB
  70. [ubuntu netbook remix] Ubuntu NBR startup broken after using desktop-switcher
  71. how to see status of copy files?
  72. [ubuntu] How do I find the name of my printer package?
  73. [ubuntu] cant get wireless working Asus EEE 1005ha
  74. [ubuntu] How to Download from ubuntu ?
  75. [ubuntu] Using wget to save a frequently updated webpage
  76. [ubuntu] Taskbar Item Key Mapping
  77. [ubuntu] Make USB bootable
  78. [ubuntu] File Recovery Help Needed
  79. [SOLVED] debugging init.d
  80. [ubuntu] ath5k phy0: noise floor calibration failed
  81. [ubuntu] Ubuntu 9.04 and completely frustrated with updating to Picard 12.1
  82. [ubuntu] Any way to hide NBR GUI on different workstations?
  83. [SOLVED] How to reset terminal settings??
  84. [all variants] set GDK_NATIVE_WIDNDOWS for all applications
  85. [ubuntu] Can I edit what is in my "places" menu?
  86. [SOLVED] Book recommendation for gcc intro
  87. [ubuntu] apt-upgrade error
  88. [ubuntu] File named Examples in my home folder..
  89. [ubuntu] cant connect to the internet now ?
  90. [ubuntu] How to check for latest security updates from terminal?
  91. [ubuntu] Update Manager help please!
  92. How in the world do u select different objects in blender
  93. [ubuntu] Saving Files In /boot/grub/
  94. [ubuntu] ubuntu 9.10 could not update
  95. [ubuntu] Error while compiling snort..
  96. [ubuntu] 32-bit and 64-bit java switch
  97. [SOLVED] how do i share files in 9.10 Server with GUI ?
  98. [ubuntu] Karmic and Windows 7
  99. [all variants] Creating Package (.deb) without source
  100. [ubuntu] Why Can't I Log In To The jaim.at Conference Room?
  101. [ubuntu] OK, where is compiz hidint?
  102. [ubuntu] Sound problem!!!
  103. [ubuntu] How to set yum to work properly
  104. [ubuntu] Encryption and Backup Solutions
  105. [ubuntu] Best Practise for web server
  106. [SOLVED] find and move files
  107. [ubuntu] Machine won't go into X after hardware upgrade
  108. [ubuntu] Git Version cron failed
  109. [ubuntu] GRUB2: error: no such disk
  110. [SOLVED] Several versions of Ubuntu kernel in Grub2 boot menu - can I delete old ones?
  111. [ubuntu] old computer router?
  112. [ubuntu] Changing x and y coordinates of icons on desktop
  113. [ubuntu] am i safe ?
  114. [ubuntu] Help about libasound2
  115. [ubuntu] phpmyadmin not seen in www folder
  116. [ubuntu] sharing windows printer to ubuntu
  117. [ubuntu] Where are the fsck results?
  118. [SOLVED] Unable to fix higher screen resolution
  119. [ubuntu] USB External Drive Mounted as sda
  120. [ubuntu] Sites doesn't show properly.
  121. [ubuntu] Want to make a File Server.
  122. [SOLVED] onboard graphics with aspeed ast2050 ???
  123. [SOLVED] bashrc auto-execute
  124. [SOLVED] bash script : mysql dump, crontab. help!
  125. [ubuntu] can't remove boch from right click menu.
  126. [ubuntu] GNOME desktop missing
  127. [ubuntu] error message when running update manager
  128. [ubuntu] Disabling the start sound
  129. [ubuntu] puzzle :(
  130. [ubuntu] netbook launcher memory leak
  131. [ubuntu] Problem in authentification
  132. [all variants] What's the most reliable, corruption-resistant archive format?
  133. [SOLVED] Uninstalling Broken Bacula Install
  134. [ubuntu] A problem with hard drive partiotions
  135. [ubuntu] General Question Regarding Versions
  136. [SOLVED] A script to restart the network-manager
  137. [ubuntu] desktop in list view update?
  138. [all variants] Issues on playing and copying VCD's
  139. [ubuntu] fsck exit code
  140. [all variants] bash calculate average
  141. [SOLVED] unable to install samba..
  142. [ubuntu] Create a Service User
  143. [ubuntu] Downloading hardware drivers
  144. [ubuntu] ubuntu desktop got removed :(
  145. [SOLVED] Disable HFS+ journaling from within Ubuntu
  146. [kubuntu] Can't select text in Eterm for copying/pasting, etc...
  147. [SOLVED] Doubt in basic scp command
  148. [ubuntu] DBus error: unable to mount
  149. [ubuntu] 9.10 Wont' boot b/c swap is busy?
  150. [ubuntu] Problem installing webmin
  151. [all variants] Fix the swappiness and support the bug report
  152. [ubuntu] Network scanner setup
  153. [ubuntu] Slow write speeds on mdadm RAID 5 array
  154. [all variants] Does host system firewall get used with VirtualBox?
  155. [ubuntu] "Python.h: No such file or directory" yet I have installed python2.6-dev
  156. [all variants] Simple Guide for Setting up Bacula
  157. [wubi] Cant change grub2 bootloader background/wubuntu
  158. [SOLVED] cron job not running....
  159. [gnome] Session commands in the system menu?
  160. [ubuntu] I want to write a song but I've got to reconfigure!!!!!
  161. [ubuntu] n00b question: Navigating to remote unshared directories
  162. [SOLVED] comparing file modifacation dates in bash
  163. [ubuntu] Package rt3.8-rtfm (UNAVAILABLE)
  164. [ubuntu] "Home" loads Evolution instead of moving about the document
  165. [kubuntu] Why won't emacs maximize?
  166. [ubuntu] Evolution font selection
  167. [ubuntu] alternatives to itunes store for finding podcasts
  168. [SOLVED] problems opening .exe files
  169. [ubuntu] Ubuntu inside & outside VM
  170. I need help to compile/install and configure bind9.7.0
  171. [kubuntu] run nasm program
  172. [ubuntu] how to run application
  173. [ubuntu] Automatic window placement with Compiz
  174. [ubuntu] log-in error
  175. [ubuntu] sunbird
  176. [ubuntu] Rouge proccess. Cant locate. Any opinions?
  177. [ubuntu] Various Bugs after unlocking
  178. [ubuntu] Flash click fail
  179. [ubuntu] why 7zip format is not supported out of the box...
  180. [xubuntu] problems with the date command
  181. [ubuntu] Resolution changes after reboot
  182. [ubuntu] unasked for features are showing up
  183. How can I write script for using no break backslashes?
  184. [ubuntu] MINT Problems
  185. [ubuntu] Apperance + Sound + Video problems
  186. [ubuntu] rc.local does nothing
  187. [ubuntu] Chrome Sound Problems
  188. [ubuntu] dictionary
  189. [ubuntu] Installing Opera 10.50
  190. [ubuntu] Myspace Doesn't Work in Opera
  191. [ubuntu] Jaunty Grub will not load from drive or CD
  192. [SOLVED] No sound on Dell MIni 10
  193. [kubuntu] Simple SMTP relay for testing - Postfix?
  194. [ubuntu] Microphone + Toshiba + 9.10 = NG
  195. [ubuntu] create bootable iso from .exe file
  196. [ubuntu] PDF Stuff
  197. [ubuntu] Launching FireFox remotely
  198. [ubuntu] GPG - PGP - Evolution - a feature
  199. [ubuntu] Run perlscript with sudo permissions through phpscript
  200. [SOLVED] How can I make a new etc/fstab thru chroot?
  201. [ubuntu] Empathy won't recieve video from Google
  202. [ubuntu] Hardware Drivers GTK or KDE?
  203. [kubuntu] how can I format a usb stick not recognised by ubuntu
  204. [ubuntu] Fleet maintenance software
  205. [ubuntu] Ubuntu XP Dual Boot trouble with dedicated /boot partition
  206. [ubuntu] AMSN cannot view webcams in 9.10
  207. [all variants] /etc/rc.d question
  208. [ubuntu] How to get autoexpect working?
  209. [SOLVED] Firefox 3.6.2pre back to 3.6 stable??
  210. [SOLVED] search for all but MP3
  211. [ubuntu] will running virtual windows kill my battery life?
  212. [kde] where to install kerry beagle from?
  213. [ubuntu] Hard freeze during or shortly after boot
  214. [SOLVED] Invalid blocking factor with tar
  215. [ubuntu] Good Game Controller ?
  216. [ubuntu] Removing software that wasnt installed thorugh synaptic
  217. [ubuntu] Unencrypt Encrypted Home
  218. [ubuntu] ubuntu 9.10 complete install to flash drive
  219. [ubuntu] vnc4server connected users
  220. [ubuntu] Ubuntu ZFS Support
  221. [xubuntu] Wireless and Sound
  222. [SOLVED] Is this needed ?
  223. [all variants] PATH question
  224. [ubuntu] Using /home from another ubuntu installation
  225. [ubuntu netbook remix] Software Downloads
  226. [all variants] Add a new display to X
  227. [SOLVED] Problem running scripts at start-up
  228. [ubuntu] Ubuntu Server For Noobs
  229. [ubuntu] Change gnome clock style
  230. [SOLVED] GParted - Error when I try to copy partition to unallocated space.
  231. [ubuntu] Gpu installation problem
  232. [all variants] What is the other symbol on the tilde key?
  233. [ubuntu] Gimp can't open anything other than .xcf files after a fresh ubuntu install?
  234. [ubuntu] how do you mount a DVD?
  235. [ubuntu] Keyboard Maping for a 111 key keboard ?
  236. [ubuntu] Grub2 and the Kernel Menu
  237. [ubuntu] adding strings
  238. [ubuntu] HP j6480 - scanner not found
  239. [ubuntu] Spying on command line calls from graphical programs
  240. [ubuntu] libicu38|libicu36|libicu34|icu
  241. [ubuntu] How to install .tar.bz2
  242. [gnome] Shut down the computer
  243. [wubi] wubi8.10 with windows7 now updated, canīt boot Ubuntu for new paths.
  244. [SOLVED] In Karmic, how can I change the GRUB bootup menu's default choice?
  245. [SOLVED] Samba Roaming Profile Network "/home" Folder
  246. [mythbuntu] Xfce: How do you find an app icon's command line?
  247. [ubuntu] LISTS in Shell Scripts
  248. [ubuntu] Accessing Linux OS from XP
  249. [ubuntu] Printer not recognized.
  250. [ubuntu] CDDB Scripts.