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] Another 9.10 bug.....report it?
  2. [ubuntu] Open images from web browser in Image Viewer
  3. Ubuntu Trash Can Deleted
  4. [ubuntu] Firefox, movie player and software centre problem 9.10
  5. [ubuntu] Image centering
  6. [xubuntu] Stale NFS handle
  7. [ubuntu] What exactly happens when a release reaches EOL?
  8. [ubuntu] Adding space to ubuntu 9.04
  9. [ubuntu] Mailman to Dada Mail
  10. [all variants] how to mount eSATA drive _after_ boot?
  11. [ubuntu] compile guituner
  12. [ubuntu] what does this message mean?
  13. [all variants] Help with some database compression
  14. [ubuntu] Wierd display bug.
  15. [ubuntu] Slow new install possible low video card memory
  16. [ubuntu] Need help with configuring my video card and correct resolution settings
  17. [kubuntu] Solaris Ventrillo server x64 Command not found
  18. [ubuntu] Empathy and rhythmbox
  19. [ubuntu] Sound stopped working in 9.10
  20. [all variants] Evolution 2Gb. Limit
  21. [ubuntu] Copying something to JUST Home...not Home\Username
  22. [SOLVED] How to connect connet/mount with SFTP and private key
  23. [ubuntu] SKYPE take ~100 %
  24. [ubuntu] Transmission - How to open incomming port??
  25. [SOLVED] Deleted Wine's menu entry -how do i restore it?
  26. [kubuntu] No menu.lst file
  27. [ubuntu] Printing Not Connecting
  28. [ubuntu] Pidgin Facebook plugin disconnects.
  29. [ubuntu] Tracker won't display search results
  30. [ubuntu] 9.1 udevd's using 70% of both cpu's
  31. [ubuntu] Music Player opens when pressing arrow keys
  32. [ubuntu] missing existing taskbar icons
  33. [kubuntu] no crash reports on non-kde apps
  34. [ubuntu] Kernal Panic error - after 9.10 Update Mgr update
  35. [ubuntu] External HD being accessed 1x per hour
  36. [ubuntu] Laptop To HDTV
  37. [SOLVED] Kindle for PC in WINE goes to sleep
  38. [all variants] apt orphans?
  39. [ubuntu] Can't install MPD:
  40. [all variants] pt-pt and pt-br dictionary files - Current Spelling Agreement update
  41. [SOLVED] A Litte Quad-Boot Advice Needed
  42. [SOLVED] corrupted package database
  43. [ubuntu] re installing 9.10, option to back up or save system files?
  44. [ubuntu] Unable to disable 'gnome session auto-save'
  45. [ubuntu] imwheel + zoom
  46. [ubuntu] Could someone PRETTY PLEASE tell me how to add kernel parameters in GRUB2?
  47. [SOLVED] Unable to mount /home partition
  48. [ubuntu] FireFox and speed
  49. [ubuntu] Bugzilla 3.4.3 -Perl Modules installation
  50. [ubuntu] rtorrent experts: rtorrent not seeding/connecting
  51. [ubuntu] .htpasswd and .htaccess not fully working
  52. [ubuntu] TexMaker issues
  53. [ubuntu] Stereo Sound Problem
  54. [ubuntu] CD drive not working
  55. [ubuntu] Kaleidoscope screen saver (any help)?
  56. [all variants] How light can I make Ubuntu run?
  57. [ubuntu] what is causing this message in /var/log/messages ?
  58. [all variants] CUPS & Printer Alignment
  59. [ubuntu] Please help need to create file in terminal with content...
  60. [SOLVED] Using Finch
  61. [ubuntu] Problem With Embedded Videos and Hulu
  62. [SOLVED] ext4 is starting to scare me
  63. [all variants] ati radeon hd 4850
  64. [ubuntu] How to transfer files between two computers?
  65. [ubuntu] advice sought for pidgin operations
  66. [ubuntu] Weather Applet
  67. [ubuntu] DVD burning software.
  68. [all variants] A couple of newbie questions
  69. [ubuntu] Bigpond Connects strangley. Permissions?
  70. [ubuntu] Ubuntu on a flash drive
  71. [ubuntu] uuuh, ok, what the hell happened? Operating system damaged.
  72. [other_os] get Ubuntu programs from windows-based PC?
  73. [ubuntu] Where did minimize maximize close GO?
  74. [SOLVED] Need good English dictionary
  75. [ubuntu] Critical temperature reached (100 C), shutting down
  76. [gnome] Will Nautilus EVER remember passwords?
  77. [SOLVED] Add Grip to CD's right-click Open With Menu
  78. [ubuntu] Dial-up fails after upgrade to Karmic
  79. [ubuntu] upstart? really?!
  80. [ubuntu] IE2Linux crashes
  81. [ubuntu] 9.10 text selection blocks
  82. [kde] KDE 4 on Ubuntu Karmic
  83. [ubuntu] Typing ascii codes especially for accents
  84. [gnome] Can't modify keyboard layout.
  85. [ubuntu] Ubuntu server backup?
  86. [ubuntu] dell photo 966 printer driver...
  87. [ubuntu] Problems with flash (buttons)
  88. [ubuntu] finding a file by using a word contained in it
  89. [ubuntu] Few more of my paprecuts need solution
  90. [ubuntu] sound issues in Karmic Koala
  91. [kubuntu] I don't want gnome-do to start at login, but cannot remove
  92. [all variants] accounting software
  93. [ubuntu] Host files in WebDav
  94. [ubuntu] keyboard shortcuts
  95. [ubuntu] Game shown under features of Ubuntu 9.10
  96. [ubuntu] ECS GF8200A Sound
  97. [ubuntu] Customize GDM Login Screen
  98. [all variants] Missing icons in Evolution
  99. [ubuntu netbook remix] I installed ubuntu and I want to make it ubuntu netbook remix
  100. [ubuntu] nm - applet 0.6.6
  101. [kubuntu] package manager
  102. [ubuntu] stop sessions and startup at startup
  103. [ubuntu] Which Java?
  104. [ubuntu] Upgrading Windows partition w/o losing Ubuntu
  105. [ubuntu] HELP! Can't get on the internet on home computer!!!
  106. [ubuntu] Which Emacs 23?
  107. [ubuntu] 2.6.28: wireless ok 2.6.31: no wireless!
  108. [ubuntu] New user, major problem
  109. [ubuntu] Changing passwords in 9.10
  110. [SOLVED] Can't click items in flash and youtube
  111. [xubuntu] Need help setup printer server for windows clients
  112. [gnome] Getting video properties quickly
  113. [ubuntu] folders don't show files
  114. [ubuntu] NO LANGUAGE Installation - Help with the language packs (Definitions)
  115. [ubuntu] Hang With GNOME and Can Not Use 3D Destop
  116. [all variants] moving and sharing /home with vista
  117. [ubuntu] ubuntu 9.10 says a drive has badsectors
  118. [ubuntu] vncconfig: X Error of failed request: BadLength (poly request too large or internal
  119. [ubuntu] could not mark all packages for installation
  120. [ubuntu] Restore GRUB after install windows
  121. [ubuntu] Booting in gui issue
  122. [ubuntu] Anyone help me with a script?
  123. [ubuntu] Audio Problems with PulseAudio in Ubuntu 9.10
  124. [ubuntu] /home in fat32
  125. [ubuntu] bottom panel gone
  126. [SOLVED] I've never been pissed off with Ubuntu before, but 9.10 = headache. Details Inside
  127. [SOLVED] my grub2 nightmare won't end
  128. [ubuntu] X server not starting
  129. [ubuntu] How do I use FSCK?
  130. [ubuntu] Can someone edit my conky config?
  131. [ubuntu] Bittorrent issues - won't download
  132. [ubuntu] Network backup problem
  133. [ubuntu] NSPR (netscape portable runtime) problem
  134. [ubuntu] Acer Aspoire One and Karmic
  135. [ubuntu] Laptop - No post or monitor after Ubuntu install, any ideas?
  136. [ubuntu] No CD/DVD support after karmic upgrade
  137. [ubuntu] How can I copy my /home partition to a new hard drive?
  138. [gnome] Place window on different workspaces with bash?
  139. [ubuntu] HOORAY for Karmic!! PAE enabled in 32 bit.
  140. [ubuntu] Flash HDD for OS
  141. [ubuntu] Is This a DVD or CD?
  142. [ubuntu] Switching back to Pidgin in Ubuntu 9.10
  143. [ubuntu] Backdate Firefox
  144. [ubuntu] 9.1 startup screen
  145. [ubuntu] Multifunction printer for ubuntu
  146. [ubuntu] Migrating firefox from near-broken parition?
  147. [all variants] Pulseaudio - Swap left and right channels?
  148. [ubuntu] Aspire One Brightness OSD not showing
  149. [ubuntu] Cannot find photos
  150. [ubuntu] PulseAudio Help
  151. [ubuntu] ext4, Samba and the missing directories
  152. [ubuntu] Bugzilla question..
  153. [ubuntu] Log in Question...
  154. [ubuntu] unable to mount location
  155. [ubuntu] Assign FULL Administrator Rights
  156. [ubuntu] How to automount Partitions in Karmic
  157. [SOLVED] cant create a bootable usb stick with "Usb startup disk creator "
  158. [ubuntu] OpenGL freeglut error: Unable to create direct context rendering
  159. [gnome] error with gdm while experimenting
  160. [ubuntu] "Agreeing to EULA" scrolling feature bug..
  161. [ubuntu] Can't Paste to Folder
  162. [ubuntu] gui app to send SMS to mobiles
  163. [ubuntu] Monitor wont go higher than 800 x 600 and is telling me it is an unknown monitor
  164. [SOLVED] Computer powered down during package update/installation. How to fix?
  165. [ubuntu] Keyboard problem: get "ẹ" when I type "e" and then "." Why?
  166. [ubuntu] Bluetooth keyboard and Mythtv
  167. [ubuntu] remastered live cd is not booting ....
  168. [all variants] Top Batch Mode
  169. [ubuntu] .run game installation "no write permission"
  170. [all variants] Clean install with new /home or point to an existing /home during installation
  171. [ubuntu] I cannot see applets with epiphany webkit 2.28
  172. [ubuntu] ssh: Could not resolve hostname restart: Name or service not known
  173. [ubuntu] How to set the incoming and outgoing mail port in Evolution
  174. [all variants] X broken after update
  175. [ubuntu] How to boot faster
  176. [ubuntu] Which runlevel is shutdown?
  177. [all variants] Wana buy a new phone...that has got some sort of respectable suite for Linux
  178. [ubuntu] DHCP3-server doesn't start at boot - but works when started afterwards
  179. [ubuntu] [Karmic] Open and Save very slow in OpenOffice
  180. [ubuntu] 9.10 Login screen setup??
  181. [ubuntu] Jaunty to Karmic - Upgrade or not to upgrade?
  182. [ubuntu] text screen on boot
  183. [SOLVED] System can not reboot
  184. [ubuntu] Ubuntu Windows Installer
  185. [ubuntu] Mountable disk dissapeared!
  186. [ubuntu] Can I boot Ubuntu 9.10 w/o keyboard, mouse, monitor attached?
  187. [ubuntu] Grub legacy V's Grub2
  188. [all variants] 8.04 LTS Users please send your sources.lst
  189. [ubuntu] synaptic help ubuntu 9.10
  190. [ubuntu] Sbackup / two questions
  191. [ubuntu] Graphics problems
  192. [ubuntu] OpenOffice.org spellchecker not working
  193. [ubuntu] GDB backtrace problem
  194. [SOLVED] Skype on Ubuntu
  195. [ubuntu] How to install asterisk on UBUNTU 8.10 ?
  196. [ubuntu] Samsung 4828FN - prints but does not detect scanner
  197. [ubuntu] Need help installing Skyrocket
  198. [other] Can I use a linux wlan driver in windowsXP?
  199. [SOLVED] Taskbar or panel question
  200. [ubuntu] Xsplash is stuttering
  201. [ubuntu_studio] Very poorly Ubuntu Studio installation
  202. [ubuntu] Why Shouldn't I Purge Cron?
  203. [ubuntu] Evolution + Gmail syncing
  204. [ubuntu] Time & Date problem
  205. [ubuntu] Disable suspend system wide
  206. [ubuntu] Apache 2 reverse proxy problems
  207. [ubuntu] SpaceBar Broken
  208. [ubuntu] what is linux-image-server
  209. [ubuntu] login screen is gone after theme install
  210. [ubuntu] wxDownload manager Issue.
  211. [xubuntu] Applications
  212. [ubuntu] Citrix not working on 9.1
  213. [ubuntu] Switch from XTERM to Gnome/GUI?
  214. [ubuntu] Cannot unlock my Desktop
  215. [xubuntu] Applications
  216. [ubuntu] error while applying patches in kernel
  217. [kubuntu] ATI graphics driver help
  218. [ubuntu] Is it possible to get "The Green Button" on a Windows remote working in Ubuntu?
  219. [ubuntu] Cannot get Wow to run from desktop link
  220. [ubuntu] cant open files as root
  221. [kubuntu] Can't boot, disturbing error message
  222. [ubuntu] Display problem due to powerfailure Ubuntu 9.04
  223. [ubuntu] Rhythmbox and missing Windows Media Audio Codec
  224. [ubuntu] Editing Grub2
  225. [SOLVED] Command line default
  226. [ubuntu] Conky help please (rings.lua) ?
  227. [ubuntu] ubuntu 9.10 Ican hear my TV tunner sound in background
  228. [ubuntu] Terminal scrambles commands that are over 1 line
  229. [SOLVED] Copy "group" permissions to "other" permissions
  230. [SOLVED] REpositories
  231. [ubuntu] Disabling PW Authentication?
  232. [SOLVED] Synaptic not scanning new repositories?
  233. [ubuntu] Trouble with Software Update Manager/resizing partions.
  234. [ubuntu] Eclipse Error
  235. [ubuntu] HELP (new release/ backing off to windows or Jaunty)
  236. [ubuntu] Can you recommend a USB TV stick (DVB-T) for MythTV/linux?
  237. [ubuntu] PLease help, mic not working. I have tried everything, no one could help thus far.
  238. [ubuntu] [HELP] Can't start the program
  239. [ubuntu] 24 color depth,why not 32?
  240. [ubuntu] 24 color depth,why not 32?
  241. [SOLVED] Permission denied!
  242. [all variants] downloading wireless driver
  243. [ubuntu] help with appearance editor loading themes
  244. [ubuntu] How to re-view GRUB boottime messages later?
  245. [SOLVED] How do you make an application open a file type by default?
  246. [ubuntu] How do I back up Home directory when booting from CD?
  247. [ubuntu] More Desktop Backgrounds?
  248. [ubuntu] Pidgin segfaults in Karmic
  249. [ubuntu] torrent download delay
  250. [SOLVED] New Install,. software center broken?