How to Install & Configure Shoutcast on a Linux server

Introduction SHOUTcast is a unique software for streaming media over the internet with only a web hosting account with VPS hosting or a dedicated server. When you install SHOUTcast, you can use... Read more

How To Secure PHP Integrated Into Your Web Page With Configuration Settings

PHP code can be integrated into your Web pages together with HTML code. When your Web server receives a query for a page, the page is primarily offered to the... Read more

How to Run ‘sudo’ Command Without Entering a Password in Linux

In case you are running Linux on a machine that you normally use alone, say on a laptop, entering a password each time you invoke sudo can become so boring... Read more

Browsh – A Modern Text Browser That Play Videos and Everything

Browsh is an open source, simple and modern text-based browser that renders in TTY terminal environments. It is made up of a minimal Golang CLI front-end and a browser web-extension... Read more

How To Install Selfoss On A CentOS 7 Linux VPS

Introduction Selfoss is a powerful, open-source web-based RSS reader, mashup, aggregation, and live stream application written in PHP. It is a lightweight solution with an open plugin system that allows... Read more

How to Manage a Web Server and Install the IIS WWW Service Module

IIS 6.0 is a significant improvement over previous versions. It includes a number of security enhancements and features. Unfortunately, many of basic services which came out of the box in... Read more

Easily Correct a Typo of Previous Command Using Carat (^) Symbol

Have you ever typed a command and rushed to hit Enter, only to find that you had a typo in it? While you can use the up and down arrows... Read more

7 Quirky ‘ls’ Command Tricks Every Linux User Should Know

We have covered most of the things on ‘ls’ command in last two articles of our Interview series. This article is the last part of the ‘ls command‘ series. If... Read more

Show a Custom Message to Users Before Linux Server Shutdown

In a previous article, we explained the difference between shutdown, poweroff, halt and reboot Linux commands, where we uncovered what these mentioned commands actually do when you execute them with... Read more

3 Ways to Extract and Copy Files from ISO Image in Linux

Let’s say you have a large ISO file on your Linux server and you wanted to access, extract or copy one single file from it. How do you do it?... Read more