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] Welcome screen for movie dvds are a mess
  2. [ubuntu] AMD Radeon does not work properly
  3. [ubuntu] Adobe Reader shows error when printing
  4. [SOLVED] Advice re creating a backup disc
  5. [ubuntu] Sharing Folders and Files with Windows 7
  6. [ubuntu] Confused over groups: accessing www-data files from Windows
  7. [ubuntu] How to change MySQL to start manually?
  8. [ubuntu] Lg flatron 1934s resolution
  9. [all variants] Ubuntu 12.04
  10. [ubuntu] ddrescue & hard drive encryption
  11. [all variants] Send command from tty to X?
  12. [ubuntu] Modifying keymap
  13. [ubuntu] Removed packages, can't boot up.
  14. [ubuntu] fi ngerprint-gui only for sudo
  15. [ubuntu] "Uninstalling" LiveCD Ubuntu from Win7
  16. [kubuntu] Unusable Kubuntu after installing VLC
  17. [ubuntu] Memory problem
  18. [ubuntu] grep numbers
  19. [ubuntu] I want to change my default operating system;
  20. [ubuntu] Firefox - how to change default feed reader?
  21. [lubuntu] Screen out of range after installing Ubuntu 11.10
  22. [ubuntu] Scheduled backup on an automatically mounted ext2 partition
  23. [ubuntu] gid editor
  24. [ubuntu] VirtualBox ssh from guest to host
  25. [ubuntu] amazon mp3 downloader - dependency not satisfiable
  26. [ubuntu] Youtube works fine but not the movies on Youtube
  27. [ubuntu] Dual monitor dead zone
  28. [other_os] A question ...
  29. [SOLVED] On Xubuntu Hardy how do I make a bootable USB flash drive
  30. [all variants] An actual command line oriented server book
  31. [ubuntu] How can I boot with indows 7 instead of ubuntu?
  32. [ubuntu] Email Notifiers Won't Work
  33. [ubuntu] Ubuntu and Classic GNOME
  34. [SOLVED] Problem with Banshee and Music folder
  35. [ubuntu] 11.10 ubuntu - issues with Brother HL-6050dn network printer
  36. [ubuntu] Trouble getting partitions to mount.
  37. [SOLVED] Can't change the battery icon?
  38. [ubuntu] won't wake from suspend after upgrade to 11.10
  39. [xubuntu] Trouble with mounting an external hard drive, possibly caused by NTFS Config
  40. [ubuntu] Problem with terminal text
  41. [other] Dual-booting Ubuntu, OSX
  42. [ubuntu] show cp progress with directories
  43. [SOLVED] Pentium 4 trouble
  44. [ubuntu] Ubuntu Software Center doesn't open
  45. [ubuntu] Intel SSD Benchmark Utility
  46. [all variants] Shared Contacts Calendar and More?
  47. [ubuntu] word wrap in vim
  48. [ubuntu] Connection script failed PSTN
  49. [ubuntu] No sound (Ubuntu 11.04)
  50. [gnome] gpointing not working with trackball
  51. [ubuntu] Firefox shows some pages as binary(?)
  52. [SOLVED] How can I autostart a program in Lubuntu 11.10?
  53. [ubuntu] firewall
  54. [ubuntu] SFTP User add script
  55. [ubuntu] Device is locked (multiple serial connections to one device)
  56. [ubuntu] FlickrFrame Digital Photo frame help
  57. [gnome] Everything opens with mousepad
  58. [SOLVED] Hotmail account in Mozilla Thunderbird
  59. Script as *.bin file?
  60. [ubuntu] Invisible unallocated partiton with windows xp
  61. [lubuntu] Gnumeric rounding functions
  62. [ubuntu] xampp installation problem.
  63. [ubuntu] Garbled Display on Bootup - GeForce GT 340
  64. [mythbuntu] newsreaders
  65. [ubuntu] nVidia driver question and NVIDIA Server settings
  66. [ubuntu] cairo dock
  67. [ubuntu] Rdp
  68. [ubuntu] Getting the most out of the NVIDIA Quadro FX 3400
  69. [ubuntu] Few Questions from a New Ubuntu User
  70. [ubuntu] Intel Atom - File Server?
  71. [ubuntu] Directory turned into File
  72. [ubuntu] Unable to enable Important security updates on Software Sources
  73. [ubuntu] RAM usage?
  74. [SOLVED] Ping (out) Through Firewall
  75. [ubuntu] Anyone know where I can get the package libavcodec52?
  76. [ubuntu] Mouse is freezing 30 seconds into launch
  77. [ubuntu] Command line "gnome-open"
  78. [ubuntu] Open Source Analysis of mysql
  79. [other] How do I parse nmap output to grab "port/proto name" of service
  80. [ubuntu] Backup help
  81. [ubuntu] Rsync cron inconsistency
  82. Lubuntu 11.10 - Can I add a Custom File Launcher to Panel?
  83. [SOLVED] Enemy Territory and PunkBuster problem
  84. [ubuntu] Setting up a Tor relay?
  85. [gnome] X restarts spontaneously
  86. [ubuntu] Adding gwibber to start up applications?
  87. [lubuntu] Removing certain lines from file in VI
  88. [ubuntu] Connect to a Windows desktop via Ubuntu
  89. [ubuntu] system(?) mail: Cannot append message: Conflict with previous locker
  90. [ubuntu] Need help with Apache2 redirect in Ubuntu Meerkat
  91. [ubuntu] installing kobo-desktop on 64bit system fails
  92. [ubuntu] Bad things about VBox?
  93. [ubuntu] Ubuntu 11.10 won't finish downloading
  94. [SOLVED] Esport favorites from Firefox to Konqueror
  95. [SOLVED] Memory Card Problems, Please Help
  96. [64 bit] Have you seen these 11.10 problems?
  97. [ubuntu] entering administrative password
  98. [ubuntu] Programs Asking for Administrative Password
  99. [ubuntu] vim command :r
  100. [SOLVED] Playing mp3's using command line
  101. [ubuntu] Evolution fetching e-mails redundantly (old and new?)
  102. [ubuntu] Unable to get Scanner working
  103. [SOLVED] How do I REALLY empty a usb-stick?
  104. [ubuntu] Unable to Install on i3 second gen cpu
  105. [xubuntu] cant edit alsa-base.config
  106. [ubuntu] ISO master? (trying to create my own .iso)
  107. [ubuntu] any GUI for C++ in ubuntu?
  108. [gnome] Gnome typing is jacked up?
  109. [ubuntu] How do I install - MLT ver 0.7.6
  110. [ubuntu] pop ups
  111. [ubuntu] Ubuntu Will Not Boot Anymore!!!
  112. [ubuntu] Pure-ftpd isn't working, but service --status-all shows it's running?
  113. [SOLVED] Problems with xubuntu 11.10
  114. [ubuntu] Lockout Root, Lockout Sudo
  115. [ubuntu] How to browse by "album artist" on Banshee?
  116. [ubuntu] dual versions
  117. [ubuntu] Can I Install Ubuntu Mini Remix From Virtual Disk?
  118. [ubuntu] Automatizar DOSEMU-lanzador en escritorio
  119. [ubuntu] Need help finding a certain kind of calculator
  120. [ubuntu] System slowdown when wifi disconnected
  121. [ubuntu] Need help
  122. [ubuntu] what now?
  123. [SOLVED] Install ubuntu uninstall opensuse!
  124. [ubuntu] Mobile Phone Recommendation
  125. [all variants] Help: Append the output of "time" command to the same file and insert timestamp?
  126. [SOLVED] Synchronize two folders
  127. [SOLVED] gftp bookmarks export/import
  128. [ubuntu] Snmpwalk command output in Ubuntu 11.10
  129. [ubuntu] Zgrep and AWK problem
  130. [ubuntu] Bind mouse button to keyboard key
  131. [ubuntu] disk usage not total mounted disk usage
  132. [kubuntu] Strange problem with sound (via vt837)
  133. [ubuntu] help with packeg name
  134. [SOLVED] Ubuntu
  135. [xubuntu] LibreOffice screen
  136. [SOLVED] Cant save youtube video .avi
  137. [ubuntu] Poor Quality
  138. [ubuntu] setting up apache, got problem with php 5.
  139. [ubuntu] Where is the on-screen toolbar button to page up/down in Openoffice Presentation 3.2?
  140. [SOLVED] Folder Permission Mistake
  141. [SOLVED] Documents in Gnome Shell Favorites
  142. [ubuntu] Sound when console-output
  143. [ubuntu] Ubuntu Vuze Xbox and UPNP:: Can somebody explain
  144. [SOLVED] start-stop-daemon missing in 11.10
  145. [other] How do I enable single-click for the desktop, in Xfce desktop environment
  146. [ubuntu] External drives are unmounted when they sleep
  147. [SOLVED] Cron jobs running nine hours ahead of schedule
  148. [xubuntu] VMware with xubuntu
  149. [all variants] Profile Sync Daemon
  150. [ubuntu] Preventing CVS commit of all changed files
  151. [kubuntu] Programming IDEs?
  152. [64 bit] 2 ATI Radeons in Ubuntu 11.10 64-bit
  153. [ubuntu] imagemagick, lcms and Ubuntu
  154. [ubuntu] Compiling bsnes
  155. [ubuntu] Need help with Tomcat6 and JDBC
  156. [ubuntu] Wireless Internet is trolling me again.
  157. [ubuntu] What is the good Ubuntu free software for astrophotography stacking and no wine app,
  158. [ubuntu] LibreOffice Writer vs. MS Word. editable fields.
  159. [ubuntu] SELinux Policy
  160. [lubuntu] Boot from USB gone from BIOS
  161. [SOLVED] removed a raid drive, can no longer find /home
  162. [ubuntu] .eml attachments
  163. [all variants] Symbian mobile and ubuntu help.............
  164. [ubuntu] Very Slow to Shut Down
  165. [ubuntu] Ubuntu 11.10 Randomly freezes and turns off
  166. [ubuntu] Native exam creator for Ubuntu?
  167. [ubuntu] Ubuntu 11.10 oneiric seems to be hanging
  168. [SOLVED] Prompting For Password Change
  169. [SOLVED] Terminal - Last user command
  170. [ubuntu] How can I hide or encrypt the wireless password so it can't be viewed?
  171. [ubuntu] New motherboard and now no network!
  172. [ubuntu] Grub and missing Windows
  173. [ubuntu] Compiz + Dual Monitor = Weird Window Placements
  174. [ubuntu] Usb
  175. [ubuntu] Virtual Machine - No GUI During Login
  176. [ubuntu] acidrip, handbrake problems
  177. [all variants] Syslog-ng and standard output
  178. [64 bit] iprint problems
  179. [ubuntu] The installator can not allocate disk partitions.
  180. [ubuntu] fatal server error failed to submit batchbuffer :invalid argument
  181. [ubuntu] Recommended light ubuntu applications
  182. [other_os] Enable SSH as root on LAN only + other questions
  183. [SOLVED] Help with grub2 and BrowserLinux
  184. [ubuntu] Mounting Issues
  185. [ubuntu] 4g
  186. [SOLVED] no sound in wine
  187. [SOLVED] Unusually high load average after boot/login
  188. [all variants] MythTV
  189. [ubuntu] Install with Dual Boot & Re-sized Partitions
  190. [SOLVED] Slow and intermitent Internet access on ubuntu 10.04 64 bits
  191. [ubuntu] Bash script help
  192. [gnome] 'Updates' have me madder than mad
  193. [ubuntu] (g)parted reports disk unallocated but (s)fdisk shows partitions
  194. [ubuntu] Getting a list of all MIME times
  195. [ubuntu] Configuring fingerprint reader in fprintd
  196. [ubuntu] Background always changed to solid color
  197. jdk upgrade problem
  198. Running a script
  199. [ubuntu] Sun Broadband Wireless
  200. [SOLVED] MythTV and Server
  201. [ubuntu] Iomega HDD File Transfer to Windows
  202. Backup without being a "backup"
  203. [ubuntu] no power configuration
  204. [SOLVED] apt commands not working
  205. [ubuntu] No Such Device
  206. [ubuntu] Help me!
  207. [ubuntu] How do you change your username
  208. [ubuntu] O ne user can't login after upgrade want new user sudo access
  209. [SOLVED] Thunderbird update problem
  210. [SOLVED] Permissions won't let me delete folders
  211. [ubuntu] Is really ubuntu free OS ?
  212. [lubuntu] shutdown USB ports
  213. [ubuntu] Update/Restart breaks desktop, SVG, nautilus, other random packages
  214. [ubuntu] nVidia Graphics Driver Problems
  215. [ubuntu] apps. directory...
  216. [ubuntu] Help with cd game
  217. [ubuntu] consolidate external emails to internal server
  218. [all variants] live mirroring local directories
  219. wget doesn't retry downloads on unresolved host names
  220. [xubuntu] Conky python calendar -- how to run it???
  221. [ubuntu] Slow SSH Response Time in Terminal
  222. [lubuntu] how to define screen resolution with virtual desktop
  223. [lubuntu] Lubuntu - Still Need Nautilus Too?
  224. [ubuntu] upnp dlna PLAYER for ubuntu
  225. [ubuntu] System Restore available in Ubuntu?
  226. [SOLVED] Oneiric unity 5 partial-upgrade, mouse crashing system
  227. [ubuntu] Thunderbird not maximizing properly
  228. [lubuntu] Configure proxy settings
  229. [ubuntu] retrieve data
  230. [SOLVED] Web Development.
  231. [SOLVED] Virtual Flash Drive
  232. [ubuntu] Finding USB devices
  233. [lubuntu] Can not start Thunderbird after UBUNTU update
  234. [ubuntu] Freeze desktop
  235. [other] bash script for interacting with gromacs
  236. [ubuntu] 2 Unity usage questions: dock icons and alt-tab
  237. [ubuntu] MCE remote doesn't work, only direction buttons
  238. [SOLVED] Auto unlock keyring
  239. [SOLVED] Ubuntu failing to boot
  240. [ubuntu] System hangs on suspend
  241. [SOLVED] Update stuck
  242. [all variants] export variable from one shell to another (global variable?)
  243. [ubuntu] Limiting CPU usage in 11.04
  244. [SOLVED] remove NVIDIA-common not ubuntu
  245. [xubuntu] gksudo very slow when using two monitors?!
  246. [ubuntu] Help with VNC (way too many ports open and processes running)
  247. [ubuntu] Authentication failed
  248. [SOLVED] Cannot add printer in Oneiric
  249. [ubuntu] Set Up Natty, after installation?
  250. [ubuntu] Using phpLDAPadmin and configuring slapd