Nowadays, most commonly everyone know about AWS. AWS is a secure cloud services platform that offers compute power, database storage, content delivery and several other platform services such as Infrastructure as a service(IaaS), Platform as a service (PaaS) and Software…
How to Delete Browser History on Android?
Imagine you’re browsing around for the perfect gift for your spouse’s 40th birthday. And now, imagine that your spouse scrolls through your phone that evening only to find out all about your super-secret birthday plan from your search suggestions? What…
Not a technical blog, it’s about Azhimala Shiva Statue that we visited recently
After a long time, it was a morning ride with the family. Morning trips always gives a huge vibe in us and this too had the same. Our trip was to Azhimala Shiva temple to see the huge Shiva Statue…
5 best voice chat apps and services for gamers
Intro If you are a gamer, you know how important it is to communicate with your team members in order to play well. While most games these days allow players to communicate with each other using some sort of voice…
CSF commands for Unix/Linux servers
csf commands. Config Server Firewall is abbreviated as CSF. CSF is the most commonly using firewall application to secure Linux servers. CSF has wide range of options to manage Linux firewall via comman-line and from the control panel. The csf installation…
[How to] Ways to monitor Prometheus exporters
How to monitor Prometheus exporters? Monitor application and node exporter, Prometheus. Python script to monitor Prometheus exporters from Prometheus servers. Different methods to monitor Prometheus exporters. API call to monitor remote Prometheus exporters A quick introduction to Prometheus Prometheus is an…
How to convert or concatenate integer with string variable in Python?
Convert int to str. Simple way to concatenate integer and string variables – Python. In some cases, you have to concatenate integer variables to string variables in your Python script. You can not do this by simply using the (+) sign. In…