• Home
  • My Free Tools
    • Creating a server with PHP
  • About me

Select Category:

Daily IT Help

My daily IT journal

  • Programming
  • Monitoring
  • Azure
  • Splunk
  • About me

Git clean up and working with remote branch

itdoctor January 26, 2024 Git clean up and working with remote branch2024-01-26T19:16:16-05:00 General
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...
Continue Reading

Hacking Cloudflare 100MB upload limit

itdoctor January 23, 2024 Hacking Cloudflare 100MB upload limit2024-01-23T02:11:11-05:00 General
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...
Continue Reading

WordPress – wp-admin – too many redirect

itdoctor January 23, 2024 WordPress – wp-admin – too many redirect2024-01-23T01:53:48-05:00 General
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...
Continue Reading
General

What’s your longest uptime server?

itdoctor January 17, 2024 What’s your longest uptime server?2024-01-17T12:39:27-05:00 General
Non stop for over years:
Continue Reading

Google Photos – Self Photo/Videos Hosting ?

itdoctor January 11, 2024 Google Photos – Self Photo/Videos Hosting ?2024-01-11T22:14:02-05:00 General
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...
Continue Reading

Delete files from a text file

itdoctor January 7, 2024 Delete files from a text file2024-01-07T02:30:24-05:00 General
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 <...
Continue Reading

Why do you need a monitoring system?

itdoctor December 27, 2023 Why do you need a monitoring system?2023-12-27T15:52:22-05:00 General
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...
Continue Reading

Turning your Splunk log data into a timeseries database – InfluxDB

itdoctor December 14, 2023 Turning your Splunk log data into a timeseries database – InfluxDB2024-02-06T02:20:37-05:00 General
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....
Continue Reading

VirtualBox – remote display

itdoctor December 3, 2023 VirtualBox – remote display2023-12-03T11:50:13-05:00 General
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...
Continue Reading
General

Re-imaging: Zero touch

itdoctor October 22, 2023 Re-imaging: Zero touch2023-10-22T19:55:29-05:00 General
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...
Continue Reading
«‹7891011›»

Search

Recent Posts

  • My AZ-104 Azure Administrator Associate Journey: From Real-World Experience to Exam Day
  • How to Monitor An Azure App Service Protected by EasyAuth
  • Oil Pressure Switch (Normal Closed or Normal Open)
  • A simple cronjobs to restart your apache server when it’s too busy
  • n8n webserver failed, exiting

Pages

  • My Free Tools
    • Creating a server with PHP
  • About me

Tags

    Copyright © 2026. Daily IT Help
    Mesocolumn Theme by Dezzain