Error : possibly undefined macro: AM_INIT_AUTOMAKE
I am download a open source code from the internet. This code dont have “configure” file, so we must create “configure” file before try to compile this code. This code have “configure.ac” file. So, we can use “autoconf” command to create “configure” file. When I call “autoconf” command, I get the error message like this [...]
How To Download Android SDK For Offline Installation
How To Download Android SDK For Offline Installation I use SDK Manager.exe (Windows) and android_dir/tool/android (Linux) when download android SDK from android repository. But, the problem are my connection is slow and I can not resume when the last download is not complete. So, I am try to solve this problem with create list of [...]
Ubuntu : How to Upside-Down Image From ASUS Camera
Ubuntu : How to Upside-Down Image From ASUS Camera I am using ASUS K40In. I have a problem in Linux and Windows with ASUS camera. The image from this ASUS camera is upside-down. I can solve this problem in Windows with update the driver. But, I can not get the new driver to resolve this [...]
Linux : Add user to sudo
Linux : Add user to sudo When using Ubuntu Linux, I can run root command with adding sudo before command parameter. But, when I use Centos, I can not run sudo command. I get This error when try to running sudo command : [toto@data]$ sudo toto [sudo] password for toto: toto is not in the [...]
