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] disk boot failure
  2. [all variants] Putting a phone directory on a mobile phone
  3. [SOLVED] Windows hide , when minimized...!
  4. [ubuntu] NVIDIA Optimus and VM Ubuntu?
  5. [ubuntu] 403 errors on local apache install
  6. [other] some thing like this for linux
  7. [all variants] Firefox doesn't show some sites properly
  8. [ubuntu] Ubunto and tomcat6 setting permissions
  9. [ubuntu] ALC 887 sound card not work
  10. [kubuntu] A fatal error has been detected by the Java Runtime Environment
  11. [ubuntu] pointer can't edit text after toggling laptop touchpad
  12. [SOLVED] Ubuntu 10.04 warcom bamboo can't toggle touch
  13. [ubuntu] Keyboard panel out of control after update to 10.10
  14. [ubuntu] scanner problems on all Ubuntu 64 from 9.10 to 10.10
  15. [ubuntu] unity on a desktop
  16. [ubuntu] Intel GMA 3100 and GLX missing on display
  17. [64 bit] Dual Booting with Windows 7 Lock-Ups
  18. Destination Host Unreachable
  19. [ubuntu] Invalid Package shipped: GD-Module for PHP5
  20. [ubuntu] Ubuntu USB HDD accessing issue
  21. [ubuntu] Expanding Wubi's Virtual HDD
  22. [ubuntu] Simple Scripting Question
  23. [ubuntu] New guy needs help
  24. [ubuntu] cpu scaling unsupported?
  25. [ubuntu] P`roblem Booting from CD
  26. [kubuntu] KDE quite slow on my laptop
  27. [SOLVED] GUI not working!
  28. [ubuntu] ubuntu can not find my drives on installed programs
  29. [ubuntu] Power Saving Mode (monitor off) Complete System Freeze
  30. [64 bit] Sigil won't launch
  31. [ubuntu] swap header not found?
  32. [ubuntu] mutliple? printing problems
  33. [SOLVED] best linux for gaming?
  34. [ubuntu] Problems with sound after updates yesterday
  35. [ubuntu] keyring password
  36. [ubuntu] Problem getting 2nd NTFS hard drive detected
  37. [ubuntu] Cannot Resrerve MMIO Region
  38. [all variants] 10.10 remove tty (virtual terminals)
  39. [xubuntu] Hard drive testing?
  40. [SOLVED] wine: virtual memory exhausted
  41. [all variants] Satisfying older dependencies
  42. [ubuntu] No xorg.conf file
  43. [ubuntu] I'm trying to burn and iso file in ubuntu...
  44. [ubuntu] Can't connect to Yahoo in Empathy or Pidgin
  45. [ubuntu] Need help to Optimize the Nvidia private drivers and remove the lag effect
  46. [ubuntu] XAMPP Apache will not start
  47. [ubuntu] sims 3 ne1?
  48. [ubuntu] Download Helper
  49. [ubuntu] Closing Laptop Cover Causes Freeze on Opening
  50. [ubuntu] Firefox Saved Passwords
  51. [ubuntu] System slower than Windows XP?
  52. [ubuntu] spontaniously rebooting maverick?
  53. Help installing applications.
  54. [ubuntu] Changing "Connector" in sound preferences drops volume in ALSA
  55. [ubuntu] TeighaFileConverter with Wine
  56. [SOLVED] Google Sketch Up not starting in "wine"
  57. [ubuntu] stuck in login screen
  58. [ubuntu] Kernal Panic
  59. [kubuntu] How to hide my IP from internet
  60. [SOLVED] Switching VTs with 'super + arrow', why??
  61. [ubuntu] Update firmware on usb devices
  62. [ubuntu netbook remix] Wine and Getting Windows Software To Run
  63. [ubuntu] What are you using for ebay listing software
  64. [ubuntu] Scripts in new windows doesn't run.
  65. [all variants] Firebird 2.5 SuperClassic busted permissions
  66. [ubuntu] Ubuntu 10.10 self destructed
  67. [SOLVED] Is there a Ubunto graphical UI command to "open terminal window here"?
  68. [ubuntu] Power management - Put to sleep - Hibernate - Suspend
  69. [ubuntu netbook remix] Gwibber Facebook doesn't work
  70. [gnome] Gnome Menu color
  71. [ubuntu] rythymbox opens instead of my places or drives
  72. [SOLVED] Problem booting almost any linux install medium
  73. [ubuntu] Music folder only allows 7.1gb
  74. [ubuntu] Good unix turorial?
  75. [ubuntu] Gnome-panel: can't right click panel applets
  76. [ubuntu] Updating to Meerkat dropped ATI driver
  77. [ubuntu] New to Ubuntu
  78. [ubuntu] Changing Graphic Cards Driver
  79. [ubuntu] Can't get past Plymouth screen
  80. [ubuntu] How do I become root in Ubuntu 10.04
  81. [ubuntu] NVIDIA Issue: Two cards PCI-e
  82. [wubi] Wubi has a problem with the new updates - can't start grub
  83. [all variants] firefox looks messed up
  84. [ubuntu] Can't get past Plymouth screen
  85. [ubuntu] 10.04 hangs at splash screen
  86. [SOLVED] Shut down incorrectly; Ubuntu won't start
  87. [ubuntu] mpd controlled from another windows computer?
  88. [ubuntu] If i partition my whole hard drive to Ubuntu, will i still be able to install back...
  89. [all variants] cURL scripting help
  90. [ubuntu] bluetooth-applet off at startup
  91. [ubuntu] Boot problem.
  92. [ubuntu] Problems with drive space caused by foremost
  93. [ubuntu] 10.10 + Kerberos + LDAP + GDM login
  94. [other_os] Re-install Windows 7
  95. [xubuntu] Where is the xubuntu 10.10 grub splash screen stored?
  96. [ubuntu] Have to reinstall Grub after Windows Re-Install
  97. [ubuntu] Unable to access the internet
  98. [ubuntu] libgcrypt.so.11 missing. Can't boot encrypted drive.
  99. [ubuntu] Copy files from USB in Ubuntu 10.10
  100. [all variants] accidentally deleted /etc/modprobe/blacklist.conf
  101. [ubuntu] Power Monitor Off Command
  102. [ubuntu] Grub rescue and no such device error
  103. [ubuntu] X login failure - Gnome Power Manager
  104. [ubuntu] ports not "open"
  105. [ubuntu] Windows remain as background when closed 10.04
  106. [SOLVED] Need help!! Awn not working properly
  107. [ubuntu] Ubuntu Battery Indicator stays on Estimating
  108. [ubuntu] Can't find my wireless network?
  109. [ubuntu] java applets do not initialize
  110. [SOLVED] Kernel compilation DSDT error
  111. [kubuntu] F-Spot import problem
  112. [ubuntu] Running compiz at login instead of metacity
  113. [ubuntu] Webcam no longer working
  114. [ubuntu] Formating a Partition in Ubuntu 10.10
  115. [SOLVED] auto executable .sh file
  116. [ubuntu] Cursor random repositioning
  117. [ubuntu] Dual Monitor - Void area of display where icons get stuck?
  118. [ubuntu] Ubuntu uninstall
  119. [ubuntu] Win 7 crashes on Sleep after Ubu install
  120. [ubuntu netbook remix] Cannot upgrade Netbook edition from 9.10
  121. [ubuntu] Ubuntu Server 10.10 need login locally after boot up, or I cannot login remotely.
  122. [ubuntu] Unknown Network Usage/what is using it
  123. [SOLVED] CPU Confusion
  124. [ubuntu] dkpg stuck
  125. [ubuntu] Rhythmbox crashes an awful lot
  126. [all variants] Can someone tell me what these crazy kernel messages are?
  127. [gnome] Toolbar bug?
  128. [ubuntu] Error moving file: Permission denied
  129. [SOLVED] Laptop fails to suspend on close of lid but only if an update was installed
  130. [ubuntu] Password Problems
  131. [ubuntu] I donwloaded Aria2 but it is not in my App list
  132. [ubuntu] Computer freezes
  133. [ubuntu] External HD Automatically Unmounts
  134. [ubuntu] Update Manager: "Check your internet connection."
  135. [SOLVED] Cant access https pages on the internet
  136. [ubuntu] Google chrome installing problem
  137. [ubuntu] Mounting Partitions Issue
  138. [ubuntu] How to install VPN
  139. [SOLVED] run .sh from compiled script
  140. [SOLVED] xserver Problems (64-bit)
  141. [ubuntu] MP3 Player Podcast Script ???
  142. [ubuntu] USB Keyboard / Mouse Issues
  143. [ubuntu] run multiple instances of ushare ubuntu
  144. [ubuntu] Where to post.
  145. [ubuntu] Bootloader Problem
  146. [ubuntu] Username issues; unability to login
  147. [ubuntu netbook remix] Issues Installing 10.10, hangs up on partitioning
  148. [all variants] Is there any way I can lock a program to a viewport?
  149. [ubuntu] ATI Catalyst Installation Problem
  150. [ubuntu] I want program like ubuntu tweaks
  151. [ubuntu] Windows BSOD, without having Windows installed.
  152. [ubuntu] move home to another computer
  153. [ubuntu] top, command
  154. [SOLVED] Theme and Java5 problem with Ubuntu 10.04 Upgrade
  155. [ubuntu] Connect Nokia E72 to the computer.
  156. [ubuntu] Boot problem- initramfs?
  157. [ubuntu] Retaining screen resolution
  158. [ubuntu] Desktop set to home folder
  159. [SOLVED] How to add a Game in Applications -> Games?
  160. [xubuntu] PulseAudio not working in 10.10??!
  161. [ubuntu] bluetooth adapter not working (Cambridge Silicon Radio)
  162. [ubuntu] Highspeed USB issues
  163. [ubuntu] How to download Photoshop CS5?
  164. [ubuntu] Media players
  165. [other] Chikka
  166. [SOLVED] always going single user after boot
  167. [ubuntu] js-kit trouble
  168. [SOLVED] Split partition on existing Ubuntu installation
  169. [all variants] recovering encrypted home
  170. [ubuntu] Ssh
  171. [all variants] Good place to start learning the bash shell better?
  172. [ubuntu] Quake 2 setup under Lucid
  173. [SOLVED] Restore 'Downloads' Folder?
  174. [all variants] any way to recover brasero truncated files?
  175. [ubuntu] Wow!!!
  176. [ubuntu] Can't see videos in 10.10
  177. [SOLVED] Black screen after booting
  178. [ubuntu] Login problem
  179. [ubuntu] Is my Windows partition dead?
  180. [ubuntu] Grr...install to entire Partition erased entire disk.
  181. [ubuntu] Setting resolution for PDF printing
  182. [ubuntu netbook remix] Acer aspire one 110ab's mousepad stops working after update
  183. [ubuntu] 10.04 Crashed Hard (I've Included Log)
  184. [ubuntu] mp3 converter
  185. [ubuntu] playing .pls files
  186. [ubuntu] keyboard problems when loggin in gnome
  187. [ubuntu] Size of partitions on a win7 box
  188. [ubuntu] dummy have problems
  189. [other] hiya guys!! wanting to know
  190. [other] LAMP confusion
  191. [ubuntu] df -h not showing Windows NTFS under /dev/sda#
  192. [SOLVED] VirtualBox 3.2.10 can't access USB ports
  193. [ubuntu] ext3 corruption even after e2fsck - how to handle?
  194. [ubuntu] Help in Java Class
  195. [SOLVED] Consolidating folders into one folder on an FTP server problem
  196. [ubuntu] Pubuntu - help with access to apache from outside pubuntu using slirp
  197. [all variants] send commands to an virtual computer
  198. [ubuntu] Series of ISSUES
  199. [SOLVED] 10.10 top panel network icon is gone
  200. [SOLVED] Help - Firefox Flash Plugin
  201. [other] POSIX API with C
  202. [all variants] The new kernel patch?
  203. [ubuntu] VirtualBox install: 165 MB free space but I installed an 8 GB hard drive
  204. [ubuntu] GDM Not Displaying Login Box
  205. [ubuntu] no directory in terminal?
  206. [ubuntu] How to find mountable devices and their device files in Linux
  207. [ubuntu] Visual Effects
  208. [ubuntu] Siemens Gigaset Modem problems
  209. [ubuntu] No A/52 or AC3 Audio through HDMI only Digital Stereo going through
  210. [ubuntu] missing point
  211. [ubuntu] Simple Backup (Sbackup) -- Improved and Worse?
  212. [ubuntu] Pidgin unable to install
  213. [SOLVED] shrink partition and what to do after that is done
  214. [other] freenx
  215. [ubuntu] Ubuntu crashes randomly to login screen
  216. [ubuntu] Nvidia 173 and 260 drivers have diff probs
  217. [SOLVED] "unmet dependencies" Have tried replacing to no avail
  218. [SOLVED] Can't get netbook to boot off USB
  219. [ubuntu] is there any alternative Bluetooth manager for Linux
  220. [ubuntu] KRDC: Key presses don't work in full screen
  221. [SOLVED] "Gave up waiting for root device" on boot
  222. [kubuntu] need to access "Root" folder.
  223. [ubuntu] Curser causing problem
  224. [ubuntu] Got into a bit of a mess with Firefox
  225. [ubuntu] Error loading Ubuntu, initramfs error
  226. [SOLVED] Boot failed - Stuck at initramfs
  227. [ubuntu] HowTo Mount WebDAV share at boot
  228. [all variants] I'm Awesome and removed myself from superuser. please help me.
  229. [ubuntu] limiting access to home directory
  230. [SOLVED] Ubuntu starts with no metacity and terminal and downloads folder open.
  231. [ubuntu] Icons missing
  232. [SOLVED] How do I set up a unique icon for each USB drive AND have their window pop open?
  233. [ubuntu] Transfer files from Windows to Ubuntu on same pc?
  234. [ubuntu] Mirage not working (Banshee)
  235. [ubuntu] newb needs help with scripting
  236. [ubuntu] SIP RFC 3261 with voip and video conferncing
  237. [ubuntu] Problem with sane-utils, nuatilus & indicator applet
  238. [ubuntu] Sound works sometimes
  239. [other] FOSS equivalent to Bento?
  240. [ubuntu] How to install Caph
  241. [ubuntu] messed up sources list
  242. [ubuntu] Grub error 15 + more
  243. [ubuntu] shutdown after running scripts
  244. [ubuntu] Is there a Paperport (Linux)
  245. [ubuntu] usb wifi install
  246. [ubuntu] Avast - automatic updates?
  247. [ubuntu] After install of ati drivers...
  248. Can't install the AV_Convert script
  249. [ubuntu] no init found.....
  250. [ubuntu] MSN Live Messenger in Wine?