
Step by step : Pastikan node.js telah terinstall Enable dan import GPG key yarn
|
1 2 |
<span class="line">curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo </span><span class="line">sudo rpm --import https://dl.yarnpkg.com/rpm/pubkey.gpg</span> |
[…]
Linux Kubuntu umumkan Kubuntu Focus. Kubuntu adalah free dan opensource versi dari ubuntu linux desktop. […]
Step by step Open VLC Media Player Klik pada bagian Tools dan pilih preferences Pastikan […]
Step by step Login sebagai user zimbra#su – zimbra ketik command ini #mysql -e “select […]
|
1 2 |
Last login: Mon Nov 6 11:17:54 2017 from 192.168.88.14 -bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory |
Jika error seperti ini maka step by step solving nya : Login server vps […]
Step by step : Install rsyslog -y
|
1 |
apt-get install rsyslog -y |
Check service rsyslog sudah active
|
1 |
systemctl status rsyslog |
Output […]
OpenVZ (Open Virtuozzo) Teknologi virtualisasi tingkat sistem operasi untuk Linux. Mengizinkan server fisik menjalankan beberapa […]
Step by step : Check ke Server Manager Klik Manage pada bagian pojok kanan atas […]
Error yang muncul seperti gambar di atas Step by step troubleshooting nya : Dicoba untuk […]
Step by step : edit file /etc/yum.conf atau /etc/yum.repos.d
|
1 2 3 4 5 6 7 |
# vi /etc/yum.repos.d/test.repo [test_repo] name=Test Repo baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/$basearch/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle gpgcheck=1 enabled=1 |
jalankan command ini
|
1 |
# yum makecache |