Skip to content

Instantly share code, notes, and snippets.

View SayanSeth's full-sized avatar
🎯
Focusing

SAYAN SETH SayanSeth

🎯
Focusing
View GitHub Profile

At first follow the steps given in the link below upto WRITE THE RASPIAN OPERATING SYSTEM TO THE MICROSD CARD Setup Raspberry Pi Headless

To enable SSH automatically in startup without monitor all,create an empty file called “SSH” and place it in the root partition of the SD card.

Open Command prompt navigate to root drive of SD card (D: drive for example ) D: echo>>ssh This will create a file named ssh and enable SSH

@SayanSeth
SayanSeth / LICENSE KEY FOR SUBLIME TEXT 3 BUILD 3143.md
Created March 26, 2018 04:06
LICENSE KEY FOR SUBLIME TEXT 3 BUILD 3143

STEPS

  • Click on Help menu

  • Select Enter License

  • Then paste given KEY given at bottom

  • Finally click on Use License

@SayanSeth
SayanSeth / npm_proxy.md
Last active July 31, 2018 23:15
Set Proxy in node.js npm Module

npm config set proxy http://10.32.0.1:8080 npm config set https-proxy http://10.32.0.1:8080

git config --global http.proxy [http://(http://proxyuser:proxypwd@proxy.server.com:8080/)

Set Proxy in node.js npm Module

The command to set the proxy are

Set proxy for npm:

@SayanSeth
SayanSeth / JupyterDownload.md
Created February 28, 2018 01:33
Download From Jupyter Notebook

How to download all the assignment files from the coursera-notebook hub.

  1. Go to the home of the coursera-notebook hub
  2. Create a new python notebook
  3. Execute !tar cvfz allfiles.tar.gz * in a cell
  4. Download the archive !

Enjoy!

If the resulting archive is too big and you can't download it

@SayanSeth
SayanSeth / RaspberryPiProxySetup.md
Last active January 31, 2024 15:58
Steps to set proxy in Raspberry Pi running on Raspbian OS

Raspberry Pi Proxy Setup

Steps to set proxy in Raspberry Pi running on Raspbian OS

Navigate to the following folder as follows:

cd /etc/apt/apt.conf.d

Create a file called 10proxy: