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. [all variants] download from musopen.com
  2. [ubuntu] Need some help here - Telnet
  3. [ubuntu] Uninstalling Software
  4. [ubuntu] 8.04 full of bugs or I am noob?
  5. [ubuntu] Uninstalling Real Player
  6. [SOLVED] Unable to access external hard drive.
  7. [ubuntu] ATI X1400 wrong memory size!
  8. [ubuntu] 8.04 Firefox 2, Unable to install any addons
  9. [ubuntu] 8.04 access Windows Files
  10. [ubuntu] How can I auto mount volumes on start up?
  11. [all variants] Bookmarks in Firefox 3 gone
  12. [kubuntu] Hard drive insomnia
  13. [ubuntu] screen fuzzy after restarting
  14. [ubuntu] [SOLVED] hd backup/reinstall dvd
  15. [all variants] downloadable deb packages
  16. [all variants] repository scalability
  17. [ubuntu] New Around Here. Need Some Help.
  18. [ubuntu] Lost icons on desktop!
  19. [ubuntu] LimeWire Ubuntu 6.06
  20. [ubuntu] why won't my screenlets stay where its told?
  21. [ubuntu] Environmental Varibales
  22. [all variants] [SOLVED] Storing WebDAV calendars in different directories
  23. [ubuntu] Alltray and CrossFTP ( java javaws ) startup problem - HELP
  24. [kubuntu] Locked myself out of sudo?
  25. Cannot access Ubuntu from boot menu
  26. [ubuntu] Visual Effects Problems Ubuntu 8.04
  27. [ubuntu] how to icon themes
  28. [ubuntu] Slow File transfers
  29. [ubuntu] PHP and MySQL integration broken
  30. [ubuntu] [SOLVED] pat 2 is already configured
  31. [other] /dev/net/ cannot record more than 4GB...
  32. [kubuntu] Brother DCP-357C
  33. [ubuntu] [SOLVED] Mac style show all windows?
  34. [ubuntu] Lost Network Connectivity, ATi Driver, and HAL
  35. [ubuntu] Compiz not working at all (everything's missing)
  36. [gnome] [SOLVED] Is this a bug? nautilus looses side pane, toolbars
  37. [ubuntu] compiz in terminal messing hardware
  38. [ubuntu] Exporting Evolution Contacts?
  39. [ubuntu] asking for install disc
  40. [all variants] How to enable ext_attr?
  41. [ubuntu] FIU MIS Club Would like to invite Ubuntu To Present
  42. [ubuntu] ati 8.5 drivers white screen with compiz
  43. [ubuntu] vnc
  44. [ubuntu] will not shut down
  45. [ubuntu] cannot play dvds with totem
  46. [kubuntu] HP Photosmart C4180 and Kubuntu 8.04
  47. [gnome] Help meh :P
  48. [ubuntu] error in installing compiz fushion
  49. [ubuntu] Suspend on Inspiron 1720
  50. [ubuntu] Unable to delete files
  51. [ubuntu] The reason I always need to dump Evince
  52. [ubuntu] Best Opensource NMS
  53. [ubuntu] Error after every instalation; E: hal: subprocess post-installation script returned e
  54. [ubuntu] Hardy: GDM Login Window is SHIFTY
  55. [ubuntu] BusyBox on start-up?
  56. [ubuntu] Rythmbox question about playlist
  57. [ubuntu] re-add fusion-icon and screenlets icon to panel?
  58. [ubuntu] Status file please!
  59. [ubuntu] daily update breaks sudo
  60. [all variants] Why hasn't the sound been fixed?
  61. [ubuntu] I've lost my panels!
  62. [ubuntu] Can't click my desktop! Also, compiz is spitting an error at me...
  63. [other] Why is compiz so fast?
  64. [ubuntu] [SOLVED] +4 serial ports
  65. [ubuntu] Navigating in Terminal
  66. [ubuntu] Problem with Cairo dock/Screenlets
  67. [ubuntu] Can i get ubuntu 7.10 with all updates already on it?
  68. [kubuntu] Can't mount mp3 player since security update
  69. [kubuntu] cron problems
  70. [ubuntu] video drivers for compac presario 5448f
  71. [all variants] (oldfilename)~ files
  72. wubi on empty hard drive
  73. [ubuntu] LIRC and MythTV
  74. [ubuntu] screen saver freezes computer?
  75. [ubuntu] How to roll back ubuntu to an diffent day when
  76. Asian characters in /host displayed as ?
  77. [ubuntu] Bug Fixed But Help Needed
  78. [all variants] How Do Icons Work?
  79. [gnome] Mini Gnome Menu?
  80. [ubuntu] Understanding disk performance issues on NForce / SATA with iostat
  81. [ubuntu] Dual Boot Ubuntu and Foresight Linux?
  82. [ubuntu] System > Preferences > Sessions?
  83. [ubuntu] VNC resumable login fails on Hardy 8.04
  84. [ubuntu] Lost a folder on a partition but all other data intact. ideas?
  85. [ubuntu] Yet another problem with ATI
  86. [kubuntu] Access Denied
  87. [ubuntu] weather apps
  88. [ubuntu] Firefox not seeing all the fonts on the web
  89. [ubuntu] Default Runlevel
  90. [all variants] pulseaudio, recordmydesktop
  91. [ubuntu] Aspell and LyX problem
  92. Avoiding hard reboots
  93. [ubuntu] [SOLVED] alltray + Thunderbird = 100% CPU x 2
  94. [ubuntu] Print margins (page setup) - Gedit ...
  95. [ubuntu] [SOLVED] websites limited with firefox
  96. [all variants] Put a graphic watermark on the console (TTY)
  97. [ubuntu] Yuck, ugly fonts
  98. [ubuntu] Fixing Hardy Heron Suspend/Wake issues
  99. [ubuntu] few problems with hardy
  100. [ubuntu] Download [Help]
  101. [ubuntu] I like ubuntu, but i'm having a few problems..
  102. [ubuntu] Firefox closing randomly
  103. [ubuntu] default method to disable/enable metacity
  104. [all variants] Wiki Math in Firefox 3.0b5 is Ugly
  105. [ubuntu] Odd Error in Terminal
  106. [all variants] Wine
  107. [ubuntu] kopete and windows aim vid chat help
  108. [all variants] Add space to existing patition from a different drive
  109. [ubuntu] Magic lamp
  110. [ubuntu] Screen Resolution (user error)
  111. [all variants] cups-pdf custom page sizes
  112. [ubuntu] How do you make your own customized stacks?
  113. [ubuntu] WoW internal application error (wine)
  114. [all variants] Dump/Restore?
  115. [ubuntu] Serious Help Needed
  116. [ubuntu] Limewire - Always prompts me with conn wizard.
  117. [ubuntu] Evolution email toolbar settings
  118. [ubuntu] chmod files to 777 - still can't read
  119. [ubuntu] HP OfficeJet 4200, cant add from other computer. Both on Hardy Heron.
  120. [ubuntu] I have experienced some rather strang lockups lately
  121. [ubuntu] Evolution slowdown
  122. [kubuntu] Turn 24" monitors to portrait mode?
  123. [ubuntu] Firefox freezes after being idle awhile in Gutsy
  124. [ubuntu] Transmission Notification
  125. [ubuntu] Strange Conky behavior
  126. [ubuntu] VMware and Ubuntu
  127. [ubuntu] Ubuntu and Core duo processors?
  128. [all variants] [SOLVED] Keep Simdock in position
  129. [ubuntu] MX5000 keyboard asks for passkey on resume
  130. [ubuntu] ubuntu will give me a peach-colored screen for some reason.
  131. Error 15 - menu.lst wasn't found
  132. [kubuntu] Error with "gddccontrol"
  133. [all variants] Why won't mplayer restart as this script tells it to?
  134. [all variants] java sound api cannot be loaded? (tuxguitar)
  135. [ubuntu] Font preferences?
  136. [ubuntu] What the heck did I do?
  137. [ubuntu] qsynaptics dies
  138. [ubuntu] Need help with Backup script
  139. [all variants] HP OfficeJet K850 - I can't print wide format anymore!
  140. [ubuntu] Installing Nvidia Drivers???
  141. [ubuntu] [SOLVED] Is an animated wallpaper possible w/o compiz-fusion/beryl/emerald etc?
  142. [ubuntu] Gallery
  143. [all variants] Nicotine won't download containing folder
  144. [ubuntu] Printer help
  145. [ubuntu] Compiz not loading correct at start
  146. [other] Image Format Question
  147. [ubuntu] Login Screen Resolution
  148. [all variants] cpufreq-selector governors config file
  149. [ubuntu] [SOLVED] GLX missing after recent updates
  150. [other] bootlogd not showing entire boot
  151. [ubuntu] Problem with 'loadlin bzImage initrd ramdisk', wish help
  152. [ubuntu] High Cpu usage in Ubuntu 8.04
  153. Root File System Not Detected
  154. [ubuntu] loopback file with lvm at boot, how do I?
  155. [ubuntu] Conky fan state problem
  156. [xubuntu] USB drives ceased working, became read-only
  157. [ubuntu] How do I add fonts in Ubuntu 8.04?
  158. [ubuntu] Crash after Hibernate restoration
  159. [ubuntu] Ubuntu 8.04 freezes!
  160. [ubuntu] Transparent Windows and Opaque text
  161. [ubuntu] mapping "Times" to (NOT "Nimbus") with fontconfig
  162. [ubuntu] Spell checking in Oppen Office
  163. [ubuntu] how unzip .rar file
  164. [all variants] Anyone know any animation recipes?
  165. [ubuntu] Using SCP to transfer files over SSH?!!
  166. [all variants] Collect and sort mail from a catch-all mailbox
  167. [ubuntu] Streaks in display
  168. [ubuntu] ACPI help
  169. [ubuntu] how to update on the command line?
  170. [ubuntu] How to add minimize effects...
  171. [all variants] Keyscrambler
  172. [ubuntu] "Desktop Effects Could Not be Enabled"
  173. [ubuntu] Remote login over vnc
  174. [ubuntu] internet connection way too slow!
  175. [ubuntu] wrong Login resolution
  176. [ubuntu] All Bookmarks gone/no bookmarking ability in Firefox
  177. [ubuntu] Swith User Problem Help!!!!!!
  178. [ubuntu] [SOLVED] Poblem with caps in "R" and "Q".
  179. [ubuntu] [SOLVED] please help with nvidia
  180. [ubuntu] Cannot mount a dvd r
  181. [ubuntu] cant mount certain volumes in hardy...
  182. [ubuntu] using cmake to set include directories
  183. [ubuntu] Time problems on dual-boot system
  184. [all variants] Tomboy - bullets printing hierarchy lost
  185. [ubuntu] Problems Installing Java
  186. [all variants] HOW-TO: Firefox 3 Address Bar: Remove Bookmarks
  187. [ubuntu] How to boot Linux and run script with non-root user?
  188. [ubuntu] Gyachi WebCam Problem...
  189. [ubuntu] Boot log in Hardy
  190. 9600 gt on ubuntu 8.04 or 7.10
  191. [ubuntu] How to reduce DVD write speed?
  192. [ubuntu] Envy...
  193. [all variants] Can't stat files on NTFS due to cyrillic names
  194. [ubuntu] Panasonic Lumix DMC FZ7 Camera Will not detect in Ubuntu Studio
  195. [ubuntu] Can't listen to YouTube!!!
  196. [xubuntu] USB External Hard Drive Trouble
  197. [ubuntu] Lost /etc/group, need it from fresh install
  198. [ubuntu] Printing on command line
  199. [ubuntu] Gyac-E tray icon not shown correctly in Moomex-theme
  200. [ubuntu] Sharing Files with Modded Xbox
  201. [ubuntu] Mounting CD Probelm!
  202. [ubuntu] Tarantella Native Client
  203. [other] Block Flash Keyboard Control
  204. [ubuntu] computer keeps on rebooting after installation.
  205. [ubuntu] Can't install Envy/Wine in Persistent USB Hardy Heron
  206. [ubuntu] Prepair partition
  207. [ubuntu] Resolution Issues
  208. [ubuntu] Gparted froze. 500gig now unallocated.
  209. [ubuntu] Open with...wine application???
  210. [ubuntu] Not even sure how to describe this problem...whiteout screen?
  211. [ubuntu] need help setting up remote desktop
  212. [ubuntu] ati radeon x1600 error with res/drivers
  213. [ubuntu] [SOLVED] How does visudo work?
  214. [SOLVED] How do I Open Open Office Formula!!!!
  215. [ubuntu] [SOLVED] can't delete files in trash
  216. [ubuntu] Best Adobe Flash creator equivalent
  217. [kubuntu] add an option to KDE automount - how to?
  218. [all variants] [SOLVED] Time delayed execution of command - script
  219. [ubuntu] Nvidia geforce 6200a Driver
  220. [ubuntu] Install - VGA settings
  221. [ubuntu] x11vnc password
  222. [ubuntu] 32 bit to 64 bit upgrade?
  223. [ubuntu] Better display effect without compiz?
  224. [all variants] Quotes inside quotes
  225. [ubuntu] HELP ME WITH A4TECH Webcam...
  226. [all variants] Use Blay-ray (BD) drives/disks with Ubuntu?
  227. [gnome] Boot problem after changing login window
  228. [all variants] funny matlab problem with tasklist / taskbar
  229. [ubuntu] Any issues with usb sound cards?? Any to recomend??
  230. [ubuntu] file permission question
  231. [other] Is anyone else here having recent troubles connecting to Kademlia?
  232. [ubuntu] error while loading shared libraries:libCLHRP-2.0.3.3.so althow it's in usr\local\lib
  233. [ubuntu] samba users....
  234. [ubuntu] Firefox and copy link location
  235. [all variants] Frame Buffer
  236. [ubuntu] Cannot install stuffs?
  237. [kubuntu] Issue Since Upgrade - Very Annoying
  238. [all variants] Problem reaching school server from my linuxes
  239. [ubuntu] Evolution gone wrong
  240. [ubuntu] Locking down Gnome in the Classroom.
  241. [all variants] [SOLVED] Why does date display utc?
  242. [ubuntu] Root password input not prompted
  243. [ubuntu] Adobe Products for Ubuntu Linux
  244. [ubuntu] Tv Tuner in Hardy (ITV 301) is not auto recognizable
  245. [ubuntu] Eclipse and hard drive clicking (not head parking)
  246. [ubuntu] opening/saving files -> crash (any application)
  247. [ubuntu] Install Theme..!!
  248. [SOLVED] Installed Ubuntu w/Wubi, now can't see C: drive
  249. [gnome] can't enable desktop effects
  250. [ubuntu] Wireless Card/USB