Mozilla Firefox security

Today’s web browsers (and Mozilla Firefox is included) leak a lot of information about the user, can run insecure code, are not sandboxed properly from the underlying filesystem, etc, so here are some tips (and settings) on how to improve your Firefox’s security while browsing. Type about:config in your browser’s address bar and click on the I’ll be careful, I promise! button on the next screen. Use the Search field to find the name of the key and double-click on the Value field to toggle the status to true/false.

LuaJIT on Tizen OS

LuaJIT is a Just-In-Time Compiler (JIT) for the Lua programming language. Lua is a powerful, dynamic and light-weight programming language. It may be embedded or used as a general-purpose, stand-alone language.

Favorite Video Games

A “small” and non-exhaustive list of my favorite video games ordered alphabetically.

Rating system: In order to implement a rating system I will additionally rate them 1/5.

Note

The page contains lots of images. Constantly updated (January, 2021).

Tizen 2.3.1 u-boot settings and partition info

The boot loader is a small piece of software that is required to perform the basic hardware and peripheral initialisation and load the kernel to RAM. For the Tizen platform, the boot loader comes in two parts. The first part is the primary boot loader and the second part is the secondary boot loader. The primary boot loader is the Samsung proprietary boot loader and is also called s-boot. The secondary boot loader is the open source boot loader u-boot, which is customised further for the Tizen platform. Homepage