Skip to content

Instantly share code, notes, and snippets.

View skyyuan's full-sized avatar
🎯
Focusing

schaffer skyyuan

🎯
Focusing
View GitHub Profile
这个问题跟Mac的终端程序有关。修正方法是:
编辑Mac系统下/etc/ssh_config这个文件
将其中SendEnv LANG LC_*这一行前面加一个井号,注释掉,保存退出
再使用ssh连接远程Linux服务器时,中文就不会有问题了~
安装zsh
brew install zsh
设置zsh为默认shell
mate /etc/shells
在文末增加:
/usr/local/bin/zsh
将zsh设置为默认的Shell:
To get started, press Ctrl – Alt – Ton your keyboard to open the terminal. When it opens, run the commands below to download the deb package.
wget https://launchpad.net/~clipgrab-team/+archive/ppa/+files/clipgrab_3.2.0.9~precise2_i386.deb
Next, run the commands below to install ClipGrab.
sudo dpkg -i clipgrab*
If the above commands fail to install ClipGrab, run the commands below to force the installation.