Skip to content

Instantly share code, notes, and snippets.

View sushantsahu1987's full-sized avatar
🐶
reminiscing quadrupedal ruminant mammals !

Sushant Sahu sushantsahu1987

🐶
reminiscing quadrupedal ruminant mammals !
View GitHub Profile
@sushantsahu1987
sushantsahu1987 / README.md
Created June 21, 2021 12:29 — forked from okaufmann/README.md
Fix `warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)` error on Raspberry PI

Run the following:

echo "LC_ALL=en_US.UTF-8" | sudo tee -a /etc/environment > /dev/null
echo "en_US.UTF-8 UTF-8" | sudo tee -a /etc/locale.gen > /dev/null
echo "LANG=en_US.UTF-8" | sudo tee /etc/locale.conf > /dev/null
sudo locale-gen en_US.UTF-8

Keybase proof

I hereby claim:

  • I am sushantsahu1987 on github.
  • I am sushant87 (https://keybase.io/sushant87) on keybase.
  • I have a public key ASD98NMKUPUE_48UKfrr8Pio5NvQr6h8K3VyETNOLXjtewo

To claim this, I am signing this object:

@sushantsahu1987
sushantsahu1987 / designer.html
Last active August 29, 2015 14:06
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<polymer-element name="my-element">
@sushantsahu1987
sushantsahu1987 / designer.html
Last active August 29, 2015 14:06
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-scroll-header-panel/core-scroll-header-panel.html">
<polymer-element name="my-element">
<template>
<style>
#core_scroll_header_panel {
width: 100%;