Month: March 2024

CLI (Command Line), Tutorials

How to use free protovpn VPN on ubuntu 20.04 using linux CLI?

protonvpn Please note this is going to lock you out from your server and you will need to reboot to connect again. You should know what are you doing. While I am writing this, I am connected to my server using LAN using local IP address 10.0.0.X or 192.168.X.X.For VPS like DigitalOcean or Vultr use …

Plugins, WordPress

display-posts-news-ticker

# display-posts-news-ticker WordPress plugin to display WordPress posts in a nice news ticker. – display-posts plugin is required to be installed from here: https://wordpress.org/plugins/display-posts-shortcode/ – Telex JS newsticker is used from here (no need to download or install): https://github.com/sjaakp/telex Change do_shortcode(“[display-posts]”) in index.php if required. Change document.querySelector(“#page_wrapper .top-headers-wrapper”).appendChild(mod.div); in script.js if required. Get the code …