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] How do I change loading screen?
  2. [xubuntu] How do I install xmms without network?
  3. [ubuntu] read timeout
  4. [ubuntu] Java in Firefox 2
  5. [ubuntu] Songbird 0.5
  6. [ubuntu] Trouble deleting files in trash
  7. [ubuntu] Mission:Optimize (u8.04s)
  8. [ubuntu] Windows launching under top panel
  9. [ubuntu] synoptic menu
  10. Error Installing,
  11. [ubuntu] How to login as root ?
  12. [ubuntu] icon names on desktop
  13. [all variants] C compiler help
  14. [all variants] psubuntu not helpful
  15. [ubuntu] synergy to ubuntu Heron firefox lag
  16. [ubuntu] init-functions colors - hardy
  17. [ubuntu] nvidia-glx-new not working!
  18. [xubuntu] flash drive problem
  19. [ubuntu] ATI driver help
  20. [ubuntu] ShipIt Question
  21. [ubuntu] Printer doesn't work
  22. [ubuntu] White Screen After Update
  23. [xubuntu] No permission to write to disk?
  24. BOOT Error
  25. [xubuntu] 8.04 5 minute black screen at startup
  26. [ubuntu] 3 hardrives one partition
  27. [ubuntu] irssi crashing my connection
  28. [ubuntu] md5sum fail to match after burning
  29. [ubuntu] Tracker Search Tool
  30. installing Epson DX8400
  31. [ubuntu] Gutsy Shutdown and Restart Issues...
  32. [ubuntu] Opera Browser
  33. [kde] kmail and kde4
  34. [ubuntu] Ubuntu wont finish BOOT. (new here)
  35. Incorrect disk space using conky
  36. [ubuntu] A few WinE questions...
  37. [ubuntu] My NTFS partition unmounts on restart/logout
  38. [xubuntu] old windows 98 comp looking for an upgrade. possibly xubuntu?
  39. [ubuntu] Repositories.....
  40. [ubuntu] [SOLVED] sudo problem
  41. how exactly does wubi work?
  42. [ubuntu] Problem with gpartition
  43. [ubuntu] Dell Oxtiplex 745 hangs at shutdown and restart
  44. [ubuntu] CD Art Display
  45. [ubuntu] bluetooth - not able to receive files
  46. Wubi install screen is all messed up
  47. [other] Question about bootable USB sticks
  48. [ubuntu] 8.04 Open Office Hang
  49. [ubuntu] adding kdenlive to application menu
  50. [ubuntu] Hardy Edit Menus
  51. [ubuntu] Keyboard with dead keys, only when useful?
  52. [ubuntu] Ubuntu 7.10 logging me out randomly
  53. [ubuntu] Resolution Problem
  54. [ubuntu] Touchpad click sensitivity
  55. [ubuntu] How to clear VFD (lcdproc)?
  56. [ubuntu] Anybody else seeing a really choppy google logo with ff3b5
  57. [ubuntu] Virtualbox 'restore' causes instant reboot in hardy
  58. [ubuntu] gcc Compilation problem
  59. [ubuntu] Partitions Not Mounted on startup
  60. [gnome] Need help creating a launcher
  61. [ubuntu] Open Terminal
  62. [xubuntu] mount usb-flash as CD
  63. [kubuntu] Mouse not working in lbreakout
  64. [ubuntu] Firefox and the Ghost of Windows 98
  65. [ubuntu] opening mht file in firerfox ?
  66. [ubuntu] Snow & Atlantis on Hardy?
  67. [ubuntu] Geforce2 Ultra, Compiz Fusion, Hardy
  68. [ubuntu] Dual monitor with Compiz??
  69. [ubuntu] Trouble with exim4 in Ubuntu 7.10
  70. [ubuntu] FF3b5 Bookmkarks location?
  71. [gnome] Selecting background without wallpaper?
  72. [ubuntu] wine
  73. [all variants] I'm needing some tips or hint's from people who use the terminal daily.....
  74. [ubuntu] Winehq uninstall leaves folder in applications tab?
  75. [ubuntu] subprocess post-installation script returned error exit status 1...
  76. [ubuntu] Can't mount second HDD after Hardy upgrade
  77. [ubuntu] Terminal HERE from Nautilus?
  78. [ubuntu] Weird crashes and hungs with 8.04
  79. [ubuntu] Create an Icon for sudo command?
  80. [ubuntu] Syslog displaying UTC
  81. Wubi Wipeout old system
  82. [ubuntu] Impossible
  83. [ubuntu] I cant write on my USB disk(ext3) in ubuntu 8.04
  84. [ubuntu] Recycle Permissions
  85. Installation error
  86. [ubuntu] Ubuntu as a Virtual Machine using VirtualBox sharing folder help
  87. [ubuntu] Black Screen after boot
  88. [ubuntu] Start hdparm as a service
  89. [all variants] cron or anacron?
  90. [ubuntu] mount error 13 = Permission denied
  91. Ubuntu just doesnt want to load.
  92. [ubuntu] suspend resume i8042 errors and grub-update
  93. [kubuntu] Intermittent sound playing
  94. [ubuntu] Access files remotely from the web/ftp? (a la soonr)?
  95. [ubuntu] problem upgrade/remove dmraid Gusty --> Hardy
  96. [ubuntu] How to I update a standalone server?
  97. [all variants] Problems with php files on Apache
  98. [ubuntu] Truecrypt Volume on an External Drive
  99. [gnome] GTK2+ Editor help?
  100. [ubuntu] Playing MP3
  101. [gnome] Workspace switcher colors??
  102. [ubuntu] Stop Gutsy Desktop from starting X Windows
  103. [ubuntu] Browsing Amarok library as folders?
  104. [xubuntu] install stuff error
  105. [all variants] timeoutd errors
  106. [ubuntu] how to block GNOME panel
  107. [ubuntu] Minor VNC problem
  108. [ubuntu] Ubuntu 8.04 and Vista
  109. [ubuntu] Short cuts not working
  110. [ubuntu] [B]pacpl problems[/B]
  111. [ubuntu] Error 15 while booting?
  112. [other] Accessing a crashing window's partition?
  113. [ubuntu] MiscFixed Fonts in Ubuntu Hardy
  114. [ubuntu] Failed partition resize: can I recover my data?
  115. [ubuntu] How to log in as root
  116. [ubuntu] Can't get nautilus-script-collection-svn to work
  117. [gnome] How to keep cairo-dock on top of the panel?
  118. [ubuntu] cant install screenlet thru screenlets manager
  119. [all variants] apt-get blacklist
  120. [ubuntu] Transparent cube?
  121. [ubuntu] Does ubuntu update on its own?
  122. [ubuntu] 7.10 automount
  123. [ubuntu] 'gksu nautilus' command gives errors inc. no monitor
  124. [all variants] [SOLVED] create files on the fly
  125. [kubuntu] [SOLVED] How to switch from KDE 4 to KDE 3.5?
  126. [ubuntu] Upgraded Pavilion zd7000 to 8.04 had to go back.
  127. [ubuntu] where's my sata hdd gone
  128. [ubuntu] Getting wine
  129. [ubuntu] Easiest way to upgrade...
  130. [ubuntu] need help software management system
  131. [ubuntu] Wireless stoped working when upgraded to 8.04
  132. [ubuntu] Compiz unsupported value?
  133. [ubuntu] hello anybody there?...
  134. [ubuntu] Display Brightness?
  135. [ubuntu] I want to add an artist column to my Music folder
  136. [ubuntu] Very Slow Laptop Boot
  137. [xubuntu] djmount help...
  138. [ubuntu] Widgets don't work in 8.04
  139. [ubuntu] Random ugly shadows on clean install
  140. [gnome] [SOLVED] possible to change main menu text color?
  141. [ubuntu] Upgrading to 8.04
  142. [all variants] Hardy nvidia-glx-new jagged rendering on widescreen
  143. [ubuntu] Precise Resize for windows
  144. [all variants] pidgin- jabber- No invisible
  145. [ubuntu] Permissions and Me - They don't like me
  146. [ubuntu] 1680x1050?
  147. [ubuntu] What theme is this?
  148. [ubuntu] MX Revolution buttons 8.04 LTS
  149. [ubuntu] ubuntu hangs frequently
  150. [SOLVED] Hardy Heron crashes often :-(
  151. [all variants] Escape from Fullscreen
  152. [SOLVED] Increasing size of wubi partition?
  153. [ubuntu] No XGL after upgrade
  154. [ubuntu] Text in copy window
  155. [all variants] No Desktop Effects in gOS
  156. [ubuntu] I can't open one partition
  157. [ubuntu] GWT Designer on Ubuntu 8 + eclipse
  158. [ubuntu] How to enable nosplash on boot
  159. [ubuntu] Totem Player + Alsa
  160. [ubuntu] Getting Avant Window Navigator to work on Hardy
  161. [ubuntu] compiz does not work after upgrade to hardy
  162. [ubuntu] ATI RADEON 9600 pro problems
  163. [gnome] QuickSilver Alternative
  164. [ubuntu] How do you zoom out to see cube?
  165. [ubuntu] XOrg using +90% CPU
  166. [ubuntu] Toshiba Laptop, Hardy Heron
  167. [gnome] Left edge of maximized window is useless resize tooltip.
  168. [ubuntu] Postfix not starting
  169. [ubuntu] Ether ape orshow me the code
  170. [ubuntu] Dawn of War - Soulstorm error
  171. [ubuntu] Loading Ubuntu to 2nd HDD
  172. [ubuntu] Themes
  173. [ubuntu] Ubuntu v8.10 and Firefox v3 problem
  174. [kubuntu] Either TTY or Logout work (but not both)
  175. [ubuntu] no print from evince
  176. [ubuntu] Ubuntu 7.10 .Bif information
  177. [ubuntu] Global Menu not global
  178. [all variants] Beryl screen saver on Compiz
  179. [other] Partitioning Help
  180. [ubuntu] installation probs on graphic driver and adobe
  181. [ubuntu] Updates?
  182. [ubuntu] Order of users shown at login screen
  183. [ubuntu] Stuck at BusyBox at Hardy Heron Boot.
  184. [ubuntu] Greeting Scripts.
  185. [ubuntu] a problem connecting the pc to the tv
  186. [ubuntu] other users can see my home-folder.
  187. [ubuntu] No read/write access to floppy?
  188. [ubuntu] Can I turn my USB ports into a com port?
  189. [ubuntu] Login impossible under one account (before and after OS upgrade)
  190. [ubuntu] Major battery life issue in Hardy
  191. [ubuntu] place windows plugin not working properly
  192. [ubuntu] Soungraph iMon Ultrabay
  193. [ubuntu] Gnome Do not working correctly
  194. [xubuntu] retro desktop theme of winxp
  195. [ubuntu] Why is Ubuntu DVD template so huge?
  196. [ubuntu] [SOLVED] CPU Usage, is this normal?
  197. [kubuntu] Customizing "save as" in kontact & kmail
  198. [ubuntu] google earth
  199. [ubuntu] Games freeze
  200. [ubuntu] How to enable nosplash on boot
  201. [ubuntu] Evolution Data Server
  202. [ubuntu] Problems Booting From CD
  203. [gnome] AWN terminal applet "invisible", but it "functions".
  204. [ubuntu] After a while, system will only respond after mouse movement.
  205. [ubuntu] Dying HDA! How to backup
  206. [ubuntu] Possible bug with 8.04??
  207. [ubuntu] Super user in File Browser
  208. [ubuntu] Hp Scanner Connection
  209. [ubuntu] Automatically mount FAT32 on startup
  210. [ubuntu] LiveCD Install Problems
  211. [ubuntu] Installing APTANA on Ubuntu
  212. [ubuntu] Move /home to other partition (FAT32)
  213. [gnome] file-roller very slow at extracting ISO
  214. [ubuntu] No sound or video playback in Hardy
  215. [all variants] Search app that lets me drag-and-drop results (like in Windows)?
  216. [ubuntu] Need help with synaptic
  217. [other] Gaming problem
  218. [ubuntu] Show Debian Menu
  219. [ubuntu] Cant remove icedtea java plugins
  220. [ubuntu] /home Questions
  221. [ubuntu] Hardy -- pidgin segfaults on startup
  222. [ubuntu] Hardy - Logitech V400 Mouse
  223. [ubuntu] Main Menu, System Section
  224. [ubuntu] Conky disappears when I click on desktop
  225. [ubuntu] ubuntu studio
  226. [ubuntu] Status Bar
  227. [ubuntu] boot screw up
  228. [ubuntu] How can i fix this error?
  229. [ubuntu] Don't have permissions?!
  230. [xubuntu] No Quit Options
  231. Detailed Description of Error 22, Help Please.
  232. [ubuntu] No Eject option for Removable Disks
  233. [ubuntu] problems with video on new hardy instal
  234. [ubuntu] help installing theme suite
  235. [all variants] [SOLVED] KPrograms
  236. [ubuntu] Screenlets
  237. [ubuntu] How can I file a bug using bug buddy?
  238. [ubuntu] Where has dpkg-*scanpackages gone? I installed dpkg-multicd, but...?
  239. [ubuntu] Setting Twinview so each screen can be fullscreen
  240. [ubuntu] OpenOffice Writer bad screen redraw with Desktop Effects
  241. [ubuntu] Metacity and GTK themes not working (8.04)
  242. [ubuntu] AWN quit/shutdown/logoff applet: "'App' object has no attribute 'command'"
  243. [ubuntu] window list
  244. [ubuntu] time and date on toolbar
  245. [ubuntu] want to partition
  246. [ubuntu] Usplash switches to text mode during boot after installing another OS
  247. [ubuntu] Installing Quasar Accounting on Ubuntu 8.04
  248. [ubuntu] Localhost problem
  249. [ubuntu] XGL-Hardy-ATI 8.4
  250. [ubuntu] Adobe 8.1