Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
scp
works well butrsync
not.
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
scp
works well but rsync
not.Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
First you have to make sure locales
is installed.
If not,
you can install it using the following command (on Ubuntu/Debian).
sudo apt-get install locales
# GB2312 encoding support
sudo …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
There are many different ways to install packages in Linux.
Build From Source
Pre-built Binary
Use distribution specific tools.
For example,
you can use apt-get
or wajig
for Debian-based Linux Distributions …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Table of keyboard shortcuts lists comparisons of shortcuts on Windows, macOS and Linux.
Unless you have a full Mac keyboard,
you will not have the Home/End
keys.
Fn + Left/Right …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
yum update
yum search vim
yum install yum-utils
yum install pkg
yum localinstall pkg
yum groupinstall development
yum install https://centos7.iuscommunity.org/ius-release.rpm
yum info unixODBC
rpm -ivh pkg …