TIPS OF LINUX

Use ftp to copy data


ftp://10.141.246.123/
wget ftp://mirlab:0@10.141.246.123/chenzhigao/* -r

Mount U storage


sudo fdisk -l
sudo mkdir /mnt/U
sudo mount /dev/sdb1 /mnt/U
sudo umount /mnt/U

Add & delete ppa


sudo add-apt-repository ppa:webapps/preview
sudo add-apt-repository --remove ppa:someppa/ppa

If you want to delete ppa & packages from the ppa, first you need ppa-purge.

sudo apt-get install ppa-purge
sudo ppa-purge ppa:webapps/preview

Add shortcut of applications


new a file here

/usr/share/applications/matlab.desktop

edit this file

[Desktop Entry]
Version=1.0
Name=Matlab
GenericName=Matlab
Comment=Matlab:The Language of Technical Computing
Exec=/usr/local/MATLAB/R2010b/bin/matlab -desktop
Icon=/home/sun/.icons/matlab.png
StartupNotify=true
Terminal=false
Type=Application
Categories=Application;Development

Git


sudo apt-get install git

Pip


sudo apt-get install python-pip
pip install --upgrade pip

Python pakage


sudo pip install numpy scipy Keras PyInstaller Theano h5py joblib matplotlib pandas pydub scikit-learn sklearn tensorflow tqdm 

Pycharm


pycharm-community-2016.3.2

Teamviewer


teamviewer_12.0.71510_i386

REFERENCE

  1. server install Ubuntu and setup python etc.
  2. Ubuntu下使用命令删除PPA仓库的方法
  3. How to make matlab accessable by clicks
  4. Ubuntu快捷键 终端快捷键
  5. xfce 快捷键 命令整理
Chen Zhigao wechat
CONTACT ME!