Linux
Frequently asked questions When learning to code
Is the Tech Industry Really Oversaturated for Junior Developers? Rambles, Reflections and Truth Read
Will Learning Code make you rich? Salary expectations and more Read
Can You Learn to Code Without a College Degree? Read
How Long Does It Take To Learn How To Code? Read
Is learning to code hard? Yes it is (sometimes) Read
Complete guide to hosting an ASP.NET Core app on your Linux clearly explained and broken down for beginners
This post delves into proxy servers and how they come into play when hosting .net applications on linux! In order to make our Linux hosted .Net Core application accessible to world online, we need to configure a reverse proxy server.
A Linux bash script to recognize when a file is added to FTP
Have you uploaded a compressed file to an FTP server, perhaps via Continuous Integration and you want your Linux to automatically detect and deploy it. This article explains how..
SSH Key-Based Authentication (IN PLAIN ENGLISH!) for your Linux-based Server
If you want to keep your Linux server safe - the best advice I can give by far is to use SSH keys. In this tutorial I will show you how to set up SSH Key-Based Authentication. As a bonus, I will also show you how you can connect to server seamlessly using PuTTY.