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] Themes Not fully installed
  2. [all variants] How to change system time and not to affect apt?
  3. [ubuntu] [SOLVED] Ubuntu booting EXTREMELY slow
  4. [ubuntu] [SOLVED] Problems installing applets
  5. [ubuntu] Best way to learn Ubuntu?
  6. [ubuntu] Verbose Boot Logging?
  7. [all variants] My Favourite Compiz Fusion Animations
  8. [ubuntu] [SOLVED] Synaptic downloaded files?
  9. [ubuntu] Pidgin - Message could not be sent because an error with the switchboard occurred
  10. [all variants] [SOLVED] Advanced CPU speed control
  11. [ubuntu] OS freezes when enabling restricted drivers
  12. [ubuntu] What is the best site for flash player for linux
  13. [ubuntu] [SOLVED] open evolution preferences crash
  14. [ubuntu] Disable switching desktop when two fingers put on touchpad
  15. [ubuntu] Administrative Rights
  16. [ubuntu] Search inside files
  17. [gnome] Mac theme
  18. [mythbuntu] ext3-partition is fsck-checked every bootup although configured otherwise
  19. [ubuntu] How to get permission to edit other partitions?
  20. [all variants] What distribution should I pick?
  21. [ubuntu] Disk Boot Failure
  22. [all variants] how do I add a new directory to the path?
  23. [ubuntu] compiz 3D windows turns off.
  24. [ubuntu] need help about beryl (I dont know ****..)
  25. [ubuntu] [SOLVED] Copying files into System32.
  26. [ubuntu] Grub - Error 13
  27. [all variants] [SOLVED] How do I stop Evolution asking for my default keyring?
  28. [ubuntu] GRUB errors 17 and 21
  29. [ubuntu] [SOLVED] super user help
  30. [ubuntu] Icons problem
  31. [ubuntu] Updating a computer not connected to the internet.
  32. [ubuntu] restarted the computer and screen resolution gone bad?
  33. [ubuntu] [SOLVED] Store funtions in a directory....
  34. [ubuntu] [SOLVED] wallpaper appears, but menues don't
  35. [ubuntu] Frustrated with Firefox 64 bit
  36. [ubuntu] Can't boot linux
  37. [ubuntu] Finding installed apps in 8.04
  38. [kubuntu] Tray application icons procedure
  39. [ubuntu] ubuntu on dell vistro 1510 laptop
  40. [ubuntu] sudo commands dont let me enter password?
  41. [ubuntu] Firefox Hotmail - Segmentation fault ?
  42. [ubuntu] give me reasons to upgrade to ubuntu 8
  43. [ubuntu] Executable script cannot be executed
  44. [ubuntu] Cannot boot into Vista using grub
  45. [all variants] Searching for bugs by package in launchpad.net
  46. [mythbuntu] Regular system freezing and weird keyboard buffer behaviour
  47. [ubuntu] terminal
  48. [ubuntu] Shared file between Ubuntu and Vista
  49. [ubuntu] Is Wine vs. compiz-fusion performance undeterministic for anyone else?
  50. [ubuntu] can't see windows partition
  51. [all variants] cannot mount flash drive
  52. [ubuntu] send a mail in UBUNTU
  53. [ubuntu] Custom keyboard shortcuts? Help!
  54. [gnome] Remove 'Space Periods' from Gedit
  55. [ubuntu] bug!
  56. [ubuntu] Hardy Sometimes Very Slow
  57. [ubuntu] Problems extracting archive
  58. [ubuntu] Broken Workspace Switcher 8.04
  59. [gnome] How to change flash speed
  60. problems with installing wubi 8.04
  61. [ubuntu] Flash problems/ Reinstall Firefox?
  62. [all variants] Opening Picture CD
  63. [kubuntu] Running compiz on :0 as well as :1
  64. [kubuntu] Custom Effects
  65. [ubuntu] new user's questions
  66. [ubuntu] Problem loosing pages when printing.
  67. [ubuntu] Avant Window Navigator Ubuntu 8.04
  68. [all variants] Where's apt package for apache2's mod_proxy?
  69. [ubuntu] Enable Compiz Fussion Multiple User
  70. [ubuntu] Troubleshooting Sleep Problem Message
  71. [ubuntu] k3b always fails verification
  72. [ubuntu] broken dependency issue - libnspr4
  73. [gnome] dragging windows between workspaces broken by update?
  74. [ubuntu] 100% CPU usage in FF3 w/ Java
  75. [ubuntu] Login as root
  76. [ubuntu] [SOLVED] Flaky Sound with Wine
  77. [ubuntu] gnome crashes
  78. [ubuntu] A Few Problems
  79. [ubuntu] Steam Games through Wine?
  80. [ubuntu] Tremulous Problems
  81. [all variants] Shut-down pic-image
  82. [ubuntu] Linux partitioning
  83. [ubuntu] [SOLVED] Opera typing problem
  84. [ubuntu] Kazehakase Crashes When Trying To Set Preferences
  85. [kubuntu] Kubuntu only boots on generic mode
  86. [all variants] HDD RO Help
  87. [ubuntu] [SOLVED] How to install programmes using Synaptic
  88. [ubuntu] Problem serving html files with apache2.2
  89. [ubuntu] Data recovery (I hope)
  90. [all variants] If you use 2 sides, instead of four (on compiz), and drag a window off the edge...
  91. [ubuntu] Installing new linux programs from the internet
  92. [ubuntu] Problem with update manager
  93. [ubuntu] Ubutu does not see Windows Network and other irritants
  94. [ubuntu] [SOLVED] What happened to the "window preview" plugin?
  95. [ubuntu] eee 900 hardy - cannot disable hibernate/suspend
  96. [ubuntu] Deleting LAMP
  97. [ubuntu] Sound issue with Diablo II: LOD running in WINE
  98. [ubuntu] GNOME settings daemo error on the loading
  99. [ubuntu] [SOLVED] Keyboard layout options not applied
  100. [ubuntu] sync question
  101. [ubuntu] Gnuchess
  102. [ubuntu] The Folder Contents Cannot Be Displayed
  103. [ubuntu] Is there a safe mode with Ubuntu?
  104. [ubuntu] HTC Kaiser not recognised
  105. [all variants] How does the 'du' command work?
  106. [ubuntu] HELP! Errors with gconf
  107. [all variants] Detecting Revoked SSL Certificate
  108. [ubuntu] Windows Mobile
  109. [ubuntu] Pidgin Internet Messenger problems.
  110. [ubuntu] Truecrypt mountpoint and shortcut
  111. [ubuntu] Restart freezes (but not normal boot)
  112. [ubuntu] Automatic program start up on login
  113. [kubuntu] [SOLVED] strange behaviour launching firefox and gnucash
  114. [ubuntu] editing wine?
  115. [ubuntu] Wierd Graphics after log in..
  116. [ubuntu] printer
  117. [ubuntu] NO permissions after data recovery
  118. [ubuntu] Opening Maya files (.ma .mb) over a network
  119. [gnome] reinstall gnome Ubuntu 7.4
  120. [kubuntu] Computer freezes when I insert audio CD
  121. [ubuntu] [SOLVED] I broke my compiz
  122. [ubuntu] 'activating compiz'
  123. [ubuntu] xmgrace symbols help
  124. [all variants] recover from boot disk failure with mdadm RAID 5
  125. [other] My soundcard is humming
  126. [ubuntu] AWN Stack applet & bash scripts requiring password
  127. [kde] quanta plus help
  128. [all variants] Building app from source - uninstall prev. version first?
  129. [ubuntu] Help in installing Asheron's Call
  130. [ubuntu] folder with lock icon?
  131. [ubuntu] [SOLVED] Can I Get a Free Softphone and SIP adress?
  132. [ubuntu] Partition Resize Oddity
  133. [ubuntu] Help in installing...
  134. [ubuntu] Sound card problem
  135. [all variants] [SOLVED] Which version of ubuntu should I get?
  136. [ubuntu] 2 probs: visudo broke and pm-suspend not honoring sudoers priveleges
  137. [ubuntu] [SOLVED] Firefox: "The associated helper application does not exist"?
  138. [ubuntu] Open Message In New Tab Command For Claws When Using Epiphany As The Browser
  139. [ubuntu] [SOLVED] Firefox Browser Won't Install Add-ons after Reinstalling System
  140. [ubuntu] bad video playback and high cpu use
  141. [ubuntu] Problems Installing ATI Catalyst 8.5
  142. [ubuntu] Can't change display resolution
  143. [ubuntu] can I get grub off my MBR
  144. [ubuntu] [SOLVED] Teamspeak with pulseaudio help please (have tried everything)
  145. [ubuntu] multiple ip aliases question
  146. [SOLVED] How to view Ubuntu hard drive on Windows?
  147. [ubuntu] [SOLVED] Compiz Tray Icon Messes Up Compiz on Startup
  148. [ubuntu] Close Pidgin with the "escape" button
  149. [ubuntu] Drives keep remapping.
  150. [ubuntu] There already seems to be an X server...
  151. [ubuntu] Zsnes has no sound...
  152. [ubuntu] How do I get Icons for programs i install?
  153. [ubuntu] [SOLVED] Top toolbar on bottom
  154. [ubuntu] [SOLVED] about installing google earth ?
  155. [ubuntu] awn manager
  156. [ubuntu] Is there a command to fix errors or something??
  157. [ubuntu] Behind a proxy cant dload packages but able to search
  158. [ubuntu] errors while "make" of brutalchess 0.5.2
  159. [ubuntu] Generated Backup Files
  160. [ubuntu] Ubuntu 7.10 Boot Error 17
  161. [xubuntu] My radio recording script doesn't work when run by CRON
  162. [ubuntu] Java Error Console (where is it?)
  163. [kubuntu] Having trouble making boot-up "quiet" without startup messages--help please?
  164. [ubuntu] Correct errors
  165. [ubuntu] Out of ideas
  166. [ubuntu] Very Strange Sound Problem
  167. [ubuntu] Display problems with 8.04
  168. [all variants] Firefox 3 wheel scrolling broken
  169. [ubuntu] Install Windows screensavers
  170. [ubuntu] [SOLVED] What is causing this effect?
  171. [ubuntu] installing a tar.gz
  172. [ubuntu] NOOB HERE LOL. does pc software work on ubuntu
  173. [ubuntu] GCC Warning??
  174. Can't get past "You entered an empty password, which is not allowed..."
  175. [ubuntu] How do i kill Esd?
  176. [all variants] [SOLVED] Java apps doesn't show dead key chars
  177. [ubuntu] Don't Laugh. (executable text and executables)
  178. [ubuntu] Forced disc check doesn't run auto anymore when booting...
  179. [ubuntu] mini.iso on flash drive
  180. [ubuntu] upgrade from old version, how??
  181. [ubuntu] Warsow server browser freeze
  182. [ubuntu] system sound doesn't work??
  183. [all variants] Firefox not opening on clicking
  184. [ubuntu] Default apache 2.2 httpd.conf file?
  185. [ubuntu] Rythmbox freezes when playing long sets
  186. [ubuntu] [SOLVED] Installation on new 250Gigabyte hard drive - Ubuntu 8.04 fresh install
  187. [ubuntu] OSSEC-HIDS and /var/mail?
  188. [ubuntu] Compression Ratio
  189. [ubuntu] 8.04 - I miss my partition/HD labels
  190. [ubuntu] [SOLVED] losetup always makes a read only loop device
  191. [all variants] $HOME/.dmrc and .gvfs drama
  192. [ubuntu] Network bridge troubles
  193. [ubuntu] Where apt downloads the .deb packages?
  194. [ubuntu] can I speed this thing up somehow?!?!
  195. [ubuntu] Hardy freezes all the time
  196. [ubuntu] dpkg problem
  197. [ubuntu] DvD refuse to play.
  198. Wubi boot menu problems
  199. [ubuntu] [SOLVED] help error when i try to install
  200. [ubuntu] ubuntu hardy ugly fonts in terminal
  201. [ubuntu] Installing Fedora 8 now!?
  202. [ubuntu] [SOLVED] How to log in as root?
  203. [ubuntu] [SOLVED] System becoming Unuasable please take the time to help.
  204. Packages installation problem from CD-8.04
  205. [ubuntu] [SOLVED] Conky stays on top of desktop & windows
  206. [ubuntu] Error in Microsoft Virtual PC 2007
  207. [ubuntu] Hardy heron file sharing
  208. [ubuntu] mouse behaving badly
  209. [other] y do linux icons look like linux icons?
  210. [ubuntu] Problems with application dependencies
  211. [gnome] can i alias a directory inside of ~/ to point to a ftp server?
  212. [all variants] which ubuntu kernel services can be disabled safely?
  213. [all variants] use at most 1 or 2 processors for BOINC client ? dual core sys, 2 seperate projects
  214. [ubuntu] flashblock firefox2 problem
  215. [kubuntu] After ATI Graphics Install On Envy, Control Centre Monitor Settings Are Messed Up
  216. [ubuntu] proftpd at startup
  217. [ubuntu] [SOLVED] 8.04 Won't resume from hibernate
  218. [ubuntu] Where can i get the new Ubuntu 8.04 for ps3?
  219. [ubuntu] Modifying emerald themes
  220. [ubuntu] slow speed of harddisk after bittorrent - is defragmentation needed?
  221. [other] [SOLVED] Tar multiple files
  222. [ubuntu] Installing Codecs
  223. [ubuntu] Decrease letter spacing
  224. [kubuntu] Numpad not working in Hardy
  225. [ubuntu] Web surfing slow
  226. [ubuntu] Semantik broken in 8.04?
  227. verify signatures
  228. [edubuntu] Installation of EduUbuntu 8.04
  229. [ubuntu] FIrefox can't open some pages with flash plugin
  230. [SOLVED] Wubi doesn't run on Dell XPS M1330
  231. [ubuntu] Resetting grub after separate distribution install
  232. [ubuntu] Moving system to a new disk (with LVM)?
  233. [ubuntu] Ubuntu desktop location?
  234. [ubuntu] Bonobo bug still exists in Hardy
  235. [ubuntu] Desktop effects not working!
  236. [all variants] nautilus & sudo broken
  237. [all variants] Kernel 2.6.26-rc6-custom compile with .config from stock kernel: ALSA config missing?
  238. [ubuntu] Unable to mount NTFS drives, used to work perfectly...
  239. Failed Download
  240. [ubuntu] Urgent- 64-bit broke, resolution low
  241. [ubuntu] Stopping compiz effects on a specific window.
  242. [kde] how to modify my bash file
  243. [kde] firefox trouble
  244. [ubuntu] [SOLVED] Partition failed to mount
  245. [xubuntu] [SOLVED] xubuntu disk check problem
  246. [gnome] Remove Task Icons from gnome-panel
  247. [ubuntu] [SOLVED] Update Manager hangs, Synaptic Package Manager won't start
  248. [all variants] Partition Permission using Nautilus
  249. [ubuntu] Running AoE II under wine [HELP!]
  250. [all variants] Problem with external hd, no fix has worked, any advice?