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] What processor should I upgrade to?
  2. [ubuntu] Opening firefox totally covers up gnome
  3. [ubuntu] How much ram does Ubuntu use?
  4. Wubi on a Triple Boot System?
  5. [all variants] Which should I use, Qemu, Virtualbox, or VMWare?
  6. I can't get it out of safe mode, should i just uninstall through wind then reinstall?
  7. [ubuntu] Window blur will not disable
  8. [all variants] Installing Xerox WorkCentre 7335
  9. [ubuntu] How to convert the KAR sound/video files to Avi?
  10. [kubuntu] KDE effects?help
  11. [ubuntu] bad reload - hibernation command
  12. [all variants] Readding drive to raid 5 array (mdadm)
  13. [ubuntu] Open Office Opens Excruciatingly Slow
  14. [ubuntu] [SOLVED] Defective Java RTE with Openoffice base on 8.04
  15. [all variants] bootup messages strange message
  16. [ubuntu] Setting up boot stuff
  17. [ubuntu] install UPS gamatronic smart compact 650 on ubuntu hardy
  18. [ubuntu] gramofile 1.6.8 (hardy) problem
  19. [gnome] themes deleted
  20. [ubuntu] Firefox profiles, Windows, and Ubuntu
  21. [ubuntu] Hardy won't boot at all
  22. [ubuntu] olsrd service starter not doing anything
  23. [ubuntu] [SOLVED] virtual box in Ubuntu 8.04
  24. [all variants] Libraries in /lib not seen in shell scripts in Hardy
  25. [xfce] Lots Of Lag When Resizing
  26. [all variants] apt-get versus aptitude?
  27. [all variants] [SOLVED] recursive copy preserving symlinks?
  28. [ubuntu] how do i change folder access priviledges?
  29. [ubuntu] Recovery of a 5 disk spanning linear raid (LVM) on Ubuntu 7.1
  30. [ubuntu] Dual Monitors Slow Menu/Resize At wits End :(
  31. [ubuntu] Command line question about rm -rf
  32. [ubuntu] wont activate desktop effects
  33. [ubuntu] Dual desktops with ATI graphics card refuse to work (sob)
  34. [ubuntu] [SOLVED] Disk is writing at 30% to 100% all the time(not firefox)
  35. [all variants] Simple VMware Questions
  36. [all variants] I don't likeTorrentFlux. Any ideas?
  37. [SOLVED] system-config-printer password problems
  38. [all variants] Finding and removing infrequently used packages
  39. [all variants] Fix For Kubuntu Boot Logging... Ubuntu Can Come Too
  40. [ubuntu] usb hard drive format and permissions
  41. [ubuntu] Software Sources
  42. [ubuntu] dpkg was interrupted
  43. [ubuntu] Awn
  44. [ubuntu] [knotes] Alarm setting greyed out??
  45. [all variants] Pidgin IRC Text Color
  46. [ubuntu] unable to start wink in 8.04...
  47. [ubuntu] saving ubuntu partition with partimage in dual boot..
  48. Mounting root.disk inside Windows?
  49. Urgent Grub Files Vanished Need Help Urgent
  50. [ubuntu] How do I change the font used on a panel?
  51. [ubuntu] Missing MBR-helper? + Buffer i/o error
  52. [gnome] Resize activation region on windows, expandable?
  53. [ubuntu] SOme Problems
  54. [ubuntu] [SOLVED] Problems with CD drive & Wired Conenctions
  55. Wubi 8.04 under Windows 98SE -> Problems
  56. [ubuntu] Update Manager fles
  57. [ubuntu] Ekiga sound problem
  58. [ubuntu] fglrx + other restricted drivers aren't showing up in Jockey/Hardware Drivers utility
  59. [ubuntu] Basic way to write a string to a file
  60. [ubuntu] aMSN - How to Auto start during boot?
  61. [kubuntu] Monitorless Setup
  62. [ubuntu] Driver needs updating using bus_type_methods?
  63. [ubuntu] Mouse getting crazy, causing instability of the system
  64. [ubuntu] Emerald Error
  65. [all variants] [SOLVED] Using syslinux to boot from 2nd partition...or do I need GRUB?
  66. [ubuntu] XGL Compiz Error?
  67. [ubuntu] Files
  68. [gnome] Firefox crashing down every i open flash
  69. [ubuntu] serial ports problem
  70. [ubuntu] Software updates from the command line
  71. [ubuntu] [SOLVED] Starting from the ground up : Which Bios is right for me?
  72. [ubuntu] /home/lost+found folder clean up
  73. [all variants] Firefox Beta
  74. [other] Going Command-o...
  75. [ubuntu] Suspend/Hibernate in Hardy solved (for me)
  76. [ubuntu] If i make another partition and install windows ultimate on it what will happen?
  77. how can I run wubi with less than 256mb of RAM
  78. [ubuntu] Mac lookalike
  79. [ubuntu] digiKam in Hardy - could not open network socket
  80. [ubuntu] [objective] XP reinstall w/ Minimal 8.04 impact
  81. [ubuntu] 32 or 64-bit processor? (cpuid output)
  82. [all variants] [Ubuntu Studio] Unlocking issue
  83. [ubuntu] nm-applet problem
  84. [other] using quemu to run win2k
  85. [ubuntu] Water effect doesn't work, others do
  86. [ubuntu] Removing Ubuntu - Reformat Hard Drive
  87. [ubuntu] Need advice on istalling ubuntu alongside XP
  88. [ubuntu] [SOLVED] compiling help!!
  89. [SOLVED] 8.04(x64) No sound after suspend/resume
  90. [ubuntu] keyboard shortcuts won't work on hardy
  91. [ubuntu] Sound stops and won't start until session reload.
  92. [all variants] Access ext3 from Windows or NTFS from Linux
  93. [gnome] Themes MADness!!!
  94. [ubuntu] Sound stopped working
  95. [ubuntu] Problems With Totem On Hardy Heron?
  96. [ubuntu] Update Manager update troubles
  97. [gnome] [SOLVED] Where is Preferences > Hardware Information?
  98. [ubuntu] Screenlets Refuse To Load
  99. [ubuntu] Should I be worried about a virus?
  100. [ubuntu] referencer help
  101. [mythbuntu] External USB HDD shows up but doesn't automount
  102. [ubuntu] No tabs in bottom panel
  103. [ubuntu] [SOLVED] low graphics mode after kernel update?
  104. [ubuntu] how to find the unmounted disk space ?
  105. [ubuntu] [SOLVED] Resolution Problems
  106. [ubuntu] How to get MPX working on Hardy Heron
  107. [xfce] change color of post-login splash screen background?
  108. [ubuntu] auto emailing screenshot script/application?
  109. [ubuntu] Package to Extract Audio from DVD?
  110. [ubuntu] Problems with flash player on youtube
  111. [ubuntu] console refresh rate
  112. [all variants] monitor connections, sessions, and bandwidth
  113. [ubuntu] strange problem with audacious
  114. [ubuntu] Accessing files and folders named with international characters on NTFS mount
  115. [ubuntu] rebooted without nav bars
  116. [other] [SOLVED] [LinuxMint]Problem to install customized LiveCD
  117. [ubuntu] [SOLVED] initrd.img-2.6.24-16-generic dosn't exist
  118. [ubuntu] java problems firefox 2
  119. [ubuntu] HP prints blank pages
  120. [ubuntu] xsane crashes gnome upon trying to scan
  121. [ubuntu] Best apps setup I've found yet
  122. [all variants] Kick off a process in the background on a remote machine
  123. [ubuntu] location
  124. [ubuntu] Hardy doesn't wake up after suspend
  125. [ubuntu] getting apt to ignore a manually installed dep
  126. [ubuntu] [SOLVED] svn: PROPFIND request failed
  127. [all variants] Can anyone explain what's wrong with Bundle::CPAN?
  128. [ubuntu] Need standard greek in open office.
  129. [all variants] How do you restore just one particular file using sbackup restore?
  130. [ubuntu] iPod Issues.
  131. [ubuntu] Permission of files copied from CD/DVD are set to root
  132. [ubuntu] crontab runs invisible and does not start gui's
  133. [all variants] No windows borders after yesterdays Compiz update
  134. [ubuntu] problem, need help
  135. [other] UME and Java
  136. [ubuntu] [SOLVED] Cannot Display this Video mode
  137. [ubuntu] Kernel Location
  138. [ubuntu] [SOLVED] I can't change the keyboard layouts
  139. [kde] IMAP Email checker in taskbar / desktop widget
  140. [ubuntu] Managing groupwise with consoleone
  141. [ubuntu] My Ubuntu in Vmware can not connect outside
  142. [mythbuntu] How to get seperate resolutions on seperate monitors (ATI)
  143. [ubuntu] X Server fails to start GDM blinking screen!
  144. [ubuntu] ATI drivers - installed, but problems are still here
  145. [ubuntu] How to type this attribute: | ?
  146. [mythbuntu] How to get seperate resolutions on seperate monitors (ATI)
  147. [ubuntu] Administrative apps won't launch... dbus?
  148. [gnome] I can't install some themes from gnome-look.org
  149. [ubuntu] [SOLVED] cant find 'that' post (xorg tweaking)
  150. [ubuntu] Skype & Exaile caused system freeze
  151. [ubuntu] multiple archeives
  152. [ubuntu] Fixing MBR and booting Windows
  153. [gnome] Unable to get cube effect
  154. [ubuntu] Hardy Heron (8.04) upgrade, temperature shutdown problem
  155. [all variants] [Solved] Latex and url.sty
  156. [ubuntu] help sync /usr folder ubuntu pc1 with pc2
  157. [ubuntu] Ubuntu VirtualBox Devices Menu??
  158. [ubuntu] Disabling Window Effect
  159. [ubuntu] [SOLVED] tatung C5dZR Resolution problem
  160. [ubuntu] PulseAudio suspected to cause freezes
  161. [all variants] [SOLVED] unpacking rar?????
  162. [ubuntu] Ubuntu 8.04 black screen while playing games
  163. [ubuntu] Compiz + Xinerama + Nvidia?
  164. [ubuntu] Brother MFC-9420CN - problems printing pdfs and images
  165. [ubuntu] [SOLVED] After Update I boot to blank screen???
  166. [ubuntu] Removing Programs ThroughTerminal
  167. [ubuntu] Copy/ Make Directory (in /proc)
  168. [ubuntu] Trying To Install Modem
  169. [ubuntu] Cedega + sound + graphics
  170. [all variants] Script in Autostarted Apps loading twice.
  171. Wubi Problem
  172. [ubuntu] Dual Monitor independant Cubes
  173. [ubuntu] [SOLVED] Package Manager won't open
  174. [ubuntu] [USB] VMWare Windows grabs USB all the time!! Ubuntu priority?
  175. [ubuntu] Evolution 2.22.1.1 Cannot Access Exchange GAL
  176. [ubuntu] install dazuko on gutsy
  177. [ubuntu] USB Hard drive won't automount
  178. Ubuntu Bug - Report to Launchpad?
  179. [ubuntu] batch renaming with the rename command
  180. [ubuntu] Share your girlfriend friendly setup and offer your thoughts, please :)
  181. [ubuntu] %u.com launched when following links
  182. [ubuntu] Problem Running a Windows Partition in VMware
  183. [ubuntu] Visual effects depends to a user connected !!
  184. [ubuntu] [SOLVED] Accessing the clock blocks the panels (Evolution+google calendars?)
  185. Need help- lost drive space
  186. [ubuntu] Installing kernel 2.6.24-17-generic
  187. [all variants] how do i own a disowned process
  188. [ubuntu] Do I really need a swap partition?
  189. [all variants] Installing Ubuntu on a laptop with no cd-rom?
  190. [ubuntu] Ubuntu randomly crashes
  191. [ubuntu] HP dv9700z help....
  192. [kubuntu] Openoffice 2.4/Kubuntu8.04 Telugu Fonts - not working...
  193. [ubuntu] Installing snort on 8.04 server
  194. [xfce] Touchscreen on LifeBook B2131 - how to calibrate?
  195. Hasn't Mounted An NTFS Disc
  196. [gnome] How do I change the gnome panel launcher properties?
  197. [ubuntu] Trouble installing GIMP brushes
  198. [ubuntu] disk partitioning?
  199. [ubuntu] "transport" sw package
  200. [ubuntu] general installing issues ._.
  201. [ubuntu] [SOLVED] Frequency scaling dead?
  202. [xubuntu] Can partition but won't format
  203. [all variants] [SOLVED] Need to reset Synaptic
  204. [all variants] Is Nvidia graphics required to attain stable Compiz effects?
  205. [gnome] Menus are slow to open
  206. [ubuntu] [SOLVED] can't downlaod dependancies
  207. [ubuntu] Why Monitor Resolution Change
  208. [ubuntu] ssh on window connect ubuntu
  209. [ubuntu] [SOLVED] Panels doesn't hide during OOo presentation
  210. [other] [SOLVED] No more dual-booting...
  211. [all variants] Chopped-up screen on boot/ubuntu
  212. [ubuntu] Backing Up
  213. [ubuntu] Help getting live CD to work on desktop.
  214. [ubuntu] [SOLVED] open / save dialog boxes are now too slow
  215. [gnome] Get rid of "Hide Panel" buttons
  216. [ubuntu] Loss of administration Authorization
  217. [ubuntu] Power Management
  218. [kubuntu] change Kmenu (kicker) icon in kde4 8.04 kubuntu
  219. [all variants] Where is ~ Tilde Defined?
  220. [kubuntu] LaTeX package info
  221. [all variants] [SOLVED] Network Shares... a little help?
  222. [ubuntu] [SOLVED] Help automating ntfs partition mount
  223. [ubuntu] emulating WIN logon scripts
  224. [ubuntu] Printers via Wireless Printer Server
  225. [ubuntu] Messed up my Ubuntu Partition
  226. [ubuntu] How do i make ubuntu even smaller?
  227. [all variants] translation errors
  228. [ubuntu] something just isn't right....
  229. [ubuntu] Printer sharing
  230. [all variants] Kernel Installation Question
  231. [ubuntu] No Record with Audacity
  232. [ubuntu] Compiz Fusion Problem
  233. [all variants] Detect USB drive connection, auto-run script.
  234. [ubuntu] Richo 1515MF driver?
  235. [all variants] bulk-printing HTML?
  236. [all variants] Permissions, permissions, permissions. Can you help?
  237. [ubuntu] /usr/share/mime/application - 155 .xml files borked
  238. [ubuntu] Ubuntu is always built on Debian Sid?
  239. [ubuntu] Removing Ubuntu
  240. [ubuntu] All user profiles should match
  241. [ubuntu] Help me edit mt fstab file to add a partition
  242. [ubuntu] Firefox 3 g_object_unref & gdk_draw_image
  243. [ubuntu] window takeover (?)
  244. [ubuntu] Help with Compiz-fusion on Dell XPS M140!
  245. [all variants] Anybody cracked the 15 sec solid colour wait after login
  246. [ubuntu] how to keep disk (partition) icons on desktop after reboot ?
  247. [ubuntu] Some effects (enhanced desktop zoom, shift switcher) not working in Hardy
  248. [ubuntu] problem downloading ubuntu 8.04 with jigdo in windows?
  249. [ubuntu] Monitor Question
  250. [ubuntu] Static / Feedback sound in headphones