Page 9 of 57

How to use localstorage in Javascript

Last updated on August 29th, 2024 at 11:49 amClient side data storage is a trend now days. window.localStorage or localStorage api can be used to save and get data from browser storage. This API assist developers in saving data to the browser and retrieve it instead of using cookies or may be session(depending on use-cases). […]

How to install perl modules on Ubuntu Linux

Last updated on August 29th, 2024 at 11:50 amIt is been a while since I have played around with Perl. But recently got a requirement to install couple of modules for a user management system written in perl (this was in Ubuntu 18.04). I am also discussing about how to do it in RedHat / […]

Configure Apache web server to run python as cgi

Last updated on January 29th, 2025 at 01:22 pmThis tutorial aims to assist you in the configuration and activation of CGI within the Apache web server, enabling the execution of Python scripts. To provide dynamic content, it is essential to utilize the mod_cgi module. Throughout this tutorial, we will set up mod_cgi and facilitate the […]

« Older posts Newer posts »