QSslSocket Issue The following issue raised while creating pdf using these libraries wkhtmltopdf_binary, wkhtmltopdf, PdfKit. Reason for issues: The above issue may be occurred for any one the following reasons. Recently you may be downgraded some libraries or removed it. You might be tried to install the latest version of ruby through rvm, but failed […]
Category: Linux
How to install or update Zoom Client in Fedora
Zoom is the Video Communication software which is mainly useful for Video Conferencing, Meeting, Webinars, Conference Rooms, Phone Systems and Chatting. It is the Free software but with some limitations in the resource. In this blog I am explaining about how to install or update zoom Client If you are doing new installation of Zoom, […]
Upgrade from Fedora 31 to Fedora 32
Fedora 32 is released. You might be looking to upgrade your system to get latest features. Fedora is giving two methods to upgrade your system Graphical upgrade method Command line upgrade method Here we are going to use graphical method for Fedora 32 system upgrade. Before proceeding to the further steps, be sure to take […]
Upgrade from Fedora 31 to Fedora 32 Using Command Line Method
Here we are going to see about Command line upgrade method for Fedora 32 system upgrade. Before proceeding to the further steps, be sure to take backup of the important files. It is highly recommended. Click here to view about Fedora 32 Graphical upgrade method. Command line upgrade method First thing update your current system […]
How to Install IntelliJ IDEA IDE in Fedora 31
What is IntelliJ IDEA? IntelliJ IDEA is a programming environment or IDE. It is widely used for developement of Java programs. It is developed by JetBrains. It also supports PHP, HTML, Javascripts, CSS and Android and many more. Prerequisites RAM – Minimum 2 GBDisk Space – Minimum 3.5 GBNeed the non-root user account with privilege […]
How to exclude files and folders when creating zip archive
How to exclude files and folders when creating zip archive using linux commands? Explained the solutions with multiple examples. Exclude files from zip Refer the follwing examples for different cases. Example 1: To exclude all the files(e.g: .pdf, .git, .svn) in the specific folder only when zipping. Example 2: To exclude all the files in […]
How to edit files using vi editor easily in linux
What is Vi Editor? Vi editor is also known as Visual Editor. It is widely installed in most of the linux systems. Since it is a Terminal based editor, it is most preferred by the linux users those who are working in command line mode. Vim Editor is the advanced version of Vi editor. Every […]