User Tools

Site Tools


linux:commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
linux:commands [2016/08/01 19:10]
tkilla [archives - tar.gz | bz | 7zip]
linux:commands [2020/11/11 23:38]
tkilla
Line 1: Line 1:
-====== Shell Commands ======+====== Shell Commands & Oneliner ======
  
 **the place for useful commands, 1-liners, mini-howtos & snippets** **the place for useful commands, 1-liners, mini-howtos & snippets**
Line 71: Line 71:
 info from: http://www.howtoforge.com/how-to-add-bash-completion-in-debian info from: http://www.howtoforge.com/how-to-add-bash-completion-in-debian
  
 +===== Fix locales ===== 
 +
 +  export LANGUAGE=en_US.UTF-8; export LANG=en_US.UTF-8; export LC_ALL=en_US.UTF-8; locale-gen en_US.UTF-8 
  
  
  
linux/commands.txt ยท Last modified: 2020/11/12 00:20 by tkilla