All public logs
Combined display of all available logs of Corat Coret. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:10, 2 December 2024 Johan Efendi talk contribs created page Cheat Sheet (Created page with "==Permanent Network Device Name== Temukan terlebih dahulu <b>Mac Address</b> yang akan dijadikan sebagai nama permanen network devive. Buat file /etc/systemd/network/10-ether1.link dan isi dengan <syntaxhighlight lang="bash"> [Match] MACAddress=aa:bb:cc:dd:ee:ff Type=ether [Link] Name=ether1 </syntaxhighlight> Sumber: * [https://pve.proxmox.com/wiki/Network_Configuration Network Configuration]")
- 16:49, 25 September 2024 Johan Efendi talk contribs created page NextCloud (Created page with "==Reset Password== <syntaxhighlight lang="bash"> sudo -u nobody php-cli /srv/www/nextcloud/occ user:resetpassword admin Enter a new password: Confirm the new password: Successfully reset password for admin </syntaxhighlight>")
- 13:33, 13 September 2024 Johan Efendi talk contribs created page Ubuntu Cheats (Created page with "=Flush DNS= <syntaxhighlight lang="bash"> resolvectl flush-caches </syntaxhighlight>")
- 15:33, 11 September 2024 Johan Efendi talk contribs created page Install Mikrotik di OS Ubuntu (Created page with "==Install== <syntaxhighlight lang="bash"> wget https://download.mikrotik.com/routeros/7.15.3/chr-7.15.3.img.zip -O chr.img.zip gunzip -c chr.img.zip > chr.img echo u > /proc/sysrq-trigger # Ganti /dev/sda dengan device yang sesuai # Jalankan fdisk -l untuk nama devicenya dd if=chr.img bs=1024 of=/dev/sda </syntaxhighlight>")
- 15:52, 10 September 2024 Johan Efendi talk contribs created page Zabbix (Created page with "=Menghapus History / Log= <syntaxhighlight lang="bash"> SET @history_interval = 7; SET @trends_interval = 90; DELETE FROM alerts WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@history_interval * 24 * 60 * 60); DELETE FROM acknowledges WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@history_interval * 24 * 60 * 60); DELETE FROM events WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@history_interval * 24 * 60 * 60); DELETE FROM history WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@history_...")
- 20:55, 4 September 2024 Johan Efendi talk contribs created page Matomo (Created page with "=Shortcut= # Reset Password php -r 'echo password_hash(md5("changeMe"), PASSWORD_DEFAULT) . "\n";'")
- 11:35, 4 September 2024 Johan Efendi talk contribs created page Cyber Panel (Created page with "=Deteksi IP Cloudflare= nano /usr/local/lsws/conf/httpd_config.conf # Tambahkan useIpInProxyHeader 1 # Tambahkan accessControl{ allow ALL, 173.245.48.0/20T, 103.21.244.0/22T, 103.22.200.0/22T, 103.31.4.0/22T, 141.101.64.0/18T, 108.162.192.0/18T, 190.93.240.0/20T, 188.114.96.0/20T, 197.234.240.0/22T, 198.41.128.0/17T, 162.158.0.0/15T, 104.16.0.0/13T, 104.24.0.0/14T, 172.64.0.0/13T, 131.0.72.0/22T deny }...")
- 15:59, 1 September 2024 Johan Efendi talk contribs created page Install Docker Ubuntu (Created page with "==Hapus Potensian Konflik== <syntaxhighlight lang="bash"> for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done </syntaxhighlight> ==Installasi== <syntaxhighlight lang="bash"> # tambahkan GPG apt-get update apt-get install ca-certificates curl install -m 0755 -d /etc/apt/keyrings curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc chmod a+r /etc/apt/keyrings...")
- 11:18, 1 September 2024 Johan Efendi talk contribs created page Install aaPanel Ubuntu 22.04 (Created page with "=Install= Migrasi file spesifik <syntaxhighlight lang="bash"> URL=https://www.aapanel.com/script/install_7.0_en.sh && if [ -f /usr/bin/curl ];then curl -ksSO "$URL" ;else wget --no-check-certificate -O install_7.0_en.sh "$URL";fi;bash install_7.0_en.sh aapanel </syntaxhighlight>")
- 09:43, 29 June 2024 Johan Efendi talk contribs created page Proxmox SSD Cache (Created page with "==Draft== Sumber * [https://www.youtube.com/watch?v=-wiCuRHN5u0 Part 1] * [https://www.youtube.com/watch?v=nXKWVtObKc8 Part 2] * [https://www.youtube.com/watch?v=hQp0c8DATbU Part 3]")
- 20:12, 24 June 2024 Johan Efendi talk contribs created page Proxmox Storage Mirror (Created page with "=Instalasi= <syntaxhighlight lang="bash"> zfs create Mirror4TB/Data01 -o mountpoint=/zfsdata </syntaxhighlight>")
- 10:00, 24 June 2024 Johan Efendi talk contribs created page Laravel More Command (Created page with "=Installasi= <syntaxhighlight lang="bash"> composer require theanik/laravel-more-command php artisan vendor:publish --provider="Theanik\LaravelMoreCommand\LaravelMoreCommandProvider" --tag="config" </syntaxhighlight> =Cheat Sheet= <syntaxhighlight lang="php"> php artisan make:repository UserRepository php artisan make:repository Backend/UserRepository # dengan interface php artisan make:repository your-repository-name -i </syntaxhighlight> <syntaxhighlight lang="php...")
- 16:49, 22 June 2024 Johan Efendi talk contribs created page Proxmox GPU Passtrough (Created page with "=Persiapan= <syntaxhighlight lang="bash"> apt update && apt upgrade </syntaxhighlight>")
- 08:03, 22 June 2024 Johan Efendi talk contribs created page Menjalankan Mikrotik di Docker (Created page with " File: docker-compose.yaml <syntaxhighlight lang="docker"> version: "3" services: routerOsDocker: image: dharma007/mikrotik-cloud:latest restart: unless-stopped cap_add: - NET_ADMIN devices: - /dev/net/tun ports: - 8291:8291 - 443:443 - 20022:22 - 8088:80 </syntaxhighlight> Ports: * 8291 Winbox * 443 HTTPS * 80 HTML Service * 22 SSH Bisa ditambahkan sesuai keperluan")
- 08:49, 21 June 2024 Johan Efendi talk contribs created page Whatsapp Web (Created page with "=Installasi= <syntaxhighlight lang="bash"> # Buat direktori untuk project mkdir whatsapp-web cd whatsapp-web # Install Package whatsapp-web.js npm i whatsapp-web.js </syntaxhighlight>")
- 14:04, 20 June 2024 Johan Efendi talk contribs created page MySQL Windows (Created page with "=Install Service= Menggunakan command prompt administrator <syntaxhighlight lang="prompt"> sc create "MariaDB" binpath= "\"F:/var/apps/Maria-11.4.2-x64/bin/mysqld\" \"--defaults-file=F:/var/mysql/data/01/my.ini\" MariaDB" DisplayName= "MariaDB" start= "auto" </syntaxhighlight>")
- 09:13, 19 June 2024 Johan Efendi talk contribs created page 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...")
- 16:09, 18 June 2024 Johan Efendi talk contribs created page 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...")
- 15:39, 18 June 2024 Johan Efendi talk contribs created page WSL (Created page with "=Shortcuts= Lokasi installasi dari windows explorer <pre> \\ws.localhost\Ubuntu </pre> Dari powershell <pre> cd \\wsl$\Ubuntu </pre>")
- 15:39, 18 June 2024 Johan Efendi talk contribs created page Docker Windows (Created page with "=Shortcuts= Lokasi installasi dari windows explorer <pre> \\ws.localhost\Ubuntu </pre> Dari powershell <pre> cd \\wsl$\Ubuntu </pre>")
- 09:16, 18 June 2024 Johan Efendi talk contribs created page 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>")
- 08:21, 8 June 2024 Johan Efendi talk contribs created page 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...")
- 14:51, 31 May 2024 Johan Efendi talk contribs created page Plesk (Created page with "=Location= ==Node & PHP== <syntaxhighlight lang="bash"> # Node /opt/plesk/node # PHP /opt/plesk/php </syntaxhighlight>")
- 15:28, 30 May 2024 Johan Efendi talk contribs created page 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...")
- 14:04, 30 May 2024 Johan Efendi talk contribs created page 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>")
- 12:24, 29 May 2024 Johan Efendi talk contribs created page Daftar Isi (Created page with " * [https://wiki.jefendi.my.id/index.php/Laravel Laravel] * [https://wiki.jefendi.my.id/index.php/OneSender OneSender]")
- 12:01, 29 May 2024 Johan Efendi talk contribs created page Laravel (Created page with "=Migration= Migrasi file spesifik <syntaxhighlight lang="php"> php artisan migrate:refresh --path=/database/migrations/fileName.php <syntaxhighlight>")
- 20:17, 23 May 2024 Johan Efendi talk contribs created page 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>")
- 09:15, 22 May 2024 Johan Efendi talk contribs created page 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:54, 22 May 2024 Johan Efendi talk contribs created page DuckDB (Created page with "=Installasi= ==Windows== <pre>winget install DuckDB.cli </pre>")
- 07:45, 22 May 2024 Johan Efendi talk contribs created page Windows Trouble Shooting (Created page with " =Windows Search== Membuka troubleshooting windows, ikuti wizard <pre> msdt.exe -ep WindowsHelp id SearchDiagnostic </pre>")
- 12:00, 21 May 2024 Johan Efendi talk contribs created page 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>")
- 19:14, 19 May 2024 MediaWiki default talk contribs created page Main Page