Overall, tmux is the best among all selections here, but you should know how do others work in case tmux is unavailable. 你还需要理解VNC ...
Sync Up Files with rsync
This command is awesome for backup with complicated file structure and frequently modifications. It’s more elegant and smart(skip ...
Scheduling Recurring Tasks with cron
Let’s first see what does cron represent from wiki: The software utility cron is a time-based job scheduler in Unix-like computer ...
NFS Server and Client Setup
This blog is for Network file system NFS with only one server. 但NFS有新版本支持multi-server了。 For distributed file system (multiple serv ...
Music in My Life
把这十几年间喜欢的音乐收集列出来…(有一段时间没更新了) 我弹奏的钢琴曲😃 2019年6月17号我拿到了我买的YAMAHA P-125,从此开始了我钢琴自学之旅,记录一下自己的进步与快乐。 Youtube: 🎹Because of You 🎹The ...
Login and Non-login Shell
In the non-root development for DataStage, in order to launch applications as non-root user, I use su - dsadm with following comma ...
cURL Use Case Summary
cURL stands for Client URL, it is a command-line tool for getting or sending data including files using URL syntax. Since cURL use ...
Docker Image Default Parameters
This blog is a follow-up of <<Docker Run Reference>>. When builds an image from a Dockerfile or by committing from a r ...
Docker Run Reference
This is a summary from Docker run reference Docker runs processes in isolated containers. A container is a process which runs on a ...
Docker Runtime Capabilities
In my blog <<Linux Capability>>. I talk the basic and general knowlwdge about Capability. This blog will focus on Capa ...