Ada masalah kecil sewaktu saya upgrade Nextcloud 17.0 ke Nextcloud 18.0. Berikut ini error yang muncul $ sudo -u www-data php occ upgrade Nextcloud or one of the apps require upgrade – only a limited number of commands are available You may use your browser or the occ upgrade command to do the upgrade Set […]
Solusi bash: add-apt-repository: command not found di Debian
Solusi atas masalah “bash: add-apt-repository: command not found“. Contoh anda ingin menambahkan repository kedalam debian dengan perintah add-apt-repository "deb https://artifacts.elastic.co/packages/7.x/apt stable main" ketika menjalankan perintah diatas akan muncul error bash: add-apt-repository: command not found, solusinya adalah dengan menginstall paket software-properties-common. Di Debian tidak ada yang paket yang bernama add-apt-repository, tetapi paket tersebut berada di dalam […]
Datacenter Cloudflare di Indonesia
Beberapa hari belakangan ini, ping ke situs yang di proteksi dengan cloudflare terasa makin cepat, dibawah 10 ms. Dari hasil traceroute keliatan bahwa sekarang datacenter Cloudflare ada di Indonesia (CGK) Hasil MTR Start: 2020-01-04T09:38:54+0700 HOST: home-srv Loss% Snt Last Avg Best Wrst StDev 1. AS??? gate-nix 0.0% 10 1.5 2.2 1.5 4.6 0.9 2. AS??? […]
Cara Merubah Nilai Dengan sed di Linux
Contoh kita akan merubah nilai SystemMaxUse di /etc/systemd/journald.conf, contoh journald.conf Storage=persistent SystemMaxUse=400M SystemMaxFileSize=30M RuntimeMaxUse=250M RuntimeMaxFileSize=30M sebenarnya dengan cara ini nilai tersebut bisa langsung diganti sed "s/SystemMaxUse\=400M/SystemMaxUse\=500M/g" /etc/systemd/journald.conf tetapi cara diatas tidak fleksibel karena kita harus tau berapa nilai dari SystemMaxUse, cara yang lebih fleksibel adalah sed "s/SystemMaxUse\=[0-9]*M/SystemMaxUse\=500M/g" /etc/systemd/journald.conf cara diatas hanya merubah output dari sed, […]
Laravel Failed to clear cache. Make sure you have the appropriate permissions.
Sewaktu menjalankan php artisan cache:clear, muncul pemberitahuan error Failed to clear cache. Make sure you have the appropriate permissions., hal yang pertama muncul dibenak saya adalah file permission ganti /var/www/jaranguda.com dengan lokasi laravel anda. cd /var/www/jaranguda.com # cara ekstrem ;) chown www-data:www-data -R bootstrap storage chmod 777 -R bootstrap storage ternyata cara tersebut masih gagal, […]
Koneksi Download/Upload Indihome Hancur Lebur Desember 2019
Upload dari Indihome saat ini hancur lebur, bisa dibilang hit and miss. Dari 10 kali percobaan hanya 2 kali yang bisa upload itu juga terasa lambat (< 1 mbps), ngga ngaruh ke server Indonesia, Singapura ataupun USA. Alhasil yang perlu upload akan terasa banget walaupun ukuran file hanya 1 MB. Beberapa provider yang sudah dicoba […]