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. Wubi problems on XP
  2. [ubuntu] [SOLVED] I deleted /usr/share/icons
  3. [ubuntu] Advice Moving from a Windows Server to Ubuntu
  4. [ubuntu] Compiz fusion 0.7.6
  5. [ubuntu] Can't boot - getting Panic, Circular Dependency
  6. [ubuntu] 2nd screen.
  7. [gnome] Cannonical: How is the main theme developed?
  8. [all variants] [SOLVED] Compiz version ?
  9. [ubuntu] Recover message left on screensaver.
  10. [all variants] [SOLVED] Disabling root account
  11. [other] Automatic services and installed software
  12. [ubuntu] Can i remove these (files taking up space)
  13. [ubuntu] Update Manager - How do I get rid of annoying notifications?
  14. hddtemp in conky on startup
  15. [ubuntu] Booting
  16. [ubuntu] install ubuntustudio-look removed ubuntu-desktop?
  17. [all variants] Installing Ubuntu without optical drive
  18. [other] How to change AWN taks icon ?
  19. [all variants] [SOLVED] How to correctly install a new kernel?
  20. [ubuntu] Java hosed my system
  21. [ubuntu] Logitech VX Nano Wireless Mouse Not Working
  22. [ubuntu] Pidgin Shows All Buddies as Offline
  23. [ubuntu] [SOLVED] Lost FF Top Bar
  24. [ubuntu] [SOLVED] GRUB error
  25. [ubuntu] X Server
  26. [ubuntu] Dvd Ripping?
  27. [ubuntu] [SOLVED] Windows Convert: Login Settings
  28. [ubuntu] changing password
  29. [ubuntu] Diablo 2 in Wine
  30. [ubuntu] no sound in VLC, but it works in other programs
  31. [ubuntu] Always show window, but not "on top" - possible?
  32. [xubuntu] gksudo nautilus, gksu nautilus, does not work
  33. [ubuntu] speed up computer
  34. [ubuntu] top and bottom panels gone?
  35. [ubuntu] Vista to Ubuntu - Boot disk not getting detected
  36. [ubuntu] Problem writing as normal user in ext3 partition
  37. [all variants] convert postgres to mysql
  38. [all variants] W(here)TFH Is Efuns?
  39. [all variants] Kernel Upgrades Bork Systems
  40. [ubuntu] Ubuntu Remix OS
  41. [ubuntu] Nvidia card - never had problems now "Composite extension not available"??
  42. [ubuntu] Updating applications without Synaptic help
  43. [ubuntu] Change date format system wide
  44. [ubuntu] firefox 3.0
  45. [other] [SOLVED] How much space does a directory take up on a fat32 partition?
  46. [all variants] Thin Client Customization HELP!
  47. [ubuntu] Visio Substitute
  48. [ubuntu] Ubuntu Hardy - Low Graphics Mode
  49. [kubuntu] Shut down does not work
  50. [other] Fluxbox and composite extentions
  51. [mythbuntu] [SOLVED] Suspend issue, probably easy
  52. [ubuntu] [SOLVED] How to uninstall package and dependencies
  53. [ubuntu] Nvidia Graphics drivers
  54. [ubuntu] How good is the sucurity in ubuntu?
  55. [ubuntu] Just a few Ubuntu questions
  56. [ubuntu] Backups Using tar: which directories to exclude?
  57. [ubuntu] kooldock
  58. [ubuntu] Passing arguments to init scripts?
  59. [ubuntu] desktop icon
  60. [ubuntu] Help!!!!!! PLEASE!
  61. [all variants] [SOLVED] Adding launchers to AWM
  62. [ubuntu] Problems with nVidia GeForce 8600
  63. [all variants] [SOLVED] CDA file to anything useful!?
  64. [ubuntu] howto prevent none admins to use a memory card (USB) in the system?
  65. [ubuntu] Problem with Intel GM965/GL960 & Compiz
  66. [ubuntu] boot problem
  67. [ubuntu] Compiz alternative?
  68. [ubuntu] Startup Problem (user profile wont open)
  69. [ubuntu] Keyboard Layout
  70. [ubuntu] random freeze + log
  71. [other] Banshee hangs at 26% when adding music
  72. [ubuntu] attaching monitor to laptop
  73. [xubuntu] Ekiga fails to listen to port and is thus unusable
  74. [ubuntu] Ubuntu still Freezing
  75. [ubuntu] What program makes ubuntu do this?
  76. [ubuntu] How to apply patch to fix power problem???
  77. [ubuntu] Firefox, Evolution, Ubuntu Forums
  78. [ubuntu] Irc Chat
  79. [SOLVED] [SOLVED] file sharing
  80. [ubuntu] repartition drive
  81. [ubuntu] EVOLUTION and Gmail
  82. [ubuntu] Upgrade Google Earth
  83. [other] copy ubuntu without gparted's copy
  84. [all variants] Resizing a swap partition?
  85. [ubuntu] NTLDR is missing - Dual Boot separate hard drives
  86. [all variants] bash question -stripping extentions in a "for" loop
  87. [kubuntu] Undoing "do not update menu.lst" decision after kernel update?
  88. [all variants] total size of files
  89. [ubuntu] How to backup ubuntu partition?
  90. [all variants] [SOLVED] Hardy bugfix 8.04.1?
  91. [ubuntu] [SOLVED] Does Ubuntu or Firefox store history on Hard Drive?
  92. [other] Why did my GRUB look like this earlier today? O_o
  93. [ubuntu] [SOLVED] Repository Update Failure
  94. [ubuntu] Input/output error when trying to read a file
  95. [ubuntu] Vnc
  96. [ubuntu] Files with Chinese filenames MISSING in ubuntu
  97. [ubuntu] VirtualBox internet
  98. [ubuntu] How do I extract an app from a bootable debian CD?
  99. [ubuntu] Compatibility Queston and concern.
  100. [ubuntu] Strange Azureus problem
  101. [ubuntu] How do I change gtk theme preferences?
  102. [ubuntu] Issue with sending email with Evolution and Gmail
  103. [ubuntu] Wallpaper XML Reload?
  104. [ubuntu] HLDS ERROR! im a noob
  105. [ubuntu] Conky Internet status
  106. [ubuntu] Recommended 5.1 surround sound card?
  107. [ubuntu] Installing Rezlooks
  108. [ubuntu] Postfix: Can't send or receive mail from outside
  109. [ubuntu] Sound Recorder
  110. [ubuntu] partitions....?
  111. [ubuntu] Sending single command via SSH for shutdown
  112. [other] Clonezilla and MBR restore
  113. [ubuntu] Network Proxy Setting help
  114. [ubuntu] A few problems caused by synaptic?
  115. [ubuntu] cairo dock icon issues
  116. [ubuntu] network problems when shutdown, reboot
  117. [ubuntu] another internet question
  118. [gnome] Mac OS X shrink windows away feature
  119. [other] Should i buy?
  120. [ubuntu] wine help
  121. [ubuntu] PDF viewer that doesn't show watermarks?
  122. [ubuntu] Accessing Vista file system
  123. [ubuntu] Moving a partition
  124. [all variants] Two Compiz Plugin Issues (Rubik's and Freewins)
  125. [kde] [PS3] - CDs/DVDs auto ejecting in KDE
  126. [ubuntu] I can't install openssh-server
  127. [ubuntu] Why Postgresql does not show up in my Synaptic Package Manager?
  128. [all variants] Asking for Advice Re: Multiple Image Files
  129. [all variants] Keep normal volume slider on volume change
  130. [kubuntu] Weird Sound Problem
  131. [ubuntu] Latest kernel
  132. [ubuntu] Remap Capslock to Ctrl?
  133. [ubuntu] Kernel compilation without 'make-kpkg'
  134. [ubuntu] getting ipodlinux working on a nano 1st gen
  135. [ubuntu] System restart icon at systray
  136. [other] Where do i get Engage and E17?
  137. [ubuntu] [SOLVED] Firefox toolbars are too large and take up too much space
  138. [all variants] Terminal cache
  139. [ubuntu] Grub installed on a USB stick problem
  140. [ubuntu] Two problems in Ubuntu
  141. [all variants] [SOLVED] Determine Execution Speed (CLI) Linux : Find a program?
  142. [ubuntu] Creating a server with clustered Personal Computer
  143. [gnome] Desktop effects slow down after some time
  144. [xubuntu] Hard drive mounting issues, Desperate help needed!
  145. [ubuntu] How do I install Java?
  146. [ubuntu] Messed up my installation! Can I restore data?
  147. [gnome] Reset Theme
  148. [other] parts compatibility help
  149. [ubuntu] I cannot view Sigur Ros mp3 files in Nautilus
  150. [all variants] Set a Web-managed FTP
  151. [ubuntu] got myself in trouble with repositories
  152. [ubuntu] ./install won't work.
  153. [all variants] Getting a script to run in the terminal when resuming from suspend/hibernate
  154. [ubuntu] Gedit - open in same instance problem
  155. 64bit Ubuntu inside 32bit Windows (Wubi)
  156. [ubuntu] [SOLVED] Apache server with PHP
  157. [ubuntu] I'm desperate to make an ISO.
  158. [ubuntu] monting HDD on boot
  159. [ubuntu] Mousekeys
  160. [ubuntu] running init.d daemon as other then root
  161. [ubuntu] acess mysql with xampp
  162. [xubuntu] Any way to change system theme when on battery?
  163. problem with xp
  164. [ubuntu] Trouble setting up Apache on localhost
  165. [ubuntu] various make errors
  166. [ubuntu] Corrupted fonts
  167. [other] No disk space left --- But df tells me it's NOT true
  168. [kubuntu] somethink really strange with ram usage in kubuntu hardy
  169. [ubuntu] changing Icons
  170. [ubuntu] Ubuntu repository under Suse
  171. [ubuntu] kopete webcam with msn works just fine..
  172. [all variants] MPlayer Help
  173. [ubuntu] Installing a WINDOWS APP USING WINE/SSH
  174. [ubuntu] sucess stories
  175. [ubuntu] Quicktime in FF3?
  176. [ubuntu] Remove authorisation prompt
  177. [all variants] Aptitude and Cyclic Package Dependency
  178. [ubuntu] Boot stops at "Starting Samba daemons"
  179. [ubuntu] how to extraxt rar archive?
  180. [other] USB Hubs
  181. [ubuntu] [SOLVED] fglrx seg fault
  182. [ubuntu] frefox 3 startup shows the same three tabs no matter what
  183. [ubuntu] Where do i turn on Compiz?
  184. [ubuntu] Open Office 2.4.1. crashing when trying to save documents
  185. [ubuntu] Can't use Xvfb in Hardy Heron.
  186. [ubuntu] Trouble Installing
  187. [ubuntu] Installing mysql 5 problems
  188. [all variants] Boot partition not found
  189. [ubuntu] can't see real file uid gid and permissions on samba shares
  190. [ubuntu] Question About Ubuntu On USB Flash
  191. [all variants] Desktop launcher ideas? help? request? whatever?
  192. [ubuntu] Useful Linux Commands
  193. [ubuntu] [SOLVED] Lastlog command
  194. [gnome] Unexpected application quiting
  195. [ubuntu] kernel 2.6.24-19 issues on boot
  196. [ubuntu] Start up problems
  197. [ubuntu] [SOLVED] Installin awn
  198. [ubuntu] Blank screen booting from CD
  199. [ubuntu] firefox3 crashes very frequently in hardy
  200. Strange Drive Polling
  201. [xubuntu] [SOLVED] How do I get spam assassin working in Claws-Mail?
  202. [all variants] pdf backends and rendering quality; anything beating or equalling acrobat?
  203. [ubuntu] nautilus emblems
  204. [ubuntu] Eclipse locks up often
  205. [ubuntu] Change desktop menubar menu colour
  206. [ubuntu] Root questions
  207. [ubuntu] Freezes on shutdown? 8.04
  208. [kubuntu] Where are my printer options??
  209. [ubuntu] List of smaller (?) problems like Trash seems missing etc.
  210. [kubuntu] from ubuntu to kubuntu, some questions
  211. [ubuntu] JPilot
  212. [ubuntu] libapache2_mod_log_sql breaking CGI in Hardy
  213. [ubuntu] Browsers cannot submit forms?
  214. [ubuntu] php
  215. Stuck at "Loading, please wait"
  216. [ubuntu] Cyber Cafe on Ubuntu
  217. [ubuntu] Nvidia working, want to also have onboard
  218. [ubuntu] clock
  219. [ubuntu] configuring apache
  220. [ubuntu] [SOLVED] Setting path in Bash
  221. [ubuntu] [SOLVED] Undefined Video Mode 31b
  222. [ubuntu] different viewport backgrounds in new compiz
  223. [ubuntu] Netinstall Distribution of OSX via Ubuntu?
  224. [other] [SOLVED] how do I modify xorg.conf outside of the gui?
  225. [ubuntu] Firefox 3.0 bookmark information stored where?
  226. [ubuntu] command to display Resolution Information
  227. [ubuntu] Streamyx, no internet connection all of a sudden
  228. [ubuntu] ubuntu cd kills laptop?
  229. [all variants] [SOLVED] Pidgin will not connect to icq
  230. [all variants] [SOLVED] removing flashplugin-nonfree?
  231. [ubuntu] try to install perl-support for gvim
  232. [ubuntu] liblaunchpad-integration0 error in apt
  233. [ubuntu] Concern about speed
  234. Why are .doc files opening as read-only in OpenOffice?
  235. [ubuntu] changing aurora gtk theme preferences?
  236. [ubuntu] Ubuntu
  237. [ubuntu] [SOLVED] Home Directories
  238. [ubuntu] root system error please help!!
  239. [kubuntu] RAID with removable drives
  240. [other] Building Website Help
  241. [all variants] Where's the Adventure font?
  242. [all variants] how to control history
  243. [other] Day/night ubuntu variant
  244. [gnome] Anyone know how to change this GTK color (part of this window) (picture included)
  245. [ubuntu] Banshee
  246. [gnome] cairo giving up
  247. [ubuntu] [SOLVED] Python learning
  248. [all variants] [SOLVED] Recommended & Minimum System Requirements for Ubuntu, Kubuntu, Xubuntu?
  249. [ubuntu] Ubuntu Auto Load
  250. [ubuntu] blank screen