Fix locale warning in Linux Get link Facebook X Pinterest Email Other Apps Monday, May 25, 2020 Commands # sudo export LANGUAGE=en_US.UTF-8 $ sudo export LANG=en_US.UTF-8 $ sudo export LC_ALL=en_US.UTF-8 $ sudo locale-gen en_US.UTF-8 Read more
Show Linux files which modified in the last 30 minutes Get link Facebook X Pinterest Email Other Apps Tuesday, May 05, 2020 Command find /path/ -type d -mmin -30 -ls Read more
Sync Onedrive, Google Drive Files in Linux Get link Facebook X Pinterest Email Other Apps Tuesday, May 05, 2020 You may use Rclone: https://rclone.org/ Read more