cannot login to LHDN
Today, Mar 27 2023, I cannot login to https://mytax.hasil.gov.my/ . After queuing for 10 minutes on the helpline, I was told to try again tomorrow. Supposedly, a few such problems were reported today.
Another thing is that e-filing only starts March 1. hmmm, this does not augurs well for IT progress in Malaysia.
Printer prints lightly
I had a problem on my macbook whereby my E410 printer prints a PDF document very lightly.
To workaround it, I print on my Ubuntu 21. Voila. It worked.
I was using MacOS Catalina on my Macbook Air 2015 version.
Calendar 3
忏悔文
本师释迦佛 十方诸如来 正法贤圣僧
慈悲意念我 无时至今生 由贪嗔无明
起身口意业 佐事恶无间 破三皈五戒
别解脱戒等 为菩萨律仪 背密教誓句
不孝轻慢师 不敬梵行侣 惰逸远三宝
妈僧谤正法 轻辱有德者 危害有情累
自作若教他 或见闻随喜 人天解脱障
轮回诸苦因 我今大惭愧 一一皆忏悔
随喜无边善 回响偏友情 我礼一切佛
愿大悲哀悯
python path
Traceback (most recent call last):
File “./pip3”, line 5, in
from pip._internal.cli.main import main
ModuleNotFoundError: No module named ‘pip’
Today, I solved above problem by setting path
export PATH=/usr/bin:$PATH so that priority can be given to pip installed in /usr/bin vs that in /home/user/.local/bin/
I managed to follow instructions as per https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview
But then 2 issues came up.
- The sound was not loud enough. But askubuntu.com had a solution which is https://askubuntu.com/questions/51156/how-can-i-reach-over-100-volume-with-a-keyboard-shortcut . Furthermore to this answer, I just had the command to startup sessions.
- Secondly youtube does not play. Once again, askubuntu had the solution which is to install mpeg support. https://askubuntu.com/questions/1298248/cant-play-live-youtube-videos-on-ubuntu-20-04