dd if=/dev/zero of=/tmp/output.img bs=8k count=256k rm /tmp/output.img
Kategoriarkiv: Ubuntu and Linux
”can’t set the locale; make sure $LC_* and $LANG are correct”
Svara
LC_ALL=(unset) error
Symptom:
# can't set the locale; make sure $LC_* and $LANG are correct
Solution:
Edit /etc/environment, add your preferred locale and reboot
LC_ALL="en_US.utf8"
awk
Filter string from position
# awk '{print substr($0,30)}'
Classic Gnome Desktop In Ubuntu
$ sudo apt-get install gnome-session-fallback