Category Archives: Debian / Ubuntu

[MongoDB] Instalaltion on Debian/Ubuntu

MongoDB is a cross-platform document-oriented database system, classified as a NoSQL database. In this post I’ll share a simple script to install MongoDB on Debian/Ubuntu.

Continue reading

[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

[Debian] Restore The Deleted Config Files

Last time, I was configuring VSFTP on Debian, really I don’t know what happened but I deleted the vsftpd.conf file :'(. For this I published this quick tips, to how restore the deleted config file.

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