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] Problem with Synaptic Package Manager
  2. [ubuntu] Mac OS X Theme
  3. [ubuntu] java
  4. [ubuntu] An error to even 1 package stops the upgrade
  5. [ubuntu] Compiz Fusion How-To?
  6. HTTP Proxy for wubi
  7. [ubuntu] Bluetooth through Wine?
  8. [ubuntu] Can't mount external drive, appears as USB Drive
  9. [ubuntu] Desktop resolution
  10. [ubuntu] Help with Special Effects with Ubuntu 8.04
  11. [ubuntu] Stuck in Low Graphics mode
  12. [ubuntu] System > Login Window Problem
  13. upgrading to ubuntu 8.04 LTS
  14. [ubuntu] Firefox 3.0 in Hardy not using GTK icons
  15. [ubuntu] Apt-get vmware in Ubuntu Hardy 8.04?
  16. [ubuntu] USB Woes - Please Help!!
  17. [ubuntu] My root password has suddenly changed
  18. [ubuntu] DAR error Cannot add absolute path
  19. [ubuntu] F-Spot: Move a photo to another dir?
  20. [all variants] Plasma?
  21. [ubuntu] Two Hardy Herons On Grub At Boot
  22. [ubuntu] Panel Problems
  23. [ubuntu] How to see win vista after ubuntu install
  24. [ubuntu] Troubleshooting Technique
  25. [ubuntu] Unable to install Ubuntu through WUBI
  26. [ubuntu] Not a fully successful Upgrade
  27. [all variants] Thinking of quad-booting....
  28. [ubuntu] Graphics problems on Gutsy & Hardy
  29. [kubuntu] Kubuntu 8.04 and Dell Keyboard shortcutss
  30. [all variants] Tracking Known Bugs / Time to Fix
  31. [ubuntu] Hardy Heron weirdness and bugs
  32. [xfce] RAM Issue
  33. [ubuntu] Sudo Rm accident
  34. [ubuntu] can't open certain admin programs as user
  35. [kubuntu] Can't control sound in KDE4
  36. wubi 8.04 installation stuck in formatting stage
  37. [ubuntu] Problems After Upgrading to Hardy
  38. [ubuntu] missing glass folder icon
  39. [kubuntu] upgrade to 8.04
  40. [ubuntu] Weird Grub Entrance
  41. [ubuntu] Firefox 3 theme/icons
  42. [ubuntu] Mount with UUIDs and change removability?
  43. [ubuntu] Virtual desktop
  44. [ubuntu] Tracker versus Beagle in Hardy
  45. [ubuntu] hellanzb sends as much data as it recieves since hardy beta's
  46. [ubuntu] Desctop effects are very slow in Hardy
  47. Missing files after wubi install
  48. [ubuntu] Evolution-Data
  49. [ubuntu] Where is inkscape in Hardy?
  50. [ubuntu] "Unresponsive script" stalls Firefox
  51. [ubuntu] Interesting Desktop Effect problem
  52. [ubuntu] LAMP on desktop Hardy Heron 8.04
  53. [ubuntu] Where to find network adapter config files
  54. [ubuntu] Change of starting OS
  55. [ubuntu] Panel at bottom of screen
  56. [ubuntu] Need help with fstab
  57. [ubuntu] Continuous Freezing 7.10
  58. [ubuntu] Ubuntu freeze without reason
  59. [ubuntu] Hardy bug in Flash plugin?
  60. [ubuntu] Desktop effects with ATI Radeon Mobility M6 LY
  61. [ubuntu] Problems with installing Sun Java EE SDK
  62. [ubuntu] [SOLVED] Upgrade question
  63. [ubuntu] cannot Shutdown/Reboot or Logout
  64. [ubuntu] Unremember login application settings
  65. [mythbuntu] Crash after resuming from suspend, lirc related
  66. [ubuntu] Flash Alternative Problem
  67. [ubuntu] ATI Mobility radeon 9000 works with 7.10 but not with 8.04
  68. [ubuntu] 3ddesktop/desktop cube effect not working
  69. [ubuntu] Adding songs to an iPod with rhythmbox
  70. [ubuntu] HDD space problem
  71. [ubuntu] Firefox 3b5 ALSA error.
  72. [ubuntu] X1600 HH 8.04 compiz - max effects for minimum hassle
  73. [xubuntu] Panel shadows and transparency with xfwm4
  74. [ubuntu] Hardy Compiz scale plugin bindings broken
  75. [kde] Quanta Plus + special characters
  76. [ubuntu] Delay startup so external hard drives can mount
  77. [ubuntu] Firefox 3 always displays a little white border on the left of the screen
  78. [ubuntu] BusyBox (initramfs)
  79. [SOLVED] How to share data between Ubuntu & Windows?
  80. [ubuntu] Installed Ubuntu from CD; now the CD drive i gone
  81. [ubuntu] what the hell
  82. [ubuntu] How to stop automounted partitions from making desktop icons?
  83. [ubuntu] Bug?
  84. [ubuntu] 3d effects on hardy ati x1250
  85. Installation failed on BOTH computers
  86. [ubuntu] mdadm raid5 ext3 confusion
  87. [ubuntu] AWN Applets Crash After Recent Apt-Get Dist-Upgrade
  88. [ubuntu] Couple of small problems that I've run into since upgrading to 8.04
  89. [ubuntu] Problem with Ubuntu 8.04 CD
  90. [ubuntu] Mysql backup file permission denied :'(
  91. [ubuntu] Flock not working with Hardy Heron
  92. [xubuntu] How can I add screen resolutions to xorg.conf?
  93. [gnome] f-spot fails to start
  94. [ubuntu] New User With Problems Installing 8.04
  95. [ubuntu] [SOLVED] Partition Help, Again.
  96. [ubuntu] Memory card reader in Hardy (link to other thread)
  97. [kubuntu] compiz problem kubuntu8.04
  98. [all variants] UPS problems
  99. [all variants] How do I change what program will be used with a file I have downloaded?
  100. [ubuntu] problem with brother MFC-465CN Scanner after i has installed drivers
  101. [ubuntu] how do i customize the effects on 8?
  102. [ubuntu] restricted drivers menu item gone
  103. [ubuntu] Install Ubuntu 8.04 on Sony Ps3
  104. [ubuntu] Help stop the middle mouse button from going to the last webpage
  105. [ubuntu] Brasero 0.6.1 is better than 0.7.1?
  106. [ubuntu] Package system failure
  107. [ubuntu] Ubuntu 8.04 upgrade: too many problems
  108. [ubuntu] Ubuntu 7.10 -> Ubuntu 8.04 - OpenOffice Problem
  109. [all variants] Clock and weather
  110. [ubuntu] Folder and content permissions
  111. [all variants] No space on root!
  112. [ubuntu] Hardy theme window title colour <> selected item|text??
  113. [all variants] azureus 3.0 not on synaptic?
  114. [ubuntu] [SOLVED] How do I remove host from gFTP
  115. [gnome] Devilspie geometry won't place windows where I want them
  116. [ubuntu] How to USE compiz?
  117. [ubuntu] [SOLVED] boot up verbatim screen takes too long
  118. [ubuntu] Hardy Web Links Bug - And a Workaround
  119. [ubuntu] can not install ubuntu on my laptop
  120. [all variants] help with makedrv
  121. [ubuntu] Ubuntu desktop to server?
  122. [ubuntu] How to backup all tomboy notes?
  123. [ubuntu] Have a slight problem
  124. [ubuntu] Troubles wiht nvidia drivers on 8.04
  125. [ubuntu] video playback on 8800GTS 512
  126. [ubuntu] Backing Up USB Key
  127. [ubuntu] Hardy comes with perl 5.8.8
  128. [ubuntu] Unnecessary libs removal
  129. [all variants] Twinview: Seperate Wallpapers
  130. [ubuntu] A couple questions for a new ubuntu user
  131. [ubuntu] Reboot and some drivers failed to load
  132. [ubuntu] Hardy: All Programs Relying Upon Cairo/Python Fail to Open
  133. [xubuntu] [SOLVED] passwording trash
  134. [ubuntu] Cannot post in Begginer Section
  135. [ubuntu] Compiz and Emerald
  136. [ubuntu] Scrollbars have changed colour!
  137. [ubuntu] 3 Hardy Heron kinks
  138. [ubuntu] Maximized window with Emerald has borders
  139. [ubuntu] Auto Resolution?
  140. [ubuntu] I can't empty the trash as a user
  141. [ubuntu] How to boot old HD on new PC?
  142. [ubuntu] Compiz settings eliminate window borders
  143. [ubuntu] trouble installing icons - click & drag not working
  144. wubi vista business and kubuntu - stuck in grub4dos prompt
  145. [ubuntu] Zorael, help me!
  146. [ubuntu] Cron, Anacron, and Flexbackup - Why don't my jobs run?
  147. [other] colors in openoffice got ugly in Hardy
  148. [all variants] Dvd mounted for other user logged
  149. [ubuntu] I can't se the NTSF disc
  150. [ubuntu] streamtuner
  151. [ubuntu] File copy doesn't complete in Hardy
  152. [gnome] home and trash on gnome desktop
  153. [ubuntu] How to change the text in the cube?
  154. [ubuntu] Several problems since upgrading to Hardy ...
  155. [other] Ubuntu to back up Vista MBR?
  156. [ubuntu] Ccsm broken - config problem?
  157. [ubuntu] How can I install Blender(just not from Synaptic Package Manager)?
  158. [ubuntu] ubuntu takes multiple tries to start
  159. [all variants] PulseAudio: Combined sink over network?
  160. [ubuntu] Xorg 7.3 resolution problem
  161. Any tips on hotkeys?
  162. [all variants] Updated from 7.10 to 8.04... where's the transmission client?
  163. [all variants] df and du different - lost 145GB of disk space
  164. [ubuntu] Hot Keys in terminal
  165. [ubuntu] Atlantis help
  166. [ubuntu] Wubi Install/Uninstall
  167. [ubuntu] [SOLVED] Switch user causes screen to blank to white
  168. [ubuntu] Orbit consuming a lot of memory
  169. [ubuntu] Black screen after Grub
  170. [ubuntu] Search for specific file types
  171. [ubuntu] Hardy dislikes DansGuardian?
  172. [ubuntu] clarification on theme types
  173. [ubuntu] What with this edubuntu stuff
  174. [ubuntu] Remote Desktop question
  175. [ubuntu] Trying to upgrade from 7.10 to 8.04
  176. [ubuntu] Volume Keys
  177. [ubuntu] [SOLVED] RAM problem
  178. [all variants] cryptsetup: WARNING: could not determine root device from /etc/fstab
  179. [ubuntu] Kopete downgrade?
  180. [ubuntu] Need help with installation.
  181. [ubuntu] Help with Fstab
  182. [ubuntu] WebDAV broken?
  183. [ubuntu] External Hard Drives
  184. [ubuntu] Ctrl+Alt+Fn keys donīt work
  185. [all variants] Dovecot - setup sieve. How?
  186. [gnome] Wooden Theme
  187. [ubuntu] Compiz Snow help(hardy Herion)
  188. [ubuntu] Hardy Heron Questions/Problems
  189. [ubuntu] First, Compiz made the screen go blank, now after I uninstal it, I can't.
  190. [ubuntu] Does anyone use Gnomad2 with their MP3s?
  191. [ubuntu] First, Compiz made the screen go blank, now after I uninstal it, I can't install it.
  192. [ubuntu] terminal root user problem
  193. [ubuntu] I have no swap?
  194. [ubuntu] emesene notification plugin
  195. Options for /host partition
  196. [ubuntu] Unable to Connect to the Internet
  197. [ubuntu] Gmail under Evolution problem
  198. [ubuntu] how DO I start programming with ruby
  199. [ubuntu] Ubuntu internet connection is slight slow than XP.
  200. [ubuntu] Can't login after installing flash
  201. Vista Ultimate and Ubuntu 8.04
  202. [ubuntu] No title bar and menu bar
  203. [ubuntu] My 2 Problems
  204. [ubuntu] refresh @ 50hz after enabling nvidia restricted drivers
  205. [ubuntu] Stuck in wrong resolution?
  206. [gnome] Really odd Gnome problem.
  207. [ubuntu] mounted samba volumes do not show up on desktop
  208. Very Confused....Wubi Problem
  209. [ubuntu] OpenOffice
  210. [ubuntu] Hardy: concern over this fuse.gvfs-fuse-daemon thing
  211. [all variants] komodo edit character encoding problem
  212. [ubuntu] Fontconfig warning invalid constant used lcdfilterlegacy
  213. [ubuntu] Need help fixing sound after upgrade to Heron
  214. [other] research about debian kernel
  215. Loads BusyBox instead of Ubuntu
  216. [ubuntu] Something has filled my hard drive completely (only 80 kb left!!!)
  217. [ubuntu] Title bar on windows missing after messing with Adv. Desktop Effect Settings
  218. [ubuntu] Very stupid Compiz problem in Hardy...
  219. [ubuntu] I cant boot into windows xp anymore
  220. [xubuntu] Question
  221. [ubuntu] Visual effects program forgot the name
  222. [ubuntu] Cannot Boot into Ubuntu After Windows XP Install
  223. [ubuntu] [7.10] Xsane gives Segmentation fault (core dumped)
  224. [ubuntu] Convert Tool (IMG / NRG / MDF) to ISO
  225. [ubuntu] dual booting problems
  226. [ubuntu] Terminals command problem
  227. [ubuntu] [SOLVED] data recovery from a flash card
  228. [all variants] hardy heron on ultra10
  229. [ubuntu] GUTSY NTSF drives are gone
  230. [ubuntu] Electrical CAD software?
  231. [ubuntu] Sound problems in 8.04
  232. [ubuntu] Where is the advertised voice command?
  233. [ubuntu] Can't rename partitions in Hardy
  234. [ubuntu] GRUB problems - loading old Kernel
  235. [kde] How to move link on panel?
  236. [ubuntu] setting screen resolution in VirtualBox
  237. [ubuntu] can i run an existing windows xp on hardy heron?
  238. [xubuntu] US xubuntu mirror returns "page not found"
  239. [ubuntu] Leaving a copy of mail in the server
  240. [all variants] recover files from ext3 partition
  241. [ubuntu] hardy heron install freezes
  242. [ubuntu] Thunderbird from the repos looks like crap
  243. [ubuntu] No sound in pidgin during Music
  244. [other] [SOLVED] how nautilus-scripts for all users
  245. [xubuntu] gdm do not works with XDMCP
  246. [ubuntu] How to do a write/verify test on data tapes with a Storagetek L700e robotic library
  247. [other] SSH & Authorized keys
  248. [ubuntu] howto?
  249. [ubuntu] 2 questions..
  250. [ubuntu] compiz, awn, & emerald themer