Author Archives: sinetek
Generate a build log file with GNU Make
make 2>&1 | tee build.log This will redirect standard output, as well as err output to build.log.
MyHDL: First LED Blinker Test Working!
I’ve been tinkering with MyHDL lately on the Z-turn board by MYIR. I have to say this board is pretty fun to play with so far, and i’ve left some resources on my blog about it, that might get updated … Continue reading
Linux: Disable the Password Failure Delay (Revisited)
To get rid of this annoying delay, for example when running a sudo command, you can do the following with PAM configuration. Additionally, for regular “su”, you’ll want to go to the configuration file /etc/login.defs and set the appropriate option. … Continue reading
Using ExpressVPN on Gentoo: Short Guide
ExpressVPN comes as either a deb or rpm package. We’ll choose the rpm package, so first install that. Then you want to install the package without any dependencies. ExpressVPN is now installed, but since Gentoo runs the OpenRC init system … Continue reading