If you are running static website or blog to be precise with hugo, you may have came across how to add comments to your site. Disqus for example is one of them, but it may not be your 1st choice to go with for many reasons.
I have switched from WordPress to Hugo for many reasons and i am sure if you are reading this you may have your own. Setting up Hugo is not so difficult even if you don’t like to automate all this stuff, you can just use scp
or rsync
to push from your local machine to your server.
ss
is an useful Linux command line untility to get detailed information about TCP, UDP sockets and packets. It can display more information compare to netstat
according to man page.
In terminal we will use dd command for creating a live bootable usb. 1st of all, lets find out our usb device.
I have Sony Vaio VPCCA laptop, which have hybrid graphic cards Intel and ATI. I had tried the catalyst drivers from AMD to switch the cards, but with no luck.
MySQL have this load data function, where we can insert data to a table from external files like csv, txt etc.