discrete graphics on in BIOS - NVIDIA
+add the following to /etc/nixos/configuration.nix:
+ +switchable graphics on in BIOS - iGPU
+ +Everything else worked fine out of the box - Microphone, Webcam, Bluetooth, Sound, external ports
diff --git a/NixOS-on-Lenovo-Legion-5-(2021).html b/NixOS-on-Lenovo-Legion-5-(2021).html new file mode 100644 index 0000000..2346c9b --- /dev/null +++ b/NixOS-on-Lenovo-Legion-5-(2021).html @@ -0,0 +1,46 @@ + +
Software consultant
+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. There is nothing special to backing up. You donât even have to use dd
.
Bug 649324 â failure to move / resize fat32 partitions less than 256 MB in size
+Note that if you use file system labels you may wish to re-label the partition at this time.
+Gparted gives problems with Fat32 - Unix & Linux Stack Exchange +Failure to move / resize fat32 partitions less than 256 MB in size / Newbie Corner / Arch Linux Forums
+linux - Canât resize /boot partition (fat32 / EFI system partition) - Unix & Linux Stack Exchange
+Since this is the /boot partition containing your kernel, youâll need to make its new position known to the bootloader (usually GRUB) afterwards.
+The exact commands depend on the distribution youâre using, but youâll usually boot a live CD/USB of your distro, mount your partitions in a chroot environment, and run grub-install /dev/<your main disk>
.
+With prior experience or a good tutorial, thatâs done in five to ten minutes. ;)
Reps | Exercise | Comments |
---|---|---|
30s | Deadbugs | |
5-10 | Squat Sky Reaches | You can do these assisted. |
10+ | GMB Wrist Prep | Do as many reps as you want |
5-10 | Yuriâs Shoulder Band Warmup | Less good: Stick dislocates, can also be done with a tee-shirt |
10 | Arch Hangs | Add these after you reach Negative Pullups. Beginner attempts will look more like this |
30s | Support Hold | Add these after you reach Negative Dips. |
10 | Easier Squat progression | Add these after you reach Bulgarian Split Squats. |
10 | Easier Hinge progression | Add these after you reach Banded Nordic Curls. |
First pair: Pull-Ups & Squats
+Pull-Ups, rest 90sec, Negative Pistol Squats, rest 90sec
+Pull-Ups, rest 90sec, Squats, rest 90sec
+Pull-Ups, rest 90sec, Squats, rest 90sec
+
+Second pair Dips & Hinge
+Dips, rest 90sec, Hinge, rest 90sec
+Dips, rest 90sec, Hinge, rest 90sec
+Dips, rest 90sec, Hinge, rest 90sec
+
+Third pair: Rows & Push-ups
+Rows, rest 90sec, Push-ups, rest 90sec
+Rows, rest 90sec, Push-ups, rest 90sec
+Rows, rest 90sec, Push-ups, rest 90sec
+
+Core Triplet
+anti-extension, rest 60sec, anti-rotation, rest 60sec, extension, rest 60sec
+anti-extension, rest 60sec, anti-rotation, rest 60sec, extension, rest 60sec
+anti-extension, rest 60sec, anti-rotation, rest 60sec, extension, 5ever/until next workout day
+
+11 sets +30 sec work +30 sec rest
+generate key +ssh-keygen -t ed25519 -C âyour@email.comâ +cat ~/.ssh/id_ed25519.pub
+copy key to github +cat ~/.ssh/id_ed25519.pub | xclip -sel c +https://github.com/settings/keys
+add authentication keys and signing keys
+signing your commits
+make sure email id in ~/.gitconfig matches with your account +git add index.html; git commit -S -m âsigned commit with correct emailâ
+ +Push to GitHub with Personal Access Token (PAT) - jdhaoâs digital space +Github dominance in âSoy Tech Industryâ vs Linux user - YouTube ~ BugsWriter