Create 100GB swap file in one line
Create 100GB swap file in Linux using a single line. The file will be named swapfile1. dd if=/dev/zero of=/swapfile1 bs=1024 […]
Create 100GB swap file in Linux using a single line. The file will be named swapfile1. dd if=/dev/zero of=/swapfile1 bs=1024 […]
Here’s a simple tool to facilitate the installation of mainline Kernels. https://github.com/bkw777/mainline
When attemping to add shared folder from a Host machine to a Guest VirtualBox machine you may encounter the following […]
If you’re using an Apple keyboard with Linux and want to use the Function keys normally, for example F2 to […]
Ubuntu Landscape allows you to keep systems updated when deployed in large clusters. If you clone a machine and look […]
For displaying network activity continuously in Linux via the command line. CLI netstat -t -u -c
Do you need to tunnel to another machine frequently? Would you like an App to save time and make it […]
Follow these instructions and set your email to receive notifications. https://wiki.debian.org/UnattendedUpgrades apt-get install unattended-upgrades apt-listchanges apticron -y nano /etc/apt/apt.conf.d/50unattended-upgrades Set […]
You must be logged in to post a comment.