Skip to content

Instantly share code, notes, and snippets.

View myTerminal's full-sized avatar
🎯
Filling gaps, one at a time

Mohammed Ismail Ansari myTerminal

🎯
Filling gaps, one at a time
View GitHub Profile
@myTerminal
myTerminal / steps.md
Last active February 19, 2023 18:43
[DEPRECATED] Installing Arch with BTRFS/LUKS on my Lenovo ThinkPad X1 Extreme (Gen 3)

Arch installation (pacstrap)

This document has been succeeded by the one here.

Pre-installation setup

Connecting to a wireless network

  1. Start iwctl
  2. List devices with device list
@myTerminal
myTerminal / steps.md
Last active February 19, 2023 18:42
[DEPRECATED] Installing Debian with BTRFS/LUKS on my Lenovo ThinkPad X1 Extreme (Gen 3)

Debian installation (debootstrap)

This document has been succeeded by the one here.

Pre-installation setup

(empty)

Partitions - Part 1

@myTerminal
myTerminal / steps.md
Last active February 19, 2023 18:42
[DEPRECATED] Installing Void Linux with BTRFS/LUKS on my Lenovo ThinkPad X1 Extreme (Gen 3) using XBPS method

Void Linux installation (XBPS method)

This document has been succeeded by the one here.

Pre-installation setup

Switching to root

su -s /bin/bash
@myTerminal
myTerminal / steps.md
Last active April 30, 2021 18:58
Arch installation steps on my Dell Precision T3600

Installation steps

Setting up time

timedatectl set-ntp true
timedatectl status

Setting up the partition map

Creating partitions

@myTerminal
myTerminal / solution.js
Created August 13, 2020 21:36
Addition of two linked-lists as non-negative integers.
/*
You are given two linked-lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a linked list.
Example:
Input: (2 -> 4 -> 3) + (5 -> 6 -> 4)
Output: 7 -> 0 -> 8
Explanation: 342 + 465 = 807.
*/

Keybase proof

I hereby claim:

  • I am myTerminal on github.
  • I am myterminal (https://keybase.io/myterminal) on keybase.
  • I have a public key whose fingerprint is 6606 EFF4 EF81 644F C3A4 5251 6370 61BE C914 6C5D

To claim this, I am signing this object: