-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
64 lines (64 loc) · 6.29 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>🚪</title>
<link>https://sohanglal.github.io</link>
<description>Last 10 notes on 🚪</description>
<generator>Quartz -- quartz.jzhao.xyz</generator>
<item>
<title>set neovim as kitty's scrollback buffer</title>
<link>https://sohanglal.github.io/set-neovim-as-kitty's-scrollback-buffer</link>
<guid>https://sohanglal.github.io/set-neovim-as-kitty's-scrollback-buffer</guid>
<description> nvim pager for kitty history · GitHub return function(INPUT_LINE_NUMBER, CURSOR_LINE, CURSOR_COLUMN) print('kitty sent:', INPUT_LINE_NUMBER, CURSOR_LINE, CURSOR_COLUMN) local function setOptions() vim.</description>
<pubDate>Tue, 23 Apr 2024 15:01:25 GMT</pubDate>
</item><item>
<title>Qtile - make workspaces span across screens</title>
<link>https://sohanglal.github.io/Qtile---make-workspaces-span-across-screens</link>
<guid>https://sohanglal.github.io/Qtile---make-workspaces-span-across-screens</guid>
<description>linking groups - thinking have different groups on different screens assign i to screen 1 and i+10 to screen 2 use mod + , to toggle between screens, when one screen disconnects will have to check if screen 2 exists or not code @lazy.</description>
<pubDate>Mon, 18 Mar 2024 17:06:05 GMT</pubDate>
</item><item>
<title>about</title>
<link>https://sohanglal.github.io/about</link>
<guid>https://sohanglal.github.io/about</guid>
<description>Software consultant GNU/Linux NixOS nix python neovim qtile rust git ollama termux Contact | GitHub.</description>
<pubDate>Thu, 14 Mar 2024 17:30:34 GMT</pubDate>
</item><item>
<title></title>
<link>https://sohanglal.github.io/</link>
<guid>https://sohanglal.github.io/</guid>
<description> set neovim as kitty’s scrollback buffer Qtile - make workspaces span across screens kde partition manager fiasco NixOS on Lenovo Legion 5 (2021) resizing boot partition setup github ssh .</description>
<pubDate>Mon, 19 Feb 2024 13:23:17 GMT</pubDate>
</item><item>
<title>kde partition manager fiasco</title>
<link>https://sohanglal.github.io/kde-partition-manager-fiasco</link>
<guid>https://sohanglal.github.io/kde-partition-manager-fiasco</guid>
<description> wanted to shrink Kubuntu to make space for NixOS Maybe the drive was mounted but still alot of the same issues were observed when searching online regarding kde partition manager ultimate search term kde partition manager shrink size in superblock and physical size differ filesystems - “Either the superblock or the partition table is likely to be corrupt!” after partition resized - Unix & Linux Stack Exchange According to this answer ran e2fsck, a destructive operation just because I was afraid of the command line and didn’t want to use parted long process resize2fs would’ve deleted rest of the partitions slept seeked a better solution filesystems - “Either the superblock or the partition table is likely to be corrupt!” after partition resized - Unix & Linux Stack Exchange found this using growpart to fill the unallocated space, atleast won’t have to delete nixos and windows reserved partitions partition - How to recover filesystem and physical size mismatch - Unix & Linux Stack Exchange then came across this solution to use parted basically partition table via parted got updated but resize2fs failed to resize the filesystem simple solution is to update the partition table to the original standard used sudo fdisk -l to read start and end sectors entered parted /dev/nvme0n1 resizepart 4 859174911s gave sector number for perfect granuality Parted - ArchWiki had to e2fsck again this reversed all the destructive changes that I made the day before Kubuntu still wouldn’t boot for some reason the files in /boot vanished backup was there on desktop copied those files from Desktop to /boot started working again even though the boot partition is mounted on /boot/efi, kubuntu had installed the files in /boot which is p4 and /boot/efi is on p1 To boot into kubuntu using the backup files, used this guide: Classic SysAdmin: How to Rescue a Non-booting GRUB 2 on Linux - Linux Foundation grub> set root=(hd0,1) grub> linux /boot/vmlinuz-3.</description>
<pubDate>Mon, 19 Feb 2024 13:23:17 GMT</pubDate>
</item><item>
<title>NixOS on Lenovo Legion 5 (2021)</title>
<link>https://sohanglal.github.io/NixOS-on-Lenovo-Legion-5-(2021)</link>
<guid>https://sohanglal.github.io/NixOS-on-Lenovo-Legion-5-(2021)</guid>
<description>discrete graphics on in BIOS - NVIDIA add the following to /etc/nixos/configuration.nix: # Enable OpenGL hardware.opengl = { enable = true; driSupport = true; driSupport32Bit = true; }; services.</description>
<pubDate>Mon, 19 Feb 2024 13:23:17 GMT</pubDate>
</item><item>
<title>resizing boot partition</title>
<link>https://sohanglal.github.io/resizing-boot-partition</link>
<guid>https://sohanglal.github.io/resizing-boot-partition</guid>
<description>resizing manually due to FAT32 limitations and GParted lacks support for the same TIL: to backup a boot partition you just need to cp the files from the mounted boot partition to another folder.</description>
<pubDate>Mon, 19 Feb 2024 13:23:17 GMT</pubDate>
</item><item>
<title>Calisthenics + HIIT</title>
<link>https://sohanglal.github.io/rev/Calisthenics-+-HIIT</link>
<guid>https://sohanglal.github.io/rev/Calisthenics-+-HIIT</guid>
<description>strength training The Recommended Routine RepsExerciseComments30sDeadbugs5-10Squat Sky ReachesYou can do these assisted.10+GMB Wrist PrepDo as many reps as you want5-10Yuri’s Shoulder Band WarmupLess good: Stick dislocates, can also be done with a tee-shirt10Arch HangsAdd these after you reach Negative Pullups.</description>
<pubDate>Mon, 19 Feb 2024 13:23:17 GMT</pubDate>
</item><item>
<title>setup github ssh</title>
<link>https://sohanglal.github.io/setup-github-ssh</link>
<guid>https://sohanglal.github.io/setup-github-ssh</guid>
<description> generate key ssh-keygen -t ed25519 -C "[email protected]" cat ~/.ssh/id_ed25519.pub cat ~/.ssh/id_ed25519.pub | xclip -sel c copy key to github - https://github.</description>
<pubDate>Mon, 19 Feb 2024 13:23:17 GMT</pubDate>
</item>
</channel>
</rss>