WIKINIX

Loading

  • Mar, Mon, 2023
Ansible DEPCRYCATED WARNING

Log Warning:   [DEPRECATION WARNING]: Distribution redhat 8.6 on host 10.23.21.35 should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will….

Read more
  • Nov, Wed, 2022
Update/Patch RHEL with specific release

Update/Patch RHEL with specific release # yum –releasever=6.5 update If you would like to update only the kernel # yum –releasever=6.5 update kernel yum updateinfo list available ======================================== Install security….

Read more
  • Mar, Wed, 2022
Enable X11Forwarding Display on Linux

Setup X11 Forwarding XDisplay ============================== Edit /etc/ssh/sshd_config #vi /etc/ssh/sshd_config X11Forwarding yes X11UseLocalhost no #echo DISPLAY=ip_address:10.0 #export $DISPLAY Untuk Pengujian install xclock dan xterm #yum install xclock xterm -yes #xclock Setup….

Read more