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] Power failed - now I can't boot up
  2. [ubuntu] I found the fix to the Yahoo! problem:
  3. [ubuntu] Need help badly.... Ubuntu 11.10
  4. [ubuntu] Had to reinstall ubuntu 3 times...
  5. [xubuntu] Xubuntu 11.04 trashed by updates
  6. [64 bit] Tor no good in 11.01
  7. [ubuntu] Cannot update via update manager
  8. [ubuntu] not recognize external floppy disk
  9. [ubuntu] Ubuntu 11.04 crashed....once only, but why?
  10. [ubuntu] how to renew the /dev/ list
  11. [ubuntu] Software Package Manager Troubling me a lot
  12. [ubuntu] video chat.
  13. [ubuntu] Backup & serial port
  14. [ubuntu] Printing: Incorrect margin with CUPS + HP OfficeJet 8500 Wireless
  15. [SOLVED] PPA for Unity themes?
  16. [gnome] 11.10 Ubuntu won't load at all after I tweaked a terminal window, please help newbie!
  17. [ubuntu] Plasma backgrounds to work natively in Unity?
  18. [kubuntu] keyboard shortcut for Konsole
  19. [all variants] nVidia GTX 480 vs ATI Radeon 5000 series
  20. [ubuntu] Missing /configure command
  21. [ubuntu] Sound Settings Revert on Bootup 11.10
  22. [SOLVED] Help reinstall network manager with no Internet connection
  23. [ubuntu] CCSM a killer
  24. [ubuntu] Issues with Gnome-pie and gnome3
  25. [64 bit] Getting 1000's of zombie processes! Help!
  26. [SOLVED] icons go blank - ubuntu 11.10
  27. [ubuntu] Dual boot problem
  28. [ubuntu] How do you change order of automatic wireless in network manager.
  29. [all variants] KUU explanation
  30. [SOLVED] OOo Writer Can't Install Extensions
  31. [ubuntu] Re-setting folder view
  32. [xubuntu] I think I've lost permissions in ~/
  33. [SOLVED] 11.10 hl-2270dw
  34. [ubuntu] Blank background at Ubuntu 11.10 login.
  35. [xubuntu] mp3 playback in Express Scribe
  36. [ubuntu] backup
  37. [xubuntu] Bash Script Disc Duplicator Issue
  38. [ubuntu] ubuntu running slow
  39. [ubuntu] installation
  40. [ubuntu] Several More Questions
  41. [ubuntu] Double click python to run
  42. [ubuntu] Screenshot of Login screen
  43. [ubuntu] Web Cam
  44. [ubuntu] Installing IDA pro in Ubuntu
  45. [ubuntu] Is there a way to get new updates in 10.10?
  46. [ubuntu] Create a new user on Ubuntu Server 10.04.2
  47. [SOLVED] Watch Japanese Full-Seg TV? (ISDB-T capture card)
  48. [SOLVED] qbittorrent Torrents turn Invisable during activation
  49. [all variants] bashrc special characters
  50. [SOLVED] Mirror text file?
  51. [ubuntu] Radeon 5770 Driver Issues
  52. [ubuntu] Thunderbird suddenly started misbehaving
  53. [ubuntu] multiple monitors on toshiba satellite 1400 series?
  54. [SOLVED] PC crashes when I restart
  55. [other_os] Install Windows after Ubuntu on the same hd
  56. [ubuntu] Cursor started drifting like an airhockey puck; Unity 3d problem, too
  57. [ubuntu] Apache2 Restart
  58. [ubuntu] 11.10 Guest login Launcher items modification
  59. [ubuntu] Will tomcat break apache2?
  60. [ubuntu] 11.10 nvidia dual-monitor problems
  61. [ubuntu] Problems with compiz/unity
  62. [ubuntu] PenguiNet alike software
  63. [SOLVED] Need help with Control Characters For Point Of Sale System Ubuntu
  64. [SOLVED] 10.04 does not boot
  65. [ubuntu] dvd95 create damaged iso
  66. [SOLVED] Oneiric upgrade: System printing service not available!
  67. [other] uploading to launchpad
  68. [SOLVED] Shell script help
  69. [SOLVED] Disable boot menu timeout
  70. HOWTO: Fix PPA's broken after updating to 11.10
  71. [ubuntu] Problem in Folder search
  72. [SOLVED] Change UI language in Firefox
  73. [SOLVED] using multiple home desktops help please?
  74. [other] Kernel Decompiling
  75. [ubuntu] Is there any utility to limit time for kids?
  76. [ubuntu] random freezes lucid lynx 10.04
  77. [ubuntu] After 11.10 Update USB Mic in Virtualbox Guest stopped working
  78. [ubuntu] Ubuntu 10.04 and Intel HD Chipset
  79. [ubuntu] Can no longer create users with encrypted home folders?
  80. [ubuntu] error: no such partition
  81. [ubuntu] Installing Firefox
  82. [ubuntu] unable to install packages from aptonCD
  83. [SOLVED] sudo broken
  84. [ubuntu] Menu Editor does not execute
  85. [SOLVED] Grub destroyed and noboot from CD possible
  86. [ubuntu] CD/DVD Burn crashes system
  87. [ubuntu] Strange networking problem
  88. [all variants] Best way to partition linux/windows dual boot system?
  89. [ubuntu] Graphic garbles around Launcher area after wake up from hibernate
  90. [all variants] Permanently add modes to xrandr
  91. [ubuntu] Can't Get Document Font Tab to Work Properly
  92. [ubuntu] xpad start on launch?
  93. [other] Uninstallation/Returning to Windows 7 Problems
  94. [other_os] In General, how to install program that are not listed in software centre?
  95. [ubuntu] nameserver server
  96. [ubuntu] Unity and formatting USB
  97. [ubuntu] Missing header file when building program using openGL/GTK (Ubuntu 11.10)
  98. [ubuntu] iRecovery install problems
  99. [SOLVED] How do I uninstall Chrome-it's not in Software Center installed programs list?
  100. [SOLVED] really bad stuff: grub> no filesystem found after extending partition in windows
  101. [ubuntu] can't boot lucid after installing updates
  102. [wubi] "Failed to execute child process"
  103. [ubuntu] Inability to change themes in Oselot?
  104. [ubuntu] GTK Version Mismatch - pkg-config
  105. [ubuntu] restore rightclick
  106. [ubuntu] Welcome message when logging out
  107. [ubuntu] Unity2D Launcher Toggle
  108. [ubuntu] ALSA only works for 'root' :/
  109. [SOLVED] possible to mirror folders?
  110. [all variants] iptables redirect
  111. [SOLVED] Dual Boot/ MBR issues!
  112. [all variants] filesystem for usb drive
  113. [ubuntu] login terminal
  114. [ubuntu] Expanding Nautilus's placement options
  115. [ubuntu] Shutdown/Reboot (occasionally) freezes
  116. [ubuntu] Standby/sleep mode fix
  117. [xubuntu] Perfect sound in Ubuntu 11.10, No sound in Xubuntu 11.10
  118. [ubuntu] Need Help Dual Booting *Boot Info Script* Log Attached
  119. [ubuntu] Synaptic and Gimp issues in 11.10
  120. [ubuntu] system hanging when swapping user
  121. [ubuntu] Accessing my http site through https
  122. [ubuntu] /etc/rc.local is not executed
  123. [ubuntu] Ubuntu crash - now only 'initramfs'
  124. [other_os] Work-break timer app - Win7?
  125. [ubuntu] Recovering Files from Ubuntu installed over
  126. [SOLVED] Partition lost after resize and boot
  127. [ubuntu] Icons Duplicate in launcher
  128. [SOLVED] Only 1 terminal? No GUI for groups?
  129. [SOLVED] Virus program 64 bit
  130. [ubuntu] Where is Appearance Preferences
  131. [ubuntu] Gedit 2.30.4 string replace problem...
  132. [ubuntu] Tor Config File
  133. [SOLVED] Input Redirection for Command with several Arguments
  134. [ubuntu] Acer Aspire 5755G Fan seem to run non-stop (11.10)
  135. [all variants] Trouble with Grep
  136. [ubuntu] backintime to DVD's for offsite back ups
  137. [ubuntu] firefox keeps closing on ubuntu live cd 11.04
  138. [ubuntu] boot crash at battery state
  139. [xubuntu] Server sleeping after "inactivity"
  140. [ubuntu] cannot get the cam to work on a ASUS PG191
  141. [ubuntu] Prevent search for damaged drive on boot?
  142. [ubuntu] Double Battery Icon
  143. [ubuntu] Weird yellow/orange areas everywhere
  144. [SOLVED] Help mounting truecrypt volume on boot.
  145. [SOLVED] libreoffice print pdf from .doc using cli
  146. [ubuntu] Screen Resolution - Everything I have tried fails!
  147. [all variants] Reprepro Suddenly Give Errors On Apt-Get Update
  148. [SOLVED] Problem with NVIDIA Drivers not loading
  149. [ubuntu] Installing over a Pinguy install
  150. [ubuntu] No minimize, maximize, or close buttons on Oneiric 11.10?
  151. [ubuntu] How do I fix alt+tab
  152. [ubuntu] Unity Launcher will not resize
  153. Problem with Muon package manager
  154. [ubuntu] Unity dock underneath Firefox
  155. [ubuntu] New HDD Questions
  156. [ubuntu] Hard Reset Ubuntu 11.10?
  157. [SOLVED] Ubuntu won't load once grub selects it, fresh install doesn't help
  158. [ubuntu] Wifi driver from 11.10 in 11.04?
  159. [ubuntu] Unity Dashboard very slow on 3 computers?? is this normal?
  160. [SOLVED] switching locations of "home" symbol in Firefox 7
  161. [ubuntu] 10.04 Lucid x64. I'm having error installing oxygen-icon-theme. Please help.
  162. [ubuntu] photorec not seeign camera
  163. [ubuntu] StarCraft graphics are messed up.
  164. [ubuntu] Any recommendations for a Tablet that runs Ubuntu?
  165. [xubuntu] NoMachines NX Server install conflict with nxserver
  166. [ubuntu] Laptop aspect ratio vs projector
  167. [ubuntu] how to install driver
  168. [ubuntu] No Sound in Wine
  169. [ubuntu] Launcher Missing!
  170. [ubuntu] 11.10 - For long folder names, Nautilus navigation panel becomes empty
  171. [ubuntu] FIOS/Home network setup
  172. [ubuntu] Cannot boot after update
  173. [ubuntu] Login menu missing Recovery Console
  174. [SOLVED] Recovery Console always read-only mode
  175. [ubuntu] Slow Resume From Suspend
  176. [ubuntu] Flashdrive Problem
  177. [ubuntu] Using 10.10, Google Won't Let Me Access Blogger -- Malware?
  178. [SOLVED] Two weeks and still not wifi 11.10
  179. [xubuntu] Making Xubuntu ISO smaller - suggestions?
  180. [all variants] Light weight linux distro for Virtual machine on win 7 - 64 bit
  181. [SOLVED] Libre Writer Font Color
  182. [xubuntu] Migrating from Evolution 3.2 to Thunderbird 7
  183. [SOLVED] Unable to Remove Ubuntu 11.10 or GRUB
  184. [all variants] write-only file flag
  185. [ubuntu] gnome-terminal emacs -nw control key problems
  186. [ubuntu] Public Folder Sharing Issue
  187. [ubuntu] Image recognition
  188. [ubuntu] How to "Flush-Hosts" with Mysql
  189. [ubuntu] Help with notify-osd messages showing up in different places in Oneiric?
  190. [ubuntu] error: unknown LVM metadata header.
  191. [SOLVED] 11.10 How to completely remove nxserver?
  192. [ubuntu] ubuntu desktop and compiz help
  193. [ubuntu] Meerkat 10.10 stopped booting
  194. [SOLVED] NNTP newsreader with good killfile/scorefile
  195. [ubuntu] mount UFS rw
  196. [ubuntu] Laptop monitor not detected after reboot (ATI)
  197. [SOLVED] fglrx + opengl = xcb_io assertion
  198. [ubuntu] Data recovery
  199. [ubuntu] Update manager no longer asks for password
  200. [SOLVED] how to mount partition on startup
  201. [SOLVED] libmediastreamer.so and libortp.so are not properly linked
  202. [ubuntu] Boots straight to initramfs
  203. [ubuntu] Unable to boot from Ubuntu after installing Windows 7
  204. [ubuntu] Anybody else get a random single drum sound (default sound) in background in Oneiric?
  205. [ubuntu] Thunderbird Deskop Integration on 11.10
  206. [ubuntu] how do i encrypt my external harddrive with NTFS so it stays windows-compatible?
  207. [ubuntu] apt-get/yum
  208. [ubuntu] help on header files
  209. [all variants] Transfer files performing checksum verification on destination
  210. [SOLVED] Starting services at boot
  211. [ubuntu] No boot menu w/ Xubuntu after install
  212. [all variants] Print multiple jpg files from command line
  213. [SOLVED] Can GParted move my Ubuntu partition to a new hard drive?
  214. Running jGrasp?
  215. [ubuntu] Dual monitor default screen
  216. [ubuntu] Help in setting up a develpment environment
  217. [ubuntu] Lock in folder with root permissions
  218. [SOLVED] Truecrypt on Xubuntu
  219. [ubuntu] Transmission STILL says port is closed.
  220. [all variants] Missing subdirectories under /proc/acpi
  221. [SOLVED] Change root permissions
  222. [ubuntu] Limit Sata speed for a drive?
  223. [ubuntu] Gnome Shell Becoming Processor Intensive -bug?
  224. [ubuntu] Ubuntu 11.10 whole UI is bugged after installing FGLRX graphics driver
  225. [lubuntu] 11.10, xarchiver crashes
  226. [ubuntu] cron and crontab
  227. [ubuntu] File system storage error
  228. [SOLVED] Cant access apps
  229. [64 bit] Ubuntu 11.10 freezing problem found in NVidia
  230. [ubuntu] 11.10 Archive manager will not recognise EAR and WAR file extentions
  231. [all variants] lftp Help
  232. [ubuntu] nvidia installation question
  233. [ubuntu] Printing In Firefox help
  234. [SOLVED] Dropbox creashes after log-in
  235. members package
  236. [ubuntu] Grub 2 Error reporting in 11.10
  237. [ubuntu] Trying to get Ubuntu to boot on laptop with dead onboard graphics.
  238. [all variants] Need help with internet availability please!
  239. [ubuntu] Random Logout 11.10 Macbook
  240. [SOLVED] Lightdm Not Starting
  241. [SOLVED] Disable 'Waiting for Network' during boot
  242. [ubuntu] postfix, dovecot, squirrelMail
  243. [ubuntu] RDP Ubuntu
  244. [ubuntu] PlayOnLinux: Steam will not launch any games
  245. [SOLVED] Xfapplet package missing in 11.10
  246. [ubuntu] disable all x functionality?!?!
  247. [ubuntu] Please help - missing terminal and everything else in 11.10 install
  248. Octave toolbox installation problem
  249. [SOLVED] Cannot Install From Unauthenticated Sources?
  250. [ubuntu] Sound in Headphones only STAC92xx 11.10