-
GIT Tutorial: How to Push to a New Repository
Set up your global git configuration first. git config –global user.name “Your Name” git config –global user.email “id@your.site” If you want to create a new repository:
-
How to Create Identical Image of USB Device
Hi, currently I am backing up my micro SD card contents and I’m using dd for that. You can start listing your usb device using: After you get the USB address, for example mine is /dev/sdb, you can start creating a copy images. Here I tried to put the image file as ~/usb_clone
-
Install Hangeul/Korean Font Support on Raspberry Pi 4
No need to talk, just type: $ sudo apt install ibus ibus-hangul fonts-unfonts-core That’s it, now reboot, $ sudo reboot and go to naver.com to check. 🙂