Archive:

Month: August 2014


Running 32bit java program in 64bit Linux (jMRUI)

By: | Post date: August 27, 2014 | Comments: No Comments

Posted in categories: Computer Tips, Uncategorized, Work related

First, why? It is well known that 64 bit java platform can run java code compiled in 32 bit development environment. However, some java codes call C++ libraries. For example, if for some reason you will have to run a very old – stopped developing program, like jMRUI, which was programmed in the 32 bit […]

YABB and selinux

By: | Post date: August 15, 2014 | Comments: No Comments

Posted in categories: Computer Tips, Work related

Remember to add read privilege to httpd_sys_script_t as of allow httpd_sys_script_t httpd_sys_script_exec_t:file { append create unlink write read }; allow httpd_sys_script_t httpd_sys_script_exec_t:dir { add_name write remove_name read };