In this quick post, we’ll see how to clear the last commands stored in the bash history
.
Imagine the following situation: an analysis on a server that you would not want to leave stored in the bash history
the commands used.
Checking status for Nginx
In this post, I will explain how we can get status for Nginx configuration, sometimes is not easy to filter the HTTP code by curl command when the backend is not working, besides that intention here is get the status of the proxy configuration.
[Read More]