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] double keypress
  2. [ubuntu] Display Scaling problem With 11.04 and HDTV
  3. [SOLVED] two panels at screen top - panels lose order on reboot
  4. [ubuntu] VGA Connection
  5. [ubuntu] problem with the file medibuntu.list
  6. [ubuntu] Songwrite
  7. [ubuntu] Linux Multithreading Benchmarks
  8. [SOLVED] Free Webspace for Deja Dup Backup?
  9. [ubuntu] how do you install bookmarks in firefox and chromium in natty?
  10. [ubuntu] Upgrading FROM 11.04 to 10.10
  11. [ubuntu] Adding new headers for g++
  12. [ubuntu] Wireless card will not work on HP Mini!
  13. [ubuntu] force version help please
  14. [SOLVED] Ubuntu not working on fairly old pcs?
  15. [ubuntu] ubuntu 11.04 youtube problem
  16. [ubuntu] evolution daemon background mail fetch?
  17. [ubuntu] How do I mount an USB stick
  18. [ubuntu] Bandluxe C270 on Natty 11.04
  19. [SOLVED] urxvt -hold -e path/to/command does not "hold" urxvt open
  20. [ubuntu] Firefox plugins don't work very well
  21. [SOLVED] Cannot adjust partition size? (Newb question)
  22. [ubuntu] Remapping Capslock key
  23. [ubuntu] partition problem
  24. [ubuntu] Kernel Panic ?!?!
  25. [ubuntu] Random Freezing/Restarting & Other Issues
  26. [all variants] Archive daily images from Webcam-Server?
  27. [ubuntu] LAN and Broadcom
  28. [SOLVED] Why do my home folders appear on my dekstop?
  29. [ubuntu] noob linux
  30. [ubuntu] Update Manager Stalls
  31. [ubuntu] How to troubleshoot pesky hang
  32. [SOLVED] Bar at the bottom of firefox is missing
  33. [ubuntu] working ati drivers for wine
  34. [ubuntu] An "Amarok of Video" for Ubuntu
  35. [ubuntu] Red Power Icon After Running Updates
  36. [kubuntu] Weird Freezes After Messing Around With (and Then Removing) Compiz
  37. [xubuntu] Question about XFCE, Metacity and Compiz
  38. [ubuntu] Change /home permissions while encrypted.
  39. [ubuntu] 10.04.2 LTS Alternate Installer endless loop on disc label
  40. [wubi] Need Wubi to Install 10.10
  41. [ubuntu] Multiple issues dealing with booting itself
  42. [ubuntu] no video signal - ubuntu 10.04 - atx graphics card
  43. [ubuntu] Basic File Upload Server
  44. [ubuntu] no GUI after login
  45. [ubuntu] memory problem
  46. [ubuntu] Safely remove USB flash drive(s) using Terminal?
  47. [ubuntu] Need Help with Firefox! Internet is lagging only in firefox!
  48. [ubuntu] WINDOWS 7 is better than Ubuntu 11.04 ! :D
  49. [ubuntu] Script for clicking on a website
  50. [SOLVED] Get rid of sidebar?
  51. [ubuntu] /home fails to mount
  52. [ubuntu] failed to start
  53. [all variants] How to change avatar image size in Empathy
  54. [ubuntu] cant format flash drive in terminal
  55. [ubuntu] install on ext.hard drive
  56. [ubuntu] 11.04 sound problem
  57. [SOLVED] HDMI + Totem: video colors BAD!
  58. [all variants] Error SSH Unable to get term attr: Invalid argument
  59. [xubuntu] package questions
  60. [ubuntu] SAMBA - Win share load
  61. [ubuntu] Thinkpad x220: Getting the touchpad and pointing stick to work on new thinkpad
  62. Recursive scan with clamtk
  63. [ubuntu] BASH script to move files more than 30 days old
  64. [ubuntu] Best place to install tar.bz2 programs
  65. [ubuntu] Creating a Launcher and Multiple Targets
  66. [SOLVED] Natty freezes completely when left for a while!
  67. [ubuntu] need help ..
  68. [ubuntu] DKMS install moves files to /lib/modules/$(kernver}/updates/dkms
  69. [kubuntu] Animation while switching between workspaces
  70. [ubuntu] incomprehensible boot?
  71. [ubuntu] question about gnome-phone-manager
  72. [ubuntu] vino: access prompt control via config editing
  73. [gnome] Openoffice.org document vanished?
  74. [kubuntu] start_navicat returns bash error in kubuntu 11.04
  75. [ubuntu] Problems with console and touchpad
  76. [ubuntu] fstab
  77. [SOLVED] ? Read 2nd Ubuntu disk, copy files to new Ubuntu disk?
  78. [ubuntu] Drag-Drop
  79. [ubuntu] samba no login share
  80. [other_os] A distro of Linux that is not FOSS?
  81. [ubuntu] How to access Windows system if ubuntu installed within
  82. [all variants] Installing nothing but another desktop environment
  83. [64 bit] Random Wireless Disconnects
  84. [ubuntu] crazy mouse
  85. [ubuntu] crazy mouse
  86. [ubuntu] Terminal running in background
  87. [ubuntu] Flash Quality
  88. [ubuntu] Firefox support after Karmic EOS?
  89. [SOLVED] Super strange top row, fixable?
  90. [SOLVED] Ubuntu 10.10 not saving files to NTFS correctly?
  91. [ubuntu] Banshee crashes on start, autostarts if closed on 11.04
  92. [ubuntu] is there a way to designate certain default ketboard layout for each application ?
  93. [ubuntu] Ubuntu 11.04 Crashes Input/output error
  94. [ubuntu] is there solution for the 'doubled remove usb device' in ubuntu ?
  95. [other] Can't transfer anything to or from the HDD
  96. Bootable Drive +
  97. [ubuntu] Natty: Display Goes Blank Without Activating Screensaver
  98. [ubuntu] No working C compiler found.
  99. [ubuntu] can install anything
  100. [ubuntu] problem with COMP_CWORD variable of pointer position
  101. [SOLVED] Partition table problems
  102. [ubuntu] ubuntu to microsoft
  103. [SOLVED] weird bug/glich/crash thing
  104. [SOLVED] piping question
  105. [SOLVED] LastPass Screwed up Firefox Password Manager
  106. [ubuntu] 11.04 does not load, just to screen of text.
  107. [ubuntu] Heimdal KDC
  108. [ubuntu] Uninstalling VirtualBox on 11.04
  109. [ubuntu] All Distros: Shutdown Messages Display Randomly All Over Screen
  110. [ubuntu] Firefox Bookmarks
  111. [ubuntu] gDesklet: problem in the panel.
  112. [ubuntu] How do I enable floppy drive in virtualbox
  113. [ubuntu] How can you know which command runs when you change something in a GUI menu?
  114. [ubuntu] Running Citrix ICA client on Natty Narwhal
  115. [SOLVED] Your computer is possibly infected with bot/malware msg from Comcast
  116. [SOLVED] E: Unable to locate package libicu42 (error)
  117. [ubuntu_studio] Odd Shaped Thumbnails
  118. [ubuntu] Autologin pauses for choice of logins
  119. [ubuntu] Network Manager Icon
  120. [ubuntu] Google Chrome freeze
  121. [other] messed up default system sounds, how to fix?
  122. [ubuntu] Problem with Firefox 4
  123. [ubuntu] Natty: Flash Drives, SD Cards, etc., Will Not Open Automatically
  124. [ubuntu] Raid 1 on Raid 0 or LVM - Startup
  125. [ubuntu] ubuntu server - wget fail to get this file?
  126. [ubuntu] Cannot move file to trash
  127. [all variants] SMS in Ubuntu
  128. [lubuntu] ekiga+voipbuster problems on 11.04
  129. [ubuntu] 11.04 Everything is broken please help!
  130. [ubuntu] All Distros: Reading & Wrting Flash Media
  131. Can fbsplash work on an embedded Linux device?
  132. [SOLVED] remove trailing slash from output in script
  133. [SOLVED] Use of GPL software in a company free?
  134. [ubuntu] Problems Uninstalling program, not shown on Synaptic
  135. [other] Xmonad failing to respond
  136. [SOLVED] Adding data to a CD/DVD already containing information
  137. [ubuntu] skype messaging in emapthy problem
  138. [ubuntu] Won't boot after upgrade 11.04
  139. [ubuntu] Help Please! Just hide the unity and top panel from 11.04
  140. [ubuntu] Laptop goes into "overdrive" when closed
  141. [SOLVED] Could not open link (in Evolution email)
  142. [ubuntu] writing raw data to /dev/dsp
  143. [ubuntu] How to take back ownership of files from root?
  144. [SOLVED] grub : add OS entry
  145. [ubuntu] speakers not disabled using headphones
  146. [ubuntu] spectemu on 10.10 (no OSS anymore, no sound)
  147. [ubuntu] hacked
  148. [SOLVED] Second hard drive (ext3) not seen under Nautilus
  149. [ubuntu] Balck screen
  150. [ubuntu] Migrate mais, mail accounts, filters... from KMail to Evolution
  151. [ubuntu] Migrate RSS feeds from Akregator to Liferea
  152. [ubuntu] tty frozen/locked (11.04)
  153. [ubuntu] grub entry for booting Ubuntu from USB
  154. [ubuntu] Question about installing Natty
  155. [ubuntu] PrintScreen Bug?
  156. [ubuntu] Banshee ripping CD to MP3?
  157. [ubuntu] Unity Launcher refuses to auto-hide
  158. Not Able To Install any software!! ERROR:dpkg was interrupted, you must manually run?
  159. [ubuntu] WoW launcher problems
  160. [ubuntu] 11.04 logs out, says "stopping uberspace bootsplash"
  161. [SOLVED] Ubuntu 10.04 - I can't find my trash folder
  162. [ubuntu] unknown file types in /home folder
  163. [ubuntu] VAAPI and libva Problem
  164. [SOLVED] need a little help with conky
  165. [ubuntu] Minor League baseball
  166. [64 bit] Ubuntu 11.04 64bit AMD - SD card unrecognised
  167. [SOLVED] GRUB2 menu freezes
  168. [ubuntu] Screensave
  169. [ubuntu] Free space on disk...
  170. [ubuntu] Ubuntu equivalent to Windows' Control Panel (where's Flash Player Settings Manager)?
  171. [ubuntu] smplayer error
  172. [ubuntu] Gnome Activity Journal startup errors
  173. [ubuntu] Ubuntu Tweak safe for Kernel cleaning? Should I clean?
  174. [ubuntu] New to Ubuntu but not computers!
  175. [xubuntu] Xubuntu 11.04 + FPM2 = No Clipboard
  176. [ubuntu] unknown file system all over
  177. [SOLVED] Update Manager Error (Natty Nawhal 11.04)
  178. [SOLVED] KDE loggin option disappeared
  179. [ubuntu] GUI programing on Ubuntu - Where to start?
  180. [ubuntu] Trying to shutdown ends in rebooting
  181. [ubuntu] Startup Item not Starting at Startup
  182. [ubuntu] Cross platform videocall
  183. [ubuntu] can I customize Abiword Toolbar? Do u prefer Abiword or Writer?
  184. [ubuntu] Sensors-Detect/Xsensors
  185. [SOLVED] Is there a fax application that works in ubuntu?
  186. [ubuntu] .xsession-errors is huge, why?
  187. [SOLVED] Problem Starting OpenArena
  188. [ubuntu] Can't set Ubuntu to require password before desktop
  189. [ubuntu] if there any way to blacklist or whitelist applications and websites?
  190. [all variants] All x-buntus are laggy
  191. [all variants] Winxp-Win2kPro-Ubuntu
  192. [ubuntu] [10.10&11.04] After the update can not start in normal mode
  193. [SOLVED] somehow deleted almost everything... panels, firefox, shells, etc.
  194. [SOLVED] field 'struct' has incomplete type
  195. [ubuntu] Character Map applet for Unity?
  196. [ubuntu] Eclipse Java and C++ IDE Install?
  197. [ubuntu] Can't login after enable login without password
  198. [SOLVED] External drive listed in fdisk -l but not mounted nor in "Places"
  199. [all variants] Mupen64plus input Configuration
  200. [ubuntu] can't kill firefox-bin
  201. [all variants] GUI File Finder?
  202. [SOLVED] Unity Suddenly Stopped Working
  203. [SOLVED] Server locks up: BUG: soft lockup - CPU#0 stuck
  204. [ubuntu] Unity 2D on 10.04 LTS, will it work?
  205. [ubuntu] Updating Firefox, Thunderbird, Picasa
  206. [ubuntu] Cannot enable desktop effects
  207. [SOLVED] Sound problem in 11.04
  208. [xubuntu] X hogs CPU when switching workspaces while Firefox is running
  209. [ubuntu] nautilus-image-converter preferences
  210. [ubuntu] Help with Audio
  211. [ubuntu] I need help picking a paper size for printing
  212. [ubuntu] Infamous Kernel panic
  213. [ubuntu] Wireless Support RT2500 Series
  214. [edubuntu] Can I disable the install option on a LiveUSB?
  215. [ubuntu] Is 11.04 still glitchy with ATi graphics?
  216. [ubuntu] Quick "How-To" on how I got my Brother DCP-7040 printer and scanner working
  217. [all variants] Task Manager Software for Ubuntu?
  218. [ubuntu] compiz needs a sec to warm up
  219. [ubuntu] Wubi Set up
  220. [ubuntu] IPHONE DOES NOT WORK in 11.04!!
  221. [gnome] Ubuntu 10.10: 3 kernels but only one GUI
  222. [xubuntu] Side panel not showing
  223. [ubuntu] Bizarre emoticon language terminal on startup on installing 11.04
  224. [ubuntu] iPod Touch 4G iOS 4 in Ubuntu 10.10
  225. [ubuntu] Can i make ubuntu my only os?
  226. [ubuntu] 10.4 to 11.4 upgrade
  227. [ubuntu] First Time DVD Burner
  228. [ubuntu] The Best way to Learn ubuntu to make it primary OS
  229. [ubuntu] Attempting to install GRUB to a partition instead of the MBR. This is a BAD idea
  230. [ubuntu] running a command in terminal upod start up?
  231. [SOLVED] Need some basic CLI help
  232. [SOLVED] Beginner Question on root
  233. [SOLVED] xubuntu or debian xfce
  234. [ubuntu] Touchpad not staying disabled
  235. [ubuntu] Ubuntu Copy 2 Ram, Why hasn't it happened
  236. [ubuntu] Normal Boot up speeds
  237. [ubuntu] natty: dpkg/xulrunner error – synaptic package manager or update does not work
  238. Need some CLI help
  239. [ubuntu] Protecting a folder
  240. [kubuntu] Mobile GPRS Connection using Bluetooth
  241. [ubuntu] Sync Documents Ubuntu - Windows
  242. [lubuntu] Linux Software raid: Raid 10 performace
  243. [lubuntu] User Switch and Suspend in Lubuntu
  244. [ubuntu] Finding a specific file in Ubuntu
  245. [ubuntu] KDE Marble - Open source Google Earth - outdated version in repo?
  246. [ubuntu] Upgrade for Ubuntu 11.04 causes trouble
  247. [ubuntu] 11.04 How to switch to tty
  248. [ubuntu] problem to install Glide One Sync Application
  249. [ubuntu] How to restore home folder
  250. [gnome] Evolution mail