Step by Step Preparing Install EPL repository
1 |
# yum install epel-release -y |
Install yum-utils
1 |
# yum install yum-utils |
Resolves RPM package
1 2 |
# yum install rpmconf # rpmconf -a |
[…]
Step by step Setting automatic update dengan Dnf-automatic, install package
1 |
# dnf install dnf-automatic |
Edit automatic.conf #vim /etc/dnf/automatic.conf […]
Step by step install package mysql
1 |
# yum -y install @mysql |
Enable mysql
1 2 3 |
# systemctl start mysqld # systemctl enable --now mysqld # systemctl status mysqld |
Secure instalasi package mysql
1 |
# mysql_secure_installation |
Inode adalah data struktur pada sistem linux yang menyimpan seluruh informasi file kecuali nama dan […]
Error pada centos saat lsb_release -v
1 2 |
# lsb_release -v -bash: lsb_release: command not found |
Cara mengatasi nya Dengan yum whatprovides
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# yum whatprovides lsb_release Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile epel/x86_64/metalink | 16 kB 00:00:00 * base: mirrors.advancedhosters.com * epel: mirror.umd.edu * extras: mirrors.advancedhosters.com * nux-dextop: li.nux.ro * updates: mirrors.advancedhosters.com ... redhat-lsb-core-4.1-27.el7.centos.1.i686 : LSB Core module support Repo : base Matched from: Filename : /usr/bin/lsb_release |
Install […]
Step by step : # ssh-keygen -R [hostname|IP address] Contoh sample
1 2 3 4 |
$ ssh-keygen -R 192.168.219.149 # Host 192.168.219.149 found: line 3 /home/anubis/.ssh/known_hosts updated. Original contents retained as /home/anubis/.ssh/known_hosts.old |
Proses verifikasi baru […]
Step by step : #iptables -P INPUT ACCEPT #iptables -P FORWARD ACCEPT #iptables -P OUTPUT […]
/var/lib/dpkg/info/anydesk.postinst: line 23: /etc/init.d/anydesk: Permission denied dpkg: error processing package anydesk (–configure): subprocess installed post-installation […]
Step By step : Buat bootable ubuntu desktop dan booting ke installer ubuntu masuk pada […]
Step by step : Install cockpit # yuminstall cockpit Enable dan start cockpit # systemctl […]