Category: Linux

How to login via SSH without password

Login to local machine where passwordless login should be used from

How to Wake-On-LAN / Wake-On-WAN on ubuntu

Pepare Install required tool: Get ethernet interface Let’s assume it’s enp1s0 Check if the WOL is available: Set WOL on: After sudo ethtool enp1s0 the Wake-on: d should be changed to Wake-on: g But this will be reset after reboot, so: Make it permanent via service Get the ethtool executable’s full path by running which […]

How to remove a file from Git history but keep it in a project

Sometime happen that we forget properly configure .gitignore file and keep tracking some file with sensitive data.

How to run Python web apps on CentOS using mod_wsgi for apache

How to create your own Stream Recording Server and make a loop recording of your IP Camera (Full instruction)

If you’ve an IP Camera (or cameras) and want to loop record the stream it provides, or record a snapshot images at some intervals, or just both, then you’ve come to the right place!

How to prepare a new HDD on Linux in exFAT file system type (create partition, format it and mount disk permanently) – Full instruction

How to list running screen sessions created by all users in Linux

How to prettify bash output for Git on unix (oh-my-bash)

For this we need to install next open-source package:

How to prepare deploy key for GitHub on Linux

Git – team dev workflow – sticky notes