Welcome to Linux Knowledge Base and Tutorial
"The place where you learn linux"
Save the Children

 Create an AccountHome | Submit News | Your Account  

Tutorial Menu
Linux Tutorial Home
Table of Contents

· Introduction to Operating Systems
· Linux Basics
· Working with the System
· Shells and Utilities
· Editing Files
· Basic Administration
· The Operating System
· The X Windowing System
· The Computer Itself
· Networking
· System Monitoring
· Solving Problems
· Security
· Installing and Upgrading
· Linux and Windows

Glossary
MoreInfo
Man Pages
Linux Topics
Test Your Knowledge

Site Menu
Site Map
FAQ
Copyright Info
Terms of Use
Privacy Info
Disclaimer
WorkBoard
Thanks
Donations
Advertising
Masthead / Impressum
Your Account

Communication
Feedback
Forums
Private Messages
Recommend Us
Surveys

Features
HOWTOs
News
News Archive
NukeSentinel
Submit News
Topics
User Articles
Web Links

Google
Google


The Web
linux-tutorial.info

Who's Online
There are currently, 244 guest(s) and 2 member(s) that are online.

You are an Anonymous user. You can register for free by clicking here

  

The Perfect Server - Ubuntu 13.04 (nginx, BIND, Dovecot, ISPConfig 3)
Sunday, May 05, 2013 @ 12:06:55 CEST by lbadmin (274 reads)
Ubuntu Linuxfalko writes
This tutorial shows how to prepare an Ubuntu 13.04 (Raring Ringtail) server (with nginx, BIND, Dovecot) for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache or nginx web server, Postfix mail server, Courier or Dovecot IMAP/POP3 server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more. This setup covers nginx (instead of Apache), BIND (instead of MyDNS), and Dovecot (instead of Courier).

http://www.howtoforge.com/perfect-server-ubuntu-13.04-nginx-bind-dovecot-ispconfig-3

(comments? | Score: 0)

The Perfect Desktop - Ubuntu 13.04 (Raring Ringtail)
Sunday, May 05, 2013 @ 12:06:46 CEST by lbadmin (196 reads)
Ubuntu Linuxfalko writes
This tutorial shows how you can set up an Ubuntu 13.04 desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge.

http://www.howtoforge.com/the-perfect-desktop-ubuntu-13.04-raring-ringtail

(comments? | Score: 0)

Setting Up ProFTPd + TLS On Ubuntu 12.10
Thursday, May 02, 2013 @ 08:49:38 CEST by lbadmin (180 reads)
Ubuntu Linuxfalko writes
FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on an Ubuntu 12.10 server.

http://www.howtoforge.com/setting-up-proftpd-tls-on-ubuntu-12.10

(Read More... | 1 comment | Score: 0)

Grub2: How to boot Fedora to a old kernel?
Thursday, May 02, 2013 @ 08:49:29 CEST by lbadmin (140 reads)
HOWTOs and similar articlesericzma writes
Grub2: How to boot Fedora to a old kernel?: The old kernel is a submenu under "Advanced options for Fedora".

(Read More... | 313 bytes more | 1 comment | Score: 0)

How to set Google Chrome's proxy settings in command line on Linux?
Thursday, May 02, 2013 @ 08:49:20 CEST by lbadmin (88 reads)
ericzma writes
How to set Google Chrome's proxy settings in command line on Linux? How to set Google Chrome's proxy settings in command line on Linux? I am using Google Chrome on Linux and start it by google-chrome. How can I set the proxy using the command line? It tell me that my desktop is not supported but I can set the proxy in command line.

(Read More... | 600 bytes more | comments? | Score: 0)

The Perfect Server - Ubuntu 13.04 (Apache2, BIND, Dovecot, ISPConfig 3)
Thursday, May 02, 2013 @ 08:49:10 CEST by lbadmin (148 reads)
Ubuntu Linuxfalko writes
This tutorial shows how to prepare an Ubuntu 13.04 (Raring Ringtail) server (with Apache2, BIND, Dovecot) for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache or nginx web server, Postfix mail server, Courier or Dovecot IMAP/POP3 server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more. This setup covers Apache (instead of nginx), BIND (instead of MyDNS), and Dovecot (instead of Courier).

http://www.howtoforge.com/perfect-server-ubuntu-13.04-apache2-bind-dovecot-ispconfig-3

(comments? | Score: 0)

How To Upgrade Ubuntu 12.10 (Quantal Quetzal) To 13.04 (Raring Ringtail)
Thursday, May 02, 2013 @ 08:49:02 CEST by lbadmin (140 reads)
Ubuntu Linuxfalko writes
(comments? | Score: 0)

Ubuntu 13.04 Samba Standalone Server With tdbsam Backend
Thursday, May 02, 2013 @ 08:48:53 CEST by lbadmin (119 reads)
Ubuntu Linuxfalko writes
This tutorial explains the installation of a Samba fileserver on Ubuntu 13.04 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.

http://www.howtoforge.com/ubuntu-13.04-samba-standalone-server-with-tdbsam-backend

(comments? | Score: 0)

Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Ubuntu 12.10
Thursday, April 25, 2013 @ 08:43:39 CEST by lbadmin (193 reads)
Ubuntu Linuxfalko writes
This document describes how to install a Proftpd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota with this setup. This tutorial is based on Ubuntu 12.10.

http://www.howtoforge.com/virtual-hosting-with-proftpd-and-mysql-incl-quota-on-ubuntu-12.10

(Read More... | 1 comment | Score: 0)

Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.3 (LAMP)
Monday, April 22, 2013 @ 10:29:02 CEST by lbadmin (235 reads)
SUSE Linuxfalko writes
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.3 server with PHP5 support (mod_php) and MySQL support.

http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-onopensuse-12.3-lamp

(Read More... | 1 comment | Score: 1)

  




Login
Nickname

Password

Security Code
Security Code
Type Security Code


Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.

Help if you can!


Amazon Wish List

Did You Know?
You can help in many different ways.


Friends



Tell a Friend About Us

Bookmark and Share



Web site powered by PHP-Nuke

Is this information useful? At the very least you can help by spreading the word to your favorite newsgroups, mailing lists and forums.
All logos and trademarks in this site are property of their respective owner. The comments are property of their posters. Articles are the property of their respective owners. Unless otherwise stated in the body of the article, article content © 1994-2010 by James Mohr. All rights reserved. The stylized page/paper, as well as the terms "The Linux Tutorial", "The Linux Server Tutorial", "The Linux Knowledge Base and Tutorial" and "The place where you learn Linux" are service marks of James Mohr. All rights reserved.
The Linux Knowledge Base and Tutorial may contain links to sites on the Internet, which are owned and operated by third parties. The Linux Tutorial is not responsible for the content of any such third-party site. By viewing/utilizing this web site, you have agreed to our disclaimer, terms of use and privacy policy. Use of automated download software ("harvesters") such as wget, httrack, etc. causes the site to quickly exceed its bandwidth limitation and are therefore expressly prohibited. For more details on this, take a look here

PHP-Nuke Copyright © 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.08 Seconds