There are two ways to backup the tomboy notes Method 1 In tomboy application itself there is the option to export notes as html files. In the Menus >> Tools >> Export All Notes To HTML Now you can save the files in your desired path. But you cannot import this backup in another system […]
Tag: Linux
Error: PDF could not be generated! Command Error: QSslSocket: cannot resolve CRYPTO_num_locks in wkhtmltopdf or Pdfkit – Solved
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 […]
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, […]
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 […]
How to view log file in Linux dynamically using tail command?
Recently I have observed that this is one of the most frequently used linux command. But I realized most of the linux developers not aware of this command. It is the “tail” command. It is the right time to explain the usage of this. I am about to explain, how to view log file dynamically? […]