Archives for General - Page 8
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 -v -a Check out a remote branch git switch...
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 the limit that cloudflare applies to Free plan. If...
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 redirecting. To fix this – add this in your...
What’s your longest uptime server?
Non stop for over 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 storage. Local storage is not a big deal, but...
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 read -r file; do rm — “$file”; done <...
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 internal or external. Do we know what will be...
Turning your Splunk log data into a timeseries database – InfluxDB
Let say you have a load balancer with few thousand sites, the load balancer keeps track the response time from the backend server. Your log is saved in Splunk....
VirtualBox – remote display
Virtualbox supports remote display – it’s like console access. This is helpful if you can’t access the server via normal method like ssh or rdp. i found an issue...
Re-imaging: Zero touch
In this article i want to share how i setup the a zero touch deployment using network. Tools use: Windows 2022 Windows ISO Images DHCP server ( Add DHCP...

