Posts

Showing posts from May, 2020

Fix locale warning in Linux

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

Show Linux files which modified in the last 30 minutes

Command find /path/ -type d -mmin -30 -ls

Sync Onedrive, Google Drive Files in Linux

You may use Rclone: https://rclone.org/