git

  • GitLab installation on Linux Server – Redhat Linux/Oracle Linux/Rocky Linux

    Welcome to our step-by-step tutorial on installing GitLab on your Linux server! Whether you’re running Red Hat, Oracle Linux, or the new Rocky Linux distribution, this guide has got you covered. GitLab is a powerful tool for version control, issue tracking, CI/CD pipelines, and more. In this video, we walk you through the installation process, ensuring you have GitLab up…

    Read More »
  • Install Git on Ubuntu 24.04 LTS

    In this tutorial, learn how to install Git on Ubuntu 24.04 LTS with the Linux kernel 6.8.0-31-generic and x86-64 architecture. Follow along as we start by using `hostnamectl` to identify your system, then check if Git is already installed using `which git` and `git –version`. If Git is not found, we proceed to install it step by step using `sudo…

    Read More »
  • Clone your GitHub repository using SSH

    Follow these steps to add ssh keys to your GitHub account and clone the repo with the SSH URL. 1. Open your terminal and type ssh-keygen. 2. Press enter to accept the default file location and passphrase. 3. Copy the public key to your clipboard with cat ~/.ssh/id_rsa.pub 4. Go to your GitHub account settings and click on SSH and…

    Read More »
  • This is how you install Arch Linux (Endeavour OS) and Hyprland (Very Easy)

    ♦ Hangout with me : Thanks to JaKooLit for making the script : ♦ Github : ♦ LinkedIn : ♦ Chapters: 00:00 Intro 01:40 Distro Installation 07:24 First boot 08:03 Installing Hyprland 10:58 Installing SDDM 13:10 Most Important Part of Hyprland Installation 14:23 First boot with Hyprland 16:14 choosing wallpaper 16:47 Monitor Layout (external) 17:54 Zathura 18:57 my alias configs…

    Read More »
  • Install VirtualBox 7 on Ubuntu, Windows, and Intel Mac

    In this video, we install VirtualBox, a virtualization solution from Oracle that allows you to run a virtual machine (the guest) from your main operating system (the host). This can be useful for trying out other operating systems to evaluate them before you implement a more permanent solution like dual booting. In the video, we take a bit of a…

    Read More »
Back to top button