Well This is a day like usual, but I found something interesting with CSS.
Daily routine
Well, I am wake up, and then eat for Fasting and Washing my clothes. I am also work for 2captcha, but somehow it doesn’t make me satisfied.
Configuring VPN and DNS
Knowing the fact that free open vpn is having many logs on their website, I am just try to find alternative. I found that nextdns is pretty useful for me. I also found good VPN that works well on Linux. The user simply download the configuration for openvpn, the name is Zoog VPN. Hide me is also work pretty well on Linux. The configuration is rather hard but the result is pretty good to be deserved.
One lesson that I got from setting vpn and nextdns
at the same time is
Never to try using config for vpn and nextdns together at the same time.
The workaround after that is not simple as befofe, you must reset the configuration for dns file
. More importantly, I also must delete the wifi configuration in network manager. That is very hard though, because it took hard time for me to connect to the internet again. Well, then I prefer to use zoog
then because how to connect itself same as using openVPN.
Interesting part about Sub and Sup
On the night, before I am trying to eat after fasting, I got shocked, that My neighbor mbah jadi
is leaving from this world. Well, goes to funeral is got represented by my father, so I am staying at home. I am just eat my dinner with mendoan and some chicken porridge. After that I am just learning customize markdown including sub and sup.
This is the result that pretty simple. Don’t forget to not use tag of html on the first sentence in html when you want markdown rendering. This is the usage of sup element
<sub><sub>z</sub></sub><sub>z</sub>z
This is the result is zzz, you can make nested sub and sup in html. It make me realize how flexible html is. Well I am really glad to learn something like that.
Learning how to add emoji. This is pretty rough and not human readable. In html you must set 'hex-code';
for hex code and 'dec-code';
for decimal code. I am also learning tag in html that doesn’t many people know based on many page, so I will make list for this.
- Emma Bostian on Medium
- Emma Bostian on Dev Community
- Stackjar on DevTo
- Nessa Okeke on Devto
- Mariana Simon on DevTo
- Mariana Simon Part 2 on Devto
- Genics Blog on Devto with 15 tags
- Madza with 24 attribute
It make me understand that HTML itself is already powerful even without css or javascript.