This blog is just to simplify the DevOps routine work with the help of VM creation using vagrant and setup nexus oss artifactory on it. Resources can be tracked below https://bitbucket.org/jaiswas3/jaiswas3-labs/src/master YouTube link https://youtu....
💡 NOTE: We will only look out for docker installation particularly and not for CentOS9 Installation. OS requirements To Install docker engine, we will be following CentOS 9 versions. CentOS 9 (stream) Uninstall old versions Uninstall any old ve...
outline sudo systemctl edit <service> >> Editing "/etc/systemd/system/sysstat-collect.timer.d/override.conf" canceled: temporary file is empty. resolution sudo systemctl --full edit <service> reference https://wiki.archlinux.org/title/systemd...
outline Chaging interval of SAR cron 10 minutes to 1 minitu on CentOS 9 how-to >> sudo systemctl edit --full sysstat-collect.timer ## change 10 -> 1 >> systemctl daemon-reload >> systemctl cat sysstat-collect.timer # /etc/systemd/system/syssta...
a. Setup the repository for RabbitMQ and its Erlang dependency Put the following content at "/etc/yum.repos.d/rabbitmq.repo" Steps to do it in terminal --> Run vi /etc/yum.repos.d/rabbitmq.repo Press 'i' to go into insert mode Paste the content ...