Linux Tutorials on the topic “linux”

  • How To Run Your Own Web SMS Portal With PointSMS

    Author: coolzjTags: , , , , Comments: 2

    How To Run Your Own Web SMS Portal With PointSMS This tutorial will show you how you can set up an SMS web site on CentOS using PointSMS.

  • First Steps Of Running Linux Via Terminal Instead Of Desktop

    tux Author: CSchTags: Comments: 3

    First Steps Of Running Linux Via Terminal Instead Of Desktop This tutorial is supposed to show new Linux users how to handle Linux without having to browse through your desktop to edit files. The core commands to do this are the same on every Linux distribution, however there is a large variety of commands that differ from distribution to distribution, as does the install command.

  • Virtualization With KVM On A Scientific Linux 6.3 Server

    Author: Falko TimmeTags: , , Comments: 0

    Virtualization 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

    nginx VMWare Image Download Author: Falko TimmeTags: , , , , 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

    apache Author: Falko TimmeTags: , , 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)

    apache VMWare Image Download Author: Falko TimmeTags: , , , , 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

    tux Author: Falko TimmeTags: , 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

    tux Author: Falko TimmeTags: , , 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

    tux Author: DonQuichoteTags: 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 TimmeTags: , , Comments: 0

    Installing 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.