Blog

BBash Intro

23.03.20188 Min Read — InLinux

Easy Shell is a collection of useful boilerplate linux commands for the daily life of every linux user! All credit goes to lucasviola on GitHub! Welcome This is a basics guide intended to help…

iiptables

20.03.20182 Min Read — InLinux

Run the following. It'll insert the rule at the top of your iptables and will allow all traffic unless subsequently handled by another rule. You can also flush your entire iptables setup with the…

SSmarthome Ideas

17.03.20183 Min Read — InLinux

Smart Home - Schöne Aussicht 10a I've begun assembling the beginnings of a nice little smart-home implementation here at my familys house in Germany. It consists mostly of lights / motion sensors and…

BBash Aliases

11.03.20181 Min Read — InLinux

Ever needed a seed to generate random passwords or keys? Here's an easy way to generate a few different variations of random characters directly in bash! # bash generate random 32 character…

LLynis - Linux Server Auditing

04.03.20182 Min Read — InLinux

So you’ve got your system up and running the way you like it, but your wondering what else can I do to harden my server? Lynis to the rescue! Lynis is an open-source auditing tool that will run…

NNextcloud Setup

04.03.20184 Min Read — InLinux

So you want to install your own dropbox like cloud storage service? Well you’ve made the right choice with nextcloud! Its relatively easy to install and maintain and has a vibrant community and full…