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

  1. [ubuntu] [SOLVED] update to open offcie 3.0
  2. [ubuntu] Updated to Hardy - Now Pidgin won't flash new IMs?
  3. [ubuntu] sudo gedit - shows blank document
  4. [ubuntu] numpad suddenly doesnt work
  5. How to use a real 'Ubuntu' from Wubi
  6. [ubuntu] Thunderbird errors
  7. [ubuntu] System Monitor window is messed up
  8. [ubuntu] K-Torrent
  9. [ubuntu] Desktop: Exit/shutdown/logoff screen opens repeatedly. Computer shuts down suddenly.
  10. [ubuntu] Problem with keyboard
  11. [ubuntu] Lousy websites that don't work in Firefox or Opera
  12. [ubuntu] linux whith encrypted windows boot problem
  13. [ubuntu] synaptic screw up
  14. [ubuntu] bug or virus
  15. [ubuntu] Restoring Wine apps after reinstallation
  16. [ubuntu] Need help using backgrounds on Desktop Cube in Compiz
  17. [ubuntu] chimera2
  18. [all variants] [SOLVED] Thread solved is back
  19. [other] Please help with audio for USB Telbox
  20. [all variants] Hardy KVM Failed to add tap interface
  21. [ubuntu] Files Dissapeared
  22. [ubuntu] Hide certain mounted partitions from desktop
  23. [ubuntu] [SOLVED] wine repository
  24. [ubuntu] Custom command at mount of removable drives.
  25. [other] Make firefox 3 live bookmarks reload on startup
  26. [ubuntu] VBoxManage and Compiz
  27. [all variants] FTP server problem through router...
  28. [gnome] Home Folder empty in Nautilus, not terminal
  29. [ubuntu] PCI Graphics Card issues
  30. [ubuntu] I need help backing up to an external drive
  31. [SOLVED] how use ubuntu as nr. 1 on startup
  32. [ubuntu] apt-get behind proxy with windows server authentication
  33. [ubuntu] Ubuntu slow/unresponsive since latest release (Maybe GFX card related)
  34. [gnome] How to set auto update the package at night?
  35. [ubuntu] Gutsy Gibon Change Applications Menu Icon Tutorial
  36. [all variants] Electronic lab notebook for linux
  37. [ubuntu] how to change mount point
  38. [ubuntu] What is the folder 'lost+found' in /
  39. [ubuntu] Ubuntu 8.04 startup error
  40. [ubuntu] Can't restart
  41. [ubuntu] Dell Inspiron 1720 HD has bad block after running Ubuntu 8.04 from CD
  42. [ubuntu] Low software responding when off internet
  43. [ubuntu] BlueJ Problem!
  44. [ubuntu] Emerald Theme not Applied
  45. [gnome] Backing Up/Restoring Gnome Terminal Profiles
  46. [ubuntu] Nvidia card w/dual monitors
  47. [ubuntu] ORM Database Modelling Software
  48. [ubuntu] How to rebuild icons and themes
  49. [ubuntu] thunderbird not reading userChrome.css
  50. [ubuntu] mount 750gb ntfs
  51. [all variants] How to install arabic font?
  52. [xubuntu] [SOLVED] Financial Program?
  53. [all variants] how to recognise the sse3 instruction set?
  54. [ubuntu] how to install good looking themes?
  55. [ubuntu] Azureus won't accept certificate permanantly for a https tracker
  56. [kde] No kickoff panel in KDE 4 on Hardy
  57. [gnome] Gnome-Terminal Help
  58. [other] Formatting an USB HDD as ext3
  59. [ubuntu] No Network Manager in Tray
  60. [ubuntu] Where is the startup directory in Hardy?
  61. [ubuntu] OpenOffice Paper Size - Tabloid - 11X17
  62. [ubuntu] gvim laggy
  63. [ubuntu] Backing Up IMAP
  64. [ubuntu] Trying to load Virtual Box so I can run WinXP
  65. [ubuntu] Resize of extended partitioning on drive
  66. [ubuntu] How can I manage my website using Ubuntu?
  67. [xubuntu] No panels after boot
  68. [xubuntu] Partitions not mounting during boot
  69. [ubuntu] [SOLVED] user login manager in system administration menu never loads
  70. [ubuntu] Applications sometimes stop loading in hardy
  71. [gnome] problem with Nimbus theme and some applications
  72. [ubuntu] Goodbye Pulseaudio (ALSA, WINE, Ubuntu 8.04)
  73. [ubuntu] Selecting characters from file name
  74. [all variants] Library Patron access timer
  75. [ubuntu] New 8.02 not does not allow crossover/wine to work :(
  76. [ubuntu] Restart does not restart
  77. [ubuntu] Coby MP-C896 MP3 Player?
  78. [ubuntu] Lustre Client on Ubuntu (Hardy or Gutsy)
  79. [all variants] Kile showing chinese letters?
  80. [ubuntu] Virtualbox Security
  81. [ubuntu] Can't Find a Package
  82. [ubuntu] Edit sources.list in the Terminal?
  83. [ubuntu] A potential fix to 'Dropped to busybox'
  84. [ubuntu] [SOLVED] Weird Firefox amnesia
  85. [ubuntu] Broken Pipe error using gFTP
  86. [ubuntu] [SOLVED] simple question about direct rendering
  87. [ubuntu] Hotmail in Firefox
  88. [other] Something Terrible! Just happened (Please Help)
  89. [ubuntu] Partitioning Size
  90. [all variants] X11 is there anything else?
  91. [gnome] Monitor Speakers won't work - pls help!
  92. [ubuntu] phpmyadmin setupscript
  93. [ubuntu] Security Warning About Debian/Ubuntu
  94. [ubuntu] Partition format?
  95. [ubuntu] Visual effects - turning them on and of resets compiz settings?
  96. [ubuntu] Active Directory user can't use sudo commands
  97. [ubuntu] cannot boot windows xp
  98. [all variants] The #1 Ubuntu Bug - Packages Are Not Current
  99. [ubuntu] "Update Manager" from cli?
  100. [kubuntu] Unable to successfully install updates (Hardy)
  101. [ubuntu] FireFox 2 Resolution Problem...
  102. [ubuntu] PDF Printing
  103. [ubuntu] My Avatar Hacked?
  104. [ubuntu] Printer Help Please!!!
  105. [all variants] Does libglib1.2ldbl replace (and does it do the same stuff as) libglib1.2
  106. [ubuntu] Having problems restarting
  107. [ubuntu] Desktop icons overlapping
  108. [ubuntu] Installing .run as a Super User?
  109. [ubuntu] Help with multiple versions of Firefox
  110. [ubuntu] Bypassing the bootloader if an error is given?
  111. [other] help writing a bash script.
  112. [ubuntu] Website rollover navigation
  113. [ubuntu] uninstall 8.0.4, reason: hd failure; please help
  114. [ubuntu] firefox broken
  115. [ubuntu] Pidgin log in/out sounds scratch speakers.
  116. [ubuntu] Sauerbraten Runs With Slow FPS
  117. [ubuntu] latex2html
  118. [ubuntu] Version Check
  119. [ubuntu] vpn-remote access
  120. [ubuntu] [SOLVED] New Computer Advice?
  121. [ubuntu] apt-get update not connecting to repositories
  122. [ubuntu] Panels Vanish after Compiz Setting Change
  123. [ubuntu] Mounting NAS D-link DNS 313 via Samba/NFS
  124. [ubuntu] Wallpaper missing
  125. [ubuntu] Packages Help.
  126. [ubuntu] Default font?
  127. [ubuntu] NTFS folder access slow
  128. [all variants] Why can I only use certain keys as modifiers?
  129. [ubuntu] Auto mount/acess-NTFS disk at boot?
  130. [ubuntu] Boot Screen Not Showing
  131. [gnome] Desktop Panels messing up
  132. [ubuntu] Partitions Formatting FROZEN
  133. [ubuntu] Minimizing Programs doesn't work.
  134. [kubuntu] Grub Ntldsr
  135. [ubuntu] Can't see i.e folder "Mängud" in Windows NTFS partition
  136. [ubuntu] TimeVault
  137. [ubuntu] [SOLVED] Updates to 8.04 keep getting dpkg --configure -a error
  138. [all variants] Music/dvd cover applyier?
  139. [ubuntu] [SOLVED] Removing Program Files in Root Directory
  140. [ubuntu] USB mouse being interfered with.
  141. [ubuntu] faking / remounting root FS for ubuntu installers?
  142. [ubuntu] Problem connecting to mysql
  143. [ubuntu] Interesting bug or feature
  144. [all variants] Evolution - Email Notification?
  145. [kubuntu] Remove pgm entrails
  146. [ubuntu] Mplayer to Open gl?
  147. [ubuntu] Trouble with Remote Desktop
  148. [ubuntu] No Sound With M-Audio USB Fast Track Or Onboard Audio
  149. [other] linux on an Ipod
  150. [ubuntu] How to Cut Down Sensitivity of the Laptop Track Pad
  151. [ubuntu] Sound Quality Problem
  152. [xubuntu] Download Managers
  153. [ubuntu] Screenlets running when they are not supposed to be.
  154. Will not download please help ASAP!!
  155. [all variants] De
  156. [ubuntu] 8.04 Evolution Calendar Date-Picker Widget
  157. [ubuntu] Help with themes...installation to uninstallation
  158. [all variants] Looking for light weight CMS
  159. [ubuntu] Problem with mb gigabyte ga-m57sli-s4 and ubuntu
  160. [ubuntu] Random Crash
  161. [ubuntu] How would I go about fix the suspend problem in gutsy?
  162. [ubuntu] fdisk changing disk order every reboot
  163. [kubuntu] Firefox Problems after Hardy Heron
  164. [ubuntu] Why does torrent file dl as "attachment.php"
  165. [ubuntu] Restore default effects
  166. [ubuntu] Best Css Tools?
  167. [ubuntu] Is it possible to permit users to add files but not overwrite/delete/rename?
  168. [kubuntu] [SOLVED] showing hidden in Dolphin creates loop flashing
  169. [ubuntu] Windows partition help!
  170. [ubuntu] Web Design
  171. [all variants] Screensavers EAT power - measured results
  172. [other] Ctrl+Alt+F[1...6] does nothing
  173. [ubuntu] Unable to Install Quickbooks
  174. [all variants] System freezes and hard drive can be heard spinning up
  175. [ubuntu] CMS Opinions
  176. [kubuntu] How to Disable double click from touchpad
  177. [gnome] pidgin text screwed up by dark themes
  178. [ubuntu] Frostwire doesn't work
  179. [other] I'm new here..a bit lost
  180. [kubuntu] Weird ntfs-3g or ntfs-config issue
  181. [ubuntu] Help Luke with easy answers.
  182. [gnome] Terminal settings saved where?
  183. [ubuntu] No driver support for lexmark 1300 series?
  184. How to import itunes library from windows into ubuntu
  185. [SOLVED] wubi install ubuntu 32bit on amd 64bit
  186. [ubuntu] How to import itunes library from windows into ubuntu
  187. [ubuntu] How to Dual Boot Ubuntu??
  188. [ubuntu] Slowdown with Hardy
  189. [ubuntu] HELP Ubuntu won't install!
  190. [ubuntu] Jpilot and upgrade
  191. [ubuntu] AOL won't load from 8.04
  192. [ubuntu] internet connection.
  193. [ubuntu] Fixing GRUB
  194. [other] CD won't mount :(
  195. [all variants] mass .bmp to .png conversion using "convert"
  196. [ubuntu] How accurate is the mp3 bitrate tab?
  197. [ubuntu] Can't update Eclipse
  198. [ubuntu] Updates cause strange problems in 8.04
  199. [kubuntu] Partitioning Tips
  200. [all variants] The Cube - Am I getting old? What about you?
  201. [ubuntu] Sources List Screwd Up
  202. [ubuntu] 8.04 Keyring Prompt
  203. [ubuntu] The Date
  204. [ubuntu] Ram
  205. wubi ?? can you help its about the install.
  206. [ubuntu] [SOLVED] 8.04 Folder sharing no longer works with NFS
  207. [all variants] Difficult ubuntu question
  208. [ubuntu] Wired Network connection and mouse wont work in normal starup
  209. [gnome] [SOLVED] Evolution + Gmail SMTP = can't send email
  210. [ubuntu] Set visual effects to none
  211. [ubuntu] now tht I have ubuntu loaded.
  212. [other] CD Drive randomly opens
  213. [ubuntu] [SOLVED] Oh no my Firefox Window border is gone
  214. [ubuntu] does the lastest support anything
  215. [all variants] Compiz Swift Switcher Plugin
  216. [ubuntu] any good way of learning ubuntu?
  217. [ubuntu] need step by step flash help
  218. [ubuntu] hacker detected ??
  219. [ubuntu] [SOLVED] Dual Boot- GRUB is gone!
  220. [ubuntu] GLIB 2.0 not installed message
  221. [ubuntu] xsane error, please help
  222. [ubuntu] Update error related to gnome-themes input output
  223. [ubuntu] Which Driver? Install.
  224. [ubuntu] HELP with upgrades
  225. [ubuntu] Problem running program with WINE!!!
  226. [all variants] Deluge not allowed to create file in disk
  227. [ubuntu] maximized window ignores panel
  228. [xubuntu] Thunar does not show my other internal partitions on the sidepanel
  229. [SOLVED] [SOLVED] how to show the drive icon on desktop?
  230. [other] LFTP Binary
  231. [ubuntu] xfi driver and 8.04 hardy
  232. [ubuntu] ERROR with Synaptic!
  233. [ubuntu] Sound up/down buttons on laptop don't always work.
  234. [ubuntu] How do I mount cramfs image?
  235. [ubuntu] postfix / pflogsumm broken again?
  236. SQUASHFS error
  237. [ubuntu] Repository support for 5.10...
  238. [ubuntu] ies4linux
  239. [all variants] [SOLVED] Cairo-Dock Weather not working
  240. [ubuntu] ata 1.01 : exception Emask status { DRDY }
  241. [ubuntu] Ordering startup scripts
  242. [ubuntu] Can not move file to trash!
  243. [ubuntu] sh process wont die
  244. [ubuntu] Application Window Issue
  245. [all variants] vtune under Hardy
  246. [ubuntu] Every window opens at top left corner?
  247. [kubuntu] I can't stop my PC
  248. [all variants] convert pdf to doc
  249. [ubuntu] multimedia handicapped sound,graphics
  250. [ubuntu] Kopete 0.12.7 - A few problems