Tuesday, May 9, 2017

How to get a colored bash?

Open ~/.bashrc in any ur favourite text editor 
and uncomment line:
#force_color_prompt=yes
to be:
force_color_prompt=yes
save then execute source ~/.bashrc

contoh,
$ nano ~/.bashrc
#force_color_prompt=yes tukar ke
force_color_prompt=yes dan exit dan save.

Connect a GPS module to a Raspberry Pi 4

  To connect a GPS module with four wires (RST, TX, VCC, and GND) to a Raspberry Pi 4, follow these steps:  Materials Needed: 1. GPS module ...