I hereby claim:
- I am jose-d on github.
- I am josed (https://keybase.io/josed) on keybase.
- I have a public key whose fingerprint is 5223 150B D511 9C29 B29E 0C0B 9EEE CCD1 BD2B 5A3A
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # skip the startup message | |
| startup_message off | |
| # go to home dir | |
| chdir | |
| # Automatically detach on hangup. | |
| autodetach on | |
| # Change default scrollback value for new windows |
| # .bashrc | |
| # based mostly on: http://stefaanlippens.net/my_bashrc_aliases_profile_and_other_stuff | |
| # Source global definitions | |
| if [ -f /etc/bashrc ]; then | |
| . /etc/bashrc | |
| fi | |
| # Enable programmable completion features. | |
| if [ -f /etc/bash_completion ]; then |
| #!/bin/bash | |
| date=$(date +"%y-%m-%d_%H:%M") | |
| raspistill -o "/home/jose/cam${date}.jpg" & | |
| sleep 30 | |
| date=$(date +"%y-%m-%d_%H:%M") | |
| raspistill -o "/home/jose/cam${date}_5.jpg" & |
| #!/bin/bash | |
| PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin | |
| DESC="Logstash Daemon" | |
| LOGSTASH_USER=logstash | |
| DAEMON=/usr/bin/java | |
| CONFIG_DIR="/etc/logstash" |
| # download singularity: | |
| wget https://github.com/sylabs/singularity/releases/download/v3.0.1/singularity-3.0.1.tar.gz | |
| # install missing deps | |
| yum install git libseccomp-devel | |
| # unpack tarball |
Test report for easybuilders/easybuild-easyconfigs#7292
Build succeeded for 1 out of 1 (1 easyconfigs in this PR)
| == 2019-01-02 15:55:17,258 easyblock.py:271 INFO This is EasyBuild 3.8.0 (framework: 3.8.0, easyblocks: 3.8.0) on host koios2. | |
| == 2019-01-02 15:55:17,258 easyblock.py:277 INFO This is easyblock EB_Tkinter from module easybuild.easyblocks.tkinter (/home/users/jose/.local/easybuild/software/EasyBuild/3.8.0/lib/python2.7/site-packages/easybuild_easyblocks-3.8.0-py2.7.egg/easybuild/easyblocks/t/tkinter.pyo) | |
| == 2019-01-02 15:55:17,259 easyblock.py:831 INFO Build dir set to /home/users/jose/.local/easybuild/build/Tkinter/3.7.0/foss-2018b-Python-3.7.0 | |
| == 2019-01-02 15:55:17,259 easyblock.py:872 INFO Software install dir set to /home/users/jose/.local/easybuild/software/lang/Tkinter/3.7.0-foss-2018b-Python-3.7.0 | |
| == 2019-01-02 15:55:17,259 easyblock.py:877 INFO Module install dir set to /home/users/jose/.local/easybuild/modules/all | |
| == 2019-01-02 15:55:17,259 easyblock.py:256 INFO Init completed for application name Tkinter version 3.7.0 | |
| == 2019-01-02 15:55:17,259 easyblock.py:2834 INFO Obtained application instance of |
Test report for easybuilders/easybuild-easyconfigs#7354
Build succeeded for 0 out of 1 (1 easyconfigs in this PR)
Test report for easybuilders/easybuild-easyconfigs#7354
Build succeeded for 1 out of 1 (1 easyconfigs in this PR)