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] Problem with Firefox colors
  2. [ubuntu] Help me compile and build this program
  3. [SOLVED] Create a clip from a movie?
  4. [ubuntu] Help with wireless driver please
  5. [ubuntu] Composting
  6. [kubuntu] java problems?
  7. [ubuntu] splash screen displays "ubuntu 10.10" in terminal/dos text
  8. [ubuntu] Program to lock out a session
  9. [ubuntu] Firefox plugin error
  10. [SOLVED] dependency error
  11. [SOLVED] Dual Boot computer no longer offers Windows
  12. [ubuntu] gnome-scheduler - tesseract
  13. [ubuntu] Help! No Sound!!
  14. [SOLVED] Locked into Windows partition on dual boot
  15. [other] So what happens to the normal user?
  16. [ubuntu] MS Office Icons not displayed in Docky (Play On Linux)
  17. [ubuntu] Ubuntu 10.10 Cacti Plugin Architecture Install
  18. [ubuntu] Is there a ghost image program installed on ubuntu 9.10
  19. [all variants] What happen to games bought in the Ubuntu Software Centre after a re-install
  20. [SOLVED] Need key for kernel ppa!
  21. [ubuntu] A certain page wont load
  22. [ubuntu] Question ABout Drivers
  23. [ubuntu netbook remix] error when trying to run update manager or package manager
  24. [ubuntu] audio configuration file
  25. [ubuntu] After updates problems started occuring
  26. [ubuntu] Ubuntu 10.10 doesnt start anymore.
  27. [ubuntu] Ibus inactive with OpenOffice Word (Gnome)
  28. [ubuntu] Alt Key moving Window on Click
  29. [ubuntu] tranparent proxy server in ubuntu
  30. [ubuntu] Disk imaging utility
  31. [ubuntu] System Config Printer Applet does not start (pynotify problem)....
  32. [ubuntu] how to install remote desktop
  33. [SOLVED] Transfer half downloaded torrents to utorrent
  34. [gnome] wii remote help
  35. [ubuntu] Grub2 GRUB_CMDLINE_LINUX_DEFAULT options only apply to first entry?
  36. [ubuntu] Help with PHP Eclipse
  37. [ubuntu] ubuntu 10.10 help
  38. [ubuntu] Using PC as Wireless Access Point
  39. [ubuntu] Firefox not installing addons
  40. [ubuntu] Natty ARM server on TonidoPlug
  41. [ubuntu] Which is best CHESS game on Ubuntu?
  42. [ubuntu] microphone not working on ubuntu 10
  43. [ubuntu] new laptop and want to partition it
  44. [SOLVED] Installing XP on an external killed Ubuntu
  45. [ubuntu] Link Problems I think?
  46. [ubuntu] Geany Being Crashed
  47. [SOLVED] Install latex in 9.04
  48. [ubuntu] graphics problem ati
  49. [ubuntu] Continuing Education
  50. [ubuntu] Rhythmbox Problem
  51. [ubuntu] GStreamer Error: Gstreamer encountered a general stream error (not all flacs)
  52. [SOLVED] Videos not displaying properly
  53. [ubuntu] Full computer freeze when viewing flash(youtube, etc) and downloading torrents
  54. [SOLVED] Configure a router from the command line
  55. [ubuntu] I've more questions...
  56. [SOLVED] name of wicd process?
  57. [all variants] Looking for a good distro for Dad's EEE PC
  58. [ubuntu] Open Office problem
  59. [ubuntu] Dual boot after install?
  60. [kubuntu] usb mic problems with skype
  61. [lubuntu] evolution: double email - in inbox and in folder
  62. [ubuntu] Slow Wireless Connection in Ubuntu
  63. [ubuntu] Ubuntu, Cafes, Noscript & ABE
  64. [ubuntu] Error decrypting home diretory. ECRYPTFS
  65. [SOLVED] Cannot do non critical updates
  66. [ubuntu] PQBoot32.exe alternative for Ubuntu ?
  67. [ubuntu] LyX is slooooww...
  68. How to work with Canon MX420 on Ubuntu
  69. [ubuntu] Regarding Plymouth
  70. [other] help!! mint is gone, issues with 3 OS's installed on one computer
  71. [ubuntu] Dual Screen/Monitor No Longer Detects Secondary Monitor
  72. [64 bit] Only one user account doesn't jam
  73. [ubuntu] freezing due to an error reading HDD
  74. [ubuntu] scanner problem due to discrepancy in location
  75. [ubuntu] Dual Boot Problems
  76. [ubuntu] Plymouth not functioning?
  77. [ubuntu] Old issue, thought 10.10 would correct it, now it's back.
  78. [ubuntu] File transfer to mobile phone
  79. [SOLVED] Unity Questions?
  80. [ubuntu] Slow startup.. 3 minutes from bootloader to desktop
  81. [other] Is this a case of hardware failure?
  82. [ubuntu] Ubuntu crash when A/C plugged out suddently
  83. [ubuntu] Is there an equivalent to Windows Shadow Copy?
  84. [ubuntu] Problem enabling/disabling touchpad with fn+F9
  85. [ubuntu] Firefox Tab Color
  86. [ubuntu] GRUB2 "Device Not Found" since upgrade to 10.10
  87. [ubuntu] WoW Won't Play! Help Plz!
  88. [ubuntu] AWK and extracting data from hyperlinks
  89. [ubuntu] Install HP Wireless Printer B210
  90. [ubuntu] nooooooob trying to figure out how to install vmplayer
  91. [ubuntu] A File/Picture Manager with Gmail Type Labels?
  92. [ubuntu] Mic problem on 10.04 LTS.
  93. [ubuntu] error mounting mount exited with exit code 13
  94. [ubuntu] Untrusted packages in the USC?
  95. [ubuntu] Problems with Software Centre and Synaptic Package Manager
  96. [SOLVED] Laptop 75-92*c is that norm?
  97. [SOLVED] How to extend time before auto log off.
  98. [ubuntu] cups-pdf configuration help
  99. [ubuntu] Video card troubles, questions.
  100. [ubuntu] need path to g++
  101. [ubuntu] using ALT+NUM PAD for foreign symbols
  102. [ubuntu] No touchpad control of cursor from logitech usb keyboard
  103. [SOLVED] What is conky?
  104. [ubuntu] error mounting ipod touch, DBus error
  105. [ubuntu] Ncmpcpp acting up, "add" shortcut gone - help!
  106. [SOLVED] NTFS flagged as boot?...
  107. [ubuntu] Messed up my sound drivers
  108. [SOLVED] crunchbang features for ubuntu
  109. [SOLVED] convert floppy disks to iso?
  110. [ubuntu] Help wish SH script on returning color based on mouse coordinates
  111. [ubuntu] Boot error
  112. [ubuntu] Update manager Issues
  113. [ubuntu] Other partition through VirtualBox?
  114. [ubuntu] Clamav error
  115. [ubuntu] CAN't LOG IN!
  116. [ubuntu] connecting 2 pcs?
  117. [ubuntu] Moving/Ghosting home directory
  118. [ubuntu] Extract Flash video from a webpage, HELP.
  119. [ubuntu] Apps and multiple monitors
  120. [SOLVED] Firefox global profile "/etc/firefox" need help bypassing!
  121. [ubuntu] Crash during update. Now doesn't boot properly.
  122. [ubuntu] Annoying default cursor location with saving files...
  123. [ubuntu] cant open/view a file after joining a windows domain?
  124. [SOLVED] Hyundai monitor sound problem, help?
  125. [SOLVED] USB Card reader is not detected
  126. [ubuntu] Hibernate not working
  127. [ubuntu] Best program to use to sync iPhone
  128. [ubuntu] Photo recovery after disk wipe
  129. [SOLVED] CD-RW and DVD-RW not working when previously used on Windows
  130. [ubuntu] Grub2 broken again
  131. [SOLVED] Passwords and Encryption Keys
  132. [ubuntu] Error running executable. Syntax error: "(" unexpected
  133. [all variants] MS exchange client less buggy than evolution?
  134. [ubuntu] resolution is huge and and cannot change it
  135. [ubuntu] login window appearance preferences -
  136. [ubuntu] firefox does not display the entire page source
  137. [ubuntu] how-to make a raid5 storage
  138. [all variants] Wine newbie - 'CD/DVD not found'
  139. [SOLVED] Any good programs?
  140. [ubuntu] Set modem speed to match ISP
  141. [ubuntu] SmartSVN 6.6.4 Question
  142. [SOLVED] Conky Help?
  143. [ubuntu] duplicity:how to use email as userid in ftp url?
  144. [ubuntu] TightVNC : Can only see "www.TightVNC.com"
  145. [ubuntu] Black screen upon boot
  146. [ubuntu] /usr/bin/mail
  147. [ubuntu] Synaptic GUI
  148. [ubuntu] Mounting Locations?
  149. [SOLVED] Sensors command output
  150. [SOLVED] Get 10.4 GUI in 10.10 / downgrade to 10.4
  151. [ubuntu] Python Development Environment
  152. [ubuntu] Blueman not showing up -ubuntu 10.04
  153. [ubuntu] Need Guide - Internet domain name server
  154. [ubuntu] Data recovery: New to ubuntu... had no idea about Debian-based /tmp clearing
  155. [ubuntu] Firefox 4 experience/question
  156. [ubuntu] MySQL 4 and 5 versions
  157. [SOLVED] Can't hide GRUB2, no other OS installed
  158. [ubuntu] Where can I download deb-packages for Ubuntu Desktop/Server 9.04 from?
  159. [SOLVED] Ubuntu failed connect to ADSL router
  160. [ubuntu] fontconfig memory
  161. [64 bit] Too many Connections
  162. [SOLVED] Release date?
  163. [ubuntu] GDesktop Search Operators
  164. [SOLVED] Changed Nautilus Background -> Nautilus crashes
  165. [all variants] Can anyone recommend a less buggy distro than Ubuntu?
  166. [SOLVED] Suddenly I can no longer print
  167. [all variants] ls sees more files than there are
  168. [SOLVED] Am I a 64 or 32?
  169. [SOLVED] cd /home/$user does not work
  170. [ubuntu] odd chromium / youtube problem
  171. [ubuntu] ICE Authority and Nautilus error
  172. [ubuntu] Repository Update Errors
  173. [ubuntu] iPod will not sync
  174. [ubuntu] Using Evolution Mail/Chat with Yahoo Mail
  175. [SOLVED] GPS software in Ubuntu?
  176. [ubuntu] If I archive a podcast... where does Banshee put it?
  177. [ubuntu] dem bongos at startup
  178. [ubuntu] Open office spell checker
  179. [SOLVED] keyring stupidity after password change in Ubuntu 10.04
  180. [ubuntu] Installing a graphics card
  181. [64 bit] Partitioning challenge
  182. [ubuntu] pressing ALT in Firefox for Linux supposed to show the menubar?
  183. [ubuntu] gnucash online banking problem
  184. [SOLVED] While Watching Youtube Video: Screensaver / Display Turns Off -- Annoying as hell!
  185. [ubuntu] Extract here
  186. [ubuntu] Thunderbird 3.1.9 tar ball and basic compiling
  187. [SOLVED] How do i add windows 7 to grub
  188. [all variants] change password for user
  189. [ubuntu] CVS Icon Overlay
  190. [ubuntu] Ubuntu died.
  191. [ubuntu] Proxy Authentication issues
  192. [all variants] DVB/TV Add specific channels?
  193. [SOLVED] Changing boot order
  194. [ubuntu] studio 15 switch himself off (complete in one second)
  195. [ubuntu] Finding out when Ubuntu PC last used
  196. [ubuntu] How to use amule?
  197. [ubuntu] Mssql_connect error
  198. [all variants] login: pressing first letter of my password causes reboot
  199. [xubuntu] Mac4Linux - Need help installing/AWN Theme.
  200. [SOLVED] Nautilus setting crashes nautilus ...
  201. [ubuntu] Ubuntu tablet PC help required
  202. [ubuntu] Headphone and mic jack problem
  203. [64 bit] 64 bit applications
  204. [SOLVED] Trouble with a crontab
  205. [SOLVED] Platinum Arts Sandbox Gamemaker corrupts installation
  206. [all variants] Blu-ray burning problems
  207. [ubuntu] ATI Driver
  208. [ubuntu] Crontab aborts sh script
  209. [ubuntu] HELP PLZ! Format new external 2TB HDD - use with ps3, ubuntu desktop and windows xp/7
  210. [ubuntu] Copy desktop settings?
  211. [ubuntu] weird youtube (flash) problem
  212. [SOLVED] Live CD: do not want to mount root fs
  213. [ubuntu] Search Terminal History
  214. [SOLVED] A little conky help?
  215. [ubuntu] Would this fix my bootloader?
  216. [64 bit] Draftsight for AMD64
  217. [ubuntu] Virtualbox error "Kernel driver not installed (rc=-1908)"
  218. [ubuntu] Ubuntu 10.10 doesn't boot after crashing during update.
  219. [ubuntu] Keyboard suddenly stopped working after logon. Makes ticking sound afterwards.
  220. [SOLVED] Chainloading Grub2 > Grub2
  221. [SOLVED] HDD Failed - Retrieve Files
  222. [ubuntu] Mouse freezes when copying/pasting
  223. [ubuntu] WD My World Book Network Drive not recognized
  224. [SOLVED] Wine not liking game (4 star rating on winehq)
  225. [ubuntu] Can't load downloaded aircrafts in flightGear
  226. [ubuntu] Add program to Applications
  227. [ubuntu] monitor going to sleep mode during boot
  228. [ubuntu] help in ubuntu!
  229. [ubuntu] Two hard drives, i want to format one of them.
  230. [ubuntu] Pidgin Im's
  231. [ubuntu] Problem installing packages for Octave 3.4.0
  232. [ubuntu] Can't access Ubuntu because i recently "re"installed windows
  233. [ubuntu] /proc/kcore is 128TB
  234. [ubuntu] Can't add ppa, module error
  235. [ubuntu] Dovecot index UID problem - client inbox shows no messages!
  236. [ubuntu] I need PHP
  237. [ubuntu] Lexmark Z1320
  238. [all variants] need the lightest OS with nothing else
  239. [wubi] Weird browsing issues
  240. [SOLVED] hello fellow Ubuntu users :D
  241. [ubuntu netbook remix] Followed a tutorial and messed some stuff up..
  242. [ubuntu] Help please! i think somethings wrong with computer. ubuntu 10.10
  243. [SOLVED] *nix question
  244. [ubuntu] Language is broken, can't set the default language
  245. [ubuntu] E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable
  246. [ubuntu] How do I remove emblems
  247. [SOLVED] How to change data on location? System time always wrong on re-boot
  248. [ubuntu] Ubuntu 10.10, Boot Up Freezes At The Login Screen
  249. [ubuntu] Everything works fine until after reboot
  250. [ubuntu] Buggy HP box crashes a lot. What can I do?