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] apps in softwarecenter
  2. [ubuntu] So How Did I Break Python...?
  3. [ubuntu] Help with changing from discrete graphics to SLi
  4. [ubuntu] kbibtex web query suddenly does not return results
  5. [ubuntu] download youTube
  6. [ubuntu] Inverting scroll wheel?
  7. [SOLVED] external storage drive appears connected whilst removed
  8. [ubuntu] Unable to locate package nvidia-glx-new
  9. [ubuntu] computer freezing - possible java issue? or virus?
  10. [other] Upload file and delete file
  11. [xubuntu] xubuntu install from usb
  12. [ubuntu netbook remix] How to change keymapping for Apple keyboard
  13. [SOLVED] Second CD not mounting
  14. [all variants] A conflict between UBUFOX and ScribeFire
  15. [ubuntu] libstdc++.so.6: version `GLIBCXX_3.4.11' not found
  16. [ubuntu] Desktop can't see laptop on network
  17. [ubuntu] Google Chrome Cache on Ram Drive
  18. [ubuntu] Can't run cd on wine
  19. [ubuntu] ubuntu tweak
  20. [all variants] What´s the right email program for me?
  21. [ubuntu] keyboard shortcut to open launcher without opening the dash?
  22. [ubuntu] Unallocated space on harddisk
  23. [ubuntu] Creating a permanent mount point for a DVD drive
  24. [ubuntu] dual boot + virtualization?
  25. [SOLVED] Unable to use screen after su'ing to another user
  26. [SOLVED] Chrome
  27. [SOLVED] Parental monitoring NEEDED
  28. [other] Uninstall Ubuntu, GRUB remains
  29. [ubuntu] Ubuntu 11.04 browser graphics gone when browse to attachements
  30. [ubuntu] Will nvidia FX5500 AGP work on Ubuntu 11.04
  31. [ubuntu] ssh: connect to host stop port 22: Connection refused
  32. [ubuntu] MATLAB "cannot dynamically load executable" and the "-shared" g++ linking flag
  33. [ubuntu] Enable Wireless option enabled but wireless still not enabled
  34. [ubuntu] Audio stops working
  35. [SOLVED] New to Linux, Questions regarding Terminal and Commands
  36. [ubuntu] Can't get past log in screen in Maverick
  37. [64 bit] USB Creator Help
  38. [all variants] TTA question
  39. [ubuntu] Custom euro key
  40. [gnome] launch a .sh script from docky
  41. [ubuntu] Will home folder appear correctly when upgrading?
  42. [SOLVED] Nothing to be done for any make file
  43. [all variants] apache does not process certail urls...
  44. [ubuntu] Ubuntu 11 super slow new install
  45. [ubuntu] 11.04 / LiveCD will not boot from SATA DVD on ASRock
  46. [SOLVED] Script executes manually, won't execute with cron
  47. [SOLVED] Ubuntu Not Booting
  48. [xubuntu] Trying to instal Xubuntu through wubi and 'Can't download the metalink' error appears
  49. [ubuntu] What happens when I install 10.10 over 11.04?
  50. [ubuntu] x11vnc & autostart
  51. [SOLVED] Sound Studio
  52. [ubuntu] iPod Touch Help
  53. [SOLVED] CISCO VPN Client
  54. [ubuntu] Ubuntu is really slow for me.
  55. [ubuntu] GNU GRUB Error - Nothing will boot!
  56. [SOLVED] problem with compiling
  57. [ubuntu] Making an sh script run on logout...
  58. [ubuntu] Removing OS from GRUB
  59. [ubuntu] What partitions are Windows and which to delete?
  60. [SOLVED] Recording doesn't work
  61. [SOLVED] Lucid - Mozilla "Rapid Release" and LTS: How's that going to work?
  62. [ubuntu] Crash After Partial Upgrade :(
  63. [ubuntu] Need help FL Studio
  64. [ubuntu] permission to perform data transfer denied
  65. [ubuntu] An interesting problem with X11 in 11.04
  66. [ubuntu] Fuera Windows Vista
  67. [ubuntu] Shell Scripting, appending a variable to a specific line in a file
  68. [ubuntu] Recover Deleted File On Ext4
  69. [xubuntu] Video Driver Update help
  70. [ubuntu] Set Windows as Default OS when Dual Booting Ubuntu
  71. [ubuntu] How to Restore MFT?
  72. [ubuntu] transmission & torrents
  73. [ubuntu] can i stick with ubuntu 10.04 for many years? dont like where ubuntu is heading.
  74. [xubuntu] Torrent game..
  75. [ubuntu] Bitmap font installation?
  76. [ubuntu] Problem with g++ compiling
  77. [ubuntu] Help: Ubuntu error at start up.
  78. [ubuntu] Problem installing VMware workstation
  79. [ubuntu] how to enter recovery mode 11.04
  80. [other] Libre office and .docx problem
  81. [ubuntu] Running VirtualBox without being Dependent on VNC
  82. [ubuntu] theme problems
  83. [ubuntu] "add-apt-repository" failed
  84. [ubuntu] Kupfer & Synapse (Zeitgeist) databases are not being updated!
  85. [ubuntu] Could not find a compatible opengl
  86. [SOLVED] ubuntu shared HD and virtualbox
  87. [ubuntu] cifs partition reporting 100% full
  88. [ubuntu] Permissions (and Thunderbird)
  89. [xubuntu] Google Earth : slowness
  90. [ubuntu] Chrome Crashing
  91. [ubuntu] XFS partitions undetected when connecting the SATA through USB
  92. [ubuntu] Ubuntu 9.10 boot probleme
  93. [SOLVED] sudo ./install COMMAND NOT FOUND????
  94. [ubuntu] edit block files
  95. [ubuntu] Internet / apt.conf not working
  96. [ubuntu] gedit-latex-plugin broken partially
  97. [ubuntu] Unity Launcher Separator Entry
  98. [ubuntu] A "bare metal" virtualization for desktop?
  99. [ubuntu] 11.04 - Unity and lost l/h pane
  100. [ubuntu] help ! mouse not working on ubuntu
  101. [all variants] Should i remove old kernels ?
  102. [ubuntu] Ubuntu Software Centre not working
  103. [kubuntu] firefox and scim issues
  104. [ubuntu] Screen Rotate Shortcut
  105. [SOLVED] bash help - if causes error
  106. [ubuntu] Google Chrome persian font problem
  107. [ubuntu] Oracle 10g XE in Ubuntu Natty
  108. [ubuntu] 10.04 Lucid~how do I change two drives into one file sys
  109. [ubuntu] MD5 checksum tarball contents
  110. [ubuntu] dvd mounting software
  111. [ubuntu] Super duper hot CPU
  112. [SOLVED] Compiled Kernel Compatibilty among Distros
  113. [ubuntu] "There is a problem with the configuration server" After installing 11.04
  114. [SOLVED] hard disk capacity missing?
  115. [ubuntu] Scanned Droid Files to PDF
  116. [ubuntu] is there any alternative to "startupmanager" that works in ubuntu 11.04?
  117. [ubuntu] Avatars in MSN
  118. [ubuntu] Ubuntu 10.04 graphic card problem
  119. [ubuntu] Flickering green screen while logout/shutdown
  120. [ubuntu] Upgraded to 11.04 running kinda laggy
  121. [ubuntu] Java not working right at all
  122. [ubuntu] No sound output on 10.04
  123. [ubuntu] Need serious help with displayed languages
  124. [SOLVED] Error mounting volume (none already mounted on none)
  125. [ubuntu] Change Boot Menu Background USB based Ubuntu
  126. [ubuntu] ubuntu 10.04 LTS - the Lucid Lynx is reset to older date after restart
  127. [ubuntu] Laptop freezes ALL the time, please help
  128. [ubuntu] Trouble Getting Mouse Cursor To Work With Two Separate Monitors On X11VNC
  129. [ubuntu] How to install eclipse on ubuntu 11.04
  130. [all variants] for my p4 1.5ghz 128mb
  131. [ubuntu] Problem with headset
  132. [ubuntu] after partial upgrade
  133. [ubuntu] Wake from suspend time increased after update
  134. [SOLVED] Wlan problem
  135. [SOLVED] Memory conflict when trying to install Ubuntu
  136. [ubuntu] Boot Problem!
  137. [ubuntu] Package lists or status file could not be parsed
  138. [ubuntu] 10.04 -> 10.10
  139. [all variants] DVD-A ISO --> HD FLAC Conversion ??
  140. [ubuntu] unable to get a response from Razer Onza XBOX controller.
  141. [ubuntu] install Ubuntu as dual boot ?
  142. [ubuntu] tethering problem on Ubuntu 11.04
  143. [ubuntu] Dual Boot -> Seperate Drives
  144. [ubuntu] SSH Password
  145. [ubuntu] Thunderbird add-ons for older nightly
  146. [ubuntu] PS/2 keyboard not working in boot menu
  147. [ubuntu] Ubuntu 10.0.04.3 won't let me make partitions, please fix it
  148. [ubuntu] Laptop will not suspend. VirtualBox issue?
  149. [ubuntu] No HDD at bios, no start up :(
  150. [SOLVED] -lg2c -ltoolbox -lcontrol not found..
  151. [ubuntu] Loading flash stops sound in other applicaitons
  152. [SOLVED] Firefox won't open - dialog says already open
  153. [ubuntu] Why does Ubuntu 11.04 show that I have 2.9GB of RAM when I have 4GB?
  154. [SOLVED] Update Manager isn't Working
  155. [ubuntu] How to compile?
  156. [ubuntu] Typing "nonstandard" characters
  157. [SOLVED] Broke Unity with Compiz
  158. [SOLVED] Update Manager Problems
  159. [ubuntu netbook remix] Wireless Network on Ubuntu 10.10 Netbook
  160. [gnome] cannot pick styles from css file
  161. [kubuntu] Kubuntu big problem!
  162. [ubuntu] best way to share files between two 11.04 ubuntu computers?
  163. [SOLVED] lucid no login dialog box
  164. [SOLVED] USB Media Won't Automount
  165. [ubuntu] Mouse not Clicking -ubuntu 10.10
  166. [ubuntu] Minecraft and java
  167. [SOLVED] ubuntu 10.04 not listed in grub2 after windows installation
  168. [ubuntu] Unity Bar Defaults on Restart
  169. [ubuntu] Two questions: Apparmor and a Firewall Monitor?
  170. [ubuntu] computer shuts down
  171. [ubuntu] How to start a pre-defined number of processes with Upstart
  172. [ubuntu] Getting Brother DCP-1000 printing and scanning
  173. [ubuntu] wireless for compaq presario v2000
  174. [SOLVED] No countdown for grub 1.99 RC on Natty
  175. [kubuntu] Can't Embed Video on My Webpage
  176. [ubuntu] Running Team Fortress 2 in Wine
  177. [ubuntu] ACPI Warning: Incorrect checksum in table [TAMG] - 0xD6, should be 0xD5
  178. [gnome] Random Gome 3 'problem'?
  179. [ubuntu] Ubuntu server refusing web connections after update...
  180. [ubuntu] Spotify Under Wine - Audio Help?
  181. [ubuntu] Adding routes to dynamic pppoe connection?
  182. [ubuntu] Keyboard stopped working after update
  183. [ubuntu] 11.04 Version
  184. [ubuntu] Help whit running ubuntu whit out a hard drive !?!
  185. [ubuntu] A couple of questions
  186. [ubuntu] USB To HDMI
  187. [ubuntu] Connecting into Windows Remote Desktop ?
  188. [other_os] Need help trouble shooting a samba server.
  189. [other_os] Easy Peasy GNOME power manager
  190. [ubuntu] How to uninstall Ubuntu and install Kubuntu?
  191. [ubuntu] How to install f4l
  192. [ubuntu] X-Lite 4.0 issue!!!!!!!!!!!!!!
  193. [ubuntu] Thunderbird cant send - logging ?
  194. [other] NTFS partition, hard disk safe, first 10gb of data OVERWRITTEN - help (notes inside)
  195. [ubuntu] corrupt master file table
  196. [ubuntu] Ubuntu with two hard drives won't boot
  197. [all variants] What happened to all my PPA's???
  198. [SOLVED] apt crashes on zumodrive deb
  199. [ubuntu] Ubuntu Boot freezes at SCSI Attached Devices
  200. [SOLVED] Backup Home Symlink Destinations
  201. [ubuntu] Vuze suddenly won't launch anymore
  202. [SOLVED] Possible codec problem
  203. [ubuntu] Error after Updates Please Help
  204. [kubuntu] Question about resource management
  205. [SOLVED] Serious problem with graphical interface
  206. [ubuntu] Ubuntu 11.04 "No Audio"
  207. [ubuntu] How to force Live CD to use swapfile?
  208. [ubuntu] Wierd webcam problem
  209. [all variants] RAID5-Setup / RAID5-REBUILD
  210. [ubuntu] Touch pad doesn't work right away after typing
  211. [ubuntu] Problem running .sh script at startup...
  212. [ubuntu] How i change ip in ubuntu 11.4
  213. [ubuntu] Taking screenshots during installation itself
  214. [ubuntu] Terminal icon won't show in sidebar
  215. [ubuntu] Error whiletrying to 'make' ideviceinstaller
  216. [ubuntu] pen drive write protected
  217. [ubuntu] Desktop Switcher app failing
  218. [ubuntu] Whats Best?
  219. [SOLVED] need bash script syntax help
  220. [ubuntu] problems installing ubuntu via netboot
  221. [ubuntu] Just installed 11.04 but it defaults to Gnome rather than Unity
  222. [ubuntu] PHP Startup: Unable to load dynamic library
  223. [ubuntu] Display problem in 11.04
  224. [ubuntu] How to Change (Default) Keyboard Layout in 11.04?
  225. [ubuntu] Ubuntu Desktop Wont Load
  226. [ubuntu] Duel Boot Repair or Replace ?
  227. [ubuntu] Youtube Audio / MP3 FIles
  228. [all variants] Can you do this in bash?
  229. [SOLVED] windows partition not detected and uninstalling ubuntu 11.04
  230. [ubuntu] Various segfaults and/or crashes
  231. [other] Getting started w/ Ubuntu controlled robotics
  232. [other] Sdlmame 2 joystick
  233. [ubuntu] Sleeping too deeply
  234. [ubuntu] Bug after recovering from hibernation
  235. [ubuntu] Bootup Overly Slow
  236. [ubuntu] Problems with file sharing, DVD playback and Media Centre stuff
  237. [ubuntu] Can't delete files of MP3 player
  238. [ubuntu] Do I require a firewall when running ubuntu in a virtual box?
  239. [ubuntu] Ubuntu 11.04 broken after Fedora 15 install
  240. [all variants] What's seen when a single drive from a RAID 5 array is loaded?
  241. [ubuntu] create install xp usbstick with ubuntu
  242. [SOLVED] Help with mdadm
  243. [SOLVED] Virtualbox or Wine
  244. [ubuntu] error on booting! i cant get into my ubuntu 10.10
  245. [ubuntu] How to revert to kernel 2.6.36
  246. [ubuntu] 1366 x 768 resolution not working well
  247. [SOLVED] HP Deskjet 1000 on Ubuntu 10.04
  248. [ubuntu] Ubuntu wont boot
  249. [ubuntu] 3.0.0 rc7 kernel panic when disconnecting usb drive
  250. [SOLVED] Devede error when choosing no menu?