Useful Bash Commands on Linux
tr – translate or delete characters. Usage: tr [OPTION]… SET1 [SET2] -d: delete characters in SET1 -c: use the...
Computer Science Ph.D candidate at University of California, Los Angeles
3551 Boelter Hall
580 Portola Plaza
Los Angeles, CA 90095
I'm a Ph.D student in Scalable Analytics Institute (ScAi), Department of Computer Science, University of California, Los Angeles (UCLA). My advisor is Prof. Yizhou Sun. Before joining UCLA, I spent three years at Northeastern University, Boston. I received my Bachelor of Science degree in Applied Mathematics, at University of Science and Technology of China.
tr – translate or delete characters. Usage: tr [OPTION]… SET1 [SET2] -d: delete characters in SET1 -c: use the...
Preliminary pip install itchat Note: the API changes quite often, but documentations does not. What I suggest is install...
On vps: yum install python-setuptools && easy_install pip pip install shadowsocks See message like: Successfully installed shadowsocks-2.8.2 Then vim...