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] [SOLVED] I need all the dependancies
  2. [all variants] Desktop to Server setup?
  3. [ubuntu] [SOLVED] can't mount Sony w580 phone via USB
  4. [kubuntu] Why is Thunar opening OOo text files with okular?
  5. [ubuntu] Stopping internet access
  6. [ubuntu] Gcc
  7. [ubuntu] Mail Notifier No SSL support
  8. [ubuntu] Computer won't wake up after sitting overnight using Ubuntu.
  9. [ubuntu] g++ can't find standard definitions
  10. [all variants] Why does sudo run-parts -v /etc/cron.daily take forever in Hardy?
  11. [other] [SOLVED] Partition Size for XP Dual boot
  12. [ubuntu] Unable to Uninstall Ubuntu 8.04
  13. [ubuntu] A few command line questions
  14. [ubuntu] Does anyone know these Wine fixes?
  15. [gnome] fglrx Xorg config "big desktop" and more issues
  16. [ubuntu] Gnome-Do autostart not working
  17. [ubuntu] Problem downloading headers from USENET with Klibido
  18. [ubuntu] i want icons and different wallpapers at the same time
  19. [all variants] My external Sata and Internal Sata Battle It off.
  20. [ubuntu] [SOLVED] Script for editing id3 tag
  21. [ubuntu] Naming more than one file the same thing at once?
  22. [all variants] rTWi (web interface for rTorrent): problems
  23. [ubuntu] Partition being stubborn
  24. [ubuntu] Cursor patch
  25. [ubuntu] xgamma broken
  26. Ooops... wubi fails and HELP IS NEEDED
  27. [ubuntu] Please help! Can't install files I downloaded.
  28. [ubuntu] authenticate against osx 10.4 ldap server
  29. [ubuntu] Azureus/Vuze having problem starting or stopping
  30. [ubuntu] Installing ROTK
  31. [ubuntu] Cant install nrg4iso
  32. [ubuntu] [SOLVED] Windows on ext. HD, Partition manager problems?
  33. [ubuntu] Computer running hot
  34. [all variants] synaptic error firefox subprocess...
  35. [ubuntu] Mini install hangs on locales
  36. [ubuntu] [SOLVED] Justify Icons in Panel?
  37. [ubuntu] Can't hibernate: not enough free swap
  38. [ubuntu] main menu bar missing
  39. [ubuntu] No command-prompt without x-server?
  40. [ubuntu] Using Perl ...
  41. [ubuntu] Modem working at one location, not at another
  42. [all variants] building a deb file
  43. [mythbuntu] [SOLVED] Sudo without password
  44. [ubuntu] [SOLVED] Tremulous
  45. [ubuntu] Hp printer woes
  46. [ubuntu] Backing up a laptop to a desktop. Please Help.
  47. [all variants] Where do I set a global environment variable?
  48. Xubuntu problems freezing during install.. Wubi
  49. [ubuntu] Icon theme troubles
  50. [ubuntu] CD ripping slow
  51. [all variants] SMART data in gkrellm?
  52. [ubuntu] iphone 3G and music syncing
  53. Proplem In Installing Ubuntu 8.04.1
  54. [ubuntu] Undo action made in terminal
  55. [ubuntu] Uninstalling, Manual Install of Java 1.6
  56. [ubuntu] File roller default mp4 player?
  57. [ubuntu] [SOLVED] hidden file
  58. [all variants] Crontab special entries
  59. [ubuntu] limewire probs. with ubuntu
  60. [ubuntu] Installing Linux than removing Windows
  61. [ubuntu] Installing Latest Java
  62. [ubuntu] Gnome freezing
  63. [ubuntu] Hardware drivers no longer there!
  64. [ubuntu] need working flash sound
  65. [ubuntu] Recent update broke X
  66. [ubuntu] HP TX 1000 screen messing up after closing lid or leaving it alone for too long
  67. [ubuntu] can't i access the root
  68. [ubuntu] Hardy, when I click the Quit Applet: "Could not connect to the session manager".
  69. [ubuntu] can i fix the windows registry in ubuntu?
  70. [ubuntu] Hp 4650 (usb)
  71. [SOLVED] Is Wubi 804 - rev 506 for 32 bit machines?
  72. [ubuntu] Problem compiling.
  73. [all variants] I need a batch converter tiff to pdf
  74. [ubuntu] Firefox Toolbar Bookmarks Adding an Additional
  75. [ubuntu] can't enable effects, Drivers?
  76. [ubuntu] [SOLVED] NVidia 8600gts Resolution 640x480
  77. [ubuntu] data recovery
  78. [ubuntu] 'find' is missing '-newerct' option
  79. Wubi web-based installation problem
  80. [ubuntu] cron logging too much
  81. [xubuntu] Ndisgtk xubuntu
  82. [ubuntu] I can't get my intel mobile 915gm video card to run compiz on ubuntu studio 8.04
  83. [ubuntu] Horizontal Lines on Screen + Visual Effects cannot be turned on
  84. [all variants] Openoffice macro are slow?
  85. [ubuntu] icecast
  86. [ubuntu] update manager not responding
  87. [ubuntu] Half Life 2 in Ubuntu?
  88. [ubuntu] Is there a GUI for ANY Shredding Utility for Ubuntu?
  89. [ubuntu] Advice on LTSP Server Setup
  90. [ubuntu] error: Setting new "open with" program
  91. [all variants] Xorg Issue
  92. [ubuntu] Yet another "Can't enable effects"
  93. Using (wubi) to install Ubuntu 7.04
  94. [ubuntu] Samsung P2 not showing up
  95. [ubuntu] [SOLVED] launch multiple commands in .desktop launchers
  96. [ubuntu] Any Mac Compatiblity programs for Ubuntu?
  97. [kubuntu] [SOLVED] How to schedule a file download
  98. [ubuntu] What is this error
  99. [ubuntu] extremly bad screen resolution problem
  100. [ubuntu] Can't get SCIM to work :(
  101. [ubuntu] kinit error on startup
  102. [ubuntu] [SOLVED] Open document format in Office 2007?
  103. [ubuntu] Switching internet connection please help!
  104. [ubuntu] Desperate need of help!
  105. [ubuntu] Network Printer problem
  106. [edubuntu] Acronis Image Server Echo install problem Ubuntu 8.04.1
  107. [ubuntu] Removing WINE - Please Help
  108. [ubuntu] Mplayer Problems (please help)
  109. [ubuntu] Ubuntu/Edubuntu 8.04.1 Installing Acronis errors
  110. [ubuntu] chinese input fonts etc...
  111. [ubuntu] Ubuntu 8.04 auth.log gconftool proxy entry?
  112. [ubuntu] [SOLVED] View system info
  113. [ubuntu] Compaq F730 not coming out of "blank screen"
  114. [all variants] [SOLVED] no gui, vesa error
  115. [ubuntu] White Screen after updates
  116. [ubuntu] Minimize effects don't work
  117. [ubuntu] [SOLVED] Format, partition pen drive?
  118. [kubuntu] rsync include/exclude
  119. [SOLVED] Firefox 3 and Banshee 1.0 not in repository (gutsy).
  120. [ubuntu] linex games
  121. [ubuntu] Newbie system knowledge in need of direction
  122. [ubuntu] [SOLVED] VirtualBox kernel driver is not accessible to the current user
  123. [ubuntu] Boot hangs (sometimes) without keyboard
  124. [other] exit shell script
  125. [ubuntu] checkgmail broke?
  126. [ubuntu] Hard disk with buffer i/o errors... recover/repair?
  127. [ubuntu] CPU nearly always at >90% recently
  128. [ubuntu] Gmailfs on Startup..
  129. [ubuntu] [SOLVED] Booting from external USB drive using a pendrive?
  130. [ubuntu] [SOLVED] Problems with dual-boot...
  131. [ubuntu] kernel upgrades
  132. [ubuntu] Verlihub motd
  133. [ubuntu] Not all multimedia keys are working on my keyboard
  134. [ubuntu] Copying text in a terminal keeping its colors
  135. [ubuntu] [SOLVED] Change default browser
  136. [ubuntu] Compiling new kernel for Tascam US-122l
  137. [ubuntu] Cube Reflection and Deformation Plugin Bug
  138. [all variants] Improve appearance of Pragmata font in Vim
  139. [ubuntu] permissions
  140. [other] screen shell
  141. [ubuntu] Ubuntu Locks up during installation
  142. [ubuntu] [SOLVED] Virtualbox Hard drive
  143. [ubuntu] Google desktop and pst files
  144. [kubuntu] Firefox fonts stink
  145. [ubuntu] extracting usernames from a text file with sed/awk
  146. [ubuntu] Sound Card Problem Please help
  147. [ubuntu] How to make ubuntu look just like mac
  148. [ubuntu] Ubuntu Bluetooth problem
  149. [ubuntu] synaptic package manager
  150. [ubuntu] i want to know how to use a moving wallpaper
  151. Wubi with modified Hardy?
  152. [ubuntu] Dual monitor compiz cube issue
  153. [ubuntu] How to download & install an application?
  154. [all variants] Edit environment variable
  155. [ubuntu] need help to install ASYNC
  156. [ubuntu] [SOLVED] Ubuntu-Calendar girls question
  157. [other] Openbox help
  158. [ubuntu] My /etc/apt/sources.list is gone!
  159. [ubuntu] Proxy settings in Filezilla client does not exist
  160. Limewire & Frostwire
  161. [ubuntu] above bar theme??
  162. [other] Mount liveCD squashFS filesystem to read-only HDD partition?
  163. [all variants] crontab entries ?
  164. [ubuntu] Weird /dev/sdx behaviour
  165. [ubuntu] [SOLVED] VIM- view \n-like characters
  166. [ubuntu] [SOLVED] Can't delete folder from trash
  167. How to integrate Wubi on my distro?
  168. [gnome] Artwiz fonts choices in font preferences
  169. [all variants] does ampache need php ?
  170. [ubuntu] Latest update broke my PC
  171. [ubuntu] [SOLVED] VMware
  172. [ubuntu] A simple Question?
  173. [ubuntu] No user rights on Vista personal folders in Ubuntu
  174. [ubuntu] Need help with TuxGuitar
  175. [ubuntu] Problem with Synaptic Package Manager
  176. [ubuntu] NTLDR missing after runing the demo of Ubuntu
  177. [ubuntu] [SOLVED] keyboard shortcut for main menu? (next to places, system)
  178. Taking notes in terminal
  179. [ubuntu] Delete system log for today?
  180. [ubuntu] Task bar across two screens
  181. [ubuntu] [SOLVED] Mapping a www addy on client with local server
  182. [ubuntu] [SOLVED] how do i get this link to work?
  183. [ubuntu] home directory on desktop
  184. [ubuntu] Lost my menu bar
  185. [all variants] where does ubuntu store data on hard drive?
  186. [ubuntu] Boxes around my gadgets
  187. [ubuntu] [SOLVED] Network requires old password after booting up
  188. [all variants] Encrypted harddisk unaccessible for certain software?
  189. Help, can't boot into Windows.
  190. [ubuntu] [SOLVED] Taskbar show running applications
  191. [ubuntu] change hostname
  192. [all variants] Access WebDAV running on Windows via SSL
  193. [ubuntu] ClearWeather Screenlet not Working In Hardy
  194. [ubuntu] gDesklets silent autostart?
  195. [all variants] A thorough CLI guide?
  196. [mythbuntu] Remote not working after suspend-to-RAM
  197. [ubuntu] Laser toner HP Printer ?
  198. [ubuntu] [SOLVED] Help, can't boot into Windows
  199. [ubuntu] /var/log/ folder?
  200. Will not use the downloaded iso to install
  201. [ubuntu] Requested a Free Ubuntu CD
  202. [all variants] Revision control software
  203. [ubuntu] Hardy: Same Updates Over and Over?
  204. [ubuntu] gnome problems
  205. [ubuntu] widget overlay.. (face palm inside)
  206. [all variants] Linux doesnt run on my computer...
  207. [ubuntu] Lost video and sound
  208. [ubuntu] Problem with cd/dvd drive 8.04
  209. [ubuntu] cursor patch file
  210. [ubuntu] Splash screen disappears
  211. [ubuntu] Privoxy crashing with glibc errors since Hardy upgrade
  212. [ubuntu] Permission denied?
  213. [all variants] .bin not working.
  214. [other] [SOLVED] Reinstalling Vista using Recovery Partition?
  215. [ubuntu] Desktop Effects/Compiz/NVIDIA 8200 annoying bug when scrolling
  216. [ubuntu] [SOLVED] Dirty GRUB
  217. [ubuntu] Does somebody think they could send me Question.wav?
  218. [ubuntu] command isn't working, what am i doing wrong?
  219. [ubuntu] Reformatting Ubuntu
  220. [ubuntu] Hardy Upgrade and NVIDIA issues
  221. [ubuntu] Is there an archive?
  222. [ubuntu] problem installing ampache
  223. [ubuntu] Does Console Boot Faster? How To Boot It?
  224. [ubuntu] freezing nautilus
  225. [ubuntu] no rc-update
  226. [ubuntu] Anjuta - Strange Behaviour!
  227. [all variants] ubuntu doesn't detect overclock
  228. [ubuntu] Mirror Screen on multiple remote computers?
  229. [ubuntu] [SOLVED] how to reformat ntfs partition into ext2fs?
  230. [ubuntu] Dcopserver and Ubuntu
  231. [ubuntu] eeepc 901 945GME help
  232. [ubuntu] Skype icon with dark background
  233. [ubuntu] How to boot to Console Mode as an alternative in GRUB menu
  234. [ubuntu] WIndowList And Screenlets Problem
  235. [all variants] Ok, so is this correct?
  236. [ubuntu] What files in what directories do you need to delete if...?
  237. [ubuntu] No Hardware Drivers Applet ?
  238. [all variants] No window decorations in screenshots.
  239. [ubuntu] What is a good RSS reader?
  240. [ubuntu] Update kernel no accelerated graphics
  241. [ubuntu] dd_rhelp downloads not available
  242. [all variants] apt-get probles
  243. [ubuntu] Start up python script minimized
  244. [ubuntu] rsyncd problems
  245. [ubuntu] Want to be master of the noble way of linux
  246. [xubuntu] Screensaver won't kick in!
  247. [ubuntu] [SOLVED] problem running fetchyahoo
  248. [ubuntu] My password isn't working - why?
  249. [ubuntu] [SOLVED] Anyone know of a FREE finance app with online banking capability?
  250. [gnome] Gnome Bars