A Simple Guide for Setting Up Kiosk Mode in Ubuntu

Recently, I encountered a scenario where I needed to restrict user interaction to a single application on a system, ensuring that the user’s activity would be confined solely to that app. This kind of setup, commonly referred to as kiosk mode, is particularly useful in environments like public information kiosks, digital signage, or dedicated systems where limiting the user’s access is crucial.

Read More

Desktop Sharing in Ubuntu

It took me some time to configure desktop sharing in Ubuntu with a bunch of caveats. Therefore, I decided to write this post to elaborate on the procedure.

Read More

Study in Japan

I keep on getting frequent queries from fellow students on social media platforms about the preparation for studying in Japan. I reply to everyone with similar information. So today, I decided to write a blog and summarize it all.

Read More

Dump Lua 1D array to a file efficiently

Recently, I was using Lua [1] in one of my projects. I got stuck in a trivial problem. The project which was written in Lua, was generating a massive amount of data. My aim was to save this data in files in approximately real-time. Fortunately, I was able to decompose the data into 1-dimensional arrays (table).

Read More