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] Does anyone know about the old screensaver for linux ubuntu
  2. [SOLVED] Log in error
  3. [SOLVED] Installing Maverick/Lucid Server on Asus TS Mini
  4. [ubuntu] USB Flash Clone / Image question
  5. [xfce] xubuntu 10.10
  6. [ubuntu] Software Sources problem..
  7. [ubuntu] Make a Windows USB installer in ubunutu
  8. [ubuntu] Laptop lip close as a button
  9. [wubi] [Wubi] root.disk not found error.
  10. [kubuntu] Network Folder
  11. [ubuntu] Something that I have learned about 9.xx vs 10.xx
  12. [ubuntu] What does this mean (Messages log)?
  13. [ubuntu] Tried to update ubuntu and installed two
  14. [ubuntu] Ubuntu 10.10 upgrade..now not booting
  15. [SOLVED] Swap space
  16. [SOLVED] Mobile Media Converter fails
  17. [ubuntu] Brightness applet is laggy, setting through command line isn't permanent.
  18. [other] If Else in Open Office Spread Sheet
  19. [ubuntu] Server Port Noob Help Needed. :)
  20. [SOLVED] Need help installing printer
  21. [ubuntu] Window list/keyboard application switcher?
  22. [SOLVED] Offline program installation
  23. [ubuntu] Windows not showing in grub
  24. [ubuntu] Video Question
  25. [ubuntu] Toshiba laptop L300D overheating
  26. [ubuntu] webcam is not working
  27. [ubuntu] Running 2 instances of VLC?
  28. [ubuntu] New ubuntu User, Help?
  29. [ubuntu] Mark as executable - not working.
  30. [kubuntu] Grub stage 1.5 Error 5.
  31. [ubuntu] New user. Got X10 interface working but ...
  32. [gnome] Set workspace names missing in Gnome 10.10 Maverick
  33. [ubuntu] initramfs when booting
  34. [ubuntu] 10.04 LTS upgraded but showing error
  35. [ubuntu] Upgrading Lucid to Meerkat
  36. [ubuntu] Parental Controls - no http/s access
  37. [SOLVED] Motherboard Drivers
  38. [ubuntu] Customising the terminal window
  39. [ubuntu] Looking for a free LAMP appliance for Ubuntu
  40. [ubuntu] time change not being reflected...maybe im wrong
  41. [ubuntu] Less mode switches on boot
  42. [ubuntu] date modified; rules for determing
  43. [all variants] Help needed using PekWM as drop-in replacement for Openbox.
  44. [ubuntu] help removing bookmarks in sopcast player
  45. [ubuntu] Incompatibility of Ubuntu 10.04 LTS (lucid linx) with Mac
  46. [SOLVED] Gnome loading with only time in top right. no menus or icons :(
  47. [SOLVED] bmcapture using 100% CPU, running on startup
  48. [all variants] Borderless printing for Canon MP520
  49. [ubuntu] Small web pages view
  50. [ubuntu] How to change HP Mini screen resolution to 800x600?
  51. [SOLVED] Pidgin keeps opening new instances
  52. [ubuntu] Windows 7 won't share files with Linux
  53. [other] photorec
  54. [kubuntu] Upgrading to 4.5.3 SC but strange things happen
  55. [ubuntu] Skype: no video for some contact since 10.10
  56. [ubuntu] install probs, mbr, boot
  57. [all variants] Tutorial for do-it-yourself kernel patching
  58. [ubuntu] Ubuntu 'popups'
  59. [ubuntu] ubuntu server + ubuntu-desktop
  60. [ubuntu] Unable to launch Scheduled Tasks application
  61. [ubuntu] Nautilus not loading
  62. [SOLVED] Nano/pico text editor commands
  63. [ubuntu] -unix is depricated
  64. [kubuntu] Banshee Crashing on Startup
  65. [ubuntu] Something monopolises hd, makes computer unresponsive for 20s every day.
  66. [ubuntu] CUPSd and Apache won't start at boot
  67. [all variants] How to backup a partition with errors using dd?
  68. [ubuntu] GNU Plot
  69. [ubuntu] Dropbox Apt Repository for Ubuntu 10.10
  70. [ubuntu] Universal USB installer help
  71. [ubuntu] Ubuntu 10.10 isnt booting anymore
  72. [ubuntu] Dropbox icon problems in Maverick Netbook anyone?
  73. [all variants] Broken GRUB, Windows, Screen - several step problem
  74. [ubuntu] No sound with Ubuntu 10.04
  75. [ubuntu] 10.04 Pidgin system tray icon and Clock
  76. [ubuntu] GNUsound wont work
  77. [ubuntu] Not getting visual affects
  78. [other] Enabling VT-x on host
  79. [ubuntu] 10.10 no .cbz thumbnails on network (smb) drives
  80. [SOLVED] Network printing problems!!
  81. [ubuntu] is there an on-screen keyboard option for ubuntu?
  82. [ubuntu] Changing Ownership from root
  83. [ubuntu] Truecrypt does not install
  84. [other_os] ubuntu/linux from scratch
  85. [ubuntu] boot failure maverick
  86. [ubuntu] overwrite ubuntu
  87. [ubuntu] init: ureadahead main process 388 terminated with status 5
  88. [ubuntu] Help me! Serious Trouble with Grub
  89. [SOLVED] Easier way to check PPA and update URL?
  90. [SOLVED] Synaptic asks for root password
  91. [all variants] Meerkat Maverick only Restarts, Wont Shutdown.
  92. [SOLVED] Auto mount NTFS (windows) partition
  93. [all variants] Help me choose a printer?
  94. [SOLVED] Ubuntu asks if i want to open or run a text file.
  95. [ubuntu] GMA 3100 Boots into Command Line
  96. [ubuntu] K9Copy keeps crashing on me...
  97. [all variants] RTL (arabic, hebrew etc...) letters on youtube videos are disconnected
  98. [SOLVED] How to make live image of system like Ghost or Acronis?
  99. [other] Need help with removing Atuo Super Grub Disk
  100. [wubi] Wubi 10.04 32bit
  101. [ubuntu] slow boot
  102. [ubuntu] Software doesn't show under "Applications"
  103. [ubuntu] What's the best proxy for ubuntu?
  104. [ubuntu netbook remix] How can I ditch the Unity interface?
  105. [ubuntu] Nvidia 'No screens found' after every reboot
  106. [ubuntu] Pulseaudio glitches during playback
  107. [SOLVED] Should I check or uncheck boxes that say 'Source Code' in Software Sources window?
  108. [ubuntu] Phpmyadmin won't work :(
  109. [ubuntu] f spot doesn't save picture...
  110. [ubuntu] Hiding items in Evolution
  111. [SOLVED] Enable DVI support with Intel graphics.
  112. [all variants] Searching for Information / Data Visualization Software
  113. [ubuntu] how to kill a wine process?
  114. [other_os] Windows deletes GRUB each boot
  115. [ubuntu] Team Callorbration
  116. [SOLVED] remote desktop to another computer AFTER RESTART using vinagre?
  117. [ubuntu] How to disable fetching printer status every time the print dialog is opened?
  118. [SOLVED] Make Linux make dos type text files.
  119. [ubuntu] Videos/games not working in all sites.
  120. [ubuntu] any good games that arr 100% linux compatable?
  121. [ubuntu] gnome-panel broken! help!
  122. [ubuntu] Trying to install copied files in PlayOnLinux
  123. [ubuntu] Device Files Don't Exist After Ubuntu 10.04 Install
  124. [ubuntu] Computer beeps randomly
  125. [ubuntu] Accessing File system from Windows Vista.
  126. [ubuntu] customizing the keyboard layout
  127. [SOLVED] tried many ways of killing a process
  128. [ubuntu] Studio[Or any other Ubuntu varation] + Desktop
  129. [ubuntu] Stuck at login screen after enabling it 10.10
  130. [SOLVED] How to? Subversion on Ubuntu Server
  131. [SOLVED] Should /home, be primary or ext4?
  132. [ubuntu] How to give each user his own localhost space?
  133. [ubuntu] Extremely unstable maverick install
  134. [ubuntu] can't anyone help with no internet after fresh install
  135. [ubuntu] other live wallpapers for ComPiz?
  136. [ubuntu] Ubuntu 10.10 booting to command line,,,worked fine before! I don't have nVidia or ATI
  137. [SOLVED] 10.10: Numlock support
  138. [SOLVED] 10.04 cant boot
  139. [ubuntu] I cannot delete files from my flash drive without reformatting.
  140. [ubuntu] Hard Disk Slow
  141. [ubuntu] Shutdown Restart
  142. [ubuntu] problem opening files in 10.10
  143. [ubuntu] Help changing default icon
  144. [ubuntu] Software Center errors...
  145. [SOLVED] Changing computer name Ubuntu 10.10
  146. [ubuntu] Monitor problems
  147. [all variants] Ubuntu, Kubuntu or Xubuntu for htpc
  148. [ubuntu] Starting Open Sound System... [fail]
  149. [SOLVED] SWF / gnash
  150. [ubuntu] DVD ejects over and over
  151. [ubuntu] Input signal out of range!!!!
  152. [ubuntu] ubi-language closed with error code 1 or 141
  153. [ubuntu] install rarcrack
  154. [ubuntu] Problems rendering fonts
  155. [ubuntu] Combining Multiple .xls Spreadsheets into one document
  156. [ubuntu] Indicator Applet modification
  157. [ubuntu] Accessing File System in terminal??
  158. [ubuntu] desktop and server differences
  159. [ubuntu netbook remix] how to change Unity to Gnome?
  160. [ubuntu] Nautulis doesn't want to work!
  161. [SOLVED] Help! Can't install/remove/update packages anymore :( :(
  162. [SOLVED] why is cd/dvd media mounting so sporadic on ubuntu 10.04 for me?
  163. [all variants] nfs access denied message in Maverick
  164. [SOLVED] Update manager notification?
  165. [ubuntu] Managing a user with User ID below 1000
  166. [SOLVED] Places menu gives me VLC . . . every time
  167. [ubuntu] Multiple conky's flicker
  168. [ubuntu] Slice jpg images
  169. [ubuntu] How to post from the Terminal.
  170. [ubuntu] Lost sound and connection ??? I guess
  171. [ubuntu] Big problem with Ati Driver
  172. [64 bit] Uninstall app not found by Synaptic or apt-get? (kobo-desktop)
  173. [SOLVED] Pidgin -- Blank Window (10.10)
  174. [gnome] trying to update gimp 2.7.2
  175. [ubuntu] Scrds Counter-Strike Source install for server
  176. [ubuntu] 10.10 System Slows Down and Becomes Unresponsive.
  177. [ubuntu] URGENT:Ctrl T in Terminal crashes it [Ubuntu 10.10]
  178. [ubuntu] Conky Wireless Info Not Displaying
  179. [ubuntu] Empathy Issues
  180. [ubuntu] What happened?!?!
  181. [ubuntu] Plymouth issues - Need advice if safe to purge and reinstall
  182. [ubuntu] Help - Noob - I messed something up
  183. [ubuntu] Openoffice Impress Special Characters Garbled
  184. [ubuntu] Urgent! Accidently deleted partition table
  185. [ubuntu] Login screen is slow
  186. [kubuntu] error when using preview
  187. [SOLVED] File search index build
  188. [ubuntu] A very minor problem with sound
  189. [ubuntu] Extremely Slow Mouse & Keyboard / Graphics Response
  190. [ubuntu] /usr/lib/libxml2.so.2: undefined symbol: gzopen64
  191. [ubuntu] Dell latitude e6400
  192. [ubuntu] Test disk?
  193. [ubuntu] Missing Package Repository's
  194. [ubuntu] Can't open any of my folders (Pics/Music/Docs) in 10.10
  195. [ubuntu] Upgrade to 10.04 messes up my encrypted home
  196. [ubuntu] Trouble Running Games using Wine on Ubuntu 10.10
  197. [ubuntu] Source code
  198. [ubuntu] Partitions: Dual Boot PC: Windows7 and Ubuntu10.4
  199. [SOLVED] Uninstalling programs installed via terminal mode?
  200. [ubuntu] Errors on any install
  201. [ubuntu] checking an external hard drive for errors
  202. [SOLVED] How to run a script in a new terminal window at login
  203. [all variants] Granola: Claims to be an energy saving software
  204. [ubuntu] Win7 gone after trying dualboot install
  205. [lubuntu] lubuntu-desktop, chromium-browser l10n dependency, ignore?
  206. [other] Partition problem
  207. [SOLVED] Boot's directly into Memtest
  208. [ubuntu] Ubuntu+X2GO+windows Client = no copy/paste?
  209. [SOLVED] (Not really) Out of drive space
  210. [ubuntu] gedit printing issue
  211. [ubuntu] pre set windows 7 as default load
  212. [xubuntu] Switch off Screensaver
  213. [other] Public Open-Source License- Creative Arts Production Question.
  214. [all variants] USB Drive Format in Linux
  215. [ubuntu] Wireless on 10.04
  216. [SOLVED] Remove 10.04, install 10.10, help
  217. [ubuntu] how do i acces "locked" files
  218. [SOLVED] Problem of creating a bootable CD/Dvd-image from K3b/Brasero
  219. [all variants] Fstab "exec" not working
  220. [other_os] Evasive ALSA
  221. [ubuntu] Do I have to worry about this email virus thing?
  222. [ubuntu netbook remix] Windows XP USB Boot Drive?
  223. [all variants] ls options
  224. [ubuntu] Looking for a firewall Recommendation
  225. [ubuntu] Real Time Kernel
  226. [all variants] Can I automatically change the case of filenames?
  227. [ubuntu] shutdown command not working
  228. [ubuntu] Kernel Configure
  229. [ubuntu] If you have had the problem of the little box on the top left...
  230. HP Touchsmart Tm2 and Ubuntu: Workarounds, Solutions and Tips
  231. [ubuntu] Java problem
  232. [ubuntu] Maverick update corrupted my home dir
  233. [ubuntu] Apps disappear from "startup applications" list
  234. [ubuntu] PAE Kernal Installed, but only 3GB Supported?
  235. [SOLVED] Encrypting Ubuntu
  236. [SOLVED] Looking for a printer
  237. [64 bit] (10.10) USB HDD changes device numbering at boot
  238. [ubuntu] Shutdown and Reboot not available?
  239. [ubuntu] office presentation problem
  240. [ubuntu] Problem with Tomcat6
  241. [ubuntu] Amsn
  242. [ubuntu] "automatically unlock this keyring whenever i'm logged in" doesn't work
  243. [ubuntu] ISP spoofing
  244. [ubuntu] Linux partition with Grub corrupted, on dual boot, what next?
  245. [ubuntu] WEBDAV User right management
  246. [ubuntu] replicate function key
  247. [ubuntu] Startup disk creator not always loading iso's?
  248. [ubuntu] problem with script and nohup command
  249. [SOLVED] Emacs keyboard
  250. [ubuntu] KVPNC Dropping out after 4min 15 seconds