-
Email Server Ports Table TOP NEW
-
How to build your own email server TOP NEW
Introduction Have you ever thought about setting up your own email server, but then left it behind. However, setting up a email server is not complicated. In this article, we will build it step by step from scratch. Here we will need the following environments: Nginx - an lightweight and open-source web server to offer low memory usage and... Read More
-
How to Mount Remote Linux Filesystem TOP NEW
If you want to mount remote file system on local for purposes like exploring, programing, etc, I think this step-by-step guide on how to mount remote Linux filesystem would be helpful for you. Mount Remote LINUX Filesystem To mount remote Linux filesystem, you can use a tool named sshfs. SSHF is a network filesystem client for mounting remote ... Read More
-
Understanding of Shell initialization process TOP NEW
For Bash reads .bashrc file in non login interactive shell and .bash_profile in login shells. Zsh reads .zshrc in an interactive shell and .zprofile in a login shell. Interactive Shell and Login Shell Interactive shell is a simple shell that drives input from the user and returns the desired output. A login shell is the first process that ex... Read More
-
How to use fcitx5 elegantly on Arch Linux TOP NEW
Introduction Fcitx [ˈfaɪtɪks] is an input method framework with extension support. Currently it supports Linux and Unix systems like freebsd. It has three built-in Input Method Engine, Pinyin, QuWei and Table-based input methods. Fcitx tries to provide a native feeling under all desktop as well as a light weight core. You can easily customize ... Read More