User contributions for Johan Efendi
A user with 100 edits. Account created on 19 May 2024.
2 December 2024
- 06:1006:10, 2 December 2024 diff hist +399 N 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]" current
29 September 2024
- 06:4506:45, 29 September 2024 diff hist 0 NextCloud →Generate Video Thumbnail current
- 06:4406:44, 29 September 2024 diff hist +985 NextCloud No edit summary
25 September 2024
- 16:5416:54, 25 September 2024 diff hist +168 NextCloud →Reset Password
- 16:4916:49, 25 September 2024 diff hist +226 N 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 September 2024
- 13:3313:33, 13 September 2024 diff hist +85 N Ubuntu Cheats Created page with "=Flush DNS= <syntaxhighlight lang="bash"> resolvectl flush-caches </syntaxhighlight>" current
11 September 2024
- 15:3615:36, 11 September 2024 diff hist −24 Cyber Panel →Shortcut current
- 15:3615:36, 11 September 2024 diff hist −24 Cyber Panel →Deteksi IP Cloudflare
- 15:3515:35, 11 September 2024 diff hist +1 Install Mikrotik di OS Ubuntu →Install current
- 15:3315:33, 11 September 2024 diff hist +329 N 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>"
10 September 2024
- 19:1019:10, 10 September 2024 diff hist +42 Zabbix →Edit database current
- 15:5415:54, 10 September 2024 diff hist +173 Zabbix No edit summary
- 15:5215:52, 10 September 2024 diff hist +4 Zabbix →Menghapus History / Log
- 15:5215:52, 10 September 2024 diff hist +1,115 N 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_..."
- 13:4213:42, 10 September 2024 diff hist +70 Install aaPanel Ubuntu 22.04 →Install current
- 07:4207:42, 10 September 2024 diff hist +1,365 Plesk →Node & PHP current
5 September 2024
- 13:3113:31, 5 September 2024 diff hist +70 Matomo No edit summary current
4 September 2024
- 21:3421:34, 4 September 2024 diff hist +53 Cyber Panel →Deteksi IP Cloudflare
- 20:5520:55, 4 September 2024 diff hist +101 N Matomo Created page with "=Shortcut= # Reset Password php -r 'echo password_hash(md5("changeMe"), PASSWORD_DEFAULT) . "\n";'"
- 19:2019:20, 4 September 2024 diff hist +190 Cyber Panel →Deteksi IP Cloudflare
- 11:4411:44, 4 September 2024 diff hist −1 Cyber Panel No edit summary
- 11:4411:44, 4 September 2024 diff hist +39 Cyber Panel No edit summary
- 11:3511:35, 4 September 2024 diff hist +496 N 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 }..."
2 September 2024
1 September 2024
- 17:4517:45, 1 September 2024 diff hist −17 Install aaPanel Ubuntu 22.04 No edit summary Tag: Manual revert
- 17:1217:12, 1 September 2024 diff hist +17 Install aaPanel Ubuntu 22.04 →PHP 8.3 Tag: Reverted
- 15:5915:59, 1 September 2024 diff hist +932 N 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..." current
- 14:3714:37, 1 September 2024 diff hist +45 Install aaPanel Ubuntu 22.04 No edit summary
- 11:3411:34, 1 September 2024 diff hist +316 Install aaPanel Ubuntu 22.04 →Install
- 11:1811:18, 1 September 2024 diff hist +280 N 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>"
29 June 2024
- 09:4309:43, 29 June 2024 diff hist +182 N 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]" current
24 June 2024
- 20:1320:13, 24 June 2024 diff hist +50 Proxmox Storage Mirror →Instalasi current
- 20:1220:12, 24 June 2024 diff hist +112 N Proxmox Storage Mirror Created page with "=Instalasi= <syntaxhighlight lang="bash"> zfs create Mirror4TB/Data01 -o mountpoint=/zfsdata </syntaxhighlight>"
- 14:4514:45, 24 June 2024 diff hist −22 Daftar Isi No edit summary current
- 14:4214:42, 24 June 2024 diff hist −28 Main Page →Shortcuts current
- 10:0710:07, 24 June 2024 diff hist +66 Daftar Isi No edit summary
- 10:0010:00, 24 June 2024 diff hist +1,085 N 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..." current
22 June 2024
- 19:1619:16, 22 June 2024 diff hist +462 Proxmox GPU Passtrough No edit summary current
- 18:4018:40, 22 June 2024 diff hist +166 Proxmox GPU Passtrough →Persiapan
- 17:4617:46, 22 June 2024 diff hist +36 Proxmox GPU Passtrough No edit summary
- 16:4916:49, 22 June 2024 diff hist +87 N Proxmox GPU Passtrough Created page with "=Persiapan= <syntaxhighlight lang="bash"> apt update && apt upgrade </syntaxhighlight>"
- 08:0808:08, 22 June 2024 diff hist +17 Menjalankan Mikrotik di Docker No edit summary current
- 08:0308:03, 22 June 2024 diff hist +431 N 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"
21 June 2024
- 08:4908:49, 21 June 2024 diff hist +185 N 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>" current
20 June 2024
- 18:5618:56, 20 June 2024 diff hist +39 MySQL Windows →Install Service current
- 14:1114:11, 20 June 2024 diff hist +227 MySQL Windows →Install Service
- 14:0614:06, 20 June 2024 diff hist +107 Daftar Isi No edit summary
- 14:0414:04, 20 June 2024 diff hist +278 N 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>"
19 June 2024
- 12:5912:59, 19 June 2024 diff hist +177 Docker Apache MySQL No edit summary current
- 11:1511:15, 19 June 2024 diff hist −1 m Docker Apache MySQL No edit summary