a2s2-active-agent - load test with 1000 agent data
- Start time
2020-08-05T16:00:52.743Z - End time
2020-08-05T16:01:12.280Z - Total time
0m 19s
a2s2-agent-email - load test with 1000 agent data
| { | |
| "version": "2.0.0", | |
| "deprecatedDate": "Not defined", | |
| "schemaDefinition": { | |
| "type": "object", | |
| "keys": { | |
| "list_type": { | |
| "type": "string", | |
| "flags": { | |
| "empty": { |
| 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 |
| // App\Providers\AppServiceProvider | |
| public function boot() | |
| { | |
| config(['app.locale' => 'id']); | |
| Carbon::setLocale('id'); | |
| date_default_timezone_set('Asia/Jakarta'); | |
| } |
| #!/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 |
| #!/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 |
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| #/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 |
| { | |
| "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", |