-
-
Azure: Finding Orphan Smart Detector Alert
This query can help you to identify the orphan smart detector alerts – there is also a command column which…
-
InfluxDB- A good article
Good article: InfluxDB https://rudimartinsen.com/2017/11/07/some-influxdb-gotchas/
-
Git clean up and working with remote branch
Discard all your local changes: git reset –hard HEAD git clean -d -f Check local and remote branch: git branch…
-
Hacking Cloudflare 100MB upload limit
If you are on free plan, you might realize that you can’t upload any files larger than 100MB. This is…
-
WordPress – wp-admin – too many redirect
When you switch to cloudflare and your origin only serves http, if you go to /wp-admin/ you see it’s endless…
-
What’s your longest uptime server?
Non stop for over 4.5 years:
-
Google Photos – Self Photo/Videos Hosting ?
Photograph is my hobby, i like photo detail so i use high resolution camera. This ends with a lot of…
-
Delete files from a text file
If you got a list of file to delete, save them in a text file then run this command: while…
-
Why do you need a monitoring system?
Why things are broken ? It’s simply because of changes. Can we avoid changes? No. Changes could be come from…