Linux Tutorials on the topic “Linux”
-
The Perfect Server - OpenSUSE 12.3 x86_64 (Apache2, Dovecot, ISPConfig 3)
Author: Srijan Kishore • Tags: dovecot, linux, mysql, php, postfix, suse.apache • Comments: 0
This is a detailed description about how to set up an OpenSUSE 12.3 64bit (x86_64) server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable) with PHP, CGI and SSI support, Postfix mail server with SMTP-AUTH, TLS and virtual mail users, BIND DNS server, Pureftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, Mailman, etc. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses Apache, not nginx.
-
The Perfect Server - OpenSUSE 12.3 x86_64 (nginx, Dovecot, ISPConfig 3)
Author: Srijan Kishore • Tags: dovecot, linux, mysql, nginx, php, postfix, suse • Comments: 0
This tutorial shows how to prepare an OpenSUSE 12.3 64bit (x86_64) server with nginx for the installation of ISPConfig 3, and how to install ISPConfig 3. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache, and this tutorial covers the setup of a server that uses nginx instead of Apache. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: nginx and Apache web server, Postfix mail server, MySQL, Dovecot POP3/IMAP, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
-
The Perfect Desktop - Linux Mint 16 (Petra)
Author: Srijan Kishore • Tags: desktop, linux • Comments: 0
This tutorial shows how you can set up a Linux Mint 16 (Lisa) 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 securesystem without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge. Linux Mint 16 isa Linux distribution based on Ubuntu that has lots of packages in its repositories (like multimedia codecs, Adobe Flash, Adobe Reader, Skype,Google Earth, etc.) that are relatively hard to install on other distributions; it therefore provides a user-friendly desktop experience even for Linux newbies.
-
-
Raspberry Pi Basics: installing Raspbian and getting it up and running
Author: Akshay Pai • Tags: linux, raspbian, debian • Comments: 15
So, are you a person who got a raspberry pi (aka "pi") and want to start building something with it but don't know how to go about it? If yes, then this tutorial is for you. Here in this howto, we go about installing the Raspbian OS and initiating a desktop environment.
-
Using secure shell (SSH) for login and secure copy (SCP) for data transfer on Linux
Author: Akshay Pai • Tags: centos, debian, linux, mandriva, security, suse, ubuntu • Comments: 4
SSH stands for secure shell. It is an encrypted remote login protocol. Once it has been set up on each node, it can be used to communicate with various other nodes in that network. This tutorial covers public / private key authentication, the installation of public keys on remote servers and secure file transfers with SCP.
-
How to install and configure ProFTPD on Debian Wheezy and Ubuntu 14.04
Author: Srijan Kishore • Tags: linux, debian, ubuntu, ftp • Comments: 7
This document describes how to install and configure ProFTPD on a Debian Wheezy Server, it will also work on Ubuntu 14.04. ProFTPD is an FTP daemon for unix and unix-like operating systems. ProFTPD is developed, released and distributed under the GNU Public License (GPL), which basically establishes it as free software, meaning that it may be sold, licensed and otherwise manipulated in any way desired.
-
Monitor MySQL connections and queries with mytop
Author: Gurujyot_singh • Tags: linux, debian, ubuntu, centos, suse, mysql • Comments: 2
This article will explain the installation and usage of mytop, a handy tool for live monitoring of MySQL queries. Also looking into various operations that a user can perform while monitoring the queries on mytop.
-
The Perfect Server - OpenSUSE 13.1 x86_64 (Apache2, MySQL, PHP, Postfix, Dovecot and ISPConfig 3)
Author: Falko Timme • Tags: apache, bind, email, ftp, ispconfig, linux, mysql, php, postfix, suse • Comments: 25
The Perfect Server - OpenSUSE 13.1 x86_64 (Apache2, Dovecot, ISPConfig 3) This is a detailed description about how to set up an OpenSUSE 13.1 64bit (x86_64) server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable) with PHP, CGI and SSI support, Postfix mail server with SMTP-AUTH, TLS and virtual mail users, BIND DNS server, Pureftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, Mailman, etc. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses Apache, not nginx.
-
How to install Arch Linux with XFCE Desktop
Author: Gurujyot_singh • Tags: linux, desktop, arch linux • Comments: 23
This tutorial will give you the detailed step by step instructions to install the leightweight OS Arch Linux with XFCE Desktop on your computer. I have skipped all the optional content making it as short and simple as possible.
-
How to install Django on Ubuntu 14.04
Author: Akshay Pai • Tags: linux, ubuntu, web server • Comments: 11
Django is a Python web framework. All it does is to help you rapidly build high performance and efficient web applications. Its very much liked by the developer community because of some of its amazing features like template system, URL design,etc. Django supports both Python 2.7.x and Python 3.x .