Tag Archives: how-to

[Linux] How-To Install ZSH

zsh is an improvement upon bash, it makes Terminal easier to use.

In this tuts, we’ll get a look how to install zsh and oh-my-zsh.
Continue reading

[How-To] Automounting Home Directories with NIS and NFS

This writeup was done on Debian Server and Ubuntu Desktop. Our goal is to automounting home directories using NIS, NFS and autofs.

Continue reading

[How-To] Installing and Configuring NIS

The Network Information Service (NIS), utilizes daemons and a database to provide centralized authentication in a client-server architecture for Linux. It’s similar to the way the Active Directory provides centralized authentication for Windows clients in a Microsoft network. You only need to create, configure and modify objects ONCE on the NIS server. Those changes are then implemented on ALL your NIS clients.

Continue reading

[How-To] Installing and Configuring NFS

The NFS (Network File System) protocol allows a system to share directories and files with others over a network (Unix and Linux envirenments).

Continue reading

[Linux] How-To Install MonoDevelop

MonoDevelop is a cross-platform IDE primarily designed for C# and other .NET languages. In this writeup we will see how to install it on Linux.

Continue reading