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 1149 1150 1151 1152 1153

  1. [ubuntu] Ldap
  2. [all variants] Weird CPU usage
  3. [xubuntu] Cython for python 3.2
  4. [ubuntu] Transfer Files and settings
  5. [ubuntu] Unassign keys in .inputrc
  6. [ubuntu] Windows Drive Suddenly not Mounting
  7. [ubuntu] Flash issues
  8. [ubuntu] "Installing" binaries
  9. [ubuntu] Exit code 16?
  10. [ubuntu] Ubuntu 11.10 unable to login
  11. How to restore original keyboard shortcuts
  12. [ubuntu] Ubuntu 11.04 unity issue with open program
  13. [ubuntu] Checkpoint VPN-1 SecureClient
  14. [ubuntu] Conky error: can't open '/sys/class/thermal/thermal_zone0/temp':
  15. [ubuntu] HDDs are not writable??
  16. Software Center does not install, apt-get update does not update
  17. paste using middlemouse doesn't work
  18. [all variants] Interesting Irregularities in Write Speeds
  19. [ubuntu] Dual monitors: possible to tty and GUI simultaneously?
  20. [ubuntu] No Sound In Headphones
  21. [ubuntu] how to install downloads not in repositories
  22. How to delete Weblinks from multiple files
  23. [all variants] map alt+scrollwheel to volume
  24. [ubuntu] Kworker process? Why is it lagging up my CPU?
  25. [ubuntu] Where to keep startup script?
  26. [ubuntu] ubuntu boots to shell
  27. [ubuntu] Install unbuntu to an older touch laptop
  28. [ubuntu] Port 8080 Tomcat not receiving connections from other machines
  29. [ubuntu] Virtualbox crashing
  30. [ubuntu] Opera Browser Problem
  31. how to turn off monitor
  32. [ubuntu] 11.10 x64 Desktop Cube 6 workspaces
  33. [ubuntu] How can I have multiple conky themes?
  34. [wubi] Error with wubi
  35. [other] Ubuntu One Backup Problems
  36. [lubuntu] connect to server
  37. [ubuntu] ubuntu doesn't start when enter the password
  38. make bash script run like batch with echo on, possible?
  39. [ubuntu] Driver issue "Display is unclaim"
  40. [64 bit] Archlinux vs Ubuntu Minimal 64 bit
  41. [ubuntu] Keyboard Problem
  42. cronjob fails with exit status 1 (tripwire?)
  43. [ubuntu] 11.10 (LTSP) PXE Question
  44. [ubuntu] Booting from USB stick, hard drives not auto mounting
  45. [ubuntu] Adding start.sh for ViBaFu at boot
  46. [ubuntu] Is it possible to create a script that starts other scripts?
  47. [kubuntu] Disable sliding effect on grouped windows in bottom pannel
  48. Generating a track list from mp3 tags or playlists?
  49. Unable to install packages
  50. [ubuntu] Login Window Lost
  51. [ubuntu] A Question about multiboot and restoring grub 2 bootloader
  52. [ubuntu] Any external drive not recognized as a file system
  53. [xubuntu] How to graphical root access in xubuntu?
  54. [ubuntu] Cannot run standalone "Rawtherapee" on double-click
  55. [other] Unrecognized URL scheme for ''
  56. [all variants] Printing to correct scale and aspect ratio
  57. [ubuntu] Open .sit files
  58. [ubuntu] can someone tell me how to install faccialibro?
  59. [ubuntu] using awk to look into a file
  60. [ubuntu] Citrix print to file
  61. [ubuntu] Very irritating mdadm issues
  62. [ubuntu] Download issues with Ubuntu 11.10, nc6220.
  63. [ubuntu] Virtualbox and league of legends...
  64. [ubuntu] Samba + AD
  65. [ubuntu] Torrent Client + Magnet Links
  66. [ubuntu] Can Windows 7 and Ubuntu Talk? and other issues...
  67. [ubuntu] About sudo apt-get update
  68. Backing up old CD
  69. [ubuntu] how to create a multi-chat server using UDP
  70. [all variants] rscsi =no way to make it work
  71. [all variants] RDesktop
  72. [ubuntu] Slow Internet connection. ( new Ubuntu user )
  73. Auto screen backlight level Ubuntu 11.10
  74. [ubuntu] Is there a Linux solution to fixing the mbralign problem on existing (in use) drives
  75. [ubuntu] Installing .deb files
  76. [other] Can't see Math Symbols
  77. Mount Window Folder Shared.
  78. Alcor Card Reader
  79. [ubuntu] Can not remove UXTerm icon from dash
  80. [all variants] G510-keyboard
  81. [ubuntu] Tidy way to move from ubuntu to xubuntu?
  82. [ubuntu] New "Menu Bars" are not intuitive.
  83. [xubuntu] blank screen on running live cd etc
  84. [all variants] Rsync script of multiple tasks
  85. Machine won't boot after updates
  86. [ubuntu] No Desktop Environment. How to get chsnge?
  87. [ubuntu] LG Update Tool
  88. [ubuntu] can not update software sources, sudo apt-get update not working, help!
  89. [ubuntu] Problem sharing directories on NTFS disks
  90. [ubuntu] Web Filtering
  91. [ubuntu] synching folders w8 - u11.10
  92. [ubuntu] Missing System menu in gnome panel on 11.10
  93. [ubuntu] usb flash drive format error
  94. [all variants] How to install Nvidia drivers on USB installation for general use?
  95. ask battery icon "not present" ?
  96. [ubuntu] Fresh install Lucid 10.0.4 unstable / volume doesn't control sounds
  97. [ubuntu] Trying to install Lexmark printer
  98. [ubuntu] Screen does not recieve signal
  99. [ubuntu] Is a SSD a mistake?
  100. [ubuntu] libc6 dependency gone?
  101. [ubuntu] need help bad!!!
  102. [other] Python GTK
  103. Can't install the Firstclass client
  104. Fresh start
  105. [ubuntu] Saitek "Rumble" P2500
  106. [ubuntu] help with ubuntu 11.10
  107. [ubuntu] is there any way to install both open office and libre office?
  108. [ubuntu] "su root" won't work.
  109. question about wiping out entire disk
  110. [ubuntu] Ubuntu recovery
  111. [ubuntu] Software database is broken
  112. [ubuntu] Webmin, Filesystem Backup and tar files
  113. Converting Libre Docs For Kindle Causing Problems
  114. [ubuntu] force login screen
  115. [ubuntu] nautilus navigate to folder up button
  116. [ubuntu] “Disk /dev/xvda1 doesn't contain a valid partition table”
  117. [ubuntu] Virtual Oracle Linux with Oracle tools on Ubuntu host to IPsec remote database
  118. [ubuntu] Random lockups on Toshiba Portége 4000
  119. [ubuntu] Customizing my FS: What filesystem features depend on an inode size of 256?
  120. [ubuntu] How do I turn off "helpful" dialogues on mouseover.
  121. [ubuntu] Will 11.10 run ok?
  122. [ubuntu] Oneiric & unity mouse freeze!
  123. [ubuntu] Failure to Resume from Suspend on Aspire One KAV60. Ub11.10
  124. 11.10 "split" screen live cd works fine
  125. difference between mountpoint and foldersize
  126. [ubuntu] Mozilla Shockwave missing plug-in not found
  127. [ubuntu] mysql and phpmyadmin refuse to work
  128. [ubuntu] localhost wordpress install giving 500 error
  129. [ubuntu] Help! Can't torrent any more!
  130. [ubuntu] ubuntu 11.10: problem with ambiance theme
  131. [ubuntu] Ubuntu 11.10 installer won't start
  132. [ubuntu] want to use Locate instead of find as it gives some faster results
  133. [ubuntu] Gnome Shell In ubuntu
  134. Phone Call Recording Software
  135. [all variants] Using a Sharp YO-530 and 136T converter in Linux
  136. lpr command prints duplicates
  137. Right Click and HDMI
  138. [ubuntu] Advice please - Version Software Choices
  139. [xubuntu] Can't scp. It always stalls.
  140. [ubuntu] Disable Disk Check at boot?
  141. [ubuntu] Overflowing home directory
  142. [ubuntu] Ubuntu 10.04.1 LTS Server Not Recognizing sshd_config
  143. [ubuntu] Computer shutting down by itself
  144. [ubuntu] Simple partition question - Ubuntu 10.04
  145. [ubuntu] Password reset on Ubuntu USB Install
  146. [ubuntu] In virtualbox ubuntu 11.10 is showing initranfs prompt
  147. [ubuntu] How to trace what programs are called
  148. [all variants] black screen and no tty
  149. [ubuntu] Cannot restore 4000 files (mount point error?)
  150. How to Install fonts
  151. [ubuntu] Lost Active Directory login!!
  152. [ubuntu] Monte Carlo Simulation in LibreCalc
  153. [ubuntu] wifi adapter not working
  154. [ubuntu] Messed up graphics.
  155. [ubuntu_studio] Ubuntu Studio 11.10
  156. [all variants] simplify upgrades
  157. [ubuntu] error installing splashy
  158. Intel video card
  159. Dosbox permantent mounting
  160. cups error when printing from windows 7
  161. /dev/mapper/cryptswap1 doesn't contain a valid partition table
  162. [ubuntu] Recovering files from ubuntu! Please!!
  163. [ubuntu] recover program from forzen terminal
  164. [ubuntu] Random Restart aporx. every 40 minutes
  165. Simple ftp backup
  166. [ubuntu] Changing read/write permissions of file-system folder?
  167. Delete File From Public Group
  168. [ubuntu] Terminal won't show up on side panel UNITY?
  169. [all variants] Live USB, how to change boot menu options?
  170. [ubuntu] Screen won't show
  171. AutoKey / Python - Switch Active Window
  172. [ubuntu] Lucid: can't open Sofware Sources, Synaptic from GNOME, Update Manager hangs
  173. [ubuntu] I can't install BleachBit.
  174. howto: cli one-liner to set daylight savings time
  175. [ubuntu] Can't open excel doc
  176. [lubuntu] Synaptics not "auto-loading"
  177. [ubuntu] Unity not resonding to CSSM
  178. [ubuntu] need help
  179. [ubuntu] convert integer to binary in assembly
  180. [ubuntu] What to put in root@ubuntu
  181. [ubuntu] Bluetooth not sending file to mobile
  182. [ubuntu] I can't enter last Ubuntu 11/10 through Windows wubi
  183. small dash homescreen
  184. [kde] Help With the Sound Issue
  185. [ubuntu] Problem with user account
  186. Lucid rebooting instead of halting on Z68 motherboard
  187. top panel not trasnparent
  188. [xubuntu] need help with a shell script
  189. [ubuntu] Still failing to install different display manager
  190. [ubuntu] Copying large files
  191. [ubuntu] sound problems
  192. [ubuntu] Help with xspf file
  193. [other] usb to serial driver
  194. [ubuntu] totally confused
  195. [ubuntu] Set up home on a separate partition/drive & can't add new users
  196. Boots into Nautilus . . . I think
  197. [ubuntu] LDAP configuration
  198. [ubuntu] weird problem when running EMAN2
  199. [ubuntu] Bitcoins
  200. incorrect output of dh in 10.04.4
  201. [ubuntu] Lost sound for video
  202. [all variants] With bash scripting how to answer any prompts automatically?
  203. [ubuntu] Constant disk access, unknown source
  204. [ubuntu] errors encountered with apt-get and dpkg, cannot upgrade/install/autoremove
  205. [ubuntu] To install/remove software
  206. [64 bit] Install Mathematica 64-bit on 32-bit Ubuntu
  207. [ubuntu] Suddenly logout whenever double clicking on a exe file
  208. [ubuntu] System begins to beep when I try to log in
  209. Complex problem: sound, graphics, user rights etc.
  210. [ubuntu] Cannot start Thunderbird maximized?
  211. [ubuntu] Library for GTK+ installation problem
  212. [ubuntu] terminal command keep original filename ?
  213. [ubuntu] Text to Speech for Notify Daemon
  214. [ubuntu] Samba to Windows / Force New User Password
  215. [ubuntu] Stop key-command from dragging active window to new workspace
  216. [xubuntu] hibernate not working
  217. Recording telephone conversations
  218. Wine 1.4 to 1.2 downgrade problem
  219. Mouse hangs/lags KDE
  220. [ubuntu] pcie problem
  221. [ubuntu] Liquorix Kernal
  222. Deluge + btguardproxy
  223. [kubuntu] KDE Menu launches bash scripts without environment variables
  224. [ubuntu] 11.10 Probrlems with keyboard after returning from hibernate
  225. [ubuntu] Very disappointed in ubuntu for the first time
  226. Sound Problems..
  227. [ubuntu] How do I permanently remount /dev/shm?
  228. Unable to install Gnome shell extensions and Tweak tool.
  229. [ubuntu] xfce4 kiosk mode - locked panels
  230. [lubuntu] make ubuntu show warning when open multiple
  231. No root system defined - WUBI install
  232. [ubuntu] ( Lost+Found ) for ubuntu
  233. [ubuntu] Display / Background trouble (Dual displays on laptop)
  234. [ubuntu] Audio not working on Ubuntu 11.10
  235. Change folders in sidebar, nautilus ubuntu 11.10
  236. [all variants] Strange Permissions issue, possibly related to encrypted home dir:
  237. [other] Configuring LIRC to use Receiver and Remote
  238. [ubuntu] using socks
  239. [ubuntu] Crashes when installing Virtual OS
  240. 2 Screens ATI Video - can't use second screen
  241. [ubuntu] Package in universe not showing up in Synaptic
  242. [ubuntu] Recurring lsb-release and Software center glitch after installing MATE in 11.10
  243. [ubuntu] Run script as root upon login
  244. [ubuntu] Everything is slow
  245. [ubuntu] List current activity in Pure-FTP
  246. Mounting Galaxy S Phone as a Mass Storage Device
  247. [ubuntu] Errors when installing files
  248. Kernel 2.6.32.40 breaks graphics (NVIDIA)
  249. [ubuntu] 11.10 corrupt python-lxml
  250. [ubuntu] converting integer to binary