Posts

Showing posts with the label open source

Understanding vm.swappiness: Improving Linux Performance and Memory Management

Image
As a Linux user, you may have stumbled across the enigmatic 'vm.swappiness' setting when examining your system's configuration. The variable 'vm.swappiness' is important in Linux memory management because it affects how your system handles virtual memory and swap space. In this blog post, we'll debunk 'vm.swappiness' and look at how it affects system performance. So, let's plunge into the world of Linux memory management and expose the secrets of vm.swappiness .

HitungHari - PHP Countdown Banner Application

Image
The ideas developed since my previous Countdown Banner for MOSC2011 . I have made some modification on the source code and then it spark me an idea to share the source code as open source too. Therefore, I clean up my messy code, make some documentation and comments so people can reuse the code. And I name it as HitungHari .

MOSC 2011 Countdown Banner

Image
I'm just having fun with PHP GD and Inkscape. So, to make my toy useful, I would like to dedicate this Countdown banner for the upcoming MOSC 2011 event. You are free to put it on your blog or website. Here is the code to put on your site:

Introducing Android : Open Source, Linux Based Mobile Phone Operating System

Image
Lately, I'm getting interested in Mobile Phone Application . And what make me more interested about it was, getting to know the Android , a new open source operating system and software platform for mobile phones . The Android is developed by Google, and later the Open Handset Alliance based on Linux kernel . Google has made most of the Android platform available under the Apache free-software and open source license. The Open Handset Alliance (OHA) is a business alliance of 48 firms including Google, HTC, Intel, Motorola, Qualcomm, Samsung, LG, T-Mobile, NVIDIA, Sony Ericsson, ARM, AKM Semiconductor Inc, ASUSTek COmputer Inc, Atheros Communications, Borqs, Ericsson, Garmin International Inc, Wind River Systems, Huawei Technologies, Omron Software Co Ltd, Softbank Monile Corporation, Teleca AB, Toshiba Corporation and Vodafone that came together to develop open standards for mobile devices. The Android platform was announced on 5 November 2007 with the founding of the Open Handse...