New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

list-gateway

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

list-gateway

LisT Gateway

  • 0.0.14
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
increased by10%
Maintainers
1
Weekly downloads
 
Created
Source

Install instructions

Setting up Raspberry Pi

  • Follow these instructions to prepare a SD card with Raspbian Lite.
  • Create a file named ssh with no content on your preinstalled card.
  • To connect your Pi to your Local Network also create a file called wpa_supplicant.conf. Fill it with with your Wifi credentials like:
network={
  ssid="YourWifiName"
  psk="yourwifipassphrase"
  key_mgmt=WPA-PSK
}
  • Power up your Pi and scan your network to find the Pis IP address.
  • SSH into your Pi via pi@yourPisIpAddress with password "raspberry"
  • Update Raspbian by the following commands
sudo apt-get update
sudo apt-get upgrade
  • And then expand it by
sudo rapsi-config

And search for "Expand Filesystem". Invoke it and Reboot.

Install Nodejs and NPM

  • Add the latest nodejs package to your apt-get source by:
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
  • install it by
sudo apt install nodejs
  • And check your version by
node -v

You should see something like:

v8.6.0  

Keywords

FAQs

Package last updated on 15 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc