Linux3 중복 제거 후 저장하기 grep -n "email=" access-20240313.log | awk -F'=' '{print $2}' | grep -E '[^@]+@[^@]+\.[^@]+' | uniq | tee output-file-20240313.txt 2024. 3. 14. 메모리 부족할 때 Mysql 실행하는 방법 GCP 무료 버전 메모리 600으로 mysql을 실행시키려니 메모리 풀이 부족하다고 한다. 인터넷에 찾아보니 보통 1gb 이상을 권장한다. 디스크를 메모리로 사용하는 꼼수를 쓰기로 했다. -..- 어차피 디스크 스왑하면 스왑 비용이.. dd if=/dev/zero of=/swapfile bs=1M count=1024 mkswap /swapfile swapon /swapfile 그냥 메모리를 늘리는 방법을 추천하긴 합니다. https://stackoverflow.com/questions/10284532/amazon-ec2-mysql-aborting-start-because-innodb-mmap-x-bytes-failed-errno-12 Amazon EC2, mysql aborting start becaus.. 2019. 10. 8. Google Cloud VM으로 하려다가 구글 클라우드 무료로 되길래 갈아탐. mRemoteNG를 다운로드 받고, putty 설정을 해주면 된다. https://mremoteng.org/download Download The next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager. mremoteng.org https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html Download PuTTY: latest release (0.72) This page contains download links for the latest released version of PuTTY. C.. 2019. 8. 11. 이전 1 다음