root bin
Monday, 25 October 2021
How to send email from command line to gmail
›
Note: I found sending email from command line to gmail impossible, as gmail gave this error instead: connect to gmail-smtp-in.l.google.com...
Saturday, 5 June 2021
How to create lxc container on Ubuntu 18.04
›
If you are playing around with Linux, t is the best practice to do it on a virtual machine rather than your main Linux server. One popular ...
Monday, 22 February 2021
How to flush all iptables rules
›
If you messed up with iptables, you need to clean that up: iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT ip...
Wednesday, 17 February 2021
How to Set ulimit Value Permanently
›
In Linux, ulimit is a built-in tool to manage resource allocation at global, group, and user levels. For a multi-user system like Linux, s...
Wednesday, 6 January 2021
How to remove banned IP from iptables ?
›
After my IP banned by fail2ban, I could not unban it using any fail2ban-client commands but this one works. Suppose the banned IP is 1.2.3.4...
How to setup remote email server on a Centos 7 VPS using postfix with spf, dkim and dmark
›
I used to pay a hefty sum to Amazon SES to deliver my site.com emails. However I frequently got suspended because of bounce rates which exc...
‹
›
Home
View web version