The test is complete. Here are your results; scores are between 0 and 4. Trait Score Percentile Warmth 1.9 / Warmth is how nice to people you are. Low scorers are impersonal, distant, cool, reserved, detached, formal and aloof. High scorers are outgoing, attentive to others, kindly, easy-going, participating and like people. [less] Reasoning 2.8 …

Exherbo – cave moo

monsterxx15 repositories # cave moo          _________________________________         / Unknown command ‘moo’           \         \ (paludis::cave::UnknownCommand) /          ———————————                 \   ^__^                  \  (oo)\_______                     (__)\       )\/\                         ||—-w |                         ||     ||

Exherbo git commit workflow

This is the workflow I used successfuly to properly modify and send to Exherbo for review my first commit which was a version bump of feh. .- Modify the proper repository under /etc/paludis/repositories/ by adding sync = git://git.exherbo.org/rbrown.git local: git+file:///home/mercurytoxic/repos/rbrown to the required conf file .- Make a local directory to act as repository mkdir …

Yubikey + Roundcube mail = Two factor authentication webmail client

Second time updating roundcube mail to support OTP with yubikey. Process was fairly simple following instructions in https://github.com/northox/roundcube-yubikey-plugin Install the code from https://github.com/northox/roundcube-yubikey-plugin.git Add to config/main.inc.php: $rcmail_config[‘plugins’] = array(‘yubikey_authentication’); Add to plugins/yubikey_authentication/config.inc.php and set the id and API key from Yubico: $rcmail_config[‘yubikey_api_id’] = ”; $rcmail_config[‘yubikey_api_key’] = ”; Then, within roundcube webmail, in each user you …