Tag: install

How to install Audiocraft (Meta’s open source audio generation tool) locally, create long songs and integrate it into an existing codebase

On Friday, June 9, 2023, Meta unveiled yet another amazing AI tool: Audiocraft. It is a music generator and audio processing tool powered by deep learning. In contrast to Google’s MusicLM, Audiocraft is an open-source platform, providing users with the freedom to explore and experiment as much...

Install ArgoCD on the EKS cluster and configure synchronization with the GitHub manifest repository.

Hello Cloud and DevOps Enthusiasts, I am excited to share with you my latest article in which I dockerized an application, deployed it to Amazon Elastic Kubernetes Service (EKS) using terraform, build Continuous Integration pipeline using CircleCI and finally implemented GitOps practice using ArgoCD...

Docker : How to Install PostgreSQL using Docker Compose

PostgreSQL is a popular relational database management system that is widely used in the development community Postgresql Icon by Icon Mafia Docker Compose is a powerful tool that allows you to define and run multi-container Docker applications. It simplifies the process of manag...

Automate ‘pod install’ for Xcode Projects: A Guide to Creating a Custom App

In this part, we’ll explore optional customisations for your custom application. Please note that Part 3 is entirely optional and focuses on customising the app’s appearance. It doesn’t affect the core functionality of the automation explained in Part 2. Feel free to skip Par...

Install XAMPP on Ubuntu 22.04

XAMPP is an open-source cross-platform web server solution stack package that provides the Apache HTTP Server, MariaDB database, and interpreters for scripts written in the PHP and Perl programming languages. Installing XAMPP on Ubuntu 22.04 is a simple process that can be done in a few easy st...

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...

How to install Homebrew on Windows

Need homebrew on Windows? Struggling to install it? Don’t know what it is? Homebrew is your one-stop-shop package manager that every developer needs! Installing on Windows is slightly more difficult compared to macOS; hopefully this easy guide will help you get it done in less than 3 minute...

How to Install PHP on Mac

PHP is a popular programming language that is used to develop web applications. If you’re using a Mac and want to develop web applications using PHP, you’ll need to install PHP on your machine. In this article, we’ll guide you through the process of installing PHP on a Mac, step by...

How to Install TensorFlow on Mac M1 & M2 (Easy)

Introduction In 2020, Apple launched the game-changing M1 Chip, creating quite a buzz in the tech world. My chance to experience it came when I started my current job and received a Macbook Pro featuring the Apple M1 Pro chip. This was a significant upgrade from my old Macbook Pro (2017) with a 3...

How to install and run YT-DLP on your Mac

YT-DLP is a fork of YouTube-DL, a command-line video and audio downloader. I use YT-DLP because YouTube-DL stopped working for me a while back. This is a quick install guide for my brother-in-law David, who apparently has to set up this application every other day. Let’s begin. ...

3 Steps to Install OpenJDK 11 on macOS

This article will show you how to deinstall all preinstalled JDK from the mac OS and then install OpenJDK 11 on it. I used macOS Big Sur (11.7.2) as example. TL;DR sudo rm -fr /Users/yourUserName/Library/Java/JavaVirtualMachines/* sudo rm -fr /Library/Java/JavaVirtualMachines/* /bin/bash -...

How to install Java 21 and setup JAVA_HOME Path in macOS (Apple Silicon M1 & M2)

wondering how to install Java and set up the JAVA_HOME path. Java is a versatile programming language that’s used in various applications, and having it properly installed on your macOS is essential for developers and tech enthusiasts. In this guide, we’ll walk you through the steps to g...

Install Brew on M1/M2 Mac (2023)

Recently I came across a requirement to have Homebrew installed on my mac, Hence I decided to share the approach with anyone who has the same need as I’m. What is Homebrew Homebrew is a popular package manager for macOS that makes it easier to install and manage open-source software...

How to Install Flutter on Mac M1

This guide is a simplified setup on Flutter’s official page. There is no extra step that is not on Flutter’s official page. The reason I do this is to provide you with a more efficient and secure installation guide. First of all, you need an Integrated development environment (IDE) fo...

How to setup/install GNU make on Windows

Let’s keep it short. There are 2 options (there are more): Option-1: Longer, manual, half DIY option. Go to https://gnuwin32.sourceforge.net/packages/make.htm and download setup Click any one of the highlighted options It’ll take you to sourceforge.net and start...

Install Redis on Windows10 without admin rights

To install Redis on Windows10, you need to enable WSL2 (Windows Subsystem for Linux). WSL2 lets you run Linux binaries natively on Windows. If you are running old WSL, you need to enable WSL2 by following this instruction. Unfortunately, enabling WSL2 requires admin right...

Install FastAPI and run your first FastAPI server on Windows

What is FastAPI? Released in 2018, FastAPI is a Python web framework for building RESTful APIs. It quickly gained popularity due to its ease of use, speed and robustness. FastAPI uses Pydantic to define custom data types or extend validation with methods and all...

Install Airflow on Windows without Docker or Virtual Box in 5 mins

Apache Airflow is an open-source platform used for orchestrating complex data workflows. It offers a powerful toolset for managing, scheduling, and monitoring workflows in a distributed environment. If you are a data engineer, scientist, or analyst, chances are you have heard of Airflow and its...

Why Are Muslims Obligated to Install Bidets?

Croatian-born Serbian YouTuber and social media influencer, David Vujanic was shocked to see the hand jet spray in the restrooms in Qatar. He called it the “best thing ever”. Surprised that Western countries are not using them, Vujanic tweeted, “Been using the toilet-bump shower...

Install Fluxion On Kali Wifi Hacking Tool

Hi every one Welcome to the another post of Kala at Kali linux tips. In this post we are installing the tool into the kali linux. Let’s read the tool description first. Fluxion is a security auditing and social-engineering research tool. It is a remake of linset by vk496 with (hopefully)...

Astrophysics — How to install IRAF

IRAF – Image Reduction and Analysis Facility, is a product of NOAO. It has been widely used in the astronomical community to reduce data in the form of images and spectra. IRAF works best in UNIX distribution. Before setting out to install IRAF in your device, find out if your OS is 64 b...