共通命令セット

1603 ワード

🍟 Mount

sudo mount -o nolock 10.0.1.49:/home/bilab/AirTom/nfs /mnt/AirTom/nfs
sudo mount -o nolock 10.0.1.49:/home/bilab/HemoVista/nfs /mnt/HemoVista/nfs

🍕 NFS


マウントパスの指定
sudo nano /etc/exports
NFSサーバの再起動
sudo service nfs-server restart

🍔 Linux時間変更

sudo date -s 2021-01-01
sudo find ./ -exec touch {} \;

🌭 VNCサーバの起動

vncserver -localhost no

🧀 Git


Clone
git clone http://10.0.1.231:30000/AirTomR3.0/Mercy/Software.git
git clone http://10.0.1.231:30000/AirTomR3.0/Mercy/HemoSoftware.git