Monthly Archives: May 2012

Protected: Bugzilla

There is no excerpt because this is a protected post.

Posted in Linux, Uncategorized | Enter your password to view comments.

[LINUX] How to create git repository for multiple user or group

Log in to server via ssh to get access to Linux server where .git is located $cd repository.git         #change current location to.git dir $sudo chmod -R g+ws *      #apply new access rules $sudo chgrp -R mygroup     #apply change permission … Continue reading

Posted in How to?, Linux | Tagged , , , | Leave a comment

[LINUX] How to dump bitmap font data into c file

Under linux generating bitmap font data is very simple and useful for many application development. to generate bitmap array data you need to supply bitmap font file as raw file. and with VIM you can generate as array in  C/C++ … Continue reading

Posted in How to?, Linux | Leave a comment

[ LINUX ] Virtual box ubuntu boot message – SMBus base address uninitialized

    piix4_smbus 0000.00.07.0: SMBus base address uninitialized – upgrade bios or use force_addr=0xaddr This error is caused by VM having no smbus but Ubuntu always trying to load the module. It doesn’t affect anything but is a bit annoying … Continue reading

Posted in How to?, Linux, Uncategorized | Tagged , , , | Leave a comment

[LINUX] How change hostname or machinename under linux

When installing Ubuntu or any other Debian based flavor, mostly we may just ignore setup screens, and find ourself stuck with long hostname or machin name  and this will irritate us for long time. Its easy to change hostname under … Continue reading

Posted in How to?, Linux | Tagged , , | Leave a comment