Multipart Upload on OCI Bucket / Object Storage using OCI-CLI in Windows or Linux Rumi, May 10, 2023May 10, 2023 Oracle OCI-CLI requires Python packages v 3.6 or higher. During installation it is auto installed on windows server/OS, however on Linux, there might be preinstalled Python package installed, that might need to be updated manually before running the installer. (In few cases, the installation failed and the package needed to… Continue Reading
Download using multiple session with Linux CLI tool – multipart download Rumi, May 1, 2023 Option-1: Aria2 apt-get install aria2 Usage: aria2c -x 16 [url] #where 16 is the number of connections Option-2: Axel apt-get install axel Usage: axel -n 5 url or with visual indicator- axel -a -n 5 [URL] Continue Reading
MikroTik Router SNMP Configuration Rumi, April 18, 2023 First, you need to access the console of your MikroTik router. On the prompt screen, enter the administrative login information. Factory default access information: Username: admin Password: (No password) After a successful login, the console command-line will be displayed. Use the following command to enable the SNMP service on the… Continue Reading
Creating a XEN guest and tidbids in CLI Rumi, April 7, 2023 INSTALLING A GUEST DOMAIN (“DOMU”) Now that the Xen hypervisor/Dom0 virtual machine is configured and up and running, it’s time to configure and create a DomU. Just like we did in the Debian 9 tutorial, we will now install and use the xen-tools package to automate the steps involved in creating a… Continue Reading
Broadcast Private Movie Channel Using OBS-Nginx RTMP Rumi, April 7, 2023 I just liked the simple process over here, althourhg the view title is a bit confusing, but I believe this is what the audthor wanted to express- Continue Reading
Cloudmin-GPL XEN on Debian 10 Rumi, April 7, 2023April 7, 2023 This article is inspired and prepared on the forked Cloudmin Xen script updated for Debian 10. However, the following procedures to be followed as precuationary before executing the updated script, which is available in this post in below section. PHASE-I Prepare Environment for XEN INSTALLING THE XEN HYPERVISOR AND HOST/CONTROL… Continue Reading
Reset Webmin Password Rumi, April 4, 2023 Open a terminal or command prompt on the server where Webmin is installed. Navigate to the Webmin installation directory. The default location is /usr/local/webmin cd /usr/local/webmin To change password run command:on RedHat distributions (i.e. Fedora, CentOS, Gentoo, etc.): /usr/libexec/webmin/changepass.pl /etc/webmin admin newPassword on Debian distributions (i.e. Debian, Ubunto, etc.): /usr/share/webmin/changepass.pl… Continue Reading
Disable Last Login Message on Linux using hushlogin Rumi, March 28, 2023 Single user To permanently suppress a Last Login message as per on user basis, create a hidden .hushlogin file inside a user’s home directory. For example to suppress a Last Login message for the linuxconfig user, we would run this command: $ sudo touch /home/linuxconfig/.hushlogin Similarly to suppress a Last Login message for the root user,… Continue Reading
Create a local ISO SR at XCP-NG Rumi, March 22, 2023 From the CLI: Create a directory on the local filesystem to storage your ISOs Copy/move ISOs to this new location Create the ISO SR using xe sr-create You can add or update ISOs later by placing them into the directory you created in step 1 Rescan the SR if you… Continue Reading
Add User to Sudoers on CentOS Rumi, March 21, 2023March 21, 2023 You can do this in 2 methods- however, IMHO method-2 usually works great for me. Method-1 Step 1: Verify the Wheel Group is Enabled Your CentOS 7 installation may or may not have the wheel group enabled. Open the configuration file by entering the command: visudo Scroll through the configuration… Continue Reading