Linux Tutorials on the topic “Linux”
-
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 .
-
-
GRUB 2 boot menu basics and how to add a custom splash image
Author: Gurujyot_singh • Tags: debian, linux, ubuntu • Comments: 4
GRUB 2 is the boot loader that is used by all current Linux Distributions. In this guide I will explain how to modify the GRUB boot loader menu on your server or desktop, how to add menu entries and add a custom splash screen image.
-
How to install Pydio on CentOS 7.0
Author: Srijan Kishore • Tags: apache, centos, linux, mysql • Comments: 2
This guide explains how to configure Pydio in CentOS 7.0 Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.
-
How to create a jailed ssh user with Jailkit on Debian Wheezy
Author: Srijan Kishore • Tags: debian, linux, security • Comments: 5
How to create a jailed ssh user with Jailkit on Debian Wheezy This document describes how to install and configure Jailkit in Debian Wheezy Server. Jailkit is a set of utilities to limit user accounts to specific files using chroot() and or specific commands. Setting up a chroot shell, a shell limited to some specific command, or a daemon inside a chroot jail is a lot easier and can be automated using these utilities.
-
How to install osCommerce on Ubuntu 14.04 (Trusty Tahr)
Author: Srijan Kishore • Tags: linux, apache, mysql, ubuntu, web server • Comments: 1
How to install osCommerce on Ubuntu 14.04 (Trusty Tahr) This document describes how to install osCommerce in Ubuntu 14.04. Open Source Commerce (osCommerce) is a popular e-Commerce and online store-management software program that may be easily used on any web server with PHP and MySQL installed. osCommerce is available to users as a free software under the General Public License (GNU) The versatile and fuss-free software enables easy setting up and maintenance of e-stores using minimal effort. This tutorial describes the process of installing osCommerce on Ubuntu 14.04.
-
The Perfect Desktop - Ubuntu 13.10 (Saucy Salamander)
Author: Srijan Kishore • Tags: desktop, linux, ubuntu • Comments: 0
This tutorial shows how you can set up an Ubuntu 13.10 (Saucy Salamander) desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do thethings they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on oldhardware, and the best thing is: all software comes free of charge.
-
The Perfect Desktop - Linux Mint 17.1 (Rebecca)
Author: Srijan Kishore • Tags: desktop, linux • Comments: 8
This tutorial shows how you can set up a Linux Mint 17.1 (Rebecca) 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 work even on old hardware, and the best thing is: all software comes free of charge. Linux Mint 17.1 is a 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.
-
Installing Apache 2 With PHP5 And MySQL Support On Fedora 21 (LAMP)
Author: Srijan Kishore • Tags: apache, fedora, linux, mysql, php, web server • Comments: 15
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 21 server with PHP5 support (mod_php) and MySQL support.