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] Blender nif import problem
  2. [ubuntu] Stuck Key on remote machine running VNC server!!
  3. [ubuntu] A few questions
  4. [ubuntu] some sort of automated application to read html file and auto update a text file
  5. [SOLVED] Swap Partition?
  6. [kubuntu] Firefox (ubuntuzilla) install with desktop icons, url assoc, etc.
  7. [xubuntu] Anyone Have Google Gadgets Working Behind Authenticated Proxy?
  8. [xubuntu] Too much background activity in Xubuntu 9!!!
  9. [ubuntu] Finch + skype?
  10. [all variants] !!!!!RAM Problem on all versions of Ubuntu!!!!
  11. [ubuntu] Permissions problems
  12. [ubuntu] Rsync chgrp error from ext3 to ext3
  13. [ubuntu] question about luncher's
  14. [SOLVED] Location of CUPS Completed Jobs Logfile?
  15. [xubuntu] Confused about apps
  16. [ubuntu] CheckGmail v1.13svn
  17. [SOLVED] Which Engine Does Shiki Colors Use?
  18. [ubuntu] Explorer on ubuntu?
  19. [ubuntu] Help! Please
  20. [ubuntu] Trying to re-load Jaunty on a dual-booted system
  21. [ubuntu] Crossover pro uninstall
  22. [ubuntu] How can ubuntu so utterly fail?
  23. [ubuntu] 8.04 LTS - How to stop black screen after console is inactive
  24. [SOLVED] openGL headers
  25. [ubuntu] Ubuntu 9.04 Went from Digital to Analog Sound - No sound issue
  26. [ubuntu] Ubuntu 8.04.3 as vmware guest - random lockups
  27. [ubuntu] 1.44 MB Floppy labeled as 1.5 MB Storage Media in Places Menu?
  28. [ubuntu] Terminal gone terminal
  29. [ubuntu] Messed up NTFS partition
  30. [ubuntu] I almost got cups working!!
  31. [ubuntu] 64-bit vs 32-bit
  32. [ubuntu] Starting Mysql server on Jaunty
  33. [ubuntu] Lost bar
  34. [ubuntu] public key problem
  35. [ubuntu] Mount multiple hard drives onto one folder
  36. [SOLVED] Compiz issues.
  37. [SOLVED] Unable to install ubuntu 9.04 or 9.10
  38. [ubuntu] Ubuntu with a KVM switch?
  39. [ubuntu] Nvidia drivers upgraded, blank screen after boot
  40. [ubuntu] Ubuntu advice for newbie (please) :)
  41. [ubuntu] Wacom Intuos4 on Jaunty
  42. [ubuntu] How to add more gadgets to Google Gadgets????
  43. [all variants] evolution sent folder hotmail sync
  44. [all variants] Can not boot into Windows 7 anymore
  45. [ubuntu] Evolution
  46. [ubuntu] Problem running meld on server
  47. [mythbuntu] Using frontends and sharing music/videos
  48. [ubuntu] Can't use any packaging management program?
  49. [ubuntu] Problem with Website & Opera
  50. [ubuntu] Working with rsync
  51. [ubuntu] Jaunty fails to boot after installing Catalyst
  52. [ubuntu] Ubuntu Pauses if I dont move the mouse
  53. [ubuntu] mailx won't send mail
  54. [ubuntu] home ubuntu partition folder permission changed from fedora disable my login in ubunt
  55. [ubuntu] help!!!
  56. [kubuntu] kubuntu services experiment
  57. [ubuntu] unbuntu will not boot up
  58. [ubuntu] How tto delete ubuntu
  59. [ubuntu] Need a step by step explanation
  60. [ubuntu] uninstall every video driver
  61. [all variants] iPod touch a no show in /proc/partitions for fdisk to read
  62. [ubuntu] Where do I install Java?
  63. [ubuntu] Internal ext3 drive reporting wrong "used" space
  64. [ubuntu netbook remix] UNR image for 9.10?
  65. [ubuntu] extremely slow web page loading when logged into pidgin
  66. [all variants] Is jpeg2ps still available?
  67. [ubuntu] Live CD Hdd storage
  68. [ubuntu] Rosetta Stone & WINE, need help!
  69. [SOLVED] The Noobie And The Missing Desktop
  70. [ubuntu] Rotating the screen
  71. [ubuntu] PDF from Google books incomplete
  72. [ubuntu_studio] Creox -DCOP communications error (creox)
  73. [SOLVED] help to open ports
  74. [ubuntu] Dropbox vs conduit
  75. [ubuntu] codec text/html
  76. [SOLVED] HTTPS text has "strikethrough"
  77. [all variants] Which ubuntu version will suite my computer the most?
  78. [ubuntu] help with using gcc man pages
  79. [ubuntu] Knoika Minolta BizHub account autherisation
  80. [all variants] Can anyone tell me the "nTop" basics?
  81. [all variants] Reconstructor --build from current package listing?
  82. [ubuntu] What causes a kernel panic?
  83. [ubuntu] Sound issues: Headroom Total Bithead Dac
  84. [ubuntu] Totem Movie Player Error playing Youtube files
  85. [ubuntu] Problems with Linux image
  86. [ubuntu] Need assistance with qjoypad installation
  87. [all variants] Thunar help...
  88. [ubuntu] Need a good joystick to keypress program
  89. [ubuntu] Being probably hacked -- Compiz problems.
  90. [ubuntu] Small business run by Ubuntu, have some Questions..
  91. [ubuntu] Mozilla Thunderbird
  92. [ubuntu] Shutdown Timer
  93. [ubuntu] Help! Hard Drive mounts read-only! Can't write to it.
  94. [kubuntu] Firefox works very slow
  95. [ubuntu] main monitor broken, can't see reboot options (passwd reset)
  96. [ubuntu] Smb4K stopped working in Ubuntu!
  97. [SOLVED] Boot CD
  98. [ubuntu] Hidden repository in my sources.list
  99. [ubuntu] Ubuntu 9.04 does not load anymore
  100. [ubuntu] Cannot switch user in ubuntu 9.04
  101. [ubuntu netbook remix] Terminal open rather than GUI after booting
  102. [ubuntu] Hellow
  103. [ubuntu] Not computer smart
  104. [ubuntu] how to connect bigpond wirless to ubuntu
  105. [ubuntu] Problems in Configuring Vacation with Procmail
  106. [ubuntu] browser crash with segfault
  107. [ubuntu] browser crash with segfault
  108. [ubuntu] Need help with router/bind/dhcp
  109. [kubuntu] E: dpkg was interrupted...
  110. Desktop effects could not be enabled
  111. [ubuntu] GNUCASH Scheduled Transactions
  112. [SOLVED] Bash script doesn't change directory
  113. [ubuntu] Looking for a simple music player - any suggestions ?
  114. [ubuntu] further learning/involvement in the UBUNTU/Linux universe
  115. [SOLVED] why is the script unstable?
  116. [SOLVED] Printing to a Windows network printer
  117. [SOLVED] Server wakes automatically at set time - how to disable
  118. [ubuntu netbook remix] Matlab problem
  119. [SOLVED] Problem after uninstalling ubuntu
  120. [ubuntu] apache error
  121. [ubuntu] High swap usage and performance issues
  122. External HDD not detected?
  123. [ubuntu] Making a FTP server
  124. [ubuntu] Displaying a website in Firefox - Menu Blank??
  125. [ubuntu] Extracting problem
  126. [other] Virtual Box / VMWare and Dell restore disk
  127. [ubuntu] Sony ebook formats......
  128. [ubuntu] Your session only lasted less than 10 seconds.
  129. [SOLVED] No Control C,A,V ..Come to Think Of it , No Control Anything (Urgent)
  130. [SOLVED] no sound in headphones?
  131. [ubuntu] Errors in update
  132. [ubuntu] Re-establishing Software RAID (mdadm)
  133. [ubuntu] qtparted error
  134. [ubuntu] Boot Failure in fresh install
  135. [SOLVED] Perl Man Pages?
  136. [ubuntu] md5.sum
  137. [ubuntu] Segmentation Fault for everything!
  138. [SOLVED] mounting windows share as user
  139. [SOLVED] X hangs after ubuntu 9.04 startup screen + frozen keyboard
  140. [ubuntu] RDP slow after upgrade
  141. [other] Group specific settings in proftpd
  142. [ubuntu] How to edit and recompile an application in ubuntu
  143. [ubuntu] mysql installation error
  144. [ubuntu] Is this a hardware or a software problem ?
  145. [ubuntu] Chart sharing questions
  146. [ubuntu] Connection Problem
  147. [ubuntu] Networking.
  148. [ubuntu] Downgrading libgtk2.0-0 to an older version
  149. [ubuntu] Disc Partition problems
  150. [other_os] Export Existing Registry Keys From Windows Using Bash
  151. [ubuntu] Auto-delete filesystem?
  152. [SOLVED] Default country change possible?
  153. [ubuntu] Help me! Problem with Ubuntu 9.04!!!
  154. [ubuntu] How to use laptop as wireless keyboard?
  155. [ubuntu] problum with firestarter
  156. HOWTO: Installing Cinelerra On Ubuntu 9.04 & 8.04
  157. [SOLVED] Have to enable compiz each time I restart
  158. [ubuntu] how i can install Jaunty app's in hardy heron??
  159. [ubuntu] browser does not prompt for password when it is opened.
  160. [ubuntu] Kopete and Webcams?
  161. [ubuntu] Grub stage 1.5 Read Error after hard reset
  162. [ubuntu] Amarok 2 + Ipod, Not working.
  163. [all variants] Mapping the Euro Key
  164. [ubuntu] System Slow to Load at Startup
  165. [SOLVED] Change the default boot menu
  166. [ubuntu] Disapeering shorcuts
  167. [SOLVED] My PC is blocking the adobe website!
  168. [ubuntu] Seeking for Grammar Checker
  169. [ubuntu] system slow, sound is choppy
  170. [ubuntu] Connecting a video camera
  171. [ubuntu] function keys open media player
  172. [ubuntu] Can't run java and flash at the same time... with sound
  173. [ubuntu] how do I get a usb mic working on ubuntu?
  174. [ubuntu] Kradioripper in 9.10, but in 9.04?
  175. [all variants] Empathy with Office Communicator 2007
  176. [ubuntu] upgrade from 8.04 to 9.04 -- by force
  177. [ubuntu] IPv6 Broker / DNS resolution?
  178. [ubuntu] No Window Decorations with Visual Effects in Ubuntu 9.04
  179. [all variants] Moving /home
  180. [ubuntu] GNS3 not saving project files in Ubuntu 9.04
  181. [ubuntu] code to identify dvd drive
  182. [ubuntu] Unlock Keyring on Start Up
  183. [ubuntu] sudo: cd: command not found
  184. [ubuntu] -bash: man: command not found
  185. [ubuntu] Browser font sizes
  186. [ubuntu] Touchpad is SOOO sensitive
  187. [ubuntu] Question about the find command
  188. [SOLVED] YouTube problem
  189. [ubuntu] changing boot partition to the copied one
  190. [SOLVED] Compiz and AVN don't work
  191. [other] Fastest Installing Linux Distro?
  192. [ubuntu] 9.0.4 - How can I enable a boot log?
  193. [SOLVED] Do all versions of Ubuntu have the same kernel?
  194. [SOLVED] HOWTO Install/Update ATI Video Driver on 9.04
  195. [ubuntu] values for different system options randomly change
  196. [all variants] The Canonical shop web page ... hacked ?
  197. [all variants] Command line package manager
  198. [SOLVED] locked root account in case of failure
  199. [ubuntu] Difference between Distros and Desktops
  200. [ubuntu] Compiz - Skydome
  201. [ubuntu] how can i change between Three keyboard layouts using different shortcuts?
  202. [kubuntu] What version of KDE does Kubuntu 6.06 and 7.10 have?
  203. [ubuntu] Relay a RTSP stream
  204. [SOLVED] Trouble Converting AVI to MPEG-4
  205. [ubuntu] Really need help.
  206. [ubuntu netbook remix] Nethack Qt launch problem
  207. [ubuntu] noip clien on ubuntu 9.04
  208. [ubuntu] Empathy shows my hidden contacts
  209. [wubi] Connecting USB drives
  210. [other] reverse engineering
  211. [SOLVED] Sym Link as Home Folder
  212. [all variants] Using a USB to Serial adapter?
  213. [ubuntu] Flash won't play in Firefox Hardy 8.04
  214. [xubuntu] Creating a file server (virtual practice!)
  215. [ubuntu] How to print from ubuntu 9.04 to a Vista print server
  216. [all variants] File Renaming Issue
  217. [ubuntu] Cursor Lock up
  218. [ubuntu] How do i create a recovery partition?
  219. [ubuntu] Sed and AWK
  220. [ubuntu] Great work! but help a newbie!
  221. [SOLVED] How do I find my computer's power consumption?
  222. [SOLVED] Problems with Live CD
  223. [all variants] Why Does KDE Report being 3.5.10 in Terminal in Ubuntu (Gnome)? How to Find Correct#?
  224. [ubuntu] Sound Won't Play in Ubuntu
  225. [SOLVED] Viewing Home Folder Problem
  226. [SOLVED] Need MBR/Partition assisstance badly
  227. [ubuntu] super tab or alt tab shows ugly icons:help
  228. [ubuntu] will not boot/home folder empty
  229. [ubuntu] NTFS partition disappeared...
  230. [ubuntu] SSH run at boot-up
  231. [ubuntu] CD-ROM Not Recognized
  232. [ubuntu] usb startup disk creator
  233. [ubuntu] Need Help Ubuntu 8.10 falling apart
  234. [ubuntu] sudo rmmod at startup?
  235. [ubuntu] Mount shared ext3 drive on boot
  236. [gnome] login to ubuntu with gnome i got black screen
  237. [ubuntu] Question about next upgrade
  238. [ubuntu] iphoto create a calendar ubuntu options
  239. [SOLVED] random logoff
  240. [ubuntu] setting up a second harddrive - what did I do wrong?
  241. [ubuntu] Weather forcast applet
  242. [ubuntu] apt-get errors
  243. [SOLVED] Unable to unlock users and groups if connected with vnc
  244. [ubuntu] Toshiba Satellite A135-S4656 Video Driver
  245. [ubuntu] Printing high-res A3-size image
  246. [ubuntu] Uninstall WIndows 7 and install Vista on partition?
  247. [SOLVED] Maximize All minimized windows
  248. [ubuntu] evolution mail autocomplete
  249. [ubuntu] problems running wow in wine
  250. [SOLVED] Removing Win4Lin 5.x from Ubuntu 9.04