User contributions for Johan Efendi
A user with 100 edits. Account created on 19 May 2024.
19 June 2024
- 11:1411:14, 19 June 2024 diff hist +642 Docker Apache MySQL →Installasi
- 10:0410:04, 19 June 2024 diff hist +194 Docker Apache MySQL →Installasi
- 09:1309:13, 19 June 2024 diff hist +2,159 N Docker Apache MySQL Created page with "=Installasi= Menginstall Apache dan MySQL dengan docker Struktur Direktori <pre> + docker + +--- database + +--- web + + + default.conf + +--- Dockerfile + docker-compose.yml </pre> File: Dockerfile <syntaxhighlight lang="docker"> FROM php:8.1.2-apache RUN apt-get update \ && apt-get install -y \ libfreetype6-dev \ libpng-dev \ libwebp-dev \ libjpeg62-turbo-dev \ libmcrypt-dev..."
18 June 2024
- 16:2816:28, 18 June 2024 diff hist +32 Carbon →Formatting current
- 16:2116:21, 18 June 2024 diff hist +1 m Main Page No edit summary
- 16:1916:19, 18 June 2024 diff hist −66 Main Page No edit summary
- 16:1016:10, 18 June 2024 diff hist +69 Composer →Installasi Linux current
- 16:0916:09, 18 June 2024 diff hist +65 Daftar Isi →Development Environment
- 16:0916:09, 18 June 2024 diff hist +874 N Composer Created page with "=Installasi Linux= Install dulu PHP bila belum ada <syntaxhighlight lang="bash"> sudo apt install php -y </syntaxhighlight> Check versi PHP <syntaxhighlight lang="bash"> php -v </syntaxhighlight> Installasi composer versi terakhir v2.7.7 (per 17/06/2024) <syntaxhighlight lang="bash"> php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php -r "if (hash_file('sha384', 'composer-setup.php') === 'dac665fdc30fdd8ec78b38b9800061b4150413ff2e3b6f88543c63..."
- 16:0016:00, 18 June 2024 diff hist +220 Daftar Isi No edit summary
- 15:5215:52, 18 June 2024 diff hist +833 Docker Windows →Shortcuts current
- 15:3915:39, 18 June 2024 diff hist +8 WSL →Shortcuts current
- 15:3915:39, 18 June 2024 diff hist +134 N WSL Created page with "=Shortcuts= Lokasi installasi dari windows explorer <pre> \\ws.localhost\Ubuntu </pre> Dari powershell <pre> cd \\wsl$\Ubuntu </pre>"
- 15:3915:39, 18 June 2024 diff hist +134 N Docker Windows Created page with "=Shortcuts= Lokasi installasi dari windows explorer <pre> \\ws.localhost\Ubuntu </pre> Dari powershell <pre> cd \\wsl$\Ubuntu </pre>"
- 09:1609:16, 18 June 2024 diff hist +197 N Gigabyte B550M DS3H Created page with "=Target Spesifikasi= <pre> Prosesor: AMD Ryzen 9 3950x (16C 32T) AMD Ryzen 9 5950x (16C 32T) DDR4 : DDR4 128GB PC3200 GPU : RTX - 3060 Ti HDD : 4 x 4TB (Raid) </pre>" current
15 June 2024
- 08:4908:49, 15 June 2024 diff hist +115 Laravel →Migration current
8 June 2024
- 08:2108:21, 8 June 2024 diff hist +514 N Laravel WebSocket Created page with "=Installasi= <syntaxhighlight lang="bash"> composer require beyondcode/laravel-websockets </syntaxhighlight> Generate table yang diperlukan <syntaxhighlight lang="bash"> php artisan vendor:publish --provider="BeyondCode\LaravelWebSockets\WebSocketsServiceProvider" --tag="migrations" php artisan migrate </syntaxhighlight> Publish konfigurasi websocket <syntaxhighlight lang="bash"> php artisan vendor:publish --provider="BeyondCode\LaravelWebSockets\WebSocketsServiceProv..." current
31 May 2024
- 15:3215:32, 31 May 2024 diff hist +53 Daftar Isi No edit summary
- 15:1515:15, 31 May 2024 diff hist +141 Plesk No edit summary
- 14:5114:51, 31 May 2024 diff hist +122 N Plesk Created page with "=Location= ==Node & PHP== <syntaxhighlight lang="bash"> # Node /opt/plesk/node # PHP /opt/plesk/php </syntaxhighlight>"
- 13:3013:30, 31 May 2024 diff hist +124 Laravel →Production
- 13:1813:18, 31 May 2024 diff hist +780 Laravel No edit summary
30 May 2024
- 16:0616:06, 30 May 2024 diff hist +76 Daftar Isi No edit summary
- 15:2815:28, 30 May 2024 diff hist +1,741 N Contekan Bootstrap Created page with " =Text Format= ==Horizontal Alignment== <syntaxhighlight lang="html"> <p class="text-start">Start aligned text on all viewport sizes.</p> <p class="text-center">Center aligned text on all viewport sizes.</p> <p class="text-end">End aligned text on all viewport sizes.</p> <p class="text-sm-end">End aligned text on viewports sized SM (small) or wider.</p> <p class="text-md-end">End aligned text on viewports sized MD (medium) or wider.</p> <p class="text-lg-end">End align..." current
- 14:0614:06, 30 May 2024 diff hist +61 Daftar Isi No edit summary
- 14:0414:04, 30 May 2024 diff hist +188 N Carbon Created page with " =Formatting= Membuat format dalam bahasa Indonesia <syntaxhighlight lang="php"> $now = Carbon::now(); $now->translatedFormat("l, d/m/Y"); // Output: Senin, 20/05/2024 </syntaxhighlight>"
29 May 2024
- 12:2412:24, 29 May 2024 diff hist +118 N Daftar Isi Created page with " * [https://wiki.jefendi.my.id/index.php/Laravel Laravel] * [https://wiki.jefendi.my.id/index.php/OneSender OneSender]"
- 12:0312:03, 29 May 2024 diff hist +1 Laravel →Migration
- 12:0112:01, 29 May 2024 diff hist +150 N Laravel Created page with "=Migration= Migrasi file spesifik <syntaxhighlight lang="php"> php artisan migrate:refresh --path=/database/migrations/fileName.php <syntaxhighlight>"
27 May 2024
- 05:3605:36, 27 May 2024 diff hist +108 OneSender →Short Cuts current
- 05:3405:34, 27 May 2024 diff hist +72 Mac/Brew/PHP No edit summary current
23 May 2024
- 20:5320:53, 23 May 2024 diff hist −1 Mac/Brew/PHP No edit summary
- 20:1720:17, 23 May 2024 diff hist +229 N Mac/Brew/PHP Created page with "Untuk mengetahui PHP yang terinstall di brew <pre> brew ls --versions | grep '^php[ @]' php 8.2.10 [email protected] 7.1.33_9 [email protected] 7.2.34_9 </pre> Untuk berpindah dari php 7.2 ke php 8.2 <pre> brew unlink [email protected] brew link php </pre>"
22 May 2024
- 15:4215:42, 22 May 2024 diff hist −1 Windows Trouble Shooting No edit summary current
- 15:1615:16, 22 May 2024 diff hist +25 Unik →Kode: 31 current
- 15:1515:15, 22 May 2024 diff hist +21 Unik →Kode: 31
- 15:1515:15, 22 May 2024 diff hist −1 Unik →Kode: 21/22
- 15:1315:13, 22 May 2024 diff hist −46 Unik No edit summary
- 15:1315:13, 22 May 2024 diff hist +24 Unik →Kode: 11
- 09:1809:18, 22 May 2024 diff hist −21 Unik No edit summary
- 09:1609:16, 22 May 2024 diff hist +21 Unik →Kode: 41
- 09:1509:15, 22 May 2024 diff hist +406 N Unik Created page with "Updated 2024-05-21 =Kode: 11= <pre> 01: 0145200039314010 </pre> =Kode: 12= <pre> 01: 0145200039314002 </pre> =Kode: 21/22= <pre> 01: 0145200802471443 01: 0145200019829847 03: 6032983403395375 </pre> =Kode: 31= <pre> 01: 0145200038099752 01: 0145200802421661 01: 0145200801098189 </pre> =Kode: 41= <pre> 04: 6032986035390003 </pre> =Kode: 51= <pre> 01: 0145200038101269 01: 0145000636378420 </pre>"
- 08:5408:54, 22 May 2024 diff hist +64 N DuckDB Created page with "=Installasi= ==Windows== <pre>winget install DuckDB.cli </pre>" current
- 07:5007:50, 22 May 2024 diff hist +11 Main Page →Getting started
- 07:4907:49, 22 May 2024 diff hist −1 Windows Trouble Shooting →Windows Search=
- 07:4907:49, 22 May 2024 diff hist −80 Windows Trouble Shooting →Windows Search=
- 07:4807:48, 22 May 2024 diff hist +233 Windows Trouble Shooting →Windows Search=
- 07:4507:45, 22 May 2024 diff hist +123 N Windows Trouble Shooting Created page with " =Windows Search== Membuka troubleshooting windows, ikuti wizard <pre> msdt.exe -ep WindowsHelp id SearchDiagnostic </pre>"
21 May 2024
- 13:4913:49, 21 May 2024 diff hist +538 OneSender No edit summary
- 12:0012:00, 21 May 2024 diff hist +163 N OneSender Created page with " This is {{xt|a correct example}} for comparison {{tick}} ==Short Cuts== Cek versi <pre> cd /opt/onesender ./onesender-x86_64 -c config_n.yaml --version </pre>"