Skip to content

Instantly share code, notes, and snippets.

View KenEkanem's full-sized avatar
🏠
Working from home

Kennedy Ekanem KenEkanem

🏠
Working from home
View GitHub Profile
@KenEkanem
KenEkanem / IssuesARCH.md
Last active May 17, 2023 09:05
Issues I encountered using Arch Linux

pacman package update

 pacman -Sy

returns

pacman: /usr/lib/libcrypto.so.1.1: version `OPENSSL_1_1_0' not found (required by /usr/lib/libalpm.so.13)
pacman: /usr/lib/libcrypto.so.1.1: version `OPENSSL_1_1_0' not found (required by /usr/lib/libarchive.so.13)
pacman: /usr/lib/libssl.so.1.1: version `OPENSSL_1_1_1' not found (required by /usr/lib/libcurl.so.4)
pacman: /usr/lib/libssl.so.1.1: version `OPENSSL_1_1_0' not found (required by /usr/lib/libcurl.so.4)
pacman: /usr/lib/libcrypto.so.1.1: version `OPENSSL_1_1_0' not found (required by /usr/lib/libcurl.so.4)
@KenEkanem
KenEkanem / mirrorlist.md
Created April 25, 2023 02:06
Update mirrorlist in Arch linux using reflector

A "reflector" is a utility that helps users to find the fastest and most up-to-date mirrors for their system. Mirrors are servers that store copies of the Arch Linux packages and updates, which users can download and install on their own machines.

Installation

sudo pacman -S reflector

Usage

Default

reflector
@KenEkanem
KenEkanem / gist:c7a40ab08c83ecbed6fdc735bd3d9093
Created October 7, 2022 08:27
Vagrant 2.3.0 Debug output
[intersteller@fusedtc 0x01-shell_permissions]$ vagrant up --debug
INFO global: Vagrant version: 2.3.0
INFO global: Ruby version: 3.0.4
INFO global: RubyGems version: 3.3.21
INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/embedded/gems/2.3.0/gems/vagrant-2.3.0/bin/vagrant"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/embedded"
INFO global: VAGRANT_LOG="debug"
WARN global: resolv replacement has not been enabled!
@KenEkanem
KenEkanem / arch_installation.md
Last active January 20, 2021 17:02 — forked from eltonvs/arch_installation.md
Arch Linux step to step installation guide

Arch Linux Installation Guide

This guide will show step-by-step how to Install Arch Linux on UEFI mode.

Table of Contents

  • Bootable Flash Drive
  • BIOS
  • Pre installation
    • Set Keyboard Layout
    • Check boot mode
  • Update System Clock