Home
pemd-sys
Cancel

Installing and configuring UfW

Introduction UfW is un complicated firewall. Here is how to configure it properly References

Nodejs Part 1 - Installing and Trying out Zotero

Introduction Nodejs is used to run javascript files. Installation For ubuntu you can follow the official instruction. For ubuntu 22.04 this is what I ran in the terminal. curl -fsSL https://deb.n...

Vivado Board File Management

Adding Board files from Repositories In Xilinx Vivado one of the things you have to do to use a board from a particular manufacturer is that you have to add the board files provided by them. The b...

Ubuntu on Thinkbook Part 1 - Installing Nvidia Drivers

Introduction In this first part of the multi-part tutorial I will be walking you through some of the issues you might face while installing ubuntu 22.04 on Lenovo Thinkbook 16g2 and ways to solve c...

Blog Tutorial 4 - Adding Discussions

Introduction In this fourth part of the multi-part tutorial I will be walking you through setting up the discussions/commenting system for your posts. Its is always nice to learn from improvements ...

Blog Tutorial 3 - Github Workflow

Introduction In this third part of the multi-part tutorial I will be walking you through setting up the github actions. As I mentioned in the first part of the blog the plan was to create a private...

Blog Tutorial 2 - Customise Chirpy Theme

Introduction In this second part of the multi-part tutorial I will be walking you through setting up two important customisation needed to write a engineering technical blog namely How to write ...

Blog Tutorial 1 - Setup Jekyll

Introduction In this multi-part tutorial I will be walking you through setting up your own blog using github pages and the Jekyll static website generator. There are a few important concepts that I...

Why Write a Technical Blog

Introduction When I was pursuing my PhD we lived and worked under the mantra publish or perish. However, like most of us after joining a company most of my technical achievements and concepts are f...

Writing a New Post

This post will guide you how to write a post on Chirpy theme. Even if you have previous experience with Jekyll, this article is worth reading, because many features require specific variables to be...