Blog

Firefox profile

Here is shortcut i use for my firefox profile boby@hon-pc-01:~$ cat ~/.local/share/applications/firefox-vpn.desktop [Desktop Entry] Version=1.0 Name=Firefox VPN Comment=Browse the World Wide Web…

ping

Ping to Cloud Providers http://www.gcping.com https://www.cloudping.info https://azurespeedtest.azurewebsites.net ping: unknown host localhost Speedtest China https://perfops.net/ping-from-china – Ping from china. https://www.chinafy.com/tools/global-speed-test http://tool.chinaz.com/speedtest/https://serverok.in/

time

Timestamp in Bash Script for timestamp like 2020-01-23 15:12:45, use For file name Time stamp in PHP Taking backup Alaram/stopwatch Time Tracking

ntpdate

ntpdate allows you to update server time with ntp servers. To install, run apt install ntpdate To update server time, run ntpdate…

locale-gen

To generate locale-gen en_US.UTF-8 If you get error setlocale: LC_ALL: cannot change locale echo “LC_ALL=en_US.UTF-8” >> /etc/environment echo “LANG=en_US.UTF-8” > /etc/locale.conf echo…