Tag: Linux

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 install & configure Squid Proxy Server on CentOS

Install To install Squid Proxy Server use next commands:

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

How to fix server load caused by many CLOSE_WAIT connections on CentOS Linux

Sometimes, you might face a problem when you have a huge load on a server caused by an opened TCP connections which stay for a long time. Actually it happens when the application does not send proper close signal to the opened socket connection. It might be faulty issue or made intentionally.

How to install Git v2.* on CentOS 7