Top 5 settings to harden your Linux SSH Server

electric-ssh-header

Servers, the mystery meat powering your favorite applications. The way to control these pillars off the internet is often through SSH. We are going to harden access today, while still maintaining an easy password-less access that is safe and System Admin approved.

Top 3 Best IDE for Python on Linux you should try in (2023)

Python-Flow-1

Python is a very popular (and relatively easy to learn) software development language. Like Perl, Matlab and Java (yes, Java) it is interpreted and will run almost seamlessly on various platforms (Windows, MacOS and Linux). You can even write mobile software that will run on iOS and Android. The ease of use tends to be overestimated. It is easier than Java, but it is not as straightforward and creating client-side script in Javascript. You still have to grasp the concepts of classes, methods and all it entails, but the language itself is easier (although I keep adding the random semicolon at the end of the line ;).

Before getting started, you will need to know what you want to do with Python. Are you creating script for processing files (batch jobs)? Are you creating scripts to enhance your website? Are you planning on building desktop apps (you can). Are you planning on building Mobile Apps (you CAN)? Database apps? You certainly can. However, before downloading and installing anything, please do some planning and read this article.

Advanced UFW rules for the seasoned mind

UFWheader

For the seasoned among us, this is for you! We will explain default rule states, how using service names can save you time, good ways to manage a multitude of rules…

How To Install and Use UFW Firewall In Linux

UFW-header

UFW, the Uncomplicated Firewall, is as true as a command line utility can be. Posing some of my very first challenges managing a server for the first time, I learned by spinning up a copy of Ubuntu on an old computer using a keyboard and mouse for initial setup.

Top 5 Linux Server Distributions | Replacing CentOS

centos-asci-edited

The CentOS ecosystem, have we an option that will replace it? So you have a server or many more. You are using programs native to CentOS, and you’re worried about patches and updates going forward. We are here to say, worry not. The community has got you!

Tearing down Garuda Linux in (2021)

garuda

Garuda? What’s that?? I dissect this crazy new popular Linux OS that has everyone turning their heads and seeing if it is worth it or just another distro-hop?

Configure a SAMBA Share in Linux

SAMBA-preview

Lots of businesses need to share files with employees and need a way to achieve this. SAMBA is a Linux service for sharing files and much more. We will go over setting up a share for users and anonymous users.