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] Icons that display contents
  2. [all variants] terminal command queue
  3. [ubuntu] Errors trying to access Intel raid 10
  4. [ubuntu] Bittorrent makes internet unusably slow
  5. [ubuntu] Heellllllppppp
  6. [ubuntu] USB to VGA Adapter
  7. [ubuntu] Banshee no longer sees my MP3 Player!
  8. [ubuntu] Netapplet wireless troubles
  9. [all variants] Font problem, all browers, some websites
  10. [xubuntu] USB Popup Windows, CD error messages upon insertion or removal, Firefox issues 8.04
  11. [all variants] Shared folder naming convention
  12. [gnome] Firefox is always fullscreened?
  13. [ubuntu] Hardy won't import photos from camera
  14. [ubuntu] Applet Errors on Startup - Missing icons (8.04)
  15. [ubuntu] Audacious not working
  16. [ubuntu] how do you enable anti aliasing in compiz
  17. [all variants] Move / to a different partition?
  18. [all variants] Help with bash script to run VNC over SSH
  19. [ubuntu] wireless
  20. [ubuntu] Need media center help
  21. [other] Compiz not working after upgrading to Hardy
  22. [ubuntu] Background Color of Screensaver
  23. [ubuntu] wireless
  24. [ubuntu] evolution-data- using all cpu?
  25. [ubuntu] Help! Fast plzzz
  26. [ubuntu] Screenlets and mozembed problems 2.
  27. Wubi7.10
  28. [ubuntu] Instances of Firefox Icon on AWN [Hardy]
  29. [all variants] Quick Question
  30. [ubuntu] Desktop resolution really low in 8.04 (please help =( )
  31. [other] What's with the '5 Cups of Ubuntu' and other taglines?
  32. [other] Need help installing a part on a motherboard
  33. [ubuntu] Partition help
  34. [ubuntu] Resolution Help (8.04)
  35. [ubuntu] Editing Grub boot loader
  36. [ubuntu] Transfering Compiz settings between computers
  37. [gnome] Users and Groups Dialog Broken
  38. [ubuntu] First time booting - error, new user
  39. [ubuntu] Virtualization
  40. [ubuntu] Help, I need Compiz!!!!
  41. wubildr.mbr Status: 0x000000e
  42. [ubuntu] Usplash/Start-up manager problems
  43. [ubuntu] Opera in Menu
  44. [ubuntu] ubuntu keeps settings for dual monitors? It's annoying.
  45. [ubuntu] How to mount my windows desktop folder in ubuntu?
  46. [all variants] Kyocera KPC650 connection script
  47. [all variants] Kyocera KPC650 connection script
  48. [other] change thread to solved?
  49. [ubuntu] Changing panel frame colors
  50. [ubuntu] Problem using notify-send as root
  51. Flash player
  52. [ubuntu] ipblock hardy heron 64-bit
  53. [kubuntu] Frequency out of range error
  54. [ubuntu] Only 1 sound source at any given time?
  55. [ubuntu] DesktopTD (Flash Game) Locks Up Hardy and Firefox
  56. [ubuntu] error "unable to mount device"
  57. [other] What should I use?
  58. [ubuntu] Ubuntu Crashes and Shows Login again
  59. [ubuntu] Can't find Helvetica and Galliard BT anymore
  60. [ubuntu] Boot Up
  61. [ubuntu] Best Video Card for running Compiz on Hardy?
  62. [ubuntu] Weird Usplash colors
  63. 64-bit Wubi Help
  64. [ubuntu] Need help with Compiz Fusion on Inspiron 1525
  65. [ubuntu] Possible bug with Search tool and Trash folder? (8.04)
  66. [ubuntu] black screen on bootup: undefined videomode number 31b
  67. [ubuntu] How do I mount my windows partition on startup
  68. [ubuntu] hardy don't print
  69. [ubuntu] Pink/Orange boot screen
  70. [ubuntu] Ubuntu post screwed up my internet...
  71. [other] Fullscreen windows getting chopped off
  72. [ubuntu] very frustrated with Heron: Go back to Gibbon, or stick it out??
  73. [xubuntu] Lag while Scrolling in Firefox?
  74. [ubuntu] Menu Editor won't run, XCursor Selector buttons do nothing
  75. Wubi question?
  76. [ubuntu] Nothing in Hardware Drivers for NVIDIA 173.08 drivers
  77. [ubuntu] New User with a problem that can't be specified
  78. [ubuntu] sudo does nothing
  79. [all variants] Dear Ubuntu, It's all about Adobe.
  80. [ubuntu] cant mount hp drive in ubuntu 8.04
  81. [ubuntu] urdu-english
  82. [ubuntu] grub
  83. [ubuntu] Lotus Notes 8 on Hardy 8.04
  84. [ubuntu] Need help running script as root
  85. [ubuntu] Can't install anything.
  86. [kubuntu] Calculator and volume buttons no longer work after upgrade
  87. [ubuntu] g++ compiling error
  88. [ubuntu] Need help printing from XP to printer on Ubuntu machine
  89. [ubuntu] Catch-22 with Firefox 2 in Hardy
  90. [ubuntu] 8.04 and Firefox3 (Menu Icons)
  91. Sound icon doesn't show that its muted when its muted
  92. [all variants] Kind of Fixed! - Evolution CPU usage problem
  93. [ubuntu] Gnome menu transparency
  94. Typo on main page http://wubi-installer.org/
  95. [ubuntu] Problem with Virtualbox
  96. [xubuntu] How to discover which app is causing excessive disk i/o
  97. [ubuntu] random program lock-ups
  98. [ubuntu] How to recover password in Ubuntu 8.04
  99. [ubuntu] Libc not installed
  100. [ubuntu] Remove Ubuntu and install Xubuntu.
  101. [ubuntu] Ubuntu Startup?
  102. [xubuntu] HELP! big problem while ugrading to Hardy!
  103. [ubuntu] Restoring default menu bar?
  104. [ubuntu] Moving home to a new partition help
  105. [ubuntu] Canon PIXMA 4300
  106. [gnome] how to disable compiz
  107. [ubuntu] Regular System Freezes with Gutsy
  108. [all variants] [SOLVED] Chkdsk/Scandisk-like utility
  109. [ubuntu] video and audio help
  110. [ubuntu] How to install .tar.gz files?
  111. [ubuntu] missing toolbar..
  112. [ubuntu] Needing help with opening recup_dir.x files
  113. [ubuntu] Flash problems
  114. [ubuntu] HWP files
  115. [ubuntu] How to get Wine to recieve data from USB?
  116. [ubuntu] Enabling higher visual effects on old system
  117. [other] Custom kernel
  118. [ubuntu] small text in Evolution calendar printout
  119. [ubuntu] Ghost Icon of Flash Disk can't be removed from Desktop
  120. [ubuntu] ide=nodma only needed in 32-bit Ubuntu?
  121. [ubuntu] Loading screen (boot splash) does not stay on throughout boot
  122. [ubuntu] file permission help
  123. Ubuntu Uninstall Leaves Boot Entry?
  124. [all variants] How do I enable pae
  125. [ubuntu] Zabbix problem
  126. [ubuntu] [SOLVED] acpid and apmd redundant?
  127. [ubuntu] HOWTO: suspend vaio sz with Intel 945GM/GMS/GME
  128. [ubuntu] Is it possible to reinstall windows??
  129. [ubuntu] new graphics card - which best for ubuntu linux?
  130. [ubuntu] Desktop effects could not be enabled
  131. Can't connect to some sites in Windows after Ubuntu uninstallation?
  132. [ubuntu] Pressing any key kills current window
  133. [ubuntu] Parts of System Monitor are semi-transparent
  134. [ubuntu] Installed to wrong hard drive, please help.
  135. [ubuntu] Compiz Ripple Effect When Placing Windows
  136. [ubuntu] compiz dont work for me
  137. [ubuntu] Serious problem with Wine
  138. [ubuntu] Exiting windows manager
  139. [ubuntu] volumes disappear from desktop after reboot
  140. [all variants] Irssi
  141. [ubuntu] XORG.CONF - empty on hardy?!?!
  142. [ubuntu] Two kernels?
  143. [ubuntu] Hardy fails to hibernate on Dell laptop
  144. [ubuntu] Why is agpgart putting my card to 4x agp?
  145. [ubuntu] 256MB NVIDIA® Quadro NVS 110M TurboCache™
  146. [ubuntu] Confusion about Linux filesystem
  147. [all variants] Samba - one workgroup and one domain. How?
  148. [ubuntu] Mounting CIFS share from fstab fails
  149. [ubuntu] Network SSH backup
  150. [all variants] resizing partitions?
  151. [ubuntu] How to install php-bcmath?
  152. [other] Grub help!
  153. [ubuntu] [SOLVED] SamSung 931bw Native Resolution problem
  154. [ubuntu] A question
  155. [ubuntu] Synaptic won't download from certain servers...
  156. [ubuntu] Likewise - Active Directory
  157. [ubuntu] Tahoma font screws up system fonts
  158. [gnome] In some programs font are ugly
  159. [ubuntu] Problem with desktop. Help....
  160. [ubuntu] Ubuntu good for old people too?
  161. [ubuntu] Hardy: apt-get remove problem (slocate)
  162. [ubuntu] Ubuntu Updates
  163. [ubuntu] Awn Trash Applet not showing trash
  164. [other] WM5 and ereader
  165. [ubuntu] can't dpkg --purge my nvidia driver
  166. [ubuntu] Firefox add-on can't be installed!!!
  167. [ubuntu] anyone else having troubles with archive "ca.archive.ubuntu.*"?
  168. [ubuntu] my partitions did not get mounted after install
  169. [ubuntu] [SOLVED] Problems with Emerald
  170. [kubuntu] Qt Firefox?
  171. [ubuntu] DCOP communications error
  172. [all variants] Ubuntu on the one account, ubuntu studio on the other
  173. [ubuntu] Compiz Plugins Greyed-out (but installed)
  174. [ubuntu] Don't know how to create link to home folder on desktop
  175. [ubuntu] preinst script in a deb file
  176. [ubuntu] problem with make
  177. [ubuntu] My Xorg is broken I think
  178. [kubuntu] unable to access internet in kubuntu 8.04
  179. [kubuntu] how to show kernel configuration?
  180. [other] Fluxbuntu, ancient mach64 ATI GPU & Compiz, will it blend?
  181. [ubuntu] Dual Monitor help needed with Hardy Heron
  182. [all variants] Failed during "Launching" Eclipse + Ruby + Debug
  183. [ubuntu] how can i tlel whether i have javascript enabled in hardy? school site says i dont
  184. [all variants] how to enable kernel module options?
  185. [ubuntu] word-boundary/stop-sign characters (GEdit et al.)
  186. [ubuntu] Let's Talk About Life Since Hardy Heron
  187. [ubuntu] Cannot upgrade from 6.06 to 8.04
  188. [ubuntu] List possible install config options for any package?
  189. Error 15: Missing menu.lst
  190. [other] Won't boot anything
  191. [ubuntu] typing in different languages
  192. [ubuntu] How to install Nvidia cards
  193. Error while trying to execute wbuibcd...
  194. [kubuntu] No sound in flash - even with libflash installed
  195. [ubuntu] Internet conection
  196. [ubuntu] frostwire for ubuntu 8.04 lts
  197. [ubuntu] Open Office forcing domain in Hardy
  198. [ubuntu] [SOLVED] Help moving home folder to its own partition.
  199. [ubuntu] How do I cahnge the mount point of a hdd?
  200. [ubuntu] Help Installing X Window
  201. [ubuntu] AWN icons floating in Hardy Heron
  202. [ubuntu] creating a disk image of the entire HDD
  203. [other] Cannot completely maximize gnome-terminal window in fluxbox
  204. [ubuntu] samba migration fails in hardy (hardy can't dance...)
  205. [ubuntu] taskbar effects?!
  206. [ubuntu] Can I run compiz?
  207. [ubuntu] Firefox starts in fullscreen mode
  208. [ubuntu] Trouble with a single key (~).
  209. [ubuntu] Screenshot tool thingy
  210. [ubuntu] Evolution and Groupwise
  211. [ubuntu] How to make my desktop like this?
  212. [ubuntu] 8.04 display problems
  213. [ubuntu] Firstclass Install In 8.04
  214. [ubuntu] Using the other harddrive?
  215. [ubuntu] 8.04 one more thing broke gksu - some things had to tweek
  216. [kubuntu] Compiz: Cannot enable Dbus plugin
  217. [ubuntu] .dbus folder and permissions.
  218. How Wubi Works
  219. [ubuntu] problem installing java
  220. [ubuntu] Gedit error after upgrading to hardy
  221. [kubuntu] Uli's Talking Moose
  222. [ubuntu] Vertical Scrolling on Laptop mouses
  223. [ubuntu] Mount ntfs internal hard drive with read and write
  224. [ubuntu] Firestarter-unable to unlock firewall
  225. Changing Opions in PartImage
  226. [all variants] how to enable this.
  227. CD boot
  228. [kubuntu] highlighted radio/check boxes disappear
  229. [ubuntu] Script for USB Device Attachment
  230. [ubuntu] Nautilus doesn't display correctly the icons
  231. [ubuntu] I corrected my Nvidia issue -my own mistake
  232. [ubuntu] some compiz plugins aren't working help
  233. [kubuntu] Magnifier: can't read overlay file?
  234. [gnome] compiz - gnome panel - cube rotation - bug?
  235. Wubi and Security
  236. [ubuntu] Clock on gnome-panel is very unstable (Hardy)
  237. [ubuntu] Trouble installing Firefox add ons
  238. [ubuntu] Numpad doesn't work
  239. [ubuntu] Sound stops working
  240. [ubuntu] Firefox occasionally hangs and crashes often
  241. [ubuntu] Novell Groupwise Messenger
  242. [kubuntu] Just ruined my Ubuntu install, need help fast to recover critical files
  243. [ubuntu] windows effect!? how do you shrink it?!
  244. [ubuntu] It is possible to resize a filesystem after installation ?
  245. [all variants] Unable to unlock admin tools
  246. [ubuntu] libxml2 is corrupt - firefox/gnome-panel/etc not working
  247. [ubuntu] Lost My Network Button on Panel by Clock
  248. [ubuntu] Lost X config.......3 distros all same time?!?!
  249. [xubuntu] mouse/keyboard delay
  250. [ubuntu] Add/Remove and Synaptic broken