Category Archives: Linux tutorials

Protect Your Online Privacy with Tor Browser

Written by SK on . Posted in Frequently Asked Questions, Linux distributions, Linux Mint, Linux tutorials, opensource, Security, Software, Ubuntu

tor-browsing

Tor (The Onion Router) browser makes things more difficult to trace our Internet activities. Using Tor, we can keep our identity more secure around the Internet. In simple words, you can surf the Internet anonymously and it’s difficult to find … Continue reading

Install Postfix Mail Server with Dovecot and Squirrelmail on CentOS 6.4

Written by SK on . Posted in CentOS, Fedora, Hosting, Linux distributions, Linux tutorials, Linux webhosting, opensource, Software

postman

Postfix is a free open source mail transfer agent (MTA). It is easy to administer, fast and as well as secure MTA. Its a alternative to Sendmail which is the default MTA for RHEL. Prerequisites 1. Remove default MTA sendmail … Continue reading

How to Share Files Over Network Using NitroShare

Written by SK on . Posted in Fedora, Frequently Asked Questions, Gnome, Linux distributions, Linux Mint, Linux tutorials, opensource, Software, Ubuntu

files

NitroShare is a tool used to transfer files from one machine to another on the same network. You don’t have to do any much configuration in all machines, If you had installed it on all of your network systems, NitroShare … Continue reading

Useful Commands for Linux Users – Episode 5

Written by M. Zinoune on . Posted in linux command, Linux tutorials, opensource, Unix Tutorials

Terminal-prompt

The Command-line is more powerful because you can do lots with them. Yyou can tell your computer exactly what you want and get the appropriate answer, while GUI application can only tell your computer what the GUI programmer has defined. … Continue reading

Secure Your Network Using IPFire Firewall Distribution

Written by SK on . Posted in Hosting, linux command, Linux distributions, Linux tutorials, Linux webhosting, opensource, Security, Unix Tutorials

IPFire_Logo

One of the core component of network of all organizations is security. Many large companies will have hardware firewalls to protect their network. Those hardware firewalls cost must be hundreds of thousands of dollars. The SOHO(Small office or Home Office) … Continue reading

The Funny Side of Linux Command Line (Terminal)

Written by Enock Seth on . Posted in linux command, Linux tutorials

xcowsay

For most users of Linux the Command Line is their best friend. The Terminal wasn’t meant to be so serious at all times, it’s also funny sometimes. If you don’t know, here are some commands that will make you see … Continue reading

How To Play Music From Command Line (Terminal)

Written by Enock Seth on . Posted in Frequently Asked Questions, linux command, Ubuntu

Terminal-prompt

Most people like me prefer using Command Line in everyday life to Graphical User Interface (GUI) . Today i`am going to show you how play music files from the Command Line using one of the best Command Line players (SoX) … Continue reading

Setup Samba Domain Controller with LDAP Backend in Ubuntu 13.04

Written by SK on . Posted in Hosting, linux command, Linux distributions, Linux Mint, Linux tutorials, Ubuntu, Unix Tutorials

samba_linux

We have already shown you how to install and configure a basic Samba server in our previous article. Today I am going to show you how to install and configure a Samba domain controller with LDAP backend. ie. The users … Continue reading

Secure File from Removal in Linux and Unix

Written by Mel Kham on . Posted in linux command, Linux distributions, Linux tutorials, opensource, programming, Security, Software, Ubuntu, Unix Tutorials

files

Protecting files from unwanted deletion is very important security on the tasklist of Unix Administrators. On Linux boxes you can use the chattr command and that works  ine on all my Ubuntu based servers. On FreeBSD, this command doesn’t exist. An … Continue reading

How to Install Nginx on FreeBSD 9.x

Written by Mel Kham on . Posted in Hosting, opensource, Software, Unix Tutorials

nginx-logo-300x180

nginx (pronounced “engine x”) is an open-source web server and a reverse proxy server for HTTP, SMTP, POP3, and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. It is licensed under a BSD-like license and it runs on Unix, Linux, BSD variants, Mac OS, Solaris, AIX, HP-UX, and Microsoft Windows. My test server details: root@FreBSD-Unixmen:/root # uname … Continue reading