dlopen(): error loading libfuse.so.2 – Got Error On Ubuntu

libfuse

While running the Appimage of Shotcut Video Editor,we encountered with issue – “dlopen(): error loading libfuse.so.2”. When we see the error carefully, it is self explanatory that the shared library called libfuse is missing in the Operating System. What is libfuse ? Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export … Read more

VirtualBox Error: Failed to open/create the internal network

Failed to open/create the internal network

While starting the Virtual Machine on VirtualBox in Windows 11, encountered with this unpleasant VirtualBox Error: Failed to open/create the internal network ‘HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter’. In this post, know how we solved the issue. We installed the Rocky Linux in VirtualBox 7 version hosted on Windows 11 Operating System. The solution approach we have … Read more

How to install Java (OpenJDK) on Ubuntu Linux

install java OpenJdk on Ubuntu

Java is a class based, object oriented programming language. It is cross platform and widely use in developing applications. The Java was first developed in Sun Microsystem (Now acquired by Oracle). In this post, to install Java we will use the OpenJDK package. OpenJDK is a free and open source product implements Java SE which … Read more

How to install Groovy on Ubuntu 20.04 LTS

install groovy

Apache Groovy is a Object Oriented programming language which is compatible with Java syntax.It is both static and dynamic language. You can use the Apache Groovy either as a scripting or programming language. As a DevOps engineer, you might have known the use of Groovy script in Jenkins Pipeline. Requirement 1. Groovy 3.x (At the … Read more

How to Disable selinux in Red Hat or CentOS

disable selinux

In this post, learn how to disable selinux in Red Hat and CentOS Operating System. Security-Enhanced Linux (SELinux) is a Linux feature that provides the mechanism for supporting access control security policies. How to check the status of SELINUX in linux system Use the given below command to check SELINUX status getenforce Open the file … Read more

How to remove date from WordPress Post URL

wordpress nginx

In this post we are sharing the steps to remove date from a WordPress post URL/permalink. We recently did this change in our own WordPress blog. It has been since long time we were using this date format in our blog permalink like this https://sharadchhetri.com/YYYY/MM/DD/post-slug . We decided to change the URL format in this … Read more