https://www.gravatar.com/avatar/5f48da38e786436afece6f2e46196202?s=240&d=mp

Linux Shell

百兆网线和千兆网线的做法

嘿嘿记录一下

百兆网线:

【568B】白橙、橙、白绿、蓝、白蓝、绿、白棕、棕

【568A】白绿、绿、白橙、蓝、白蓝、橙、白棕、棕

千兆网线:

白橙、橙、白绿、蓝、白蓝、绿、白棕、棕

Linux shell tips and tricks

I’m using Linux shell on daily basis, but I often forgot some useful command or shell tip. Yes, I can remember commands, but I can’t say that if I used it just once for specific task. Then I started to write Linux shell tips in text file on my Dropbox account and now I decided to share that. This list will be updated over time. Also keep in mind that for some tips you will need to install additional software on your Linux distribution.

Linux下rsync文件同步服务器配置详解

作者: 北南南北
来自:Linuxsir.Org
摘要: rsync 是一个快速增量文件传输工具,它可以用于在同一主机备份内部的备份,我们还可以把它作为不同主机网络备份工具之用。本文主要讲述的是如何自架rsync服务器,以实现文件传输、备份和镜像。相对tar和wget来说,rsync 也有其自身的优点,比如速度快、安全、高效。