Home
Stillie
Cancel

How to Integrate GitHub Actions with Slack Bots

GitHub Actions is a powerful automation tool that allows you to build, test, and deploy your code directly from GitHub. Slack, on the other hand, is a popular collaboration tool that many teams use...

Deploy a Jekyll site using FTP using GitHub Actions

I recently was figuring out the best way to automatically deploy my website using GitHub Actions and found that it can be done using FTP to my website host. The best way I found was to use the fol...

Configure Global Git username and email

In this post I will show you how to configure your Git username and email Config Git for the entire system Your username and email are linked to all commits on your machine. When you set these va...

Display custom banner upon login of SSH Shell

Would you like to upgrade your server’s SSH terminal when someone logs in? Add some custom text? How to add a Banner to your SSH Shell terminal Would you like to display a Message of the day wh...