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. [edubuntu] LTSP Global Menu Settings
  2. [SOLVED] gvfs-mount
  3. [ubuntu] Ubuntu 11.10: Drop down menus dissapear in Firefox and Pidgin
  4. [ubuntu] Natty will not boot
  5. [ubuntu] How to downgrade perl from 5.12.4 to 5.10.1
  6. [other] ffmpeg compile error
  7. [kubuntu] Backtrace wont work
  8. [kubuntu] Weird font behavior (Konsole and even Firefox)
  9. [kubuntu] VMware nd Virtual box
  10. [lubuntu] Erratic mouse, Ubuntu 11.04, classic desktop
  11. [xfce] Interesting thing with gnome-panel and xfce4-panel
  12. [ubuntu] Partitions problem
  13. [ubuntu] Incrimental CD writing
  14. [ubuntu] RAID setup on Ubuntu 11.10
  15. [ubuntu] Ubuntu can't find screens
  16. [SOLVED] I just can't boot ubuntu after installing with Wubi.
  17. [ubuntu] Unattended ????????
  18. [ubuntu] setting up 'root password' during installation
  19. [all variants] SSH fails
  20. [ubuntu] Unable to delete files after using PhotoRec
  21. [SOLVED] Surf Web Browser Error on Xubuntu 11.10
  22. [ubuntu] Diferent titlebar
  23. [ubuntu] Switching displays on my asus mini with hdmi
  24. [kubuntu] kopete yahoo webcam
  25. [SOLVED] Php from Source -- How to tell APT its installed?
  26. [kubuntu] Kubuntu 10,10 hangs on boot
  27. [ubuntu] Access Ubuntu machine from a Windows machine accross network
  28. [SOLVED] Conky problem with command ${totalup wlan0}
  29. [ubuntu] how setup go to sleep every 20-30min
  30. [all variants] How to identify temperature sensors?
  31. [ubuntu] Planning a new install and repartition, would like advice
  32. [all variants] xscreensaver - how to use your own static image
  33. [other] redirecting a URL to a different server using same domain
  34. [ubuntu] Problems Upgrading to evolution 2.30 on 10.04 lts
  35. [ubuntu] epson stylus R280 driver for Ubuntu
  36. [ubuntu] Suspend on ubuntu 11.10
  37. [ubuntu] Kpatience Menu Bar is Gone
  38. [ubuntu] dv6-4052nr screen brightness
  39. [kubuntu] NON COMMERCIAL alternative to Keryx for OFFLINE linux users???
  40. [64 bit] Dual booting and shared partition problems
  41. [gnome] No Aero snap in 11.04/Gnome
  42. [ubuntu] Can't change default browser
  43. [SOLVED] mount: only root can do that
  44. [ubuntu] Help with xorg for Toshiba Satellite 15.6" laptop PC L750-1T9
  45. [SOLVED] Merge EXT4 partitions?
  46. [ubuntu] Problem with K3B?
  47. [ubuntu] Installing a tar.gz
  48. [SOLVED] Xubuntu 11.10 Stubborn Spotify Wine Menu Entry
  49. [SOLVED] Ubuntu wont boot after NTFS configuration tool
  50. [SOLVED] Cant insert image in web page
  51. [edubuntu] XDMCP bug
  52. [ubuntu] "Program files"
  53. [ubuntu] rsstail doesn't appear to honour -x for proxy use
  54. [ubuntu] Remote Desktop Server Challenge
  55. [ubuntu] Compiling QB64 in 11.10
  56. [other] Geany - int printf(const char *format, ...)
  57. [all variants] How to tell if fan is working properly
  58. [ubuntu] No matter what I try, Adobe Flash Player will NOT install on 11.10
  59. [lubuntu] Custom Icons?
  60. [ubuntu] ubuntu vm power management does not respond
  61. [SOLVED] Ubuntu 11.10 What's running?
  62. [ubuntu] x64 system halts when copying to flash drive
  63. [ubuntu] SSH Hangs
  64. [ubuntu] Netbeans 7.0.1 and Tomcat (Ubuntu 11.10)
  65. [ubuntu] PPA 404 messages
  66. [64 bit] ATI RS690/780 HDMI ubuntu 11.04
  67. [ubuntu] groupadd
  68. [SOLVED] Question about Firefox 8 and plugin locations
  69. [ubuntu] overheating laptop?
  70. [ubuntu] Sony VAIO problems
  71. [ubuntu] Restore files from previous operating system
  72. [ubuntu] Fluxbox startup file reverted
  73. [other] see man 5 apt.conf under APT::Immediate-Configure for details.
  74. [ubuntu] Webcam upside down and headphone jack not working.
  75. [SOLVED] Epson Artisan 725 Print, Scan over network
  76. [ubuntu] how can I "enable" ffmpeg in xvidcap?
  77. [ubuntu] Anybody use this TV Tuner card?
  78. [SOLVED] Need Older but recent versions of Flash
  79. [ubuntu] Keep original video title when converting in handbrakeCLI
  80. [ubuntu] Try to Duel Monitor and get logged off
  81. [ubuntu] Move `dash home` button back to unity panel?
  82. [ubuntu] Problem with Dash Home
  83. [ubuntu] New to Ubuntu
  84. [ubuntu] dosemu pkg fails to install dosemu.conf file anywhere
  85. [ubuntu] failed minecraft server port-netcat looks like it does nothing
  86. [lubuntu] Text size help!!!!
  87. Lubuntu, text size help!!!!!!
  88. [ubuntu] Custom Commands
  89. [all variants] Networking Ubuntu, Mint, and XP
  90. wget, grep, regular expressions
  91. [ubuntu] Problem Booting Ubuntu
  92. [ubuntu] Redshift Takeover!
  93. [ubuntu] Playlists in music apps on Android phone
  94. [ubuntu] No display on log-out (11.04) - Gnome
  95. [ubuntu] Something has made my windows ugly
  96. [SOLVED] screen saver freezing issue
  97. [xubuntu] run opera 12.?
  98. [ubuntu] Chrome (Lucid Lynx) crashes when starting download
  99. [xubuntu] short cut?
  100. [xubuntu] Blank screen before login
  101. [xubuntu] Killed X server and now I can't boot into it
  102. [ubuntu] apt-get does not work sources.list
  103. [ubuntu] wifi in Lenovo S12 does not work
  104. [ubuntu] iPass client fails to install in wine
  105. [ubuntu] phpmysql change USER password / configuration
  106. [SOLVED] A working method of getting x-server to start on a headsless unit?
  107. [ubuntu] log-out screen gone mission in Ubuntu 11.04
  108. [ubuntu] Quick access to music files from the desktop
  109. [ubuntu] Copying everything
  110. [ubuntu] wireless connection keeps dropping
  111. [ubuntu] Firefox won't forget login information
  112. [ubuntu] New machine build, trying to decide between 32 and 64 bit.
  113. [ubuntu] ncftp upload / date script help
  114. [ubuntu] 11.10- Narrowing down the sudden log out problem
  115. [ubuntu] Hebrew fonts for LibreOffice
  116. [ubuntu] 11.10 crashes, I suspect the 3.0 kernel is to blame.
  117. [xubuntu] Accessing the Folder Context Menu when the Window is Full of Files
  118. [ubuntu] MACbuntu screen savers
  119. [ubuntu] Help:Error after executing XBMC Media Center in Ubuntu Maverick 64 in a 32bit chroot
  120. [SOLVED] Cannot mount external drive.
  121. [SOLVED] Ubuntu No Longer in Grub Menu
  122. [gnome] I get an error when using updates
  123. [ubuntu] Ubuntu Desktop not booting
  124. [SOLVED] Permissions - root instead of user
  125. [ubuntu] Installing emc2 on Lucid (10.04)
  126. [SOLVED] Clamav Bash Script
  127. Waiting at startup due to libgcrypt
  128. [all variants] Downloading files through a password-protected rtsp-stream
  129. [SOLVED] Replaced W2k,XP dualboot with ubuntu 10.10 now it won't boot
  130. [all variants] How can I prevent a LDP Printer from printing a blank page at the end of the job?
  131. [SOLVED] Missing SYSTRAY and Taskbar
  132. [ubuntu] Install Problem with Gnome Power Manager
  133. [ubuntu] Problem with Ubuntu 11.10 and Grub 2
  134. [other] GRUB loading error: no such partition (Again)
  135. [SOLVED] No kernel found when trying to boot
  136. [ubuntu] USB & UI question/help
  137. [ubuntu] Install XP in a new partition and dualboot
  138. [ubuntu] How to restore computer to factory settings
  139. [ubuntu] Brasero Burn
  140. [SOLVED] Execute a *.jar file in another directory?
  141. [SOLVED] Ubuntu Hanging on Shutdown, Restart, etc
  142. [all variants] Mounting windows 7 partition in linux
  143. [gnome] Start up Notifications ?
  144. [ubuntu] how do i set up a dual display/change display in ubuntu?? help
  145. [ubuntu] Rhythm box, pidgin and music tracker plugin question.
  146. [all variants] Ubuntu and Blackberry
  147. [ubuntu] Problems setting up lirc on ubuntu 11.10
  148. [all variants] ubuntu-deb-packages backwards compatible?
  149. [ubuntu] Remove trash from ext4 formatted drive
  150. [ubuntu] Ubuntu 11.10 64bit NVIDIA Driver Installation
  151. Repositories and Mirrors
  152. [ubuntu] Retrieving files from a corrupted USB stick
  153. [ubuntu] Need to Run Script on Startup
  154. [other] Laggy animation effects
  155. [64 bit] HDMI No sound
  156. [all variants] Installing Linux on a Dell Latitude C600?
  157. [ubuntu] Recovering from Mint Applications
  158. [ubuntu] Runnning 1 graphics card and disabling other
  159. [ubuntu] File odt lost after shutdown
  160. [ubuntu] Unknown indicator
  161. [ubuntu] Touchpad on ENVY 14
  162. [gnome] USB Speeds
  163. [ubuntu] Admin can't use unlock button from remote to headless 10.04?
  164. [SOLVED] How can I install tar.gz
  165. [SOLVED] Need help getting digital sound working in Kubuntu
  166. [ubuntu] Some Upstart jobs not starting?
  167. [ubuntu] Grub not seeing Solaris
  168. [ubuntu] error code
  169. [ubuntu] Graphics Driver Problem - Complete Newbie. :o)
  170. [ubuntu] Adobe Flash Plugin Crashing
  171. [gnome] Two Volume Control Icons
  172. [ubuntu] 11.04 flickering screen, 11.10 sluggish performance.
  173. [ubuntu] Not recognising wireless card after installing Windows?
  174. [ubuntu] A way to change 'Other...' to 'Login' on LightDM?
  175. [SOLVED] A question about GNOME 3 notification area
  176. [other] how do I access partition music files?
  177. [SOLVED] FakeRAID partition not showing up on boot?
  178. [SOLVED] 10.04, Cursor, Firefox, Laptop Freeze issue
  179. [SOLVED] Strange problem in Xubuntu with Opera browser
  180. [ubuntu] Why Shell scripts execute with ./(script)
  181. [ubuntu] 11.10
  182. [ubuntu] Problem: wireless connection on Ubuntu 11.10
  183. [ubuntu] Tor keeps going to same country for exit node even on firefox restart?
  184. [ubuntu] Unity - How do I keep things from showing up on my task bar?
  185. [ubuntu] Only some folders openable on ext4 partition
  186. [ubuntu] Opening a USB drive on Ubuntu
  187. [ubuntu] Unable to Update with Update Manager because Ghostscript Update is unable to be found
  188. [ubuntu] Unable to open steam or any steam games
  189. [ubuntu] 3D ME drawing with IGES output needed
  190. [SOLVED] Does Kubuntu 11.10 have restricted video drivers?
  191. [SOLVED] About new releases of Ubuntu..........
  192. [ubuntu] Printer preferences for HP laserjet?
  193. [ubuntu] Empathy contact list
  194. [SOLVED] Is Avidemux available in 11.10 repositories yet?
  195. [ubuntu] Wierd bootloader problem
  196. [ubuntu] Authorization Fail
  197. Gdk-CRITICAL error
  198. [ubuntu] How i hide a drive?
  199. [all variants] Installing R Deducer on ubuntu 11.04
  200. [ubuntu] Wine Installation Failure...
  201. [other_os] migration from windows
  202. [SOLVED] a new folder in unity.
  203. [ubuntu] Ubuntu Software Center help?
  204. [ubuntu] Not able to add all ISO files to the start up disk creator
  205. [ubuntu] Trouble running Adobe AIR application
  206. [SOLVED] Lubuntu does not use all of my RAM
  207. [SOLVED] Bulk renaming
  208. [ubuntu] copy thunderbird profile
  209. [other] Ubuntu have codecs?
  210. [ubuntu] dose someone know which is the best codebar scanner sdk
  211. [ubuntu] is there any way to batch process files in gimp?
  212. [ubuntu] Java Application Crashes/Switching Java to Client Mode
  213. [ubuntu] Fan speed goes up when opening GNOME Image Viewer
  214. [SOLVED] How to select multiple directories in grsync?
  215. [ubuntu] Join Free Space on 2 Different drives (EEEPC with 2 SSDs)
  216. [kubuntu] Kate shortcuts problem
  217. [SOLVED] Change repo location
  218. [ubuntu] nokia c6-01 remote control pc
  219. [ubuntu] Automatically mute speakers whenever headphones are connected.
  220. [kubuntu] Random slowdowns
  221. [ubuntu] Dual Boot Win 7 and Ubuntu 11.10 problems
  222. [SOLVED] Internet is slower in Ubuntu then in Windows
  223. [ubuntu] Learning linux in virtual machine
  224. Is there a better Mail Client
  225. [ubuntu] Compiz help
  226. [ubuntu] updates
  227. [ubuntu] Can't shutdown ubuntu 11.10
  228. [ubuntu] DVDs not recognized after successful burn
  229. [ubuntu] Ubuntu 10.10 compressed loop mounted folders
  230. [ubuntu] System lock ups (Ubuntu 11.10)
  231. [ubuntu] Which laptop should i get?
  232. [ubuntu] How to convert video file in Theora : best practices
  233. [ubuntu] Ubuntu 11.10 64bit - Open In Terminal
  234. [lubuntu] Lubuntu on Asus EEE 901 bug
  235. [all variants] Register on aMSN project forum
  236. [ubuntu] Compiz "Cube" disabled unity?
  237. [ubuntu] Internal microphone not working in 11.10
  238. [SOLVED] 7z Archives
  239. [ubuntu] Samba Server
  240. [SOLVED] WTF? My hard disk wiped in the *blink* of an eye!
  241. [ubuntu] recovering root password without bootable CD?
  242. [ubuntu] System Monitor
  243. [ubuntu] Internet connection nightmare in Ubuntu Oneiric.
  244. [all variants] Microphone not working
  245. [ubuntu] Remove oracle java JDK 7 and install oracle java JDK 6
  246. [ubuntu] Installing newer light-themes in lucid
  247. [other_os] Grub: trying to fix system that used to dual boot
  248. [SOLVED] Permissions and program compiling on another partition
  249. [ubuntu] Does Earcandy work for you?
  250. [SOLVED] Unresolved Network/Firestarter Issue