Home
CJ's Blog
Cancel

Curl Page Load Test

HTTP curl -s -w '\nLookup time:\t%{time_namelookup}\nConnect time:\t%{time_connect}\nPreXfer time:\t%{time_pretransfer}\nStartXfer time:\t%{time_starttransfer}\n\nTotal time:\t%{time_total}\n' -o ...

Why you shouldn't use mod_userdir

I commonly see people use or want to use IP/~/username on shared servers. I wouldn’t recommend this is because you now created additional work that will be required to make the site live. As i...

Public DNS Resolvers you can request they clear their cache

Did you know some pubic DNS resolvers give you the ability to clear there cache? Why would you want to do this you ask? Well, what if you have you TTL’s set high and you unintentionally broke som...

Disable hyper threading on ubuntu or Debian

Note: I tested a few different ways and to disable hyper threading and this is what I landed on Warning: Tested on ubuntu 18.04 and debain 9 Non persistent echo off > /sys/devices/system/cp...

PHP Info

Add this to a php file on the web server <?php // Show all information, defaults to INFO_ALL phpinfo(); // Show just the module information. // phpinfo(8) yields identical results. phpinfo(IN...

Using ProtonVPN on ChromeOS

So you looking to be able to use your protron vpn subscription on your chromebook. Well you won’t be able to just import one of the .ovpn files as there is now way to directly. You will n...

Borderlands 2 Arch Fix

This is a write up on how I fixed why borderlands 2 would not launch. So the symptom was that when I tried to launch Borderlands 2 from the steam client all it would do is act like it was going to...