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] [SOLVED] update problem
  2. [ubuntu] how to rotate cube ?
  3. [xubuntu] USB drive won't mount
  4. [all variants] How to set Chinese character input?
  5. [ubuntu] [SOLVED] update problem
  6. [ubuntu] Hardy login problems
  7. [all variants] BOINC and use of disk space
  8. [kubuntu] KDM Assistance Needed
  9. [ubuntu] How to uninstall other operating systems
  10. [ubuntu] Error installing kernel update
  11. [ubuntu] [SOLVED] Removed /var/log/. How to fix?
  12. [all variants] Unused Kernel Headers
  13. [ubuntu] [SOLVED] Interference with monitor.
  14. [all variants] Problem Partitioning and fstab
  15. [ubuntu] [SOLVED] Problem copying to/from USB flash drive
  16. [ubuntu] Remastersys on my Hard drive
  17. [ubuntu] Ubuntu inside Windows Vista
  18. [ubuntu] How to update VMware Workstation from 6.0.3 build-80004 to 6.0.4 build-93057?
  19. [ubuntu] Thunderbird Address Book - contact photo plugin request
  20. [ubuntu] USB SIM Card Reader with PL2303
  21. [ubuntu] gpg error
  22. [ubuntu] [SOLVED] can't view xp partiton whith ubuntu
  23. [ubuntu] What plugin causes grey program windows if they crash/don't respond?
  24. [all variants] Put CD integrity check function FIRST on menu
  25. [ubuntu] Manually start MySQL and Apache in Desktop Development LAMP
  26. [ubuntu] evolution problem - deleted message wont disappear
  27. [ubuntu] Running .py files
  28. [ubuntu] delete all of a certian file type
  29. [all variants] What surefire way is there to pipe output to another command?
  30. [ubuntu] [SOLVED] linux-kernel image
  31. [ubuntu] Winxp + samba + share
  32. [ubuntu] Cloning/Backup LUKS volume
  33. [ubuntu] Software installation problems
  34. [ubuntu] What U Hear problem
  35. [ubuntu] Compiz fusion problem
  36. [ubuntu] Panel Font Colour
  37. [kubuntu] Automount ISO script??
  38. [ubuntu] [SOLVED] Can't write files to CD
  39. [ubuntu] Bootable CD creation
  40. [ubuntu] [SOLVED] Firefox running slowly and Flash errors
  41. [ubuntu] Ubuntu 8.04 and GNS3
  42. [ubuntu] phpMyAdmin not working with apache!
  43. [ubuntu] Desktop shouldn't be translated
  44. [edubuntu] ies4linux access on terminals
  45. [gnome] Applets Missing from top panel
  46. [ubuntu] USB Drive won't mount after usb install.
  47. [gnome] Fire
  48. [ubuntu] Mouse and keyboard buzzing
  49. [xubuntu] Can't download
  50. [other] Serious Dsplay problem
  51. [ubuntu] [SOLVED] MozBackup
  52. Error 15, file not found
  53. [all variants] Hardy says disk is full when gparted says it's not
  54. [ubuntu] Help: How to create an entry in /proc
  55. [ubuntu] purging old kernels from hardy issues
  56. [all variants] Source of RT Kernel
  57. [ubuntu] No bootscreen?
  58. [xubuntu] Won't boot after new hard drive installed
  59. [ubuntu] Google earth problem
  60. [xubuntu] bars at the top and bottom have vanished!
  61. [ubuntu] cannot remove startup apps!
  62. [ubuntu] Thunderbird Open Attachment with gnome-open
  63. [ubuntu] now cant log on, started with gnome panel crash?
  64. [ubuntu] card reader (sd problem)
  65. [ubuntu] AVR programming help
  66. [kubuntu] where is power management?
  67. [ubuntu] A game switches to windowed mode...
  68. [all variants] X display export woes; can't get there from here
  69. [ubuntu] Networking with XP problem
  70. [ubuntu] Windows Doesn't Boot.
  71. [gnome] Change Theme's Panel Seperator
  72. [ubuntu] Ooops
  73. [ubuntu] Need IE6 to report me as a Win2K user
  74. [ubuntu] Turn numlock on by default
  75. [ubuntu] preparing my laptop for WinXP -> Ubuntu 8.04 move
  76. [ubuntu] Can't download updates!
  77. [ubuntu] NTFS Drives [Hardy]
  78. [gnome] [SOLVED] Cannot change root theme!
  79. [ubuntu] Lost a profile folder?
  80. [ubuntu] [SOLVED] Apache2 troubles
  81. [ubuntu] A .Trash Problem I don't understand
  82. [ubuntu] Always Mount External drive to same mount point
  83. [gnome] panel autohide with/after AWN
  84. [ubuntu] Compiz Desktop Effects stopped working
  85. [ubuntu] changing login screen color in HH 8.04
  86. [ubuntu] wink not working
  87. [ubuntu] reinstall problem
  88. [ubuntu] using 2 desktops in compiz switching problem
  89. [other] kile: viewbib doesn't work
  90. [ubuntu] OpenOffice.org: Automatically Save As .doc File
  91. [ubuntu] Getting iPod to work with Amarok
  92. [ubuntu] Azureus problem
  93. [ubuntu] gnome icons
  94. [ubuntu] a question about root
  95. [ubuntu] I heve qeustions about Linux Ubuntu
  96. [ubuntu] Theming Root Apps
  97. [ubuntu] firefox and flash
  98. [ubuntu] Firefox Issue Solved?
  99. [ubuntu] Overheating.
  100. [ubuntu] I just updated the kernal. Now wireless internet doesn't work.
  101. [ubuntu] mysql deploy properties
  102. [ubuntu] Compiz causes white screen
  103. apt-fast : A Bash Script to Speed Things Along
  104. [ubuntu] how to format 2nd HD
  105. [ubuntu] broiken nvidia package after installing kernel 2.6.24-18
  106. [ubuntu] Parameters
  107. [ubuntu] Newbie on themes
  108. [xubuntu] firefox doesn't open files
  109. [ubuntu] How do i change the ubuntu logo next to applications?
  110. [ubuntu] Epiphany on Gutsy can't load gmail
  111. [ubuntu] Rapidshare cookie issue
  112. [ubuntu] terminal
  113. [ubuntu] Could not launch application
  114. [ubuntu] Broken Master Boot Record
  115. [ubuntu] Hardy Heron beta ? Can I find it
  116. [ubuntu] Problems setting up MySQL for Amarok
  117. [all variants] [SOLVED] USB floppy and popup window
  118. [ubuntu] Changed home directory
  119. [ubuntu] proper way of cleaning up partitions
  120. [ubuntu] [SOLVED] Editing boot menu problems
  121. [ubuntu] Wacom tablet configuration and settings?
  122. [ubuntu] Please help, why wont youtube work?
  123. [ubuntu] Just switched, trying to get adjusted
  124. [gnome] GDM obsolete in Gutsy?
  125. [ubuntu] Firefox, some spyware got in my memory cache!
  126. [ubuntu] Ubuntu PXE Boot
  127. [ubuntu] Synaptic stopped working from launcher
  128. [ubuntu] im trying to open the file for google earth
  129. [ubuntu] Alternative splash theme
  130. [SOLVED] I can only boot ubuntu(wubi instll.) with grub cd.
  131. [ubuntu] How can I find an unindexed file?
  132. [all variants] Getting a terminal bigger than 80x25 (Ctrl-Alt-F1)
  133. [ubuntu] Problems since Hardy
  134. [ubuntu] [SOLVED] need some phone help
  135. [ubuntu] Is there open source double checkers?
  136. [ubuntu] alarms in evolution 2.22.1.1 on Hardy - wrong time
  137. [ubuntu] Kodak Easyshare
  138. [ubuntu] Can't get code::blocks working on hardy?
  139. [gnome] "Open Console Here" in Gnome
  140. [kubuntu] OO mail merge broken in 8.04?
  141. [ubuntu] Ubuntu and Nokia 6500 Slide
  142. [ubuntu] MSHome Icon Missing
  143. [ubuntu] Weird problem trying to change wallpaper
  144. [ubuntu] Distro help
  145. [ubuntu] [SOLVED] Broken software sources
  146. [mythbuntu] Suggestions for wireless game controllers?
  147. [ubuntu] Hardy 8.04 freezing and lockups
  148. [ubuntu] [SOLVED] Cant Remove Azereus 3.0 (Vuze)
  149. [ubuntu] Create Table[IF NOT EXIST]
  150. [ubuntu] EEE 900 Ubuntu 8.04 help please
  151. [ubuntu] evolution doesn't receive mail after update!!
  152. [ubuntu] Book Live Cd from hard drive?
  153. [ubuntu] [SOLVED] Compiz not working with ATI Radeon HD 2400 Pro
  154. [ubuntu] unable to open System/Administration/Users and Groups
  155. [all variants] Hardy slow boot time
  156. [ubuntu] Nvidia - Which one to use
  157. [ubuntu] Atlantis issues since upgrade? Plus other questions.
  158. [all variants] How can I disable compiz?
  159. [ubuntu] Compiz not working on ATI 9250
  160. [ubuntu] odd problems
  161. [ubuntu] (hardy) sound problem
  162. [ubuntu] back up
  163. [ubuntu] Problem during shutdown (Hardy)
  164. [ubuntu] Administrative Application Wont Load
  165. [ubuntu] Lost sound after upgrading to Hardy
  166. [ubuntu] Terminal launching a new terminal (on typing "0")
  167. [ubuntu] cannot run shell command amixer from apache
  168. [ubuntu] [SOLVED] Firefox bookmarks aren't working
  169. [ubuntu] USB is not recognized
  170. [ubuntu] Heron freezing with latest kernel
  171. [ubuntu] can't get firehol to work
  172. [all variants] video file transfer with sony ericsson w610i file transfer
  173. [ubuntu] How to insert special characters without character map
  174. [ubuntu] Boot Sequence for Two Hard Drives
  175. [ubuntu] Sound turns off with 2 apps?
  176. [ubuntu] Wireless internet troubles
  177. [gnome] Help with python script for weather changing background
  178. [ubuntu] Firefox
  179. Wubi still doesn't work.
  180. [all variants] problem after debian installation
  181. [all variants] Fun with udev rules failing
  182. [ubuntu] 3D Cube
  183. [ubuntu] Help configure fax modem please.
  184. [ubuntu] no sound after fixing no sound in flash
  185. [ubuntu] Looks like a broke my boot splash
  186. [ubuntu] Installation won't recognize Hard Drive
  187. [gnome] Emblems displaying weirdly
  188. [ubuntu] Need help configuring xbox pad
  189. [ubuntu] keyboard,is,broken
  190. [ubuntu] installed hard drive missing GB?
  191. [ubuntu] Theme manager acts weirdly after kernel update
  192. [ubuntu] Ubuntu not seeing all of my ntfs partitions
  193. No boot after Wubi install...
  194. [ubuntu] windows closing, files not showing up
  195. [other] [SOLVED] bash script error
  196. [ubuntu] suspend on dell dimension 8400 with nvidia graphics
  197. [kubuntu] Well? KDE 4.0.5? Where Are You?
  198. [ubuntu] Ubuntu Port Scan Results?
  199. [ubuntu] I need help Command menu script
  200. [ubuntu] never had this problem with emerald before....
  201. [ubuntu] Compiz+Mozilla 3
  202. [all variants] minicom error
  203. [ubuntu] Desktop Effects could not be enabled, but Compiz-check is OK, intel onboard
  204. [ubuntu] compiz breaks vsync in videos
  205. [ubuntu] Mozilla and Ubuntu Add Ons
  206. [ubuntu] Access samba shares without password from XP (Hardy)
  207. [SOLVED] Vertical Monitor
  208. [ubuntu] Can't open two application that uses sound devices simultaneously
  209. [ubuntu] Display problem
  210. [ubuntu] Firefox 3RC2 Thoughts
  211. [ubuntu] [SOLVED] Corrupted fstab file?
  212. [ubuntu] how to delete a temp folder from home?
  213. Basic Question
  214. [ubuntu] Problem with Xrandr 1.2 utility
  215. [ubuntu] Ubuntu Freezing and not playing Nice after updates
  216. [ubuntu] CPU freq scaling won't change!
  217. [ubuntu] Epiphany plugins?
  218. [all variants] [SOLVED] Problems With the Repository Listings When Updating
  219. [all variants] This document cannot be displayed unless you install the Personal Security Manager
  220. [ubuntu] compizconfig settings manager problem
  221. [ubuntu] what platform of ubuntu to use standard or 64bit
  222. [ubuntu] Hardy behaving like Windows?? Not good.
  223. [ubuntu] Problem Installing Java as Root
  224. [SOLVED] Installing EnvyNG for Nvidia Card.
  225. [ubuntu] [SOLVED] Unable to open .txt files
  226. [ubuntu] Lost access to Compiz-fusion
  227. [ubuntu] uninstall evolution correctly
  228. [ubuntu] Live CD and "The folder contents could not be displayed."
  229. [ubuntu] Weird AIGLX/Compiz rendering bug?
  230. [ubuntu] File Sharing Problems
  231. [ubuntu] Last update broke some stuff (Applications menu, Firefox,..)
  232. [ubuntu] Intel Q6600 query
  233. [ubuntu] Install Lotus Notes 8.0.1 on 8.04: I messed it up...
  234. [ubuntu] Updating BIOS?
  235. [ubuntu] I Can't Boot Into Ubuntu!!!!
  236. [all variants] Thunderbird profile
  237. [ubuntu] Skype not installing on 8.04, lib packages broken
  238. [ubuntu] Error: Can't open display: 10.0.1.49:0.0
  239. [ubuntu] /home on it's own partition
  240. [kubuntu] alt+f2 / run command doesn't steal focus
  241. [ubuntu] Disk usage program
  242. [ubuntu] System update screwed my system up.
  243. [ubuntu] Application Menu - shortcuts missing
  244. [ubuntu] Can't get sound to play from more than one application
  245. [ubuntu] Installing fonts
  246. [ubuntu] php syntax highlighting doesn't work on Gutsy
  247. [kubuntu] Keyboard swap keys
  248. [ubuntu] titlebar problem
  249. [ubuntu] Matshita UJDA755 dvd won't play commercial dvds
  250. [ubuntu] Pls help Ubuntu Often Hangs....