Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
crosvm is a virtual machine monitor (VMM) implemented in Rust with a focus on simplicity, security, and speed.
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
crosvm is a virtual machine monitor (VMM) implemented in Rust with a focus on simplicity, security, and speed.
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
BCC is a toolkit for creating efficient kernel tracing and manipulation programs leveraging extended Berkeley Packet Filters (eBPF).
webmin, cloudmin, usermin
id, adduser, gpasswd (recommended for adding/removing groups)
uptime, top …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Open the file /etc/default/grub
with sudo permission.
sudo vim /etc/default/grub
Update the value assigned to GRUB_TIMEOUT
to a smaller one (e.g., 3).
Notice that the time …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://github.com/phoronix-test-suite/phoronix-test-suite/
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Please refer to Tips on Installing Debian Series Linux Distributions for detailed discussions.
How to solve boot problems with Ubuntu after kernel upgrade
If a …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
If you want to be able to mount remove Linux filesystem on you computer, you can install sshfs and fuse using the following command.
wajig install sshfs fuse
It is suggested …