
How to use Cron jobs
A Cron job is a job that runs automatically after a fixed interval of time. A Cron job can either be a command or a shell script that you want …
Read MoreThe blog about anything Cloud! Get some great content about AWS, Linux, WordPress, PHP and more…
A Cron job is a job that runs automatically after a fixed interval of time. A Cron job can either be a command or a shell script that you want …
Read MoreNmap (or Nmapper) is a free and open-source network scanner used for analysis, security audits, and network exploration. You use it to discover hosts and services on a computer network …
Read MoreThis post will explain how to use Dockerfiles in Docker. You will see a brief introduction to each of the Dockerfile components. You will also see the complete process of …
Read MoreLinux has many commands, and luckily you don’t need to know them all. The Linux commands mentioned below will help you navigate Linux with ease. In case you were wondering …
Read MoreSo you are thinking about using WordPress. Congratulations! You are in good company. WordPress powers over 25% of the entire web, and holds almost 60% of the global market share …
Read MoreThis post will show you how to mount an NFS share into a container. We will explore mounting an NFS to the container via Portainer and Docker Compose. It is …
Read MoreThe Windows Subsystem for Linux is a compatibility layer that enables you to run Linux applications natively on Windows 10 and Windows Server 2019. Well done Microsoft! You can choose …
Read MoreThe AWS Management Console does not allow you to bulk delete multiple AWS CloudWatch Log Groups. Use this bash script to bulk delete AWS CloudWatch log groups. The bash script …
Read MorePrevent CRON from running your PHP code more than once by using this simple Bash hack! CRON will execute your PHP code regardless of its success or failure. Slow running …
Read MoreI am announcing the slickest and easiest performance monitoring tool for cloud computing, ever! There are many tools out there to achieve this goal, but my favourite is My-Netdata. My-Netdata …
Read More