자주 쓰는 명령어 모음

Krystal·2022년 4월 15일
0

🍟 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

Mount 경로 지정

sudo nano /etc/exports

NFS Server 재시작

sudo service nfs-server restart

🍔 리눅스 시간 변경

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

🌭 VNC Server 시작

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
profile
🚀Be an active developer

0개의 댓글