10월, 2021의 게시물 표시

Change swap size in Ubuntu 18.04 or newer

https://bogdancornianu.com/change-swap-size-in-ubuntu/ Change swap size in Ubuntu 18.04 or newer Posted  on  August 11, 2018   by  Bogdan Cornianu   /  49 Comments [Updated July 26, 2020]: Change swapfile permission; Set swapfile in /etc/fstab. Swap is a special area on your computer, which the operating system can use as additional RAM. Starting with Ubuntu 17.04, the swap partition was replaced by a swap file. The main advantage of the swap file is easy resizing. Note:  before running the following commands, please make sure you have a backup of your data! In the following example, we’ll extend the swap space available in the /swapfile from 4 GB to 8 GB. Turn off all swap processes 1 sudo swapoff -a 2. Resize the swap 1 sudo dd if = /dev/zero of= /swapfile bs=1G count=8 if = input file of = output file bs = block size count = multiplier of blocks 3. Change permission 1 sudo chmod 600 /swapfile 4. Make the file usable as swap 1 sudo mkswap /swapfile 5. Activate the swap file 1

프로그램이 설치 또는 제거되지 않도록 하는 문제 해결 Windows 10 Windows 8.1 Windows 8 Windows 7

 https://support.microsoft.com/ko-kr/windows/%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8%EC%9D%B4-%EC%84%A4%EC%B9%98-%EB%98%90%EB%8A%94-%EC%A0%9C%EA%B1%B0%EB%90%98%EC%A7%80-%EC%95%8A%EB%8F%84%EB%A1%9D-%ED%95%98%EB%8A%94-%EB%AC%B8%EC%A0%9C-%ED%95%B4%EA%B2%B0-cca7d1b6-65a9-3d98-426b-e9f927e1eb4d