Linux clear swap bash script 1월 23, 2019 Current swap clean change vm.swappiness sysctl -p vm.swappiness=10 자세한 내용 보기
[리눅스]ssh를 이용한 원격디렉토리 마운트 5월 27, 2013 1. fuse-sshfs 설치 - rpmforge에서 설치 가능 > yum install fuse-sshfs 2. ssh를 자동 로그인 가능하게 설정 3. /etc/fstab ex. ssh#user@host:/dir /mnt/mountpoint fuse auto,user,uid=1000,allow_other,_netdev 0 0 자세한 내용 보기