Skip to Content
Harshal Bondre

Harshal Bondre

29 posts

Posts by Harshal Bondre

How to Install Notepad++ on Ubuntu 20.04 using Snap

How to Install Notepad++ on Ubuntu 20.04 using Snap

Notepad++ is a highly versatile text and source code editor favored by many developers for its lightweight design and support for a multitude of programming languages. Although it is originally designed for Windows, Linux users can still utilize Notepad++ through compatibility tools like WINE and the convenient Snap package provided

How to Copy Code or Text with Color in Notepad++

How to Copy Code or Text with Color in Notepad++

Notepad++ is a widely favored text and source code editor known for its ease of use and support for numerous programming languages. One of its handy features is the ability to copy code or text along with its syntax highlighting, which retains the color formatting when pasted elsewhere. This is

How to Install Memcached on Ubuntu 20.04 LTS

How to Install Memcached on Ubuntu 20.04 LTS

If you have ever felt the pain of high Database load causing the slowdowns in your web-apps and wondered “Is there a way to decrease the latency caused by DB queries?”, then the answer to that question is a big yes. Memcached a friendly neighbourhood memory cache daemon is here

How to Install KVM on Ubuntu 20.04 LTS

How to Install KVM on Ubuntu 20.04 LTS

KVM or Kernel-based Virtual Machine is a module in Linux Kernel which allows users to run Virtual Machines on their system. It boasts nearly bare-metal performance compared to other virtualization software as it is closely knit into Linux kernel. KVM coupled with its API/Toolkit called libvirt is used to