How To Install Notepad++ In Linux?

How To Install Notepad++ In Linux?

Notepad++ is a very popular text editor that is created for Windows operating systems. Notepad is a native and simple Windows application that is provided by Microsoft. Notepad++ is a lot more advanced text editor which is an alternative to the Notepad. But Notepad++ natively does not supports Linux distributions like Ubuntu, Debian, Mint, Kali, … Read more

Move or Jump End Of File in Vi/Vim

Move or Jump End Of File in Vi/Vim

Vim/Vi are popular command-line text or code editors. As a command-line text editor, the vi/vim should be used with commands. While using a GUI-based text editor going end of the files is easy by scrolling down with a mouse but it is different in vi/vim editor as there is no scroller. Vi/vim provides some shortcuts … Read more

How To Install MySQL on Ubuntu 20.04?

How To Install MySQL on Ubuntu 20.04?

MySQL is the most popular open-source database management server. MySQL is available for different operating systems like Linux, Solaris, macOS, and Windows. Ubuntu is a popular Linux distribution used by end-users and enterprise servers. In this tutorial, we will learn how to install MySQL into Ubuntu 20.04. Also, this tutorial can be also used for … Read more

Linux kill Command Tutorial

Linux kill Command Tutorial

The process is the core part of an operating system where jobs or tasks are completed by the processes. Processes run for single or multiple tasks to complete or serve for a long time. Killing processes is an action to end processes and stop it. The process can be killed in different ways with different … Read more

How To Install and Use curl In Linux (Ubuntu, Debian, Mint, CentOS)?

How To Install and Use curl In Linux (Ubuntu, Debian, Mint, CentOS)?

curl is a command-line tool used to make HTTP, HTTPS, FTP, and related web-based requests to the remote servers. Currently, the latest version of the curl supports protocols like “dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp Features: AsynchDNS brotli … Read more

How To Change Directory In Linux?

How To Change Directory In Linux?

Linux provides different ways and commands in order to change the current working directory. Changing directory is especially important while working on the command line or terminal but also used with GUI applications. In this tutorial, we will talk about “How To Change Directory In Linux?”. Instructions described in this tutorial can be used for … Read more

How To Install .deb Packages (GUI& Command Line)?

How To Install .deb Packages (GUI& Command Line)?

Linux distributions like Debian, Ubuntu, Mint, Kali, etc. uses .deb packages in order to install new software. These .deb packages can be provided via different ways like a central repository, file server, USB, web page, etc. After acquiring a .deb package it should be installed into the current system. Even in most cases, centralized package … Read more