This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/galch/g2o/g2o/stuff/sampler.h:30:22: fatal error: Eigen/Core: 그런 파일이나 디렉터리가 없습니다 | |
#include <Eigen/Core> | |
http://stackoverflow.com/questions/23034477/c-cmake-throwing-error | |
edit CMakeLists.txt in /g2o | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dd if=/dev/sda | gzip -c > backupimage.img | |
dd if=/dev/mmcblk0 | gzip -c | ssh [email protected] dd of=backup.img | |
from http://www.reddit.com/r/linux/comments/22pbqq/how_do_i_backup_an_odroidu3_xubuntu_arm_storage/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LIBGL_ALWAYS_SOFTWARE=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo mv /etc/init/lightdm.conf /etc/init/lightdm.conf.disabled |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. make profile like `sudo vi /etc/NetworkManager/system-connections/custom_wlan` | |
2. password-flag = 1 -> password = yourpasswd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "pd_pwm.h" | |
/* ============================================================================================== | |
// Configuration | |
============================================================================================== */ | |
void Encoder_Configuration(void) | |
{ | |
GPIO_InitTypeDef GPIO_InitStructure; | |
NewerOlder