find /home/cdn -print -exec touch -m -t 201506171300 {} \;
- Posted
- Filed under 프로그래밍
/home/cdn 에 있는 하위디렉토리까지 모든 파일의 시간을 변경한다.
find /home/cdn -print -exec touch -m -t 201506171300 {} \;
더이상 apt-get 지원을 안하는 구버전의 경우는 apt-get을 사용할수가 없다.
아래와같이 해결하자
cd /etc/apt
cp sources.list sources.list.old
sed -i 's,http://.*ubuntu.com,http://old-releases.ubuntu.com,g' sources.list
sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
sed -i 's,http://.*ftp.daum.net,http://old-releases.ubuntu.com,g' sources.list
apt-get update
apt-get install update-manager-core
do-release-upgrade