Advanced Search
Search Results
32 total results found
Enable CentOS Vault Repository
sudo su sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* sed -i 's/mirrorlist/mirrorlist/g' /etc/yum.repos.d/CentOS-* sed -i 's|baseurl=...
Fiberhome Firmware - ONT HG6145D2 RP4592
Fiberhome Firmware - ONT HG6145D2 RP4592 HG6145D2-RP4592.zip
Memperkuat IT sebagai Enabler Bisnis melalui ITGRC
1. IT Bukan Lagi Sekadar Support IT saat ini bukan hanya “penunjang” operasional, tapi jantung dari bisnis modern.Setiap layanan, perubahan, atau insiden berdampak langsung pada: Reputasi perusahaan Kepuasan pelanggan Keputusan bisnis dan ef...
Cara Install Kimai Time Tracker Pakai Docker Compose
Kimai adalah sebuah perangkat lunak (software) pelacak waktu (time-tracking) bersifat sumber terbuka (open-source) yang dirancang khusus untuk mencatat durasi kerja dan mengelola lembar waktu (timesheets). Sederhananya, Kimai membantu individu maupun tim ...
Run Simple Web App Openshift
oc new-project simple-app oc create deployment web --image registry.redhat.io/ubi9/httpd-24 oc get deployment oc get pod oc expose deployment web --port 8080 oc get svc oc expose svc web oc get route oc exec -it web-xxxxxxxxxx-xxxxx -- bash ss -lntp ...
About Me
👋 Hi, I'm Sulis I'm a Cloud Engineer who enjoys working with infrastructure, automation, and scalable systems. 🛠 Tech Focus OpenStack Kubernetes Ceph Linux Automation 🎯 Why I Created This Blog To simplify complex infrastructure problems and share solutions...
Privacy Policy
At 32Inside, we value your privacy. 📌 Information We Collect We may collect basic information such as browser type, pages visited, and time spent on the site. 🍪 Cookies This website uses cookies to improve user experience and serve relevant content. Third-pa...
Disclaimer
All information on this website is published in good faith and for general informational purposes only. ⚠️ No Guarantees We do not make any warranties about completeness, reliability, or accuracy. Any action you take based on the information found on this web...
Contact Me
Feel free to reach out for questions, discussions, or collaboration. 🤝 Connect With Me 🔗 LinkedIn:https://www.linkedin.com/in/sulistio-priatmojo-007291115/ I’ll try to respond as soon as possible.
Enable Nested Virtualization VirtualBox Virtual Machine
cd "c:\Program Files\Oracle\VirtualBox" VBoxManage.exe modifyvm "Linux" --nested-hw-virt on Sesuaikan mana VM nya, disini nama VM nya Linux
SAP Production Incident – Troubleshooting SAP Router, APP Dispatcher, and HANA Dependency Failure
Introduction Recently I handled an SAP Production incident where users were suddenly unable to access critical SAP production services including SAP GUI At first glance the issue looked like a network or firewall problem because users received a connection...
VM Boot Failure Due to Ceph RBD Lock Error: "Invalid Argument"
In Ceph RBD-based virtualization environments, the exclusive-lock feature ensures that only one host can write to a disk image at any given time. However, under certain circumstances—particularly after a hypervisor crash or unexpected shutdown—the RBD image ma...