Recently when working with certificates I received them in pb7 format. If you just try to take them as is…
Just run single command ( regex might require modifications )
1 |
g/\v^(#|$|;)/d |
Recently I was investigating how big my innodb buffer pool should be. While looking for more detailed info I came…
About this solution In todays technological world it has become very popular ( and quite easy ) to create serverless…
Since started to work with AWS I sometimes hit the same problems more than one time 😉 One of those happen…
Sometimes when you work with projects on Github it takes you a bit more time than expected to prepare solution…
Hi, This most likely can be first of several posts on tools and approach taken to automate tasks in Akamai….
If you have came across the same error as I did ( error below ) then solving this might be…
With this catchy post title I would like to start series of short technical blog posts how Cloudflare solutions can…
Simple and quick one 🙂 Just to rewrite non www traffic to www in Apache you can use the following…