pdflatex libboost_locale issue
A little while ago, I started seeing the following error message when trying to run pdflatex
to build a LaTeX presentation:
A little while ago, I started seeing the following error message when trying to run pdflatex
to build a LaTeX presentation:
Its that time of year again! Time to update my SSL Certificate using Let’s Encrypt!
…A few years ago when I switched to Manjaro, I went on the hunt for a new Window Manager. I stumbled upon AwesomeWM and after a bit of fiddling around, I made it my default window manager. Unfortunately, Manjaro decided to quit on me after using it for ~2 years and I had to reinstall…
To show a list of branches which have the most-recent changes:
Sources: Fix Docker Permission Denied Issue. ArchWiki – Docker.
How to setup vim with plugins using Vim-Plug
watch in linux is used to run a reocurring command and display the output. I find it super useful when you need to follow a truncating log file. Example: To follow a log file, you can run the following command: watch “tail -n 50 output.log” Your immediate thought might be to just run tail -f…
After deciding on where to locate my personal git repo, I hit a snag…
…
Over the past few months, I’ve been steadily populating my home NAS with plenty of content. I’ll admit that its been all SFTP transfers. However, recently I was working on a long-term project of mine and it got me thinking – why not setup my own git repository?
…
Workspaces has existed in linux for a very long time. I’m guessing late 1980’s based on this article (They say X Window System implemented virtual desktops in 1989, and the first to use the X Window System was linux). A problem arises with unlimited workspaces though – that they can become disorganized fairly quickly. Your first workspace…