Tag: Ubuntu

ONNXRuntime Integration with Ubuntu and CMake

In recent times, the realm of machine learning and deep learning has witnessed an unprecedented surge in applications. With a plethora of frameworks available, ranging from SkLearn to PyTorch, Tensorflow, and Caffe, the options for training models have become abundant. Simultaneously, the diversity ...

How to Set Up Apache in a Docker Container on Ubuntu 22.04

Setting up Apache in a Docker container on Ubuntu 22.04 can be a straightforward process if you follow the step-by-step tutorial below. Docker allows you to isolate applications within containers, making it easier to manage and deploy them across different environments. Step 1: Install Docker ...

Using Ubuntu Linux alongside Android OS on Google Pixel 6/Pro

This technical guide aims to provide you with the knowledge and tools needed to experiment with your Pixel 6/pro device by using its native support for virtualization. To start, you’ll need to ensure that your Pixel 6/pro meets certain prerequisites, including unlocking its boot...

How to Upgrade to Ubuntu 23.10 from 23.04

This article contains detailed instructions on upgrading to Ubuntu 23.10 a.k.a Mantic Minotaur, from Ubuntu 23.04, a.k.a Lunar Lobster. On October 12, 2023, Ubuntu 23.10 made its debut, featuring the cutting-edge GNOME 45 desktop environment, Linux Kernel 6.5, and a substantial array of fresh...

Using Ubuntu Linux alongside Android OS on Google Pixel 6/Pro

This technical guide aims to provide you with the knowledge and tools needed to experiment with your Pixel 6/pro device by using its native support for virtualization. To start, you’ll need to ensure that your Pixel 6/pro meets certain prerequisites, including unlocking its boot...

How to install Ubuntu 20.04 and dual boot alongside Windows 10

Switching to Linux can be a big decision, depending on how you use your computer. Sometimes, you just need Windows for specific applications, and sometimes you need Linux for other applications. Whether you are just curious or you need it for work or a personal project, having both operating systems...

Hacker Detection. Let’s Develop and Load a Custom Security Kernel Module for Ubuntu

Picture this: while your friends are bragging about their MW2 Killstreak or the results of their latest speed run, you’ll be the hip cat (do young people still say this?) casually mentioning how you thwarted a potential cyber-intruder with your custom kernel module. Trust me; you’ll be t...

Make Ubuntu look like MacOS

Keeping aside the fact that developers prefer a MacBook over a windows system, All of us like to use a MacBook, mainly because of the User Interface it provides. The most significant advantage of using Ubuntu OS is that we can customize it according to our needs. In this article, we will take a l...

Kill process running on specific ports in Ubuntu and windows | Fix error “Address already in use”

Developers often face errors related to ports that are already in use on their local machines. A common error is “Address already in use (EADDRINUSE).” As beginners are not usually aware of system commands to find and kill ports, this can become difficult and lead to unnecessary frustrat...