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 Restricted Driver
  2. [ubuntu] synaptic won't load
  3. [ubuntu] Modifying file cache behaviour?
  4. [ubuntu] making lamp not load on startup, and suspend probs
  5. [all variants] [SOLVED] Ubuntu/Xubuntu file association
  6. [ubuntu] OpenOffice.org 3.0 Beta
  7. [ubuntu] Icons file, but only images inside
  8. [ubuntu] gparted segfaulted - now booting with error:22
  9. [all variants] [SOLVED] Custom compiled kernel and updates
  10. [ubuntu] Deleting ubuntu completely
  11. [ubuntu] OpenOffice weird problem
  12. [all variants] Apt-get error
  13. [ubuntu] Panel disappears, no Session manager, etc.--what happened?
  14. [ubuntu] FireFox & some general problems
  15. [gnome] [SOLVED] GDM appearance settings reset after restart and will not change back
  16. [other] Samba share; wrong names are shown.
  17. [ubuntu] Firefox 3 RC2 and SCIM
  18. [all variants] grub error 17n recovery help!!
  19. [ubuntu] Change file permissons on broken unbuntu?
  20. [ubuntu] firefox doesn't create cert8.db
  21. [ubuntu] Updates broke my system [Hardy 8.04]
  22. [ubuntu] Deleted logical drive, now getting Grub error 17...
  23. [ubuntu] Two identical machines, one the graphics works the other does not.
  24. [all variants] why does hardy install better than dapper?
  25. [ubuntu] Home Folder - Places
  26. [ubuntu] Deleted logical drive, now getting Grub error 17...
  27. [ubuntu] [SOLVED] mount windows partitions
  28. [ubuntu] accidentally deleted .config folder
  29. [ubuntu] kde klipper in Gnome doesn't work
  30. [ubuntu] Lots of Errors. And i Have no Idea What to do.
  31. [ubuntu] Uninstall and reinstall extra hard drive
  32. [ubuntu] Cannot use Su in terminal
  33. [ubuntu] Themes & Dock questions
  34. [ubuntu] [SOLVED] How do I find the Java JDK directory
  35. [ubuntu] Gnome Power Managment
  36. [ubuntu] Is Xb Machine going to make ubuntu obsolete?
  37. [ubuntu] Evolution and iTouch
  38. [ubuntu] [SOLVED] Screen Resolution
  39. [ubuntu] "Reboot to Windows" option...
  40. [ubuntu] visual effects run very slow
  41. [ubuntu] virtualbox
  42. [ubuntu] Installing Firefox 3.0 RC2
  43. [all variants] Quick Power Supply Question
  44. [ubuntu] SQL-Ledger error
  45. [all variants] boot to init 3
  46. [ubuntu] Cant access Login window from System->Administration
  47. [ubuntu] Develop Windows Apps on Ubuntu
  48. [ubuntu] wine error
  49. [ubuntu] startup scripts
  50. [ubuntu] what?
  51. [ubuntu] Converting email to plain text
  52. [ubuntu] not privilaged to mount volume
  53. [ubuntu] 3 different kernels in "boot" folder
  54. [ubuntu] Strange JAVA_HOME Problem
  55. Lots of errors after Wubi install
  56. [ubuntu] using Cron.daily problem
  57. [ubuntu] Uninstalling VirtualBox
  58. Patch for THC Hydra (from Arch Linux User Repositories)
  59. [gnome] Using Pixmaps in Panel Applets
  60. [all variants] Command-line client for ftp uploads supporting easy restarts
  61. [ubuntu] Ubuntu 8.04 Firefox fails to open aim: links
  62. [ubuntu] Print Servers
  63. [ubuntu] sudo segmentation fault
  64. [ubuntu] Running programs as a service
  65. [ubuntu] web cam.....
  66. [ubuntu] [SOLVED] Software availability
  67. [ubuntu] mounting pen drive - problems
  68. [ubuntu] hardy trash bug
  69. [ubuntu] firefox under ubuntu cannot handle WML(?) links...
  70. [all variants] Print to Remote Terminal via SSH
  71. [ubuntu] a quick question
  72. [ubuntu] I need a cd to mp3 encoder
  73. Wubi Questions
  74. [kubuntu] Need Help Backing Up My KDE Installation
  75. [ubuntu] Lotus Notes 8.0 on Hardy
  76. [ubuntu] [SOLVED] trpile boot problems
  77. [ubuntu] [SOLVED] Please help me decide [32-bits vs 64-bits]
  78. [other] Can't Click
  79. [ubuntu] Help with a wireless printer
  80. [ubuntu] [SOLVED] HELP! Major problems after update this morning
  81. [kubuntu] Kopete crash when try to connect to MSN
  82. [all variants] Home directory on external media if present
  83. [ubuntu] Uploading to Vimeo
  84. [ubuntu] DVD Packet Writing Read-only error
  85. [ubuntu] Compiz Desktop Effects Nightmares
  86. [ubuntu] Wine + AoE II
  87. [ubuntu] Can't Install Unison on Windows for Sync with Linux
  88. [all variants] Software for maintaing cd/dvd/book archive
  89. [all variants] Installed Ubuntu with USB, now I can't mount USB sticks
  90. [all variants] Courier IMAP not listening on boot
  91. [ubuntu] pstricks Latex error after upgrade to hardy
  92. [ubuntu] Extracting and assembling .RAR files, How?
  93. [kubuntu] My age old problem with resolutions
  94. [all variants] HDD Partion problem...??
  95. [kubuntu] Skype freezing up
  96. [ubuntu] HH suspend on Lenovo t61p with Nvidia Quadro and Compiz
  97. [ubuntu] how can I add windows on to make a dual boot
  98. [all variants] Will Compiz Work with this Chipset?
  99. I installed wubi can i make the disk bigger?
  100. [ubuntu] Theming Pidgin Buddy List
  101. [ubuntu] [SOLVED] Could not enable desktop effects
  102. [SOLVED] XP won't boot!
  103. [ubuntu] Netbeans and locales, give me some help...
  104. [ubuntu] sansa e250 problems!
  105. [ubuntu] [SOLVED] How would I go about finding all the currently install packages on my machin
  106. [ubuntu] Newbie's question: How to run downloads
  107. [ubuntu] LIRC and Compiz fusion
  108. [ubuntu] Open/Converting Microsoft Access database(.mdb) in Ubuntu
  109. [ubuntu] mouse/cursor command
  110. [ubuntu] Help Needed
  111. error 15
  112. [all variants] trying to install Wolfenstein: Enemy Territory
  113. [ubuntu] Web Dev Questions?
  114. Glass on menu bar, etc
  115. [ubuntu] enabling 3d on chrome9 hc igp [via]
  116. [ubuntu] ubuntu 8.04, vista, and viruses
  117. [ubuntu] rdesktop drive mapping problem
  118. [ubuntu] Installing Darwinia
  119. [all variants] Does the W960i work with Ubuntu?
  120. [ubuntu] Argh! I formatted my ex hard disk by accident!
  121. [ubuntu] [SOLVED] strange graphical glitch
  122. [ubuntu] Editable screen print for feisty fawn
  123. [ubuntu] [SOLVED] How to rename RAID-1 arrays ?
  124. [ubuntu] Windows media streams?
  125. [ubuntu] help with setting up hp 5100c scanner
  126. [ubuntu] [SOLVED] Converting Numbers & Letters method/program required
  127. [ubuntu] Could not download all repository indexes
  128. [ubuntu] [SOLVED] Logon sounds?
  129. [ubuntu] How to install program with sudo
  130. [ubuntu] Changing login keyboard layout for VMWare Hardy install
  131. [gnome] G Part Ed help
  132. [ubuntu] screenlet Calendar can't remove daemon from panel
  133. [ubuntu] Whats wrong with my /etc/rc.local file ?
  134. [ubuntu] [SOLVED] What are the maximum file sizes to compress?
  135. [ubuntu] [SOLVED] Which email client do you recommend ?
  136. [ubuntu] [SOLVED] how do I set ubuntu to run a terminal command on startup?
  137. [xubuntu] USB drive wont work
  138. [ubuntu] How to print duplex (HP Photosmart)?
  139. [xubuntu] Installation without internet
  140. [ubuntu] File-system is write-protected
  141. [ubuntu] e-mail
  142. [ubuntu] Using Ubuntu for file server
  143. [xubuntu] Xubuntu wont recognise cf ide drive?
  144. [other] [SOLVED] What kind of icon system does gparted use?
  145. [gnome] Broken ubuntu-desktop
  146. [ubuntu] gnome...but only when I want it.
  147. [ubuntu] Install FileZIlla
  148. What Version of Wubi is used for Ubuntu 7.06?
  149. [ubuntu] Ubuntu 8.04 + Compiz Fusion + Firefox = Crash?
  150. [all variants] Ubuntu or Kubuntu
  151. [all variants] bash: terminal device number
  152. [ubuntu] My monitor hates me
  153. [ubuntu] On-board graphics&Compiz-Fusion?
  154. [ubuntu] how to get directly login to ubuntu server
  155. [all variants] Confused ... Is rsync working?
  156. [ubuntu] PHP Files
  157. [ubuntu] /home/user/.fr-****** directories
  158. [ubuntu] ClamAV Install
  159. [ubuntu] System requirements
  160. [ubuntu] Video won't stream
  161. [ubuntu] When processing files, Gnome no longer shows file processing
  162. [xubuntu] turn volume up/down and youtube issues
  163. [all variants] [SOLVED] FakeRAID, fsck error
  164. [ubuntu] Little black lines (or dashes) at top of screen
  165. [other] Print colors in Firefox 3
  166. [ubuntu] Trash wont Empty
  167. [kubuntu] [SOLVED] Adept Manager problem
  168. [ubuntu] Update Manager
  169. [all variants] Azureus 2.5 in repositories
  170. [ubuntu] Panel Hide Button Shortcut
  171. [ubuntu] [SOLVED] HELP. Firefox eats my screen.
  172. [ubuntu] Cannot Open Or Play Embedded Audio/MIDI Files
  173. [ubuntu] I'm having trouble running a skydome...
  174. [ubuntu] [SOLVED] Installing Skins In Rainlendar
  175. [ubuntu] Compiz Help
  176. [ubuntu] USB mouse and Hibernate/Suspend problems in Hardy
  177. [ubuntu] NAS Booting
  178. [ubuntu] I cannot add icons to program launchers in Avant Window Navigator
  179. [ubuntu] How do share partitions on new 8.04
  180. [ubuntu] Black screen after log in
  181. [ubuntu] Some desktop effects problems
  182. [ubuntu] Dplay + make command
  183. Installation/File not found error.
  184. [ubuntu] [SOLVED] What can I use to code python.
  185. [gnome] Help a noob with a conky setup?
  186. [ubuntu] Background images will not change when selected
  187. [ubuntu] login screen problems
  188. [xfce] Right-Click menus gone with Compiz
  189. [ubuntu] Grub modify help
  190. [ubuntu] How i can get cedilla work instead of _īc_ in all system apps?
  191. [ubuntu] Fail to load login screen
  192. [ubuntu] Ultra Surf Substitute
  193. [kubuntu] Installed Kubuntu without partitioning hard drive
  194. [ubuntu] desktop effects not working after gutsy -> hardy upgrade
  195. [ubuntu] Evolution: show contact first name first?
  196. [ubuntu] Editing Places menu
  197. [ubuntu] Will Cold Fusion run with onboard ATi Radeon Expresss 1250?
  198. [ubuntu] Too many updates
  199. [ubuntu] [SOLVED] Problem with Hp Printer
  200. [ubuntu] firefox-2 error in hardy
  201. [gnome] Sound Issue
  202. [ubuntu] Unable to select a wallpaper using mouse
  203. [all variants] low power state?
  204. [kubuntu] Windows show on all desktops
  205. [ubuntu] Nvidia Quadro Card driver
  206. [ubuntu] Can't copy files to phone
  207. [ubuntu] i removed VLC and cant get it back?
  208. [ubuntu] GDM themes not working
  209. [ubuntu] PDF File Not Opening in Firefox
  210. root.disk file lost, cannt start ubuntu, stop at Busybox when logon.
  211. [all variants] apache will not allow me to change my web root folder
  212. [ubuntu] [SOLVED] Compiz Ehanced Zoom
  213. [SOLVED] Setting up Dual Screen with Nvidia XServ
  214. [kubuntu] Widgets In Widget Layer Always On Top
  215. [ubuntu] remap menu key to right control (in and outside X)
  216. [other] How to open/edit .NV files?
  217. [ubuntu] key combo to initialize fire and water effect...
  218. [SOLVED] How do I save the settings on Nvidia X Server?
  219. [ubuntu] Streaming Video problem
  220. [ubuntu] Gigabyte GA-MA78GM-S2H & ATI Hybrid CrossfireX
  221. [ubuntu] [SOLVED] how to uninstall applications installed using sudo dpkg -i --force-all
  222. [ubuntu] cannot enable manually installed plugins after update
  223. [ubuntu] enabling 2nd monitor and custom resolutions
  224. Running Wubi Twice?
  225. [all variants] Searching a tar (tgz) file and selective decompression
  226. [ubuntu] Core dump with VNC Client
  227. [ubuntu] [SOLVED] Changing Screen Resolution Refresh Rate
  228. [ubuntu] [SOLVED] disc copying errors: pls help a n00b.
  229. [ubuntu] Cubecap not working?
  230. [all variants] How to configure the font rendering?
  231. [ubuntu] Synaptic and updater broken
  232. [gnome] cursor installation
  233. [ubuntu] dual monitor in 8.04
  234. [ubuntu] image a hd?
  235. [ubuntu] Nvidia Card Won't Display Fullsize!!!
  236. [ubuntu] failed to initialize HAL
  237. Hardy sluggish compared to Gutsy... why?
  238. [kubuntu] need help have a problem with Login
  239. [ubuntu] Show/Give drive name, and not "xx.x GB media"
  240. [all variants] moving a thunderbird profile without losing messages
  241. [ubuntu] is there a way to change screen resolution from terminal
  242. [ubuntu] Hardy Instability
  243. [all variants] [SOLVED] c++ bindings?
  244. [ubuntu] Firefox slow load and crashing
  245. [ubuntu] Wierd screen blackout
  246. [other] Newbie!
  247. [ubuntu] [SOLVED] Opening windows not fully visible on workspace
  248. [all variants] Canon, PTP, and Heron
  249. [ubuntu] [SOLVED] Sudden onset of hard lockups
  250. grub is no more