Home / Tag Archives: linux (page 11)

Tag Archives: linux

January, 2010

  • 5 January

    How to install Shoutcast on a Linux server

    Yesterday, we learned about two radio streaming servers available for Linux: Shoutcast and Icecast. Today, you will learn how to install and setup a Shoutcast server. In this example, you will create a special user to run Shoutcast, rather than having it run as root, which is a security risk. …

  • 4 January

    Radio broadcasting from a web server

    Setting up a radio broadcast requires two main components: 1. server-side streaming software and 2. some type of streaming software on your local computer that sends streaming music through the server. There are many popular audio streaming solutions, but two of the most common free solutions are Shoutcast and Icecast. …

  • 1 January

    5 Server checks for the New Year

    Hopefully, it has not been a year since you have given your server a good checkup, but just in case you need a reminder, here are a few things to check at the start of 2010: 1. Log rotation. Normally, Linux will rotate logs for the kernel, web server, and …

December, 2009

  • 31 December

    How to format a hard drive in Linux

    When you lease a remote managed or even unmanaged server, you do not typically have to concern yourself with formatting hard drives. Still, it is a good skill to learn, and if you find yourself in a situation where you are building your own web hosting server, it is a …

  • 29 December

    How to redirect Linux command output to a file

    All Linux servers have a useful feature that is only one character long. The character is > , and it makes saving command output to files extremely easy. It can make interpreting long command output data much easier and less time consuming. For example, if you wanted to list the …

  • 29 December

    System monitoring with phpSysInfo

    Sometimes you just need quick information about your server without having to click through numerous control panel screens or logging via SSH. A small PHP software application, called phpSysInfo, allows you to do just that. Installed like a normal PHP script, you can access a plethora of information about your …

  • 24 December

    Vsftpd an alternative FTP server

    Vsftpd stands for “Very Secure FTP Daemon”, and is a an ftp server for Linux and other UNIX-like operating system. As the name implies, it claims to be more secure than the typical FTP server and boasts a number of useful features, including: Virtual IP configurations Virtual users Standalone or …

  • 24 December

    The /var directory in Linux

    In previous posts, we covered the Linux file and directory structure. One very important directory in Linux is /var. This directory general contains the following subdirectories: 1. backups – primarily used by APT, this directory contains backups of package update states. 2. cache – certain applications use this directory to …

  • 23 December

    How to install and configure ProFTPD in RHEL/CentOS/Fedora Linux

    ProFTPD is one of the most widely used and trust Linux-based FTP servers. When installed on a dedicated server, ProFTPD can act as a virtual ftp server host to multiple user accounts. It also allows anonymous FTP, if needed, chroot jail support, SSL/TLS encryption, and much more. nixCraft has an …

  • 22 December

    The /usr/bin directory in Linux

    In an earlier post, we gave you a brief overview of the Linux filesystem structure. The /usr/bin directory is the main directory for user executables. Essentially, any program you might want to run will usually have an executable in this directory. It is important to note, however, that unlike Windows, …

Powered by Namesco
© Copyright InternetBlog.Org.Uk 2024, All Rights Reserved