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 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148

  1. [all variants] Conky - Symbol for battery status
  2. [ubuntu] list of software sources need to be repopulated
  3. [ubuntu] Unable to update
  4. [ubuntu] ISO extraction issue
  5. [ubuntu] 10.04 => Lists directory /var/lib/apt/lists/partial is missing.
  6. [ubuntu] Weird Ubuntu Problem...
  7. [ubuntu] HP Pavilion DV4000 Dual Wifi/Bluetooth
  8. [ubuntu] Flashdrive files now all read-only??
  9. [ubuntu] Zip makes files bigger?
  10. [wubi] Can I have wubi and a full install at the same time?
  11. [ubuntu] how to change themes in ubuntu 11.10
  12. [ubuntu] Game Screen Flickering
  13. [SOLVED] Help! Blank screen while booting up Ubuntu!!
  14. [ubuntu] Ubuntu command guide/list
  15. [ubuntu] Android martphone Root Question
  16. [ubuntu] can't mount partition volume
  17. [all variants] copy only files that have changed?
  18. [ubuntu] login screen not working - URGENT
  19. [SOLVED] 11.10 Fresh installation boot takes very long
  20. [ubuntu] 11.04 startup options
  21. [SOLVED] sed issue
  22. [other] Autopsy help please!
  23. [all variants] Question on X server, two displays, non xinerama
  24. [SOLVED] How Lucid supports Calibre and Kindle 3
  25. [ubuntu] How to export Outlook 2007 mails to any other email client
  26. [xubuntu] Problem reinstall libreoffice
  27. [ubuntu] Toolbar not hiding
  28. [lubuntu] x86 file
  29. [ubuntu] Read only documents
  30. [ubuntu] accidentally deleted footer panel in ubuntu 10.04, how bring it back
  31. [all variants] ddrescue can not find an sdcard
  32. [SOLVED] tree command does not display correctly
  33. [ubuntu] Help resetting Ubuntu Tweak
  34. [ubuntu] Upgrading from 32 bit to 64 bit, advice?
  35. [ubuntu_studio] 11.04: playing a video file = instant logout (because of x server crash)
  36. [ubuntu] Saving a custom menu structure
  37. [ubuntu] start: Unknown job: ssh
  38. [ubuntu] connect to server
  39. [SOLVED] Vmware Workstation - Guest file system - best practices
  40. [ubuntu] Acer Aspire 5738z
  41. [ubuntu] zombie processes
  42. [all variants] Shutter and KolourPaint
  43. [ubuntu] Power Manager not responing
  44. [ubuntu] Another initframs busybox help thread!
  45. [all variants] X server crash because of normal video playback
  46. [ubuntu] ubuntu 10.04Lucid box unable to connect to internet
  47. [ubuntu] No help wizard on dongle insertion
  48. [ubuntu] Ubuntu does not finish loading
  49. [ubuntu] How can I stop rhythmbox from making internet connection by itself?
  50. [SOLVED] SSD boot failure and mount options
  51. [ubuntu] Cannot import numpy
  52. [ubuntu] automatically log off
  53. [ubuntu] Install Sun Java on Ubuntu server 11.10
  54. [ubuntu] Disk Check at Booting
  55. [ubuntu] Ubuntu Tweak Janitor crashed Ubuntu 11.10 64 bit
  56. [ubuntu] problems with nvidia after update
  57. [SOLVED] Dell XPS M1330 Media Buttons Ubuntu 11.10
  58. [ubuntu] Bash script...ooops
  59. [ubuntu] how to backup (clone) an ext4 partition
  60. [ubuntu] Ubuntu sometimes doesn't boot
  61. [ubuntu] confusion in /etc/default/grub
  62. [all variants] Filesystem over multiple files
  63. [xubuntu] Freeze after CTRL ALT BACKSPACE
  64. [all variants] Trouble printing to a remote CUPS server
  65. [ubuntu] help with freeing up space?
  66. [ubuntu] Unity 2D doesn't like themes?
  67. [ubuntu] Can't get the wired connection to work
  68. [ubuntu] Ubuntu 11.10 Fresh Install Won't Start
  69. [ubuntu] How to start Tomcat 7 with tomcat user; not root?
  70. [ubuntu] Virtual Machine
  71. [ubuntu] Ubuntu 11.10 Keyboard Not Working in X Windows
  72. [ubuntu] kill Firefox process
  73. [kubuntu] Grub Splash Question
  74. [ubuntu] Missing operating system
  75. [SOLVED] Toggle between text-based and button location bar (Oneiric)
  76. [ubuntu] actsync is not working with Thunderbird
  77. [SOLVED] 10.04 printing problems with Lexmark E232
  78. [ubuntu] Invalid password for Active Directory user
  79. [ubuntu] Ubuntu 11.10 --> won't boot (was booting)
  80. [SOLVED] clonezilla
  81. [SOLVED] Help setting static IP for my server
  82. [ubuntu] Ubuntu > Windows ?
  83. [ubuntu] vim E365: Failed to print Postscript File
  84. [ubuntu] HP J5780 scan/print/fax with HPLIP 3.11.7 on Ubuntu 11.10
  85. [ubuntu] Strange things after turning power off pc
  86. [ubuntu] my Places open with VLC
  87. [SOLVED] program won't start
  88. [all variants] COMPLETELY remove adobe flash
  89. [ubuntu] Mic not working
  90. [SOLVED] Can't select where to download
  91. [ubuntu] cpulimit on i7 2600k
  92. [ubuntu] Blank New Tab Page in Chrome 16.0.912.63
  93. [ubuntu] lost password
  94. [SOLVED] Bluefish Editor Update
  95. SSH Key Problems
  96. [ubuntu] Fonts unreadable - Chronium/Firefox
  97. [ubuntu] equivalent admin studio or wininstall under ubuntu
  98. [ubuntu] Wireless problem new to Ubuntu 11 PLEASE HELP!!
  99. [ubuntu] krdc-krfb
  100. [ubuntu] brightness level
  101. [ubuntu] Input/Output Errors On Boot
  102. [ubuntu] improve firefox speed up to that chrome?
  103. [ubuntu] Can someone explain procedure for running memtest86 please?
  104. [ubuntu] 11.10 themes?
  105. [ubuntu] ubuntu startup problem, NEED HELP
  106. [SOLVED] fahmon lan computers
  107. [ubuntu] screen capture utikity
  108. [ubuntu] Is it safe to commit?
  109. [other] Partitioning problem
  110. [all variants] virtual second screen
  111. [ubuntu] USB Bluetooth adapter not detected at boot - must unplug/plug to be detected {dmesg}
  112. mplayer2 won't work (apt-get) or can't install (git)
  113. [ubuntu] made to default
  114. [ubuntu] grub2, Hardy 8.04 and Vista
  115. [SOLVED] Unity Launcher will not go away
  116. [xubuntu] open fetion not working?
  117. [SOLVED] Face Recognition in Ubuntu 11.10
  118. [ubuntu] Device names jumping about
  119. [ubuntu] How do I use worldwidetelescope.org in 11.10?
  120. [ubuntu] software to write on the screen with the mouse
  121. [ubuntu] Shared Printer from other ubuntu
  122. [ubuntu] Copying Configuration
  123. [ubuntu] google chrome - windows vs ubuntu?
  124. [ubuntu] Can't boot
  125. [SOLVED] After chose the OS the system stops!
  126. [SOLVED] NFS share content not loading properly
  127. [ubuntu] Asus K52F TouchPad - I Want it Off
  128. [ubuntu] LibreOffice font error - Nimbus Sans L
  129. [SOLVED] broken terminal
  130. [SOLVED] How to delete, or hide users (not disable)
  131. [ubuntu] Mozplugger not swallowing Evince
  132. [ubuntu] Problems with Ubuntu 10.04 LTS and Evolution 2.28.3
  133. [SOLVED] problems with WIFI on Lenovo S12 in Ubuntu 10.04 LTS
  134. [ubuntu] Problem with Shank from Humble bundle
  135. [SOLVED] Error regarding file permissions.
  136. [ubuntu] openvt:exec failed
  137. [ubuntu] have a program/document/image etc... start up with Ubuntu?
  138. [ubuntu] LVM ext4 slow boot
  139. [ubuntu] Desktop trashed
  140. [ubuntu] How optimize my ubuntu 11.10
  141. [ubuntu] force Firefox to always open windowed
  142. [SOLVED] transfer drive to new pc build (boot?)
  143. [wubi] ubuntu wubi installing problem
  144. [SOLVED] Can't get Apache2 tp process py
  145. [ubuntu] Installing OpenNI (kinect) and run it with OpenCV and/or Matlab
  146. [ubuntu] UDF Packet Writing
  147. [ubuntu] recordmydesktop/xvidcap sound not synced
  148. [SOLVED] Executing multiple commands at the same time and..
  149. [ubuntu] Ubuntu 11.10 -- Cannot see buttons on black global menu bar
  150. [ubuntu] Launching LibreOffice Files - Unusual Window Behaviour
  151. [ubuntu] Password problem
  152. [ubuntu] Print multiple pages per page without borders
  153. [ubuntu] boots to ubuntu after sleeping?
  154. [ubuntu] 11.10 software center error
  155. [all variants] New user - Distribution & Memory Questions
  156. [ubuntu] Downloading packages and using them
  157. [SOLVED] After installing ATI driver, no display
  158. [ubuntu] 11.10 GRUB backgroung color and image
  159. [ubuntu] ubuntu mini.iso is 21Gb
  160. [ubuntu] md5sum
  161. [all variants] Using SSH to execute commands on main display
  162. [ubuntu] Will windows upgrade mess with GRUB?
  163. [ubuntu] DOS6.22 PXE boot issue
  164. [SOLVED] GRUB trouble
  165. [ubuntu] RAID0 array hard dive had become unpartitioned
  166. [ubuntu] Change keyboard layout w/o sudo and X
  167. [ubuntu] Bytes
  168. [SOLVED] Script won't run properly in cron
  169. [ubuntu] Struggling with Gwibber
  170. [ubuntu] auto hot key for linux?
  171. [kde] google saving a file search.json file
  172. [ubuntu] Can't Update!!!
  173. [ubuntu] Triple boot, XP, ubuntu 10.04, want to add ubuntu 11.10
  174. [ubuntu] Display sleeps after boot
  175. [ubuntu] Remote Desktop: Has anyone gotten it to work?
  176. [SOLVED] Disabling Synaptics Touchpad?
  177. [SOLVED] Command for print queue GUI for *specific printer*??
  178. [ubuntu] Facebook slowing firefox
  179. [ubuntu] Unity Launcher for Wine App on Thumb Drive
  180. [ubuntu] Intermittent Mouse Jerk
  181. [ubuntu] Blocking web-site
  182. [all variants] Right clicking on a touch screen
  183. [ubuntu] ssh slow?
  184. [ubuntu] weird problems with either video drivers or xorg
  185. [all variants] Undo Replace
  186. [ubuntu] Switching between partitions, Windows Xp Pro to Ubuntu 11.04
  187. [ubuntu] hibernate with encrypted swap?
  188. [ubuntu] Trying To Uninstall Ubuntu
  189. [SOLVED] Ubuntu One Music store missing from Rhythmbox
  190. [xfce] Xscreensaver keypress hack
  191. [ubuntu] terminal impotence
  192. [all variants] noisy audio from motherboard audio out
  193. [ubuntu] Window snap bug
  194. [ubuntu] Linux restart issue
  195. [SOLVED] "Startup Applications" program is missing completely
  196. [ubuntu] Help with simple Unbuntu Mail Server (postfix
  197. [ubuntu] 11.10 hangs on boot after update
  198. [xubuntu] Key ring issue
  199. [ubuntu] How to remotely manage ubuntu desktop
  200. [ubuntu] uninstall john the ripper
  201. [SOLVED] How to clone an Ubuntu PC exactly
  202. [ubuntu] need help moving files from 1 partition to another in terminal
  203. [other] OS Startup.
  204. [ubuntu] A little partition advice?
  205. [xubuntu] limited company
  206. [ubuntu] plz i need help
  207. [ubuntu] I've got to change my loading screen...
  208. [ubuntu] Describe Boot Process
  209. [ubuntu] 11.10, HD 3000, confusion
  210. [ubuntu] How to Install CGI for Apache2 on Ubuntu..
  211. [ubuntu] WINE - installing WINSCP
  212. [ubuntu] Can't copy files from Ubuntu properly
  213. [ubuntu] Is it possible to install a .deb to an certain folder?
  214. [ubuntu] Problem opening .docx in ubuntu
  215. [kubuntu] Help with Ubuntu Installation ASAP!!
  216. [ubuntu] Upgrade issues
  217. [SOLVED] Ubuntu 11.10 will not boot on a UEFI system (Asus P8H61-I)
  218. [ubuntu] [11.10][64-Bit] after updates, now won't boot
  219. [all variants] Using cat recursively
  220. [ubuntu] Newbie here with a couple of questions about 11.10
  221. [ubuntu] command help
  222. [ubuntu] minidlna autostart before login
  223. [ubuntu] Ubuntu crashing randomly
  224. [ubuntu] Boot from SD Card Fails
  225. [all variants] Beginning programming
  226. [ubuntu] cmake cannot find qt directory
  227. [ubuntu] Disabling Auto-Hide in Global-Menu
  228. [SOLVED] Firefox bookmark restore fails
  229. [SOLVED] Java broke after latest Ubuntu update
  230. [ubuntu] Splash Screen freezes after updating, help!
  231. [ubuntu] Login problems
  232. [all variants] grub and windows 7 on the second partition
  233. [ubuntu] Why are my icon fonts scrambled?
  234. [other] TOR start issue
  235. [ubuntu] Thunderbird not notifying me of emails
  236. [edubuntu] unable to boot with other board
  237. [ubuntu] Home Networking
  238. [ubuntu] Hangul key of korean keyboard is not working as expected
  239. [ubuntu] Login window problems
  240. [SOLVED] Unable to update or get new software
  241. [ubuntu] Unable to locate the Javac Compiler
  242. [ubuntu] Powerful laptop dreadfully slow. Should I format it?
  243. [ubuntu] Connecting to Printer
  244. [SOLVED] ubuntu minimal install ate 21GB
  245. [SOLVED] gnome shell disappeared
  246. [ubuntu] Configure rssh Chroot Jail To Lock Users To Their Home Directories Only
  247. [ubuntu] Complete system backup/custom install?
  248. [ubuntu] Sun Java dont work after updates
  249. Xsublim?
  250. [ubuntu] Ajdust the delay for menus to open when hovering in the top panel?