$ cat /etc/alpine-release
3.13.5
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
## Uninstall the OpenSSH Client | |
Remove-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0 | |
## Uninstall the OpenSSH Server | |
Remove-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0 | |
cd ~/Downloads | |
New-Item -ItemType Directory -Force -Path ssh | |
cd ssh |
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
#!/bin/bash | |
D0=$(TZ=UTC date --date="$(date --date="2015-12-07T08:27:12+0000")"); | |
for block in `seq 398784 16616 $((382168 + (16616*48)))`; | |
do DD=$(TZ=UTC date --date="$(date --date="$D0") +727 hours +5 minutes +2 seconds"); | |
D0=$DD; | |
echo "$block - $DD"; | |
done |
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
#!/bin/bash -i | |
#using shebang with -i to enable interactive mode (auto load .bashrc) | |
set -e #stop immediately if any error happens | |
# Install Open SDK | |
apt update | |
apt install openjdk-8-jdk -y | |
update-java-alternatives --set java-1.8.0-openjdk-amd64 | |
java -version |
I hereby claim:
- I am michael-ea on github.
- I am michael_e_a (https://keybase.io/michael_e_a) on keybase.
- I have a public key ASB_q8yRV7TNGlUX1vgAURsRAWn9x-TmhByhxGanXM4Jigo
To claim this, I am signing this object: