Horje
open firewall port in linux Code Example
open firewall port in linux
Debian: 

sudo ufw allow PORT. 

CentOS: 

sudo firewall-cmd --zone=public --permanent --add-port=PORT/tcp 
sudo firewall-cmd --reload




Shell

Related
lf will be replaced by crlf Code Example lf will be replaced by crlf Code Example
linux get available commands Code Example linux get available commands Code Example
rvm set default Code Example rvm set default Code Example
qpdf decrypt with password Code Example qpdf decrypt with password Code Example
how to find where python modules are installed Code Example how to find where python modules are installed Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13