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] Could not resolve
  2. [kubuntu] copy to usb device results in unreadable file
  3. [ubuntu] Can't start apache2
  4. [ubuntu] Windows Wireless Drivers - Download
  5. [SOLVED] Dates don't display in KMail
  6. [ubuntu] nautilus action configuration not running
  7. [ubuntu] BROKEN PACKAGES! Please HELP!!!
  8. [ubuntu] boot preference
  9. [ubuntu] movie player
  10. [ubuntu] 4gb of ram 32bit or 64bit.
  11. [ubuntu] Home directory deleted?
  12. [ubuntu] Shell Script
  13. [ubuntu] Screen Resolution help
  14. [ubuntu] ssh-keygen -R ip-address
  15. [all variants] desktop enviorment
  16. [ubuntu] My computer will not boot :/
  17. [SOLVED] MySQL InnoDB autoextend:max question
  18. [ubuntu] Gnome archive manager, libstdc++.so.5
  19. [ubuntu] Noobie VNC server/client issues
  20. [all variants] gnome-apt
  21. [xubuntu] Can't open .7z
  22. [kubuntu] 9.04 KPackageKit Error--"...you need to fork!"
  23. [SOLVED] is it possible to play video directly inside desktop?
  24. [ubuntu] script back-up
  25. [ubuntu] One SATA vs One SATA and One IDE
  26. [ubuntu] Internet connection
  27. [ubuntu] webpages stopped loading in Ubuntu 9.1
  28. [ubuntu] Mount NTFS files system to repair windows system32
  29. [other_os] [Debian] LXappearance not changing fonts
  30. [ubuntu] Abi word crashing
  31. [ubuntu] 9.10 Diagnostics.
  32. [ubuntu] unpack .iso , .zip etc and replace older files
  33. [mythbuntu] memory increase/change hangs boot
  34. [other_os] partitions ande cloning HDs, partition help.
  35. [ubuntu] not able to connect to wireless network
  36. [ubuntu] daemon/servauthdir
  37. [SOLVED] Sharing over wireless
  38. [ubuntu] Google and .doc Problems
  39. [ubuntu] noob Needs Help Uninstalling&Formating
  40. [ubuntu] Wallpaper collection ubuntu 9.10
  41. [ubuntu] Postfix (Nagios) connection time out gmail
  42. [ubuntu] Power management
  43. [ubuntu] Power Settings not used!
  44. [ubuntu] Dual Screen Problem - Overlap
  45. [SOLVED] Eclipse will not start
  46. [ubuntu] winff
  47. [ubuntu] Behind the GUI
  48. [ubuntu] Is there a way to find my true Screen resolution?
  49. [ubuntu] encrypted home volume problem/unrecognized: unknown or unused partition
  50. [SOLVED] firefox
  51. [ubuntu] How to update drivers?
  52. [ubuntu] Thunderbird not Opening Links in Firefox
  53. [SOLVED] Can't find binary for installed package...
  54. [ubuntu] Laptop running extremely hot
  55. [ubuntu] Sound Doesn't work on my Compaq Presario 2700. Ubuntu 9.10
  56. [ubuntu] GLib-WARNING **: getpwuid_r(): failed due to unknown user id (0)
  57. [SOLVED] Ubuntu Server
  58. [ubuntu] wifire in 9.04
  59. [all variants] Freshly booted 8.10 with no apps running shows network activity?
  60. [ubuntu] mdadm array gone after failed install
  61. [ubuntu] General Direction of Ubuntu
  62. [ubuntu] Is it possible to just use scripts in a ppa?
  63. [ubuntu] Sound fades out
  64. [ubuntu] Running Slow and Pegging Processor When Using Mozilla and Kdenlive
  65. [ubuntu] desktopcouch-se is eating up my cpu
  66. [SOLVED] Software center "Not available in the current data"
  67. [ubuntu] archi of my PC
  68. [ubuntu] home page
  69. [mythbuntu] Myth TV with Win TV-HVR-1600
  70. [ubuntu] best photo printer
  71. [ubuntu] applications will not start
  72. [ubuntu] Installing Ubuntu on a Virus Laden with Viruses
  73. [ubuntu] Download To Hard drive
  74. [ubuntu] HD with bad blocks does 9.10 script format?
  75. [ubuntu] How do you burn these oversize iso's
  76. [SOLVED] Linking content of Windows Folders to Ubuntu Folders
  77. [mythbuntu] User Job Tokens
  78. [ubuntu] KphotoAlbum Images Plugin greyed out
  79. [ubuntu] Trying to run super pi
  80. [ubuntu_studio] installing Programs..... "noob alert"
  81. [ubuntu] Random startup problems
  82. [ubuntu] No wireless network after trying to establish PPPoE connection in Karmic Koala
  83. [ubuntu] gnome taking control?
  84. [ubuntu] Is it possible, live cd persistant
  85. [all variants] question on posting
  86. [ubuntu] I can't find the older kernels so I can delete them with Ubuntu Tweak
  87. [ubuntu] Ubuntu Language
  88. [ubuntu] Empathy problem
  89. [SOLVED] Accessing a windows machine from ubuntu
  90. [ubuntu] How heavy is my app for Ubuntu and Mobile Chipset PC
  91. [all variants] Mounting NTFS changing the block size
  92. [ubuntu] Trouble with various network security programs
  93. [ubuntu] Help with special characters
  94. [SOLVED] [B][/B] VLC stops for 5 seconds while doing fullscreen
  95. [ubuntu] Could not download all repository indexes
  96. [ubuntu] How can I reset my permissions to solve Nautilus problem?
  97. [ubuntu] frequent x server crashes
  98. [ubuntu] Copying to my phone - strange one
  99. [SOLVED] Can't get on Windows 7.. Constant loop. Ubuntu 10.04 Beta 1
  100. [xubuntu] Need help for Ubuntu on a virtual machine
  101. [all variants] Execute on a terminal
  102. [ubuntu] How to install opera? Or rather help?
  103. [SOLVED] Help, with playing MP3
  104. [ubuntu] What program to make disk image of a Microdrive
  105. [ubuntu] 2 Displays
  106. [ubuntu] Can't mount volume because locked by fsck, caused by setting fsck=2 in /etc/fstab
  107. [ubuntu] File size inconsistent
  108. [ubuntu] Flashing Desktop after Login
  109. [ubuntu] Intermittently working USB external Hard drive
  110. [ubuntu] Back to text mode
  111. [xubuntu] Printing problem with Open office
  112. [ubuntu] How to go from Beta 1 to stable
  113. [SOLVED] help ubuntu cant find root filesystem
  114. [ubuntu] delayed grub
  115. [ubuntu] SSH kicks me out without even prompting for password
  116. [SOLVED] Screen dims depending on it's color
  117. [ubuntu] Rootuser terminal symbol differentiation
  118. [ubuntu] problem in starting ubuntu 9.04
  119. [ubuntu] grub load error 17
  120. [ubuntu] Ubuntu 9.10 32 won't play this radio station
  121. [ubuntu] Two HDs which one for would you choose for /home
  122. [ubuntu] Capture streamed video?
  123. [ubuntu] Disable icon's in gnome menu
  124. [all variants] has anybody had problems with the Western Digital Green HDD's?
  125. [ubuntu] "zip error: Nothing to do!" when compiling
  126. [SOLVED] GIMP not working
  127. [ubuntu] Keyboard and mouse stop responding
  128. [SOLVED] Question about making a bootable Ubuntu USB flash drive
  129. [SOLVED] Launching link in browser
  130. [SOLVED] Deprecated DOS-compatibile partition table
  131. [ubuntu] How does using Ghost for Linux differ from using the "dd" command
  132. [ubuntu] (Wine 1.2) World of Warcraft Fall of the Lich King: Blank Screen
  133. [ubuntu] Grub2 question: re-install Vista on original partition, keep Ubuntu as is
  134. [SOLVED] GRUB can't find Ubuntu after restoring image to new drive
  135. [other] OS suggestion
  136. [ubuntu] 9.10 and Chrome Slow Download
  137. [ubuntu] Unreadable "white box" text
  138. [ubuntu] Clcck Alarm
  139. [ubuntu] epson GT-S50 scanner and drivers
  140. [all variants] javascript to flowchart converter
  141. [ubuntu] atheros-wired-driver-1005ha-linux
  142. [ubuntu] cairo-dock 'places' menu
  143. [all variants] Time to use Ubuntu to clean Windows' viruses easily and effectively
  144. [ubuntu] Installing programs from a flash drive.
  145. [ubuntu] What is wish8.5 ??
  146. [ubuntu] Multiple odd issues suddenly appearing
  147. [ubuntu] Best alternative to OOo?
  148. [ubuntu] Gnom doent boot only xterm session and failsafe gnome
  149. [ubuntu] Terminal Server Client problem
  150. [SOLVED] Mounted an ISO to my home, overwrote files, will they come back if i unmount/reboot?
  151. [ubuntu] adjusting gamma/color settings on ubuntu
  152. [SOLVED] error when opening Log File Viewer
  153. [SOLVED] Reinstalling Grub after Windows Install
  154. [all variants] find module that write in a proc file
  155. [ubuntu] Keyboard layout won't register ctrl input
  156. [ubuntu] Thunderbird attachment default programs
  157. [ubuntu] USB piano keyboard setup
  158. [SOLVED] Can't read text files
  159. [edubuntu] Beagle search doesn't even work?
  160. [SOLVED] Looking For Torrent Client Suggestions
  161. [ubuntu] XP/Ubuntu/Kubuntu. If I delete Kubuntu, what's happen to my boot cycle?
  162. [ubuntu] Grub2 dont like my DVD ROM
  163. [ubuntu] Change webcam resolution in Empathy
  164. [ubuntu] Suspension Issues
  165. [ubuntu] Can't access desktop
  166. [ubuntu] problem in empathy with default keyring to unlock
  167. [ubuntu netbook remix] acer aspire one wireless wifi doesn't work anymore
  168. [ubuntu] Skype can't use webcam
  169. [ubuntu] New User Account
  170. [ubuntu] Offline english dictionary with pronounciations
  171. [ubuntu] How to CD repository?
  172. [other] Random numbers without repetition
  173. [ubuntu] I am new to Ubuntu and need help
  174. [ubuntu] Bash Scripting Help Needed for backup script
  175. [ubuntu] Can't run Finance QuiteHist in Perl/Ubuntu
  176. [ubuntu] Mous buttons
  177. [ubuntu] New to Ubuntu - please help!
  178. [ubuntu] Java installation help?
  179. [ubuntu] Fixed Rate Softphone service?
  180. [ubuntu] HFS+ is read-only, how do change in Terminal?
  181. [ubuntu] Brasero Disc Burner not showing full space on DVD-R
  182. [ubuntu] User Account for Game Server
  183. [ubuntu] i can't see this application in the applications menu
  184. [ubuntu] Question: How do I look at online people using Empathy for MySpaceIM?
  185. [ubuntu] Using variables in hostname
  186. [SOLVED] Operating with WWW folder
  187. [xubuntu] Google Chrome Beta
  188. [all variants] Distro recommendations for someone on dial-up
  189. [ubuntu] Soft to work on Python GUI
  190. [gnome] close an app from terminal
  191. [ubuntu] Some Troubles With Servers
  192. [ubuntu] GPIB communications problems
  193. [ubuntu] Nicotine+ 1.2.12 Shutting Down Automatically After Search
  194. [other] Wierd looking panel!
  195. [ubuntu] OpenCV image processing error IplImage
  196. [ubuntu] Update Manager error & add/remove apps error
  197. [wubi] Wubi & Linux Mint 8 Helena
  198. [xubuntu] Can't fix resolution.
  199. [wubi] Boot problems
  200. [SOLVED] Online Video
  201. [ubuntu] Grub Problem
  202. [SOLVED] circular symlink problem
  203. [ubuntu] Cannot boot up Ubuntu. "boot from (hd0,0) ext..."
  204. [ubuntu] how to produce dnspktflow output only for nxdomain
  205. [ubuntu] Freezes sometimes after screen lock
  206. [ubuntu] My Mouse Pointer Disappeared
  207. [all variants] mdadm not reporting disk errors
  208. [ubuntu] SB audigy sound card
  209. [ubuntu] mozilla mplayer plugin
  210. [ubuntu] Thermal shutdown after running 9.10 !!
  211. [ubuntu] pyrit cuda ubuntu 9.10
  212. [ubuntu] video problems
  213. [ubuntu] how to get the text with seq?
  214. [64 bit] when my laptop is booting...
  215. [ubuntu] Edit bootloader entries?
  216. [ubuntu] Common practice of installing .tar.gz installs at?
  217. [all variants] What and where is the config file that determines the commands to do on bootup.
  218. [SOLVED] How to install No$gba in Ubuntu 9.10?
  219. [SOLVED] external drive problem need help
  220. [ubuntu] Need help
  221. [ubuntu] bump - applications will not start
  222. [kubuntu] How do I turn on sound support?
  223. [ubuntu] i cant go anywhere or use my desktop:(
  224. [ubuntu] how to make indicator applet to show real name?
  225. [ubuntu] Error mounting ufs file system
  226. [ubuntu] No gui login please
  227. [ubuntu] how to use grep command to get what i want?
  228. [SOLVED] Most games don't work properly on 9.10
  229. [ubuntu] Last.fm should be removed from (free) Software Centre!!!
  230. [all variants] Corrupt Compression
  231. [SOLVED] Wake-on-lan not working.
  232. [ubuntu] Laptop display broken, need to view display on external monitor.
  233. [ubuntu] Fonts messed up after installing msttcorefonts
  234. [SOLVED] Compiz problems/graphic card
  235. [ubuntu] Login password not recognized
  236. [ubuntu] (Ubuntu 9.10) MTP + Rhythmbox + MP3 player issue
  237. [ubuntu] removed all kernels..locked out of pc
  238. [all variants] multi-column PDF -> single column
  239. [ubuntu] Restore Ubuntu loading screen and login screen, after Xbuntu install?
  240. [ubuntu] problem installing ns2
  241. [ubuntu] Help building package from source
  242. [ubuntu] Move or link /var?
  243. [ubuntu] Alternative to Nautilus
  244. [ubuntu] I did something dumb, can't log in
  245. [other] Help Recovering XFS Files
  246. [SOLVED] Java issues
  247. [SOLVED] Change XSplash Animation
  248. [ubuntu] Keep running total of data up/downloaded?
  249. [ubuntu] Thunderbird Spell Check
  250. [ubuntu] FTP will not function until ipchains is disabled/re-enabled via Firestarter