Skip to content

Instantly share code, notes, and snippets.

View NicolaiVdS's full-sized avatar
🔀
Switching to linux

Nicolai Van der Storm NicolaiVdS

🔀
Switching to linux
View GitHub Profile
@NicolaiVdS
NicolaiVdS / System info
Created March 4, 2023 11:36
System info
Computer Information:
Manufacturer: Micro-Star International Co., Ltd.
Model: MEG Z490 UNIFY (MS-7C71)
Form Factor: Desktop
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: Intel(R) Core(TM) i9-10900 CPU @ 2.80GHz
CPU Family: 0x6
[Trigger]
Operation=Install
Operation=Upgrade
Operation=Remove
Type=Package
Target=nvidia
Target=linux
# Change the linux part above and in the Exec line if a different kernel is used
[Action]

Keybase proof

I hereby claim:

  • I am nicolaivds on github.
  • I am nicolaivds (https://keybase.io/nicolaivds) on keybase.
  • I have a public key ASBeiGZuFzTXHUaj76JQ1kH1sWMQeXjiQkJwU6TaeAHBFAo

To claim this, I am signing this object:

@NicolaiVdS
NicolaiVdS / bas.sh
Created November 1, 2021 14:58
install linux
#!/bin/bash
ln -sf /usr/share/zoneinfo/Europe/Brussels /etc/localtime
hwclock --systohc
sed -i '177s/.//' /etc/locale.gen
locale-gen
echo "LANG=en_US.UTF-8" >> /etc/locale.conf
echo "KEYMAP=be-latin1" >> /etc/vconsole.conf
echo "arch" >> /etc/hostname
echo "127.0.0.1 localhost" >> /etc/hosts