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
| ./otp_build autoconf && ./configure --prefix=$HOME/.anyenv/envs/erlenv/releases/18.0 && make -j 4 && erlenv global 18.0 && erlenv rehash |
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
| iOS 9.0のホーム画面から、アイコンをタップしてアプリを起動しようとすると、ホーム画面に戻ってしまい、アプリが起動しない。 |
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
| curl https://raw.githubusercontent.com/Shougo/neobundle.vim/master/bin/install.sh > install.sh | |
| sh ./install.sh | |
| rm -rf install.sh |
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
| wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb | |
| sudo apt-get update | |
| sudo apt-get install elixir |
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
| compile 'org.apache.myfaces.core:myfaces-api:2.2.9' | |
| compile 'org.apache.myfaces.core:myfaces-impl:2.2.9' | |
| compile 'javax.servlet:jstl:1.2' | |
| compile 'org.primefaces:primefaces:5.3' | |
| compile 'javax.servlet:javax.servlet-api:3.1.0' | |
| def tomcatVersion = '8.0.30' | |
| tomcat "org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}", |
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 su - | |
| umount /vagrant | |
| aptitude autoclean && apt-get autoremove && apt-get clean | |
| find /var/log -type f | while read f; do echo -ne ‘’ > $f; done && rm -rf /var/log/* /tmp/* /var/tmp/* /usr/local/src/* /var/ww/html | |
| e4defrag / && dd if=/dev/zero of=/EMPTY bs=1M; rm -f /EMPTY | |
| rm /root/.bash_history && /home/vagrant/.bash_history | |
| exit |
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
| FROM ruby:alpine | |
| ENV DEBIAN_FRONTEND noninteractive | |
| WORKDIR /root | |
| ADD ./versions.txt /root/versions.txt | |
| ADD Gemfile /root/Gemfile |
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
| set CHERE_INVOKING=1 & %ConEmuDrive%\msys64\usr\bin\mintty.exe -i /msys2.ico /usr/bin/bash --login -new_console:d:%ConEmuDrive%\msys64\home\%username% |
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
| FROM poad/docker-spark:1.6.2 | |
| USER root | |
| COPY bootstrap.sh /etc/bootstrap.sh | |
| RUN chown root.root /etc/bootstrap.sh | |
| RUN chmod 700 /etc/bootstrap.sh | |
| RUN mkdir /tmp/spark-events |
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
| ==> puppet: Mounting shared folders... | |
| puppet: /vagrant => C:/Users/hccpp302/Documents/projects/vagrant-puppet4-oss | |
| Vagrant was unable to mount VirtualBox shared folders. This is usually | |
| because the filesystem "vboxsf" is not available. This filesystem is | |
| made available via the VirtualBox Guest Additions and kernel module. | |
| Please verify that these guest additions are properly installed in the | |
| guest. This is not a bug in Vagrant and is usually caused by a faulty | |
| Vagrant box. For context, the command attempted was: | |
| mount -t vboxsf -o uid=900,gid=1000 vagrant /vagrant |