Increase Disk-Mapper Ext4 Linux
Untuk menambahkan size disk mapper ext4 linux bisa dilakukan step-step berikut ini : Gambaran awal, kita memiliki disk xvdc 10 GB yang dimount pada directory /test/. Kita akan menambahkan resource….
Read moreLoading
Untuk menambahkan size disk mapper ext4 linux bisa dilakukan step-step berikut ini : Gambaran awal, kita memiliki disk xvdc 10 GB yang dimount pada directory /test/. Kita akan menambahkan resource….
Read moreAfter power cut (un-proper shut down) there is something bad happened with my machine. Now when I start system it gives me this message in the beginning. XFS (dm-0): Internal….
Read moreSetup LFTP Client Untuk Koneksi FTP Server menggunakan SSL CIMB : #vi /etc/lftp.conf tambahkan setup configurasi berikut pada line terakhir : set passive-mode yes; set ssl:verify-certificate no #set ftp:ssl-allow false….
Read moreInstall & Konfigurasi NTP yum install ntp Setup Konfigurasi NTP vi /etc/ntp.conf Replace setup IP Address Pool NTP Syncronize nya : Setup Default di non aktifkan #server 0.rhel.pool.ntp.org iburst #server….
Read moreCreate Folder dotnet di directory yang diinginkan mkdir /u01/dotnet Extract file dotnet ke folder tersebut. tar –xzvf dotnet-sdk-3.0.101-linux-x64.tar.gz –C /u01/dotnet Rubah owner directory dan file ke user aplikasi : chown….
Read moreIssue goferd errors are reported in /var/log/messages: Sep 29 03:19:22 abcxyz goferd: [ERROR][worker-0] gofer.messaging.adapter.connect:33 – connect: proton+amqps://subscription.rhsm.redhat.com:5647, failed: Connection amqps://subscription.rhsm.redhat.com:5647 disconnected: Condition(‘proton:io’, ‘recv: Connection refused’) Sep 29 03:19:22 abcxyz goferd:….
Read moreInstall PHP 7.3 On RHEL 8.1 =========================== dnf module list php yum module enable php:7.3 -y dnf install php php* Setup Selinux Mysql =========================== semanage port -a -t mysqld_port_t -p….
Read moreOn Linux : #vi /etc/ssh/sshd_config add line this : Ciphers [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected] restart service ssh testing : ssh -vv -oCiphers=aes128-cbc,3des-cbc,blowfish-cbc [user@localhost] On Solaris : #vi /etc/ssh/sshd_config add line this : Ciphers….
Read moreScan Disk RHEL 6 echo “- – -” > /sys/class/scsi_host/host0/scan Create Partition #fdisk /dev/sdb pilih option “n” pilih option “p” pilih option “w” Crete Physical Volume LVM #pvcreate /dev/sdb Create….
Read more