top of page
Search
Mar 3, 20181 min read
Install and Connect to a VNC Viewer over SSH
1. Log in to the server over SSH, 2. Install tightvncserver, ...
Mar 2, 20182 min read
Email a Dynamic IP Address Every 5 Minutes
Use wget, Gmail account, https://api.myip.com, ssmtp, Ubuntu, awk, crontab and vi to email a computer's external IP every 5 minutes.
Mar 1, 20182 min read
Download, Install and License Vivado 2017.4 on Windows 7
Download Vivado 2017.4, install it and license it.
Feb 27, 20181 min read
Fun things I found in a hwinfo dump: spectre and meltdown!
Found! Meltdown and Spectre!
Feb 27, 20182 min read
Find "eth0" in all "*.dt*" files
find . -type f -name "*.dt*" -exec grep -Hi 'eth0' {} \;
Feb 23, 20181 min read
Disable debug printk
echo 6 > /proc/sys/kernel/printk
bottom of page