Linux Tutorials on the topic “linux”
-
Virtualization With KVM On A Scientific Linux 6.3 Server
Author: Falko Timme • Tags: kvm, linux, virtualization • Comments: 0Virtualization With KVM On A Scientific Linux 6.3 Server This guide explains how you can install and use KVM for creating and running virtual machines on a Scientific Linux 6.3 server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM). KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Scientific Linux 6.3
Author: Falko Timme • Tags: linux, mysql, nginx, php, web server • Comments: 2
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Scientific Linux 6.3 Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a Scientific Linux 6.3 server with PHP5 support (through PHP-FPM) and MySQL support.
-
Using mod_spdy With Apache2 On Scientific Linux 6.3
Author: Falko Timme • Tags: apache, linux, web server • Comments: 1
Using mod_spdy With Apache2 On Scientific Linux 6.3 SPDY (pronounced "SPeeDY") is a new networking protocol whose goal is to speed up the web. It is Google's alternative to the HTTP protocol and a candidate for HTTP/2.0. SPDY augments HTTP with several speed-related features such as stream multiplexing and header compression. To use SPDY, you need a web server and a browser (like Google Chrome and upcoming versions of Firefox) that both support SPDY. mod_spdy is an open-source Apache module that adds support for the SPDY protocol to the Apache HTTPD server. This tutorial explains how to use mod_spdy with Apache2 on Scientific Linux 6.3.
-
-
Installing Apache2 With PHP5 And MySQL Support On Scientific Linux 6.3 (LAMP)
Author: Falko Timme • Tags: apache, linux, mysql, php, web server • Comments: 0
Installing Apache2 With PHP5 And MySQL Support On Scientific Linux 6.3 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Scientific Linux 6.3 server with PHP5 support (mod_php) and MySQL support.
-
Setting Up An NFS Server And Client On Scientific Linux 6.3
Author: Falko Timme • Tags: linux, storage • Comments: 0
This guide explains how to set up an NFS server and an NFS client on Scientific Linux 6.3. NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk.
-
Scientific Linux 6.3 Samba Standalone Server With tdbsam Backend
Author: Falko Timme • Tags: linux, samba, storage • Comments: 0
Scientific Linux 6.3 Samba Standalone Server With tdbsam Backend This tutorial explains the installation of a Samba fileserver on Scientific Linux 6.3 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.
-
Detailed Error Handling In Bash
Author: DonQuichote • Tags: linux • Comments: 0
Detailed Error Handling In BashShell scripts are often running as background processes, doing useful things without running in a visible shell. To write such scripts can be quite painful, as all errors occur out of sight as well. While log files can hold a lot of information, finding the relevant information is a bit trickier. My solution is to log only the errors with all the details to a small database. This database contains tables for the message, the corresponding stack trace and the important environment variables. I have chosen for an SQLite database in this howto, but the same principle works with other databases as well.
-
Installing And Using OpenVZ On Scientific Linux 6.3
Author: Falko Timme • Tags: linux, openvz, virtualization • Comments: 0Installing And Using OpenVZ On Scientific Linux 6.3 In this HowTo I will describe how to prepare a Scientific Linux 6.3 server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license.
-
Setting Up A Standalone Storage Server With GlusterFS And Samba On Debian Squeeze
Author: shofer • Tags: linux, debian, samba, storage • Comments: 4
Setting Up A Standalone Storage Server With GlusterFS And Samba On Debian Squeeze This tutorial shows how to set up a standalone storage server on Debian 6.0, using GlusterFS and SAMBA, and custom scripts and settings to make life easier.
-
Configure Monit To Send SMS Instead Of Email
Author: csnetworks • Tags: linux, other, monitoring • Comments: 0Configure Monit To Send SMS Instead Of Email This tutorial helps you configure monit to send alert messages using SMS to your mobile phone when a service fails instead of traditional email notification. Because monit can send only emails but not SMS, we will use an email-to-sms gateway where monit will send its emails to, and the email-to-sms gateway will convert the emails to SMS messages.