Skip to content
Daily IT Help

My daily IT journal

  • Programming
  • Monitoring
  • Azure
  • Splunk
  • About me
  • Programming
  • Monitoring
  • Azure
  • Splunk
  • About me
  • General - Linux

    Redhat SELilnux – Docker – volume – permission denied

    December 25, 2019 - By itdoctor

    I have a folder like this: total 4.0K -rwxrwx---. 1 root vboxsf 101 Dec 25 08:03 notes.txt drwxrwx---. 1 root…

    Read More
  • General - Linux

    Install Redhat Server on MacOS with Virtualbox

    December 24, 2019 - By itdoctor

    Having some spare time during Christmas, i spent sometime to install Redhat on my Imac 2011. I followed this guides:…

    Read More
  • General - Linux

    Curl – NTLM Support

    December 13, 2019 - By itdoctor

    I’m using Curl 7.5.x, but somehow when i use the –ntlm option, the server seems not accepted. After many tries,…

    Read More
  • General - Linux

    Mitmproxy – how to capture SSL traffic

    November 10, 2019 - By itdoctor

    Mitmproxy is a python proxy, it’s very light. Basically it’s like a normal proxy but it offers some advanced features…

    Read More
  • General - Linux

    tls v1.0 v1.1 v1.2 – how to check which tls version your server support?

    November 4, 2019 - By itdoctor

    nmap –script ssl-enum-ciphers -p 443 www.google.com you can test your script to see the difference. Here are some url that…

    Read More
  • General - Linux

    Linux: cronjob

    October 13, 2019 - By itdoctor

    When you setup a cronjob file (/etc/cron.d/filename) , the file should include the path below: PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/root/bin this is because if…

    Read More
  • General - Linux

    Linux: send all error to another program (PIPE)

    October 8, 2019 - By itdoctor

    You can use the option : 2>&1 for this purpose. /mycommand.sh 2>&1 | mydescommand.sh

    Read More
  • Linux

    Linux : Delete files older than number of days

    September 30, 2019 - By itdoctor

    We first need to list files that are older than number of days (5) find /Data/foldername -name *.mp4 -type f…

    Read More
  • General - Linux

    Virtualbox: can’t remove / attach new hard disk

    December 9, 2018 - By itdoctor

    When i try to remove a disk in Virtualbox with this command: I got the following error And the fix…

    Read More
  • General - Linux

    cricket – rrdcached: some info in mind

    November 29, 2018 - By itdoctor

    rrdcached is a daemon that receives updates to existing RRD files, accumulates them and, if enough have been received or…

    Read More
 Older Posts
Newer Posts 

Categories

  • Apple
  • Azure
  • Database
  • General
  • Linux
  • Marketing
  • Monitoring
  • Networking
  • Phone
  • Programming
  • Splunk
  • Windows
Graceful Theme by Optima Themes