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] Postfix - Can't send mail please help!
  2. [ubuntu] Panel items gets mixed each time i reboot
  3. [all variants] Problem Running a .jar File
  4. [ubuntu] rtorrent help needed - error "Tracker: [Timeout was reached]"
  5. [ubuntu] Which Linux OS?
  6. [ubuntu] Can't see more than 500GB HD
  7. [ubuntu] How do i install my canon pixma ip1500?
  8. [all variants] Kernel 2.6.31-16
  9. [ubuntu] Failed to install or upgrade linux-image-2.6.31-16.52
  10. [SOLVED] How do I delete text of a specific file in the terminal? Help please
  11. [ubuntu] Upgrade Problem of firefox to 3.5
  12. [all variants] Firefox is not responing
  13. [SOLVED] Help to recover removed dependencies
  14. [all variants] Setting up basic authentication for Apache
  15. [other] Ilegal use of Ubuntu logo?
  16. [ubuntu] POP3/DeltaSync problems with Windows Live Mail & Evolution..
  17. [ubuntu] Windows does not see two partition NTFS any more (Ubuntu does)
  18. [SOLVED] Partition/ Hard Drive Imaging
  19. [SOLVED] Byobu on 9.10
  20. [SOLVED] Where can I install the restricted driver for my modem?
  21. [SOLVED] Cinelerra update + upgrade message!
  22. [SOLVED] libg2c0 not found!
  23. [ubuntu] Grub asks for version of Linux at Startup
  24. [ubuntu] Subversion Client
  25. [xubuntu] Does Anyone Have this info?
  26. Using ssh when the firewall only allows http
  27. [ubuntu] Problem with cd rom.
  28. [ubuntu] Cannot get /dev/md0 mounted as /home at boot
  29. [ubuntu] Compiz Skydome Problem
  30. [ubuntu] Brother DCP 7030 driver does not show in CUPS admin.
  31. [ubuntu] list of packages for installing
  32. [ubuntu] Ubuntu 9.10 won't start
  33. [ubuntu] Problem with quotes, deadkeys (choosing keyboard layout doesńt help)
  34. [ubuntu] odd problem with ubuntu and kubuntu
  35. [all variants] Disk access and general lag
  36. [kubuntu] kubuntu 9.1 sreen resolution problem
  37. [ubuntu_studio] Can't do anything; Please help!
  38. [ubuntu] Trying To Scon ROX Applet
  39. [xubuntu] Interesting experience with login and ldap down
  40. [ubuntu] I need to creat a multi OS boot DVD
  41. [ubuntu] Process Priority
  42. Tip: I/O Applet
  43. [all variants] #This is a ltsp chroot and this file will be rewritten in boot process
  44. [ubuntu] Boot Problem
  45. [ubuntu] Dell A910 Printer - Ubuntu 9.10
  46. [gnome] install without gdm doesn't automount
  47. [kubuntu] No /boot/grub/menu.lst
  48. [SOLVED] 2.6.31-15 Just all of a sudden can't boot
  49. [ubuntu] grsync
  50. [ubuntu] tiling open windows
  51. [ubuntu] Help! Can't play sauerbraten!!!
  52. [ubuntu] Noob question: Sound out of sync in games and flash since Intrepid.
  53. [ubuntu] Confused about hardware temp readings w/ Phenom II 940
  54. [ubuntu] Help with mounting disks in 9.10 Ubuntu Server
  55. [SOLVED] Cannot get Storage Device Manager (pysdm) to show partitions
  56. [ubuntu] When i change visual effects to anything but none i lose my window titlebars?? Help!
  57. [SOLVED] What is the name of the window manager process?
  58. [ubuntu] How can i install super mario war??
  59. [ubuntu] no prompt for entry into grub
  60. [kubuntu] Task manager!!!
  61. [other] VBA Link help plz
  62. [ubuntu] Dual booted problems.
  63. [ubuntu] Cannot uninstall Safari 4 from Wine!
  64. [ubuntu] Deleting files via digiKam peculiarity
  65. [ubuntu] linux-image Error continues to occur every update
  66. [ubuntu] Problems burning disks...
  67. [ubuntu] how to install gpart from source
  68. [ubuntu] Multi conky doesn't starts
  69. [ubuntu] All browsers unable to read cookies????
  70. [ubuntu] Using android adb with Samsung Moment on Karmic
  71. [ubuntu] Seesmic Desktop
  72. [ubuntu] Reinstall advice
  73. [ubuntu] Grub 2 Entries
  74. [ubuntu] kazehakase aborts
  75. [ubuntu] How do I increase log verbosity?
  76. [64 bit] How can I put Windows Vista & Ubuntu in one DVD?
  77. [ubuntu] utilities for repairing windows from linux
  78. [ubuntu] Compact gtk2 themes
  79. [ubuntu] need help F-spot dont load, crashes !
  80. [ubuntu] USB Startup Disk Problem
  81. [ubuntu] Magic jack phone service
  82. [ubuntu] clean URLs in drupal
  83. [ubuntu] Rhythmbox Info Display
  84. [ubuntu] How to totally nuke my computer.
  85. [ubuntu] Monitor outputting at low resolution and scrolling
  86. [ubuntu] Which thread should I post Skype questions
  87. [ubuntu] How to sovle Sources - Repository GPG Error!
  88. [ubuntu] No Love From The Grub
  89. [ubuntu] mintmenu and ubuntu9.10
  90. [ubuntu] compiz: blurry fonts when switching between windows
  91. [SOLVED] Unknown App
  92. [SOLVED] Network Sharing Problems
  93. [ubuntu] Downloaded SBackup but can't find it
  94. [ubuntu] Radar Map Problem
  95. [ubuntu netbook remix] fdisk -l not showing flash usb drive
  96. [ubuntu] tvuplayer
  97. [ubuntu] Why is there a dir commnd?
  98. [ubuntu] Sync Blackberry Tour 9630
  99. [ubuntu] linux does not recocnize camera
  100. [other] Alternative Search Engines?
  101. [ubuntu] Ecryptfs error locking counter -can't access home directory
  102. [ubuntu] skype video segmentation fault
  103. [ubuntu] Handwriting plugin for Pidgin.
  104. [ubuntu] Ubuntu runs so bad!
  105. [ubuntu] not direct rendering capable ???????? :(
  106. [ubuntu] ubuntu 9.10 notifications
  107. [ubuntu] pulse karmic :(
  108. [ubuntu] is there an easy way to make mysite.com and www.mysite.com point to the same folder
  109. [ubuntu] Help kernal panic!
  110. [ubuntu] Removing extents or converting to ext3 ?
  111. [ubuntu] Epiphany not previewing images (attachment previews in popup window))
  112. [SOLVED] Share NTFS in Ubuntu 9.10
  113. [SOLVED] 9.10 consistently crashing on log in
  114. [kubuntu] how to change the keyboard shortucts in system file
  115. [ubuntu] login very broken
  116. [ubuntu] boot-up problem
  117. [ubuntu] Recovery of deleted files
  118. [all variants] Setting virtual terminal resolution with GRUB2
  119. [ubuntu] Songbird Will not Launch
  120. [SOLVED] How to make an animating banner in GIF format?
  121. [ubuntu] installing problems with the software center
  122. [ubuntu] How to set mount options for external drives?
  123. [ubuntu] Requirements for *buntu suffix
  124. [ubuntu] file permission problem
  125. [ubuntu] Cannot run Simple MPI Program
  126. [ubuntu] Ubuntu 9.10 Grub2 Menu
  127. [ubuntu] Cant boot from disc?
  128. [SOLVED] Google Chrome will Not Start
  129. [ubuntu] How to use filefrag
  130. [ubuntu] Wolfenstein Enemy Territory sound problems
  131. [ubuntu] Nvidia Issues After Updates
  132. [ubuntu] Screenshot not working (partially)
  133. [ubuntu] Bluefish "Open In Browser Button" doesn't work
  134. [ubuntu] ssh troubles
  135. [ubuntu] Cannot open text from .htm with openoffice
  136. [all variants] How do I create a pla file?
  137. [gnome] shortcut to launch new instance of an app only when app is not already open
  138. [SOLVED] .txt problem? help please
  139. [ubuntu] gnuplot not responding
  140. [ubuntu] Nautilus Shows Wrong Icon for URL Type but Thunar Doesn't - How to Fix?
  141. [ubuntu] Cant install Wine
  142. [ubuntu] rec a program to secure erase an external harddrive
  143. [ubuntu] Ubuntu .bat equivalent?
  144. [ubuntu] Installation error - help me
  145. [ubuntu] Kernel update in Jaunty not showing in bootloader
  146. [64 bit] Which Linux-Image/Kernel should I use?
  147. [SOLVED] Ubuntu 9.10 file associations not sticking
  148. [ubuntu] em28xx driver
  149. [all variants] which filesystem? rsync to external hard drive
  150. [SOLVED] Python Segmentation Fault
  151. [ubuntu] How to control Radeon HD4800 fan speed?
  152. [ubuntu] Ubuntu 9.10 bad install's
  153. [ubuntu] no sound 9.10
  154. [kubuntu] Toolbars+Moving files as root in Kubuntu
  155. [SOLVED] Change grub2 boot order in 9.10
  156. [ubuntu] cmos not working therfore disk check everytime i turn on
  157. [ubuntu] Ubuntu Latest Updates Breaks X Graphics?
  158. [ubuntu] Setting up RAID with existing data
  159. [ubuntu] set-up menu & installation-usb
  160. [ubuntu] Retrive files in ubuntu after partion
  161. [SOLVED] Urgent help, deleted user from all groups
  162. [ubuntu netbook remix] dell mini10v
  163. [ubuntu] Can't Access Ubuntu 9.10
  164. [ubuntu] Can scripting automate moving files and converting?
  165. [ubuntu] Limit process run times
  166. [all variants] Disable password input display on login in Karmic
  167. [wubi] Is it possible to use wubi to install other linux distros not just ubuntu
  168. [ubuntu] VirtualBox fixed hard disk
  169. [ubuntu] PS3 Media Server
  170. [ubuntu] Runlevels and No Gui
  171. [SOLVED] My Ubuntu partition disappeared after Windows 7 install
  172. [ubuntu] Diff between /sys/module and /proc/modules
  173. [SOLVED] nvdia drivers in ubuntu 9.10
  174. [ubuntu] Installing k9copy from source
  175. [ubuntu] Ubuntu won't start up again. Please help.
  176. [ubuntu] Question about vermagic.o
  177. [ubuntu] Trouble downloading Blueman
  178. [ubuntu] Notification Icon and Sound with Empathy
  179. [SOLVED] Mobile Phone PC Suite or Relevant in Ubuntu ???
  180. [ubuntu] Mouse clicking menus (and right-click) gone in Firefox
  181. [ubuntu] keyboard types wrong key
  182. [kubuntu] KDE Question with a mouse option.
  183. [ubuntu] suspend fails after kernel update
  184. [kubuntu] Boot problem kubuntu 9.10
  185. [ubuntu] Can't Access Ubuntu 9.10 After Choosing Update Manager
  186. [ubuntu] Multisync won't start D:
  187. [ubuntu] my wep router has been hacked: How to trace the host?
  188. [ubuntu] Guitar chord finder software
  189. [ubuntu] How to enter a Windows XP machine, for security reasons?
  190. [ubuntu] USB mouse and/or keyboard freeze randomly
  191. [kubuntu] Prevent KNetworkManager from auto starting?
  192. [ubuntu] Installing Ubuntu using Wubi
  193. [SOLVED] How to compile firefox?
  194. [ubuntu] ubuntu wireless issue
  195. [kubuntu] virtualbox not installing....
  196. [all variants] Where do we report bugs at?
  197. [ubuntu] Nvidia driver problems
  198. [ubuntu] Frustrated beginner seeking help
  199. [wubi] keybaord and mouse unresponsive after installation at login
  200. [ubuntu] extended partition on ubuntu
  201. [SOLVED] fstab help - ext4
  202. [ubuntu] How to install knoppix bootable on a pendrive with Linux?
  203. [ubuntu] No sound over HDMI in Karmic??
  204. [ubuntu] cannot change directory in terminal
  205. [ubuntu] .bashrc .bash_profile .profile - When Are They Executed.
  206. [ubuntu] "Set your JAVA_HOME, ANT_HOME and PATH"; jdk is installed but not in /usr/local
  207. [ubuntu] Notifications appear in middle of second monitor
  208. [ubuntu] xcalib - Monitor Colour Calibration
  209. [ubuntu] [Fix] Karmic: Automaticly unmount CIFS shares at shutdown & restart with no errors!
  210. [ubuntu] [help]authenticate code
  211. [SOLVED] Ubuntu karmic and Windows 7
  212. [ubuntu] applications are always (not available in the current data)!!
  213. [ubuntu] Terminal Clicking
  214. [ubuntu] Force automatic grub selection - how to?
  215. [ubuntu] Moved my computer to my room and now ubuntu wont start up.
  216. [ubuntu] Ubuntu crash at boot/login
  217. [SOLVED] does gnome do searches commands also?
  218. [ubuntu] How to install restricted drivers?
  219. [SOLVED] How can I find out how many Firefox bookmarks I have?
  220. [ubuntu] Filezilla shutdown after downloads completion
  221. [SOLVED] Program to deal with rar files..
  222. [ubuntu] Pidgin lost connection when close my buddy list
  223. [ubuntu] System freezes randomly
  224. [all variants] PS3 users what are you using to converts D
  225. [all variants] Reorganise music files by tags
  226. [ubuntu] Looking for a program to monitor web pages for change.
  227. [ubuntu] Dual boot loses partitions after upgrading to Jaunty
  228. [ubuntu] ubuntu on fujitsu siemens amilo
  229. [SOLVED] Sharing Files between Windows 7 and Ubuntu on one HDD
  230. [ubuntu] 9.10... cups not starting automatically upon reboot
  231. [ubuntu] nvidia display settings
  232. [ubuntu] restart graphical interface
  233. [ubuntu] openoffice.org impress 3.0 .oxt
  234. [ubuntu] How to create a mail server?
  235. [ubuntu] Wine broken package
  236. [ubuntu] How to upload in tucan manager
  237. [ubuntu] Maintenance of Ubuntu
  238. [ubuntu] 2x Partitions but 2x Windows 7 loaders also other issue
  239. [ubuntu] No display
  240. [ubuntu] Install Ubuntu software by copy/paste?
  241. [ubuntu] Keyboard and mouse don't work (Thin client setup)
  242. [xubuntu] Random crashes, screen dies, no keyboard or mouse entry accepted
  243. [kubuntu] What are the advantage of using KDE v. GNOME?
  244. [ubuntu] .Xinput.d in Home folder
  245. [ubuntu] How to gPHPedit a default php editor?
  246. [ubuntu] I need a printer driver!
  247. [ubuntu] How to use gfortran?
  248. [ubuntu] Flash "click-to-play" no go
  249. [SOLVED] Shortcut to windows desktop?
  250. [ubuntu] Ugly No GUI Login configuration issue