GHC | base | Cabal | Win32 |
---|---|---|---|
ghc-7.8.3 | base-4.7.0.1 | Cabal-1.18.1.3 | Win32-2.3.0.1 |
ghc-7.8.4 | base-4.7.0.2 | Cabal-1.18.1.5 | Win32-2.3.0.1 |
ghc-7.10.1 | base-4.8.0.0 | Cabal-1.22.2.0 | Win32-2.3.1.0 |
ghc-7.10.2 | base-4.8.1.0 | Cabal-1.22.4.0 | Win32-2.3.1.0 |
ghc-7.10.3 | base-4.8.2.0 | Cabal-1.22.5.0 | Win32-2.3.1.0 |
ghc-8.0.1 | base-4.9.0.0 | Cabal-1.24.0.0 | Win32-2.3.1.1 |
ghc-8.0.2 | base-4.9.1.0 | Cabal-1.24.2.0 | Win32-2.3.1.1 |
ghc-8.2.1 | base-4.10.0.0 | Cabal-2.0.0.2 | Win32-2.5.4.1 |
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
{ | |
"workbench.activityBar.visible": false, | |
"editor.lineNumbers": "on", | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.fontFamily": "Monospace", | |
"breadcrumbs.enabled": false, | |
"editor.fontSize": 20, | |
"editor.lineHeight": 50, | |
"workbench.statusBar.visible": false, | |
"window.menuBarVisibility": "hidden", |
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/sh | |
printf "file '%s'\n" *.mkv > list.txt | |
# If you want to play the list video | |
# ffplay -f concat -i list.txt | |
ffmpeg -f concat -i list.txt -c copy final.mkv | |
rm list.txt |
Official docs: https://kubernetes.io/docs/tasks/tools/install-minikube
Install on linux :
curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && chmod +x minikube
sudo install minikube /usr/local/bin
# Using pacman
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/sh | |
apt update | |
apt install apt-transport-https | |
sudo apt-add-repository universe -y | |
sudo apt update | |
curl https://download.jitsi.org/jitsi-key.gpg.key | sudo sh -c 'gpg --dearmor > /usr/share/keyrings/jitsi-keyring.gpg' | |
echo 'deb [signed-by=/usr/share/keyrings/jitsi-keyring.gpg] https://download.jitsi.org stable/' | sudo tee /etc/apt/sources.list.d/jitsi-stable.list > /dev/null | |
sudo apt update | |
sudo ufw allow 80/tcp | |
sudo ufw allow 443/tcp |
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/sh | |
apt update | |
apt install linux-image-extra-virtual -y | |
echo "snd-aloop">>/etc/modules | |
modprobe snd-aloop | |
## Chrome | |
curl -sS -o - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add | |
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list | |
apt-get -y update |
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
// App\Providers\AppServiceProvider | |
public function boot() | |
{ | |
config(['app.locale' => 'id']); | |
Carbon::setLocale('id'); | |
date_default_timezone_set('Asia/Jakarta'); | |
} |
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
Ramadhan | Hari | Tanggal | Imsak | Subuh | Terbit | Duha | Zuhur | Asar | Magrib | Isya | |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | Selasa | 13-04 | 04:34 | 04:44 | 05:56 | 06:24 | 12:03 | 15:20 | 18:02 | 19:12 | |
2 | Rabu | 14-04 | 04:34 | 04:44 | 05:56 | 06:24 | 12:03 | 15:20 | 18:02 | 19:11 | |
3 | Kamis | 15-04 | 04:34 | 04:44 | 05:56 | 06:24 | 12:03 | 15:20 | 18:02 | 19:11 | |
4 | Jum'at | 16-04 | 04:34 | 04:44 | 05:56 | 06:24 | 12:02 | 15:20 | 18:01 | 19:11 | |
5 | Sabtu | 17-04 | 04:34 | 04:44 | 05:56 | 06:24 | 12:02 | 15:20 | 18:01 | 19:10 | |
6 | Ahad | 18-04 | 04:33 | 04:43 | 05:56 | 06:23 | 12:02 | 15:20 | 18:01 | 19:10 | |
7 | Senin | 19-04 | 04:33 | 04:43 | 05:56 | 06:23 | 12:02 | 15:20 | 18:00 | 19:10 | |
8 | Selasa | 20-04 | 04:33 | 04:43 | 05:56 | 06:23 | 12:01 | 15:20 | 18:00 | 19:10 | |
9 | Rabu | 21-04 | 04:33 | 04:43 | 05:56 | 06:23 | 12:01 | 15:20 | 18:00 | 19:09 |