I hereby claim:
- I am andromedarabbit on github.
- I am jaehoonchoi (https://keybase.io/jaehoonchoi) on keybase.
- I have a public key whose fingerprint is FEA5 5C77 9473 2F67 C619 951F D178 EF67 2155 6CB9
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
git update-ref <ref> <commit> | |
git push --force |
import java.sql.CallableStatement; | |
import java.sql.PreparedStatement; | |
import java.sql.ResultSet; | |
import java.sql.SQLException; | |
import org.apache.ibatis.type.BaseTypeHandler; | |
import org.apache.ibatis.type.JdbcType; | |
import org.apache.ibatis.type.MappedJdbcTypes; | |
import org.apache.ibatis.type.MappedTypes; |
#!/bin/bash | |
# See https://github.com/docker/compose/releases | |
# See Also http://www.ericluwj.com/2015/10/20/installing-docker-compose-in-coreos.html | |
sudo mkdir -p /opt/bin && sudo chown core:core /opt/bin && curl -L https://github.com/docker/compose/releases/download/1.7.1/docker-compose-`uname -s`-`uname -m` > /opt/bin/docker-compose && chmod +x /opt/bin/docker-compose |
If you don't want to delete them, but just want to list them, do
find -L /path -type l -maxdepth 1
If you want to delete them with confirmation first, do
mkdir -p parent/{child1,child2,child3}
You can also create files into this folders.
touch !!:2/{yolo.txt,swag.txt}
# See http://www.cyberciti.biz/faq/find-linux-distribution-name-version-number/ | |
# To find out what version of Linux (distro) you are running, enter the following command at the shell prompt: | |
cat /etc/*-release | |
# The lsb_release command displays certain LSB (Linux Standard Base) and distribution-specific information. Type the following command: | |
lsb_release -a |