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] Screenshot greyed out
  2. [ubuntu] Error 15: file not found
  3. [ubuntu] 1und1 mail exchange with EVOLUTION
  4. [ubuntu] Installing Joomla problems
  5. [ubuntu] compaq laptop lose all changes made on reboot
  6. [ubuntu] EEE PC 701 4Gb + Easy Peasy = Easy USB Mobile Broadband on '3' Network UK ?
  7. [ubuntu] 64 bit mystery
  8. [all variants] Editing Gnome-do docky launchers
  9. [ubuntu] my cdrom isn't working in ubuntu
  10. [ubuntu] Pidgin does not use the notification system NotifyOSD
  11. [ubuntu] Updating Problems
  12. [ubuntu] Help running Pythia
  13. [all variants] Live USB: webcam did work, now can't find /dev/video0 ?
  14. [ubuntu] Issues with Java applications
  15. [ubuntu] How do I change my color depth to 16?
  16. [all variants] Screwed something up, please help
  17. [ubuntu] cant install ubuntu
  18. [ubuntu] root password?
  19. [other] Inserting tab characters in FireFox
  20. [xubuntu] Xubuntu without XFCE?
  21. [kubuntu] Is There A Way To Disable APT Authentication?
  22. [gnome] Help!!! I killed my top panel and can't get it back!
  23. [ubuntu] Dell Photo A10 942
  24. [other] sansa fuze won't connect
  25. [ubuntu] I deleted python and everything built upon it.
  26. [ubuntu] Cant get mic to work
  27. [ubuntu] Where's All My Disk Space?
  28. [ubuntu] Strange Jaunty Compulsive Auto Mounting USB Hard Drives
  29. [ubuntu] Help with Partitions
  30. [kubuntu] No sound with Kubuntu
  31. [ubuntu] Problems with youtube...
  32. [ubuntu] command for logout
  33. [ubuntu] New kernel
  34. [ubuntu] Create partition on drive for backups
  35. [ubuntu] Installed email program wont work
  36. [ubuntu] Multifuntion devices and ubuntu
  37. [ubuntu] Turned my WD Passport into a drag n' drop flash drive - how to do "quick update"?
  38. [ubuntu] How to make a command shortcut for use in terminals?
  39. [ubuntu] Opera versus Firefox on Peacekeeper
  40. [all variants] Got some questions and a few installation problems, plz help
  41. [ubuntu] Can't access files in mounted Krb5 NFS4 share
  42. [all variants] Hangs at libglx
  43. [ubuntu] Terminal and Ping?
  44. [kubuntu] Please help with numerous problems
  45. [ubuntu] Help with file/media server
  46. [ubuntu] Jaunty segfault a lot...
  47. [ubuntu] Games for 9.04
  48. [ubuntu] Mp3 durations all read zero
  49. [ubuntu] Help me dual boot Ubuntu with PC BSD
  50. [ubuntu] Firefox problem after 8.10 to 9.04 upgrade
  51. [ubuntu] Language Packs
  52. [ubuntu] System startup and open office.
  53. [ubuntu] Help with my old folks computer
  54. [ubuntu] JFreeChart
  55. [ubuntu] Is this a graphics card???
  56. [ubuntu] What's the relationship between debian and Ubuntu?
  57. [ubuntu] Filesystem lost+found is more than 50%
  58. [ubuntu] font is garbled
  59. [ubuntu] 'tune2fs -c 50' alternative for vfat (avoiding dosfsck at each boot)
  60. Yahoo log in problem in pidgin (Ubuntu Distribution)????
  61. [ubuntu] easiest way to upgrade iphone firmware using ubuntu?
  62. [ubuntu] Filesystem link
  63. [ubuntu] 'Cannot unmount volume'
  64. [ubuntu] GnuRadio
  65. [ubuntu] Recovering partition with TestDisk
  66. [ubuntu] please help logging into vmware server
  67. [all variants] Remove buddy icons from the user list in Pidgin
  68. [ubuntu] Unable to install Miro
  69. [ubuntu] Suggestion for newbies
  70. [all variants] How to Install and Setup PearPC
  71. [ubuntu] gtkorphan broke sound
  72. [ubuntu] Compiz Setup etc
  73. [SOLVED] Could not initialize the package information...
  74. [ubuntu] Trouble with "mkdir" permissions in root directory
  75. [ubuntu] Paramiko and ssh authentication
  76. [other] Disable low battery alarm
  77. [ubuntu] Pam
  78. [ubuntu] Gimp: can't find Layer Dialog
  79. [ubuntu] Installing driver for TIUSB3410 and eZ430-RF2500 (MSP430)
  80. [ubuntu] Adding a deb installed program to repository
  81. [ubuntu] Computer with Ubuntu installed-want to replace with WinXP
  82. [ubuntu] Console not working, and some problems with fullscreen games
  83. [ubuntu] Pagefile XP relationship in resizing NTFS and installing ubuntu
  84. [SOLVED] R installation problem
  85. [ubuntu] problem with chmod
  86. [ubuntu] help AC97 audio controller!!!
  87. [ubuntu] Ubuntu 9.04 and FX5200 install ?
  88. [ubuntu] amule is not working - and not seen
  89. [ubuntu] setting up postfix
  90. Uninstallation help ubuntu & rgub
  91. [ubuntu] How to use rsync to backup drive to drive (newbee)
  92. [kubuntu] How do i upgrade kernel to 2.6.30
  93. [ubuntu] How do I change sda2 to sda1?
  94. [ubuntu] Part of the picture is outside the screen
  95. [all variants] sed statements with options in sed script files
  96. [ubuntu] Download helper
  97. [ubuntu] File sharing - can't open MSHOME ( Windows ) shared folders.
  98. [ubuntu] Flashing a Mother Board
  99. [ubuntu] Trash Bin Bug
  100. [ubuntu] Fullscreen problem in all apps
  101. [all variants] bash hell , removing " from a strings
  102. [all variants] vsftpd stopped working
  103. [ubuntu] Update Manager Error
  104. [other] apache problem
  105. [ubuntu] Printer Configuration Utility Does Not Start
  106. [ubuntu] Megavideo.com problem
  107. [ubuntu] Um, anyone having Runescape performance issues?
  108. [ubuntu] 9.04 Flash Issue
  109. [ubuntu] blubuntu-theme: Depends: gtk2-engines-ubuntulooks but it is not installable
  110. [all variants] Strange user - Who or what is it?
  111. [ubuntu] Problem with Empathy 2.27.2
  112. [ubuntu] Can't install libgoogle-perftools-dev; needs libgoogle-perftools0 0.98-1ubuntu1
  113. [ubuntu] Formatting an old hard drive
  114. [ubuntu] Help running iDiet
  115. [ubuntu] LaCie 4L downloads
  116. [ubuntu] Matlab won't install
  117. [ubuntu] Speeding up the mouse
  118. [ubuntu] How to Run WIndows Software in Ubuntu 9.04 Help
  119. [ubuntu] windows doesn't see ubuntu printer
  120. [ubuntu] please help with headphones...
  121. [ubuntu] Does Recovery Disc Delete Ubuntu Partitions?
  122. [ubuntu] Slow Starcraft
  123. [kubuntu] change file type icon
  124. [ubuntu] Hard Drive space
  125. [ubuntu] Can't save file I'm editing in pico: [ Error writing smb.conf: Permission denied ]
  126. [all variants] GKrellM - Spinning Fans Anyone?
  127. [ubuntu] Unknown window opens, cannot be closed
  128. [ubuntu] Is there a screenlet or a desklet for connection manager?
  129. [ubuntu] Synaptic Package Manager and the "broken" filter
  130. [ubuntu] All applications crashing
  131. [ubuntu] Audio spectrograph software?
  132. [ubuntu] 3G Modems in Ubuntu
  133. [ubuntu] Rotate works for one monitor, but not for two
  134. [ubuntu] better video capture
  135. [ubuntu] Issues with grub / windows 7
  136. [all variants] General questions about VNC
  137. [ubuntu] GRUB Problems
  138. [ubuntu] No notifications of Twitux in Ubuntu 8.04
  139. [ubuntu netbook remix] Screen display
  140. [ubuntu] Installing the latest ubuntu on a Fujitsu Siemand Scaleo p with built in Video card
  141. [other_os] dosemu mouse cursor stuck in middle of screen
  142. [ubuntu] Java Plugin Update?
  143. [ubuntu] Window repaint problems in Ubunut 9.04 (x64)
  144. [ubuntu] removing other user folder
  145. [ubuntu] Partioning Help
  146. [ubuntu] Hide or password protect file
  147. [ubuntu] Leftover pieces
  148. [other] Rar archive help
  149. [ubuntu] Need help uninstalling Ubuntu (vista dual boot)
  150. [ubuntu] rsync: backup different mount points/directories?
  151. [ubuntu] ext4 Cloning!?!
  152. [ubuntu] Applications fail to start
  153. [ubuntu] error using vi or being in console mode for few seconds
  154. [ubuntu] Conky: how do I post an image?
  155. [ubuntu] Transferring Files & Photoshop in Wine
  156. [ubuntu] Wine
  157. [ubuntu] Instant messaging- what am I looking for?
  158. [ubuntu] soft lockup of CPU on boot [solved]
  159. [ubuntu] Scrolling in Terminal?
  160. [all variants] Startup manager is running extremely slow
  161. [all variants] chm to pdf
  162. [ubuntu] Wireless and Video card not working... may never work
  163. [ubuntu] Generating HTML/manpages for openssl-doc
  164. [ubuntu] What do you do when the Ubuntu Freezes?
  165. [all variants] Desktop enviroments
  166. [ubuntu] *******buffer overflow****************
  167. [ubuntu] DNS Problem
  168. [ubuntu] strange noise at login screen
  169. [ubuntu] Torrent in Ubuntu, Resume in Windows = BSOD
  170. [xubuntu] WJ7 Loud/Hot
  171. [ubuntu] switching workspaces with mouse scroller
  172. Apps that can tell you where the installations go
  173. [ubuntu] Slow down kernel compile to not overheat laptop.
  174. [ubuntu] make my ubuntu
  175. [ubuntu] Storing FTP Accounts
  176. [ubuntu] Embeded Terminal not working with Compiz?
  177. [ubuntu] screenlets start at nearly random workspaces
  178. [ubuntu] Root Access in ubuntu 9.04
  179. [ubuntu] Grid Problem
  180. [all variants] Can DTV Signals In America Be Picked Up By DVB-T USB Tuners?
  181. [gnome] Login screen does not load
  182. [ubuntu] recover partition with bad sectors
  183. [ubuntu] putting 9.04 on my desktop, dual boot help
  184. [other_os] snmp trap
  185. [ubuntu] uploaded files to /var/www cannot be viewed by a browser
  186. [SOLVED] Boot both Windows partitions from GRUB
  187. [ubuntu] how to tell if system being compromised
  188. [ubuntu] The administrator cannot login from this page
  189. [ubuntu] Wierd Question
  190. [ubuntu] Gaim AIM server contact cannot be downloaded
  191. [all variants] Skippy sound in 9.04
  192. [ubuntu] ubuntu 9.04 live dvd
  193. [ubuntu] Php in ubuntu
  194. [ubuntu] Garbage on screen after boot up
  195. [ubuntu] How do u install a game
  196. [kubuntu] How can I tell if POSIX shared mem. is enabled
  197. [all variants] Trying to get razerd daemon to work.
  198. [ubuntu] Need Help with Keyboard layout / / Japanese
  199. [wubi] problems booting ubuntu
  200. [ubuntu] Program SVN-workbench
  201. [ubuntu] How to upgrade OpenOffice from 3.0 -> 3.1
  202. [ubuntu] How to slow my mouse down?
  203. [ubuntu] Other themes for Ubuntu?
  204. [ubuntu] Can't switch language = Can't Login!
  205. [all variants] Command Line Wireless Woes
  206. [ubuntu] XP cant recognise portable hard disk after install Ubuntu
  207. [gnome] Patched gnome-panel transparency
  208. [ubuntu] ubuntu cd with my packages
  209. [xubuntu] 'Kill unresponsive program' in xfce?
  210. [ubuntu] Bind9
  211. [ubuntu] package's setup
  212. [ubuntu] How complete translations with gettext?
  213. [ubuntu] PHP5 shows a blank page - Urgent
  214. [ubuntu] Cannot switch between workspaces, Alt+Tab not working, stuck to one workspace...
  215. [ubuntu] Uninstalling dependencies
  216. [ubuntu] Hmmm...i appear to need some drivers
  217. [ubuntu] wubi install
  218. [ubuntu] Rc.local not executing in Ubuntu Server 8.04 64 bit
  219. [ubuntu] Comments pdf
  220. [SOLVED] rubybook
  221. [all variants] Proxy - Firefox needs to report it is running in Windoze
  222. [ubuntu] Edit + Rapidsvn
  223. [ubuntu] upgrade from xp to vista, ubuntu partition?
  224. [ubuntu] How do I install this desklet please?
  225. [ubuntu] Is Raid my problem?
  226. [ubuntu] Error while installing on hardy 8.0.4
  227. [ubuntu] Print window off screen
  228. [ubuntu] Locking up randomly...
  229. [xubuntu] .sh file: What to do?
  230. [xubuntu] help, xfce desktop has gone weird, stuck in japanese (can't input in a terminal)...
  231. [ubuntu] Connecting to Ubuntu 9.04 box over dyndns.org
  232. [ubuntu] drivers
  233. [ubuntu] Javascript Firefox fails
  234. [ubuntu] Add/Remove Applications, Update Manager, and Synaptic won't open
  235. [kubuntu] Adding new users
  236. [ubuntu] Burning ISO image to DVD
  237. [ubuntu] made a .zip of my /home/ how do I restore it?
  238. [ubuntu] Please help me Configure GRUB
  239. cant unistall geany
  240. [ubuntu] Moving Settings Between Computers
  241. [xubuntu] no xfdesktop on start up.
  242. [ubuntu] Help! Can not mount volume (DVD)
  243. [ubuntu] Best sync method between Ubuntu and Windows
  244. [ubuntu] Dual boot - Windows side has virus
  245. [ubuntu] Installing Java problems
  246. [ubuntu] BIND9 problem
  247. [ubuntu] newbie help
  248. [ubuntu] read only filesystem after transferring a file from ntfs
  249. [ubuntu] Can I use my wireless card without entering password first?
  250. [ubuntu] File Date Modified Field - how to reset