Monthly Archive: July 2016

Windows 10 Ninja Cat wallpaper 0

Windows 10 Ninja Cat wallpaper

Windows_Insider_Anniversary-Ninjacat-1366x768

To celebrate one year of the Windows 10 insider program, Microsoft sent out this email to its insiders with exclusive Ninja Cat Windows 10 wallpapers as well as a Ninja Cat GIF.

The wallpaper zip below contains multiple files in various sizes for both phones and PC’s alike.

You can download the official files using the links below:

(more…)

How to fix ssh locale issues on Linux 0

How to fix ssh locale issues on Linux

So you ssh into your server and all over the place you see something like

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
 LANGUAGE = (unset),
 LC_ALL = (unset),
 LANG = "en_US.UTF-8"
 are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory

You search for the solution and everywhere keeps telling you to setup the locales but nothing works. Most likely what the problem is your ssh client is forwarding its locale-related environment variables and thats messing up stuff on the server end. To fix.

Edit /etc/ssh/ssh_config and comment out the line that says

SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES

Save, and restart your ssh service (or just restart)