Change default language – Windows 10 Bash November 16, 2016 admin Bash on Ubuntu on Windows, Ubuntu 0 Comments sudo apt-get install language-pack-en language-pack-en-base manpages sudo update-locale LANG=en_US.UTF8 Share This Tweet Share Share Email Related Posts How to install WordPress on Ubuntu from command line https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-ubuntu-12-04 Redirecting incoming tcp connections with redir source: http://blog.remibergsma.com/2012/02/28/redirecting-incoming-tcp-connections-with-redir/ Redir redirects tcp connections coming in to a local port to a specified… How to backup mysql database (command line) To backup: mysqldump -u username -p database_to_backup > backup_name.sql To restore: mysql -u username -p… This Post Has 0 Comments Leave a Reply Cancel replyYou must be logged in to post a comment.
How to install WordPress on Ubuntu from command line https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-ubuntu-12-04
Redirecting incoming tcp connections with redir source: http://blog.remibergsma.com/2012/02/28/redirecting-incoming-tcp-connections-with-redir/ Redir redirects tcp connections coming in to a local port to a specified…
How to backup mysql database (command line) To backup: mysqldump -u username -p database_to_backup > backup_name.sql To restore: mysql -u username -p…