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. [kubuntu] Hard Drive is loading up by himself
  2. [other] Can't access hard drive
  3. [ubuntu] Firefox problem I need to allow a pop up
  4. [ubuntu] [SOLVED] How to change partition sizes on Ubuntu server (not desktop) ?
  5. [ubuntu] problems with title bar and emerald
  6. [kubuntu] Windows Runs Chkdsk After I Run Ubuntu, It Is Unskippable
  7. [ubuntu] [SOLVED] Ubuntu won't boot without Internet Connection
  8. [ubuntu] [apt-get] ESSENTIAL beginner question!!
  9. [ubuntu] Vista and Ubuntu HDD problems
  10. [ubuntu] Need help with data recovery *urgent*
  11. [all variants] Script to convert mp3 files to smaller sample rate?
  12. [ubuntu] Change console resolution and font
  13. [ubuntu] Open Office Dictionary
  14. [ubuntu] hibernation problem on 8.04 after meddling with swap
  15. [ubuntu] Finding My Documents
  16. [ubuntu] usb's not working
  17. [ubuntu] Bootable from flashdrive?
  18. [ubuntu] Compiz Malfunction?
  19. [ubuntu] 804x86::Noise::apm?acpi?
  20. [ubuntu] Solid State Drive SSD Write Minimisation
  21. [all variants] HDR Photo in ubuntu
  22. [ubuntu] Why does resolv.conf reset itself always and how do I turn it off?
  23. [ubuntu] Compiz effects (cube/etc.) aren't working...
  24. [ubuntu] Where is default wallpaper location stored?
  25. [ubuntu] installing lirc
  26. [all variants] Never download xorg-driver-fglrx?
  27. [ubuntu] russian on the keyboard?
  28. [all variants] windows xp installer doesn't recognize partitions
  29. [xubuntu] Mounting NTFS drive.
  30. [ubuntu] 2 questions one about compiz one about looking glass
  31. [ubuntu] Cannot Connect To WPA Personal Wireless Network..
  32. [ubuntu] Still miss one thing from Windoze: Keytext or Autokey
  33. [ubuntu] Problem playing videos on YouTube
  34. [all variants] Tango theme for Lime / Frostwire
  35. [all variants] A7S333 Mobo only showing monochrome-ish colors
  36. [gnome] Make hardware drivers notificatin go away, and remove drive icon from desktop
  37. [xubuntu] nm-applet keeps asking for my password on startup
  38. [ubuntu] ccPublisher
  39. [ubuntu] "NTFS signature is missing" and other ntfs-3g type issues
  40. [ubuntu] [DUAL BOOT] Wubi or clean install???
  41. [ubuntu] aMSN, Sounds, Java, FireFox. please help
  42. [ubuntu] After recordmydesktop, how to convert ogv to avi (divx)?
  43. Wrong menu.lst/intramfs
  44. [ubuntu] Problem compiling XChat
  45. Announcing the release of FutureLooks 2!
  46. [ubuntu] Transmission - Downloads and strange colours
  47. [ubuntu] Share drive (external NAS)
  48. [ubuntu] crontab
  49. [ubuntu] inkscape 0.46 affected by compiz-window-decorator plugin
  50. [ubuntu] my Gnome task/menu/start bar disappeared
  51. [all variants] Epiphany and Firefox problems with dark themes
  52. [ubuntu] Need oxygen icon theme
  53. [xubuntu] diagnosing my slow performance issues
  54. [ubuntu] Is it possible to make Open Office, look like Office 2007?
  55. [ubuntu] C++ compiler (or how to install programs in general)
  56. [ubuntu] Live CD tool?
  57. [ubuntu] First part of shutdown doesn't use usplash, just shows text
  58. [all variants] What's the best way to disable menus and applications?
  59. [ubuntu] [Dual Boot] Partition strategy??
  60. [ubuntu] VMWare not in Hardy x64 Repositories?
  61. [ubuntu] VMWare Widescreen Help Needed
  62. [ubuntu] [SOLVED] Nvidia driver issues
  63. [ubuntu] Screensaver Background
  64. [ubuntu] Virtual Soada Spill - Help
  65. [ubuntu] Sound again Firefox 3
  66. [ubuntu] no response after screen shuts off
  67. [ubuntu] Ubuntu will not boot!
  68. [ubuntu] removing grub from external?
  69. [kubuntu] ubuntu or gnome color scheme?
  70. [ubuntu] very new user
  71. [ubuntu] Not Booting, md0 error, dropping to busybox
  72. [ubuntu] simple one!
  73. [ubuntu] java application not working
  74. [ubuntu] drivers kill pc
  75. [ubuntu] NVidia Screen Resolution
  76. [ubuntu] Question concerning Dual-Booting Windows and Ubuntu 7.10
  77. [ubuntu] compiz problem...
  78. [ubuntu] [SOLVED] Volume labels in 8.04
  79. Wubi and Ubuntu
  80. [ubuntu] Recover files from cf card (with photorec)
  81. [ubuntu] Remote desktop keyboard layout
  82. [ubuntu] usb devices not automatically mounted
  83. [ubuntu] change sudo user's UID
  84. [ubuntu] [Dual Boot]virus concern and partitioning
  85. [gnome] embedded terminal
  86. [ubuntu] Deluge doesn't start!
  87. [ubuntu] change sudo user's UID
  88. [ubuntu] Segmentation Fault running graphical applications
  89. [all variants] How to uninstall KDE and KDE4?
  90. [SOLVED] Unicode filename in Wubi mounted NTFS partition
  91. [ubuntu] Cairo-dock in Enlightenment DR17
  92. [ubuntu] XSensors Help, It Wont Work
  93. [other] Xampp doesn't work without internet.
  94. [ubuntu] [SOLVED] AWN update
  95. [ubuntu] WTF Transmission!?!?
  96. [all variants] Find all filenames containing non-ascii characters.
  97. [ubuntu] Mr Update took my sound & video
  98. [ubuntu] ms mouse issue + remapping kb
  99. [ubuntu] [SOLVED] Ubuntu 8.04 hangs at the Bird
  100. [ubuntu] broken package, won't let me remove/reinstall
  101. Ubuntu refuses to load
  102. [all variants] howto virtually combine 2 hdd
  103. [ubuntu] Printing on Ubuntu 8.04 LTS sharing with Windows XP
  104. [ubuntu] Visual Problem
  105. [ubuntu] Kernel Upgrade / Nvdia driver issue
  106. [ubuntu] Mplayer audio
  107. [ubuntu] Ubuntu and Overclocking
  108. [all variants] Maximum suspend/awakenings without restart?
  109. [ubuntu] a Quick bit of perl help please
  110. [ubuntu] Im in trouble with xserver
  111. [ubuntu] After hibernate/s2disk, desktop looks crazy [screenshot]
  112. [gnome] Command to show screenlets
  113. [kubuntu] 4 HDDs Ubuntu Freezes Up Must Defrag XP?
  114. [ubuntu] Hardy-Tracker keeps resetting stats
  115. [ubuntu] [SOLVED] An endless loop /.Trash/user/Desktop/user/Desktop
  116. HOW TO: Pidgin + MSN Personal Messages
  117. [ubuntu] 2nd HDD, Can't Copy FIles Across
  118. [ubuntu] how to move a file from /etc/ssl/private directory
  119. [ubuntu] Not able to use administrative programs
  120. [all variants] perl cgi script is it possible?
  121. [all variants] reconfigure xorg
  122. [ubuntu] I want alternatives to these Windows programs
  123. [ubuntu] OpenOffice menu in a different language
  124. [ubuntu] trying to get the printer to work
  125. [ubuntu] "extract here" on iso image appends ";1" to filenames
  126. [ubuntu] Configure Gnome Panel clock/calendar to use Thunderbird/Lightning
  127. [ubuntu] The Login window going out of screen.
  128. [ubuntu] C library usb
  129. [ubuntu] Samsung Monitor 2232BW and UBUNTU
  130. Is Wubi installer on CD?
  131. [ubuntu] Is it ok?
  132. [all variants] alternatives for everyone! : )
  133. [ubuntu] Sound Doesn't Work Anymore
  134. [all variants] [SOLVED] VirtualBox OSE doesnt work
  135. [SOLVED] how can i convert a DOC to PDF format in linux
  136. [ubuntu] Rsync woes - backup to ext3 partition.
  137. [gnome] how to reactivate compiz
  138. [ubuntu] media icons on desktop
  139. [ubuntu] Netcomm AM5066 modem not working on turn on.
  140. [ubuntu] [SOLVED] installing and running common lisp on ubuntu
  141. [ubuntu] 7.10 doesn't always boot
  142. [ubuntu] GDM hangs with a rotating busy pointer
  143. [ubuntu] Super Admin
  144. [ubuntu] Software updates included in Ubuntu repositories? (Firefox 3 RC1)
  145. [ubuntu] please help x config
  146. [ubuntu] Download Directory
  147. [other] A Good mobile phone for ubuntu?(CAlendar, etc..)
  148. [ubuntu] [User account] Change default user
  149. [xubuntu] Kde apps are all segfaulting
  150. [ubuntu] Unexplained stalling after long activity
  151. [ubuntu] Can I erase ubuntu in dual boot ?
  152. [ubuntu] UBUNTU specific for AMD chips?
  153. [ubuntu] Python program as root in menu
  154. [all variants] a really big GRUB problem, i'm probably screwed
  155. [ubuntu] a question about looking glass
  156. [ubuntu] [SOLVED] Prepare Partitions
  157. [ubuntu] Black Screen problem
  158. [gnome] opacity option in metacity
  159. [ubuntu] Inconsistent disk usage stats
  160. [all variants] Cursor keys stop working for less (pager)
  161. [ubuntu] Suddenly, nothing works?
  162. [edubuntu] flash blues
  163. [ubuntu] change booting screen
  164. [other] What gui font do people use?
  165. [all variants] Low ressources gtk-recordmydesktop in systray ?
  166. [ubuntu] Email broken in Hardy Heron
  167. [ubuntu] 8.04 FF3 Unable to Update Extensions
  168. [all variants] lsb Linux Standard Base
  169. [ubuntu] Wubi versus straight install of Hardy Heron
  170. [all variants] nvidia card not properly detected
  171. [ubuntu] Load average is going wild
  172. [ubuntu] applications menu show
  173. [ubuntu] How do I writer a script for three commands?
  174. [ubuntu] The greater application appears to be crashing. Attempting to use another one.
  175. [ubuntu] Errors launching displayconfig-gtk
  176. [ubuntu] adsl modem driver
  177. [ubuntu] Facebook image resolution problem
  178. [ubuntu] google Earth Problem
  179. [ubuntu] No sound in openoffice
  180. [ubuntu] qjoypad dependency problem
  181. [ubuntu] [SOLVED] Screensaver Plugin
  182. [gnome] Getting icons to appear in a Compiz theme
  183. [ubuntu] brief system hangs when scrolling & typing
  184. [ubuntu] Emerald Themes Not "Sticking"
  185. [ubuntu] Help Uninstall.
  186. [ubuntu] Firefox + Flash
  187. [all variants] Screen 'Refreshes' Often then not all Elements are Reloaded
  188. [all variants] Add number of thanks
  189. [xfce] disable richt-click on xfce4 desktop
  190. [kubuntu] OpenOffice came with cute system icons... where can I get them again?
  191. [ubuntu] Shutdown process doesn't complete
  192. [xfce] Multiple cairo-docks (help)
  193. [all variants] LVM/EVMS messed up now i cant mount /boot
  194. [ubuntu] How to install "Apple Macintosh LC" in Virtualbox under Linux?
  195. [ubuntu] Help me identify the troublesome fan...
  196. [ubuntu] Failed to initialized HAL, can't mount USB, log-out icon locks-ups
  197. [gnome] Can't Download JPEG Imagies With 7.10
  198. [ubuntu] Huge icons in Thunar
  199. [ubuntu] XGL working but use Mesa drivers
  200. [ubuntu] change directory
  201. [gnome] Fonts in screenlets are ugly
  202. [kubuntu] Loading kernel modules help!
  203. [ubuntu] How to run a manual file system check?
  204. [ubuntu] keyboard shortcuts broken
  205. [ubuntu] complete list of apts?
  206. [edubuntu] For Sale Brand New Apple iPhone 16gb 1.1.4version $ 350usd
  207. [ubuntu] Nautilus_Acess&automount&wineDoors
  208. [ubuntu] Freeze-up With Maximized Windows?
  209. [ubuntu] Running Programs at boot
  210. [ubuntu] Windows Applications In Ubuntu
  211. [ubuntu] Question about systray in Cairo-dock
  212. [all variants] confuse... which dvd image is perfect for me
  213. [ubuntu] Audio suddenly stopped working
  214. [ubuntu] 8.04 Gnome/X reproducible 'random' crashes, how do I trace the crashes?
  215. [ubuntu] Can't Download JPEG Pictures With 7.10
  216. [ubuntu] iptables slowly
  217. [gnome] Trouble with the cd Drive
  218. [ubuntu] How do I use the "at" command in a shell script?
  219. [ubuntu] Problem with Shell script (executing)
  220. [ubuntu] Gray Flash Content
  221. [ubuntu] Thunar: Desktop shortcut not working
  222. [ubuntu] Unable to run compiz fusion on my laptop with Intel GMA 950
  223. [ubuntu] Desktop Effects could not be enabled
  224. [ubuntu] Alt+Ctrl+Tab
  225. [other] Can I use PulseAudio to stream the sound from Win machine?
  226. [ubuntu] ut2004 over range
  227. [other] Dos Emulator
  228. [other] lost ALL data :(
  229. [ubuntu] Cannot Open Bitorrent
  230. Wubi uninstall problem
  231. [all variants] Trying to log custom text on startup
  232. [other] [SOLVED] Messing around with Python, this seems weird
  233. [all variants] Using Transmission from remote client
  234. [ubuntu] Xorg makes whole ubuntu laggy and causes stuttering
  235. [all variants] Formating a external...
  236. [ubuntu] {help} any easy way to install anaglyph plugin ?
  237. [ubuntu] cannot install firefox addons
  238. [ubuntu] Activing extra 3d effects all windows disappear o_O
  239. [ubuntu] subprocess post-removal error
  240. [ubuntu] Firefox 2 doesn't use my mouse navigation buttons
  241. [ubuntu] Yuraku Monitor No Signal
  242. [ubuntu] [SOLVED] Conky cuts off at bottom
  243. [all variants] kernal newbie question
  244. [ubuntu] 5.1 sound and Compiz
  245. [ubuntu] Cursor jumps back a few words
  246. [ubuntu] Documents and Settings
  247. [ubuntu] Cant boot (after grub)
  248. [ubuntu] root logins
  249. [ubuntu] Problem with DVD
  250. [ubuntu] Umbuntu on usb device