Just when I was thinking of what gift to buy for myself for the Christmas holiday, I came to an Indiegogo crowd funding project: Minisforum X35G.
Make virtual ethernet the default
Recently I leased a server with 2 IPs, x.x.x.x and y.y.y.y from a VPS company. Their first IP is the primary one and is connected to my VM, the secondary IP y.y.y.y is there for me to use, but have not connected yet.
Put CPU under Performance mode in Linux
Linux kernel is able to control every tiny bit of the hardware it operates. This time I am going to max out my server’s CPU performance by tuning the CPU to the performance mode.
mutt integration with Gmail using OAuth
As I mentioned before, I am a heavy terminal user, including viewing and replying emails with it. Mutt is my email client. Once you have setup your 2 factor authentication with Google, you won’t be able to access your Gmail using IMAP with your password, you’ll have to generate a specific password for the so called “Less Secure Apps”. There is a problem with that, if you use IMAP with less-secure-app password on your company account where “less secure app” is not allowed, you are probably stuck.
In this tutorial, I am going to show you how to setup the Google recommended OAuth 2.0 way with Mutt.
Resolve virsh start a domain (VM) failed problem
After CVE-2019-11477 and a few other CVEs broke out, Linux kernel released 5.1.11 to address the vulnerabilities. My VM host machine is constantly running on the latest kernel (provided by ELRepo).
When I reboot into the new kernel and want to start one of my KVM boxes, this error appears:
Host CPU does not provide required features: spec-ctrl
Continue reading “Resolve virsh start a domain (VM) failed problem”
GitLab LFS setup
Recently I was playing around with GitLab LFS setup, although the documentation on GitLab website has most of the technical background however there are a few details and examples missing. I’ll complement some of them here.
Continue reading “GitLab LFS setup”
tmux select then copy to clipboard
Using mouse to select text with tmux sometimes is inefficient. For my setup, I’ll have to press shift key during text selection and keyboard copy will convert empty line as spaces. The following 2 lines in the configuration file works with version 2.8 (latest at the time of writing).
Currency Conversion on Bash
Currency.sh
Continue reading “Currency Conversion on Bash”
PHP session issue with Remi php-fpm
Using redis for php session brings a lot of advantages, such as faster responsiveness to your website, however the down side could be not very stable and you may lose all redis cache on server reboot. As long as we have a HA setup of redis server we can prevent such thing from happening.
Continue reading “PHP session issue with Remi php-fpm”
WPS library fix for Linux for WPP
WPS for Linux is a great software for processing Microsoft Office files, however after installing the latest RPM on Fedora 27 I failed to start WPP (presentation).
Continue reading “WPS library fix for Linux for WPP”