---- create swapfile2----
sudo fallocate -l 4G /swapfile2
sudo chmod 600 /swapfile2
sudo mkswap /swapfile2
sudo swapon /swapfile2
Discover and enjoy a wide range of IT solutions designed to make your digital experience smoother, faster, and more efficient. From software tips to troubleshooting guides, find everything you need in a place. Stay updated, stay secure, and enhance your tech skills with reliable, user-friendly information and resources.
---- create swapfile2----
sudo fallocate -l 4G /swapfile2
sudo chmod 600 /swapfile2
sudo mkswap /swapfile2
sudo swapon /swapfile2
For example, if your file is in your current folder and your username is root:
mysql -u root -p dbname < backup_file.sql
Error:
Microsoft Error Reporting log version: 2.0 Error Signature: Exception: EXC_BAD_ACCESS ExceptionEnumString: 1 Exception Code: KERN_INVALID_ADDRESS (0x0000000000000000) Date/Time: 2026-01-19 11:55:43 +0000
Solution
rm -rf ~/Library/Containers/com.microsoft.Word
rm -rf ~/Library/Group\ Containers/UBF8T346G9.Office
Ubuntu 20 often overrides SSH settings here:
sudo nano /etc/ssh/sshd_config.d/50-cloud-init.conf
Change to:
PasswordAuthentication yes
PermitRootLogin yes
or
sudo nano /etc/ssh/sshd_config
PermitRootLogin yes
PasswordAuthentication yes
PubkeyAuthentication yes
UsePAM yes
sudo passwd root
sudo systemctl restart ssh
sudo systemctl status ssh