Skip to main content

How to Install PyTorch on Ubuntu

PyTorch is a powerful and open-source deep learning platform created by Facebook's...

How to install, self-host, and Integrate Jira Software and Jira Service Desk in the Cloud

Jira is a well-known tool for managing projects, created by Atlassian. It's mainly used for keeping track of issues....

Detect DoS attack using a custom rule file in Suricata

Suricata is an impressive open-source network Intrusion Detection/Prevention System (IDS/IPS), a threat detection tool ...

How to Install and enable / disable SELinux on Ubuntu

To enhance the security of your Ubuntu system, you can try out  installing SELinux which is a standard Linux based security tool. The SELinux in Ubuntu will provide you with an additional layer of protection to applications and will mitigate the security risk of the host machine. 

How to install Yarn in Ubuntu 22/24

Yarn is a package manager for Node.js JavaScript runtime environment and developed in 2016 by Sebastian McKenzie of Meta. It is more efficient and reliable alternative to npm (Node Package Manager), which is the default package manager for Node.js.

How to install Python PIP in Ubuntu 22/24

Python Pip(PIP) is the package installer for Python and stands for "Pip Installs Packages" or sometimes recursively as "Pip Installs Python". Pip is used to install and manage software packages written in Python. Using Pip, you can install Python packages from the Python Package Index (PyPI) or from any other sources such as version control systems like Git.

How to change hostname in Ubuntu 24.04

In Linux, the hostname refers to the name assigned to a computer or device on a network. It's used to identify the system within a network environment. The hostname can be a simple name, typically a single word, or it can include domain information, forming a fully qualified domain name (FQDN).