Raspberry Pi 2b PART 1. Table of Contents. Step by step guide. 1. Hardware (0:05) RS Online (ex-tax prices)... 3 MSY ebay...

Size: px
Start display at page:

Download "Raspberry Pi 2b PART 1. Table of Contents. Step by step guide. 1. Hardware (0:05) RS Online (ex-tax prices)... 3 MSY ebay..."

Transcription

1 Step by step guide PART 1 Table of Contents 1. Hardware (0:05)... 3 RS Online (ex-tax prices)... 3 MSY... 4 ebay... 4 Centercom Computers Installing the operating system (0:21)... 5 Preparing the microsd card... 5 Copying the Noobs software to the microsd card... 5 Hooking up the hardware... 6 Installing the Raspbian operating system Configuring the Raspberry Pi 2b (4:19)... 8 Change the password... 8 Determine your IP address... 8 Set router to give the Raspberry Pi 2b the same IP address every time Remotely accessing the Raspberry Pi 2b (5:42) Access through SSH (Putty) Update & upgrade Raspbian packages Install tight VNC server Automatically start tight VNC server on boot-up Install autocutsel (Cut & Paste for VNC) Installing VNC Viewer (client) on your PC Setting VNC s screen resolution Backup and Recovery of Raspberry Pi 2b microsd card (11:07) Backup Recovery MDTV3 PAGE 1 OF 26

2 6. NAS - Network attached storage (11:44) Installing ntfs-3g (NTFS support) Connecting a USB memory stick Automatically mounting usb drives on boot up Connecting a USB hard drive Installing Samba to share files over your network Testing Samba over the network MDTV3 VERSION 1 PAGE 2 OF 26

3 1. Hardware (0:05) RS Online (ex-tax prices) My Raspberry Pi 2b [ ], Case [ ] & 16Gb microsd card [ ] was purchased through RS Online The Verbatim microsd card wasn t able to boot Raspbian, I replaced it with a Sandisk microsd card. MDTV3 VERSION 1 PAGE 3 OF 26

4 MSY Originally I used my HTC Phone wall usb power supply with micro usb connector, however to run external usb hard disk I purchased this hub so that it would run both the Raspberry Pi and the external hard disk. I also had to replace the Verbatim microsd card with this Sandisk due to compatibility issues with the Verbatim card. It s worth noting that the Raspberry Pi 2b can be particular about what it works with so please check the hardware compatiblity list before purchasing items. ebay HDMI cable for initial installation of operating system, (you could also use an AV cable). Centercom Computers I already had this external hard disk that I will use for storing shared files & downloads. MDTV3 VERSION 1 PAGE 4 OF 26

5 2. Installing the operating system (0:21) Preparing the microsd card Insert the microsd card into your PC computer/laptop card reader. Download SDformatter from Set format size adjustment to ON from the Option button Press the Format button. If you get an error that the disk is write protector try a different card reader. Copying the Noobs software to the microsd card Download the NOOBS zip file from and extract the contents to the root directory of the microsd card, make sure that you only copy the files and not the zip folder. The card should look like this: Eject the microsd card and insert it into the Raspberry Pi 2b MDTV3 VERSION 1 PAGE 5 OF 26

6 Hooking up the hardware You will need a keyboard/mouse for the initial installation of the operating system, I just borrowed my existing desktop pc s wireless keyboard & mouse (as you will only need it for a few minutes). Use a network cable and hook the Raspberry Pi 2b into your internet router/hub. Connect the HDMI cable to your monitor, (you can also use an AV cable to a TV). You can use a standard usb phone charger (or you could use a usb hub, but you will need something that supplies decent power amperage) to power the Raspberry Pi 2b. Insert the micro usb power cable into the Raspberry Pi 2b last. Figure 1. Raspberry Pi hardware connected and running MDTV3 VERSION 1 PAGE 6 OF 26

7 Installing the Raspbian operating system You will see the following installation menu appear on the screen, tick the box next to the first item, Raspbian. Then select your language, I chose English US, then click the Install button at the top left. Click Yes when asked to confirm overwriting data on the microsd card. Once the installation starts you will see a progress bar, it will take 15 minutes or so to install Raspbian. After the installation is complete you will see the Raspbian desktop. MDTV3 VERSION 1 PAGE 7 OF 26

8 3. Configuring the Raspberry Pi 2b (4:19) Change the password Click on the black computer screen icon at the top left of the desktop to run LXTerminal. Type in passwd then type in the current password raspberry then type in the new password topsecret [To make the text lager go to edit, preferences and change the font size] Determine your IP address Type in ifconfig and you will be displayed a lot of information about your network interfaces, take note of two values, your current internet address, in this example it is and your hardware or mac address in this example it is b8:27:eb:59:31:e7 If you are not sure what IP address your router is on you can also type in the command netstat r which will show you the gateway device (router). In this example it has a name of Bigpond.Bigpond it may also have been displayed as an IP address. MDTV3 VERSION 1 PAGE 8 OF 26

9 Set router to give the Raspberry Pi 2b the same IP address every time Start epiphany web browser (click the icon of the globe) and type in the gateway address name (or IP address of gateway). On my router I need to go to Home Network to setup static IP for the Raspberry Pi 2b. Click Devices, then raspberrypi, click configure, then tick the box which says always use the same IP address Click apply. MDTV3 VERSION 1 PAGE 9 OF 26

10 4. Remotely accessing the Raspberry Pi 2b (5:42) Access through SSH (Putty) Download Putty from to your PC and open a connection to the Raspberry Pi 2b. You can save the connection settings so that you don t have to type in the value each time. Click Open Then log in with the default username of pi and the password of topsecret You can now remotely control the Raspberry Pi 2b MDTV3 VERSION 1 PAGE 10 OF 26

11 Update & upgrade Raspbian packages Before we start installing other applications lets update & upgrade our Raspbian packages. Enter the following command via putty (use the right mouse button to paste copied text) or LXTerminal. Type in sudo apt-get update Type in sudo apt-get upgrade Press Y and then press enter MDTV3 VERSION 1 PAGE 11 OF 26

12 Install tight VNC server Also refer to Lynda.com training video Up and Running with Raspberry Pi with Mark Niemann-Ross (5.3 Installing VNC on raspberry pi) Enter the following command via putty or LXTerminal. sudo apt-get install tightvncserver Enter Y and press enter. Start the server by typing in tightvncserver Enter in a password for VNC less than 8 characters, passwords longer than 8 characters will be truncated. Type secret and press enter. Enter N and press enter MDTV3 VERSION 1 PAGE 12 OF 26

13 Automatically start tight VNC server on boot-up Enter the following command via putty or LXTerminal sudo nano /etc/init.d/tightvncserver and copy & paste the text below into the editor. Press control X enter Y and enter to save changes. ### BEGIN INIT INFO # Provides: vncserver # Required-Start: networking # Required-Stop: # Default-Start: # Default-Stop: # Short-Description: Starts VNC # Description: ### END INIT INFO #!/bin/sh # /etc/init.d/tightvncserver VNCUSER='pi' case "$1" in start) su $VNCUSER -c '/usr/bin/tightvncserver :1' echo "Starting TightVNC Server for $VNCUSER " ;; stop) pkill Xtightvnc echo "TightVNC Server stopped" ;; *) echo "Usage: /etc/init.d/tightvncserver {start stop}" exit 1 ;; esac exit 0 Type in sudo chmod 755 /etc/init.d/tightvncserver to make the file executable, then type in sudo update-rc.d tightvncserver defaults to make it execute when booting. Reboot the Raspberry Pi 2b by typing sudo reboot MDTV3 VERSION 1 PAGE 13 OF 26

14 Install autocutsel (Cut & Paste for VNC) Enter the following command via putty or LXTerminal sudo apt-get install autocutsel Then type sudo nano /home/pi/.vnc/xstartup Add the line autocutsel fork to the file, press control X enter Y and enter to save changes. Type in the command sudo reboot to restart the Raspberry Pi 2b. MDTV3 VERSION 1 PAGE 14 OF 26

15 Installing VNC Viewer (client) on your PC Download and install VNC viewer on your PC from Type in the IP address for your Raspberry Pi 2b and ad a full colon followed by the port number 5901 Click connect. Tick the Don t warn me about this again check box and click continue Enter in the password for VNC (secret) and click OK You will now see the Raspbian desktop. Do not use this outside your home network as the connection is not secure (use Putty instead). MDTV3 VERSION 1 PAGE 15 OF 26

16 Setting VNC s screen resolution On my desktop PC I like to use VNC set to 1024x768, full screen would be 1920x1200 (or 1600x900 on my laptop). Control the resolution (geometry) and the colour depth by editing the startup file by typing sudo nano /etc/init.d/tightvncserver After the line that has /usr/bin/tightvncserver :1 add the word geometry 800x600 and depth 24 make sure it is inside the quote marks. You can change the resolution to whatever size you want. Press control X enter Y and enter to save changes. Type in sudo reboot to restart the Raspberry Pi 2b. MDTV3 VERSION 1 PAGE 16 OF 26

17 5. Backup and Recovery of Raspberry Pi 2b microsd card (11:07) Now that our system is up & running it is prudent to save what we have done so far in case something goes awry, I would also suggest you keep multiple versions of your backup because you may not detect when something went wrong and it is handy to have multiple recovery options to different states. Backup Shut down your Raspberry Pi 2b and remove the microsd card and put it in your PC, download the program win32 disk imager from Select the drive letter of the microsd card from the drop down list. Press the folder icon and browse to the location that you want to store you backups in, then give the backup a filename, be as specific as you can so you can understand which backup you want to restore later on. Press Read to begin the backup of the microsd card. Recovery To restore a previously backed up image to the microsd card select the drive letter, then press the folder icon to browse to the location of the backup file and then press write to restore the backup to the microsd card. MDTV3 VERSION 1 PAGE 17 OF 26

18 6. NAS - Network attached storage (11:44) Installing ntfs-3g (NTFS support) Enter the following command via putty or LXTerminal sudo apt-get install ntfs-3g MDTV3 VERSION 1 PAGE 18 OF 26

19 Connecting a USB memory stick All my media is formatted with NTFS, if you are using FAT or FAT32 remember to adjust the commands accordingly. Before you put the usb stick in the Raspberry Pi 2b it is a good idea to create a file or folder on it from your desktop PC so that once the drive is mounted you can look for this file to verify the mount has been successful. If the mount is not successful you could accidently fill up your microsd card instead of the usb memory stick. Create the following folder on your usb memory stick. Eject the usb memory stick from your PC and insert it into a usb port on the Raspberry Pi 2b or into the usb hub. If you have the Raspbian desktop open you can file manager to browse to the /media folder or use the ls command via putty or LXTerminal, the usb memory stick has been given the lovely name of AA87A7EA87A5929 MDTV3 VERSION 1 PAGE 19 OF 26

20 If for some reason you need to find out this information manually just type in ls -l /dev/disk/by-uuid/ The usb memory stick is the last entry (sda1). Create a directory in the /media folder to mount the usb memory stick as, I am using the name usbstick, type in sudo mkdir /media/usbstick then type in sudo chmod 770 /media/usbstick/ Then type in sudo chown -R pi:users /media/usbstick/ Now try to mount the ubs memory stick with the command: sudo mount -t ntfs-3g -o uid=pi,gid=pi,umask=007 /dev/sda1 /media/usbstick/ If the usb memory stick is already mounted (my Raspberry Pi 2b automatically mounted my usb memory stick and gave it that really ugly name), if this is the case just unmount it by typing sudo umount /dev/sda1 and then retry the mount command above. Check to see if the usb memory stick has been mounted correctly by typing ls /media/usbstick/ You should be able to see the file or directory you created on your desktop PC (SanDiskUSBstick). MDTV3 VERSION 1 PAGE 20 OF 26

21 Automatically mounting usb drives on boot up To automate the mounting of the usb memery stick everytime the Raspberry Pi 2b boots we need to edit the fstab file, but first we should make a backup by typing sudo cp /etc/fstab /etc/fstab.backup Now edit the file by typing sudo nano /etc/fstab Add the following fine to the bottom of the file (replace the ugly number with your devices name) UUID=74C65315C652D748 /media/usbstick ntfs-3g auto,users,rw,uid=pi,gid=pi 0 0 Press control X enter Y and enter to save changes. Reboot by typing sudo reboot You can now check under the /media directory and find your usb memory stick is ready to go, type ls /media/usbstick/or browse to the location with File Manager. You should be able to see the file or directory you created on your desktop PC (SanDiskUSBstick). When you want to remove the usb memory stick you can either shut the Raspberry Pi 2b down then remove it or you can use the command like we did before typing sudo umount /dev/sda1 Make sure you are not accessing any files from this directory at the time of un-mounting. MDTV3 VERSION 1 PAGE 21 OF 26

22 Connecting a USB hard drive You can add a usb hard drive the same way you did the usb memory stick, however you may find that you can only get the hard drive to power up from the usb hub. Here is a look at my system with 1 usb memory stick and 1 usb hard disk drive Figure 2. Raspberry Pi, D-Link USB hub and Hitachi Touro USB hard disk. Find out the of the usb hard disk by typing ls -l /dev/disk/by-uuid/ reference name The usb hard disk is the 2 nd line item from the bottom (86A8CAD5A8CAC343) MDTV3 VERSION 1 PAGE 22 OF 26

23 Add the automatic mounting of the usb hard disk to the fstab file by typing sudo nano /etc/fstab Add the following line to the end of the file; UUID=86A8CAD5A8CAC343 /media/usbhdd ntfs-3g auto,users,rw,uid=pi,gid=pi 0 0 Press control X enter Y and enter to save changes. Reboot by typing sudo reboot You can now check under the /media directory and find your usb memory stick is ready to go, type ls /media/usbhdd/or browse to the location with File Manager. You should be able to see the file or directory you created on your desktop PC (Touro). Another useful command is sudo fdisk l it will list all of the disks attached to the Raspberry Pi 2b. MDTV3 VERSION 1 PAGE 23 OF 26

24 Installing Samba to share files over your network Type sudo apt-get install samba samba-common-bin to install Samba, enter Y when asked if you want to continue. Create a samba password for the pi user account by typing???????????????????????????? sudo smbpasswd a pi and entering a password secret [Optional] Create a user account just for accessing the files over the network, set the password then add the users samba password. sudo useradd nasuser -m -G users sudo passwd nasuser sudo smbpasswd -a nasuser Backup the config file before editing it by typing sudo cp /etc/samba/smb.conf /etc/samba/smb.conf.old Then edit the file by typing sudo nano /etc/samba/smb.conf MDTV3 VERSION 1 PAGE 24 OF 26

25 Scroll down the file until you get to the Authentication section and remove the # hash from in front of the line security = user Add the following details of the folders you want to share over your network at the bottom of the file. [usbstick] comment = usb memory stick path = /media/usbstick valid users force group = users create mask = 0660 directory mask = 0771 read only = no [usbhdd] comment = usb hard disk drive path = /media/usbhdd valid users force group = users create mask = 0660 directory mask = 0771 read only = no MDTV3 VERSION 1 PAGE 25 OF 26

26 If you created the optional user then add the following lines to hide their home folder from view. [nasuser] browsable = no read only = yes valid users = nasuser path = /home/nasuser hide unreadable = yes Press control X enter Y and enter to save changes. Testing Samba over the network Either browse the Network or type in \\raspberrypi into file explorer. Enter in pi as the user name and the password or if you created the NAS user type in nasuser and their password. Tick the box to remember your credentials click OK Create a folder to ensure you have full read/write access. MDTV3 VERSION 1 PAGE 26 OF 26

Remote GUI access to a Linux computer using Tightvnc

Remote GUI access to a Linux computer using Tightvnc Remote GUI access to a Linux computer using Tightvnc The command line is a great way to manage a remote Linux computer if you don't mind typing in commands, but sometimes you need to be able to view a

More information

XLink Kai Raspberry Pi Beginners Tutorial

XLink Kai Raspberry Pi Beginners Tutorial XLink-Kai-Raspberry-Pi-Beginners-Tutorial.md XLink Kai Raspberry Pi Beginners Tutorial Hi! This tutorial will guide you through setting up XLink Kai on a Raspberry Pi to play multiplayer system link Xbox

More information

Preparing SD card for Pi

Preparing SD card for Pi Preparing SD card for Pi Sarwan Singh Assistant Director(S) NIELIT Chandigarh Education is the kindling of a flame, not the filling of a vessel. - Socrates 1 sarwan@nielit Using NOOBS- New Out Of Box Software

More information

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Created by Simon Monk Last updated on 2016-12-03 03:20:15 AM UTC Guide Contents Guide Contents Overview You Will Need Downloading

More information

RETROPIE INSTALLATION GUIDE

RETROPIE INSTALLATION GUIDE RETROPIE INSTALLATION GUIDE CONTENTS THE FOLLOWING GUIDE WILL COVER THE INSTALLATION, SETUP AND CONFIGURATION OF THE RASPBERRY PI, RASPBIAN OS AND RETROPIE Author: http://rpiarcadebuild.wordpress.com/

More information

PiCloud. Building owncloud on a Raspberry PI

PiCloud. Building owncloud on a Raspberry PI PiCloud Building owncloud on a Raspberry PI PiCloud - Building owncloud on a Raspberry PI by Sebastian Büttrich is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International

More information

Communication protocols and services

Communication protocols and services This chapter describes various protocols and that may be enabled on Modberry. SSH Connection SSH service is started up on boot and already preinstalled and configured. You may access your device through

More information

Linux Development Getting Started

Linux Development Getting Started Linux Development Getting Started VB-Linux on your Laptop Convenient Option Compared to Remote Transformer Access First, on your Windows or Mac OS-X laptop, install Oracle Virtual-Box as follows: First,

More information

Install and Configure Ubuntu on a VirtualBox Virtual Machine

Install and Configure Ubuntu on a VirtualBox Virtual Machine Install and Configure Ubuntu on a VirtualBox Virtual Machine Ronald Mak Department of Computer Engineering Department of Computer Science January 11, 2019 Introduction Because the class will use Linux

More information

Raspberry Pi Setup Tutorial

Raspberry Pi Setup Tutorial Raspberry Pi Setup Tutorial The Raspberry Pi is basically a miniature linux- based computer. It has an ARM processor on it, specifically the ARM1176JZF- S 700 MHz processor. This is the main reason why

More information

Davide Cavaliere 18 th February 2017

Davide Cavaliere  18 th February 2017 Davide Cavaliere www.monocilindro.com dadez87@gmail.com 18 th February 2017 This guide explains how to set in read mode your Raspberry Pi 3, running the latest Raspbian Jessie (January 2017). This feature

More information

3. Click on the Download ZIP button under Raspbian Jessie, and select a folder to save it to.

3. Click on the Download ZIP button under Raspbian Jessie, and select a folder to save it to. 1. INITIAL CONFIGURATION RASPBERRY COMPONENTS INSTALL RASPBIAN IN YOUR RASPBERRY 1. Visit the official Raspberry Pi Downloads page 2. Click on Downloads Raspbian. 3. Click on the Download ZIP button under

More information

Adafruit's Raspberry Pi Lesson 6. Using SSH

Adafruit's Raspberry Pi Lesson 6. Using SSH Adafruit's Raspberry Pi Lesson 6. Using SSH Created by Simon Monk Last updated on 2017-08-16 01:12:07 AM UTC Guide Contents Guide Contents Overview Enabling SSH Using a blank boot file Using Raspi-Config

More information

Lab E2: bypassing authentication and resetting passwords

Lab E2: bypassing authentication and resetting passwords Lab E2: bypassing authentication and resetting passwords TTM4175 September 7, 2015 The purpose of this lab is to learn about techniques for bypassing the authentication and access control of Windows and

More information

Topics. What is a RaspberryPi? Why should I want one? What is Raspbian? What is SSH? What is FTP? What is LAMP? Making a LAMP Stack!

Topics. What is a RaspberryPi? Why should I want one? What is Raspbian? What is SSH? What is FTP? What is LAMP? Making a LAMP Stack! Topics What is a RaspberryPi? Why should I want one? What is Raspbian? What is SSH? What is FTP? What is LAMP? Making a LAMP Stack! What is a Raspberry Pi? The Raspberry Pi is a Credit Card sized computer.

More information

Experiments 1 How to set up Raspberry Pi B+ The little computer you can cook into DIY tech projects

Experiments 1 How to set up Raspberry Pi B+ The little computer you can cook into DIY tech projects Experiments 1 How to set up Raspberry Pi B+ The little computer you can cook into DIY tech projects The Raspberry Pi is a computer about the size of a credit card. The darling of the do-it-yourself electronics

More information

Wallet Installation Guide for Staking on Raspberry PI

Wallet Installation Guide for Staking on Raspberry PI Wallet Installation Guide for Staking on Raspberry PI V2.1 November 2018 CONTENTS 01. Version History... 13 02. Introduction... 3 03. Prerequisites... 13 04. Installation Steps... 6 05. Add an address

More information

O ptima S aver P i. User Guide. January 2017 Version 1.0

O ptima S aver P i. User Guide. January 2017 Version 1.0 O ptima S aver P i User Guide January 2017 Version 1.0 T able O f C ontents Page 1. What is OptimaSaverPi -------------------------- 2 2. Why OptimaSaverPi -------------------------- 2 3. Requirement --------------------------

More information

The Following steps are done on your normal desktop or laptop, which I refer to in this document later as the Remote Computer

The Following steps are done on your normal desktop or laptop, which I refer to in this document later as the Remote Computer Stuff that I did to create my image for KStars/Ekos on Raspberry Pi Note: All terminal commands are in green. I have also provided clickable links to take you to useful websites. The Following steps are

More information

ELE409 SPRING2018 LAB0

ELE409 SPRING2018 LAB0 ELE409 SPRING2018 LAB0 Getting familiar with the LXDE system Objectives: Pre-Lab: 1. Burn the linux system onto a micro-sd card 2. Get familiar with basic linux commands 3. Be able to communicate with

More information

Microprocessor-Based Systems (E155)

Microprocessor-Based Systems (E155) Microprocessor-Based Systems (E155) D. Harris and M. Spencer Fall 2017 Lab 4: Life of Pi Requirement 1) Set up your Raspberry Pi 2) Write an assembly-language program to sort an array of 12 signed bytes

More information

Sigma Tile Workshop Guide. This guide describes the initial configuration steps to get started with the Sigma Tile.

Sigma Tile Workshop Guide. This guide describes the initial configuration steps to get started with the Sigma Tile. Sigma Tile Workshop Guide This guide describes the initial configuration steps to get started with the Sigma Tile. 1 Contents Contents... 2 Chapter 1: System Requirements... 3 Chapter 2: Configure Your

More information

D, E I, J, K. Generalized Regular Expression Parser (GREP), 110 Generic 105 key (Intl) PC, 29 git command, 242

D, E I, J, K. Generalized Regular Expression Parser (GREP), 110 Generic 105 key (Intl) PC, 29 git command, 242 Index A Advanced Linux Sound Architecture (ALSA) device, 214 Airplay amixer command, 252 boot, 255 build script, 254 Build.PL script, 254 central controlling system, 251 lsmod command, 252 make command,

More information

5inch HDMI LCD (B) User Manual

5inch HDMI LCD (B) User Manual 5inch HDMI LCD (B) User Manual Description 5 inch Resistive Touch Screen LCD, HDMI interface, supports various systems Features 800 480 high resolution, touch control Supports Raspberry Pi, and driver

More information

Adding a block devices and extending file systems in Linux environments

Adding a block devices and extending file systems in Linux environments Adding a block devices and extending file systems in Linux environments In this exercise we simulate situation where user files partition /home fills up and needs to be extended. Also we migrate from static

More information

Bluetooth Keyboard Setup Instructions

Bluetooth Keyboard Setup Instructions Bluetooth Keyboard Setup Instructions Setup Using GUI (NOOBS/Raspbian) 1. Insert your micro SD card into the micro SD card slot on the Raspberry Pi. 2. Connect an HDMI cable from your Raspberry Pi to your

More information

Linux Manually Mount External Hard Drive Ntfs-3g Could Not

Linux Manually Mount External Hard Drive Ntfs-3g Could Not Linux Manually Mount External Hard Drive Ntfs-3g Could Not Manually mounting the drives does not work. Installing the ntfs-3g driver also did not work (I was using this to write to the NTFS drives until

More information

Manual of ET-LCD SW HAT

Manual of ET-LCD SW HAT ET- LCD SW HAT ET-LCD SW HAT is Board I/O that is specifically designed for connection with Board Raspberry Pi through Connector 40-PIN; this board includes LCD 16x2, SW, Buzzer, RTC DS3231 with Connector

More information

Raspberry Pi 3 Model B+ and JMRI with WiFi Access Point for Pi- SPROG One and Pi-SPROG Nano raspian-stretch build

Raspberry Pi 3 Model B+ and JMRI with WiFi Access Point for Pi- SPROG One and Pi-SPROG Nano raspian-stretch build Raspberry Pi 3 Model B+ and JMRI with WiFi Access Point for Pi- SPROG One and Pi-SPROG Nano 2018-03-13-raspian-stretch build May 2018 SPROG DCC These instructions describe the process of setting up a Raspberry

More information

Guide to your Plug Computer

Guide to your Plug Computer This document lives here: http://inst.eecs.berkeley.edu/~ee122/fa11/project3/guide-to-plug.pdf Guide to your Plug Computer UC Berkeley, EE 122, Fall 2011 Version 1 This document is a step-by-step guide

More information

Setup: Scratch GPIO. What is Scratch? Introducing Scratch GPIO. How to install Scratch GPIO. Obtain Scratch GPIO

Setup: Scratch GPIO. What is Scratch? Introducing Scratch GPIO. How to install Scratch GPIO. Obtain Scratch GPIO Setup: Scratch GPIO What is Scratch? Scratch is a beginner friendly way to program the Raspberry Pi, designed for those who have not programmed before and are put off by the random keyboard mashing type

More information

Tutorial : Confguring a micro SD memory card as both swap and storage area for the DragonBoard 410c (DB410C)

Tutorial : Confguring a micro SD memory card as both swap and storage area for the DragonBoard 410c (DB410C) Tutorial : Confguring a micro SD memory card as both swap and storage area for the DragonBoard 410c (DB410C) [1] Introduction The unboxing experience of the DragonBoard 410c is very enjoyable and straightforward.

More information

How To Reinstall Grub In Windows 7 Without Losing Data And Programs

How To Reinstall Grub In Windows 7 Without Losing Data And Programs How To Reinstall Grub In Windows 7 Without Losing Data And Programs So if I install Windows 7 using CD again, will I lose Ubuntu? then yes you will lose Ubuntu, however if you reinstall Windows without

More information

Disk Imaging with Knoppix

Disk Imaging with Knoppix Introduction This document explains how to use the CD-ROM bootable version of Linux, named Knoppix, to make and restore images of computer hard drives. Knoppix makes a very good system recovery tool for

More information

Setup Guide for Hard-Wire Ethernet Connected TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist

Setup Guide for Hard-Wire Ethernet Connected TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist Setup Guide for Hard-Wire Ethernet Connected TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist Summary This document explains how to configure the TP-Link

More information

Lab 0: Intro to running Jupyter Notebook on a Raspberry Pi

Lab 0: Intro to running Jupyter Notebook on a Raspberry Pi Lab 0: Intro to running Jupyter Notebook on a Raspberry Pi Nick Antipa, Li-Hao Yeh, based on labs by Jon Tamir and Frank Ong January 24, 2018 This lab will walk you through setting up your Raspberry Pi

More information

Linux Manually Mount External Hard Drive Ntfs 3g Could Not

Linux Manually Mount External Hard Drive Ntfs 3g Could Not Linux Manually Mount External Hard Drive Ntfs 3g Could Not Per-user mounting does not require root access, it's just automating the so if your computer changes the same command could mount a different

More information

Setting up the Seagate D4 NAS with Hard Disk Sentinel Pro. By Gary Ryan. Adapted from:

Setting up the Seagate D4 NAS with Hard Disk Sentinel Pro. By Gary Ryan. Adapted from: Setting up the Seagate D4 NAS with Hard Disk Sentinel Pro By Gary Ryan Adapted from: https://www.hdsentinel.com/how_to_monitor_network_attached_storage_nas_status.php How to: monitor Network Attached Storage

More information

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Created by Simon Monk Last updated on 2013-07-08 12:15:38 PM EDT Guide Contents Guide Contents Overview You Will Need Downloading

More information

Introduction to Raspberry Pi 3 Model B Updates: 9/18/17 6/2/2018

Introduction to Raspberry Pi 3 Model B Updates: 9/18/17 6/2/2018 Introduction to Raspberry Pi 3 Model B Updates: 9/18/17 6/2/2018 A. Objectives 1. Learn about basics of Pi 3 embedded system 2. Learn how to operate your Pi 3 using different interfaces 3. Learn how to

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

This is Worksheet and Assignment 12. Disks, Partitions, and File Systems

This is Worksheet and Assignment 12. Disks, Partitions, and File Systems This is Worksheet and Assignment 12 This is a combined Worksheet and Assignment.. Quizzes and tests may refer to work done in this Worksheet and Assignment; save your answers. You will use a checking program

More information

Partitioning and Formatting Guide

Partitioning and Formatting Guide Partitioning and Formatting Guide Version 1.2 Date 05-15-2006 Partitioning and Formatting Guide This guide is designed to explain how to setup your drive with the correct partition and format for your

More information

Lab 1: Introduction to Linux Networking

Lab 1: Introduction to Linux Networking CMPE 150: Introduction to Computer Networks Fall 2011 http://courses.soe.ucsc.edu/courses/cmpe150/fall11/01/ Lab 1: Introduction to Linux Networking Materials: Please bring a USB drive to each lab section.

More information

TSM800 / TSM1330 Update Instructions

TSM800 / TSM1330 Update Instructions TSM800 / TSM1330 Update Instructions Contents Contents... 1 Automatic Updates... 1 Manual Update to the Latest Version of N2KView... 2 Manual Update of the Complete Operating System... 3 Automatic Updates

More information

Raspberry Pi 3 Model B and JMRI with WiFi Access Point for Pi-SPROG One and Pi-SPROG Nano

Raspberry Pi 3 Model B and JMRI with WiFi Access Point for Pi-SPROG One and Pi-SPROG Nano Raspberry Pi 3 Model B and JMRI with WiFi Access Point for Pi-SPROG One and Pi-SPROG Nano SPROG DCC July 2016 These instructions describe the process of setting up a Raspberry Pi 3 Model B as a WiFi access

More information

- Installing Xubuntu (as a virtual machine) and getting the installation up-to-date (page 2)

- Installing Xubuntu (as a virtual machine) and getting the installation up-to-date (page 2) Exhausted Cat Systems, Inc. Memo To: Catherine Stokes From: William Matheson, W0229152 Class: OSYS 1000, Section 701 Date: April 12 th, 2012 Re: Final Project Xubuntu 11.10 installation; Samba, VNC, SSH

More information

System Manager Unit (SMU) Hardware Reference

System Manager Unit (SMU) Hardware Reference System Manager Unit (SMU) Hardware Reference MK-92HNAS065-02 Notices and Disclaimer Copyright 2015 Hitachi Data Systems Corporation. All rights reserved. The performance data contained herein was obtained

More information

WA2572 Introduction to Responsive Web Development for Mac. Classroom Setup Guide. Web Age Solutions Inc.

WA2572 Introduction to Responsive Web Development for Mac. Classroom Setup Guide. Web Age Solutions Inc. WA2572 Introduction to Responsive Web Development for Mac Classroom Setup Guide Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software Requirements...3

More information

Manually Mount Usb Flash Drive Ubuntu Server 12.04

Manually Mount Usb Flash Drive Ubuntu Server 12.04 Manually Mount Usb Flash Drive Ubuntu Server 12.04 USB storage devices have the enormous advantage that for the most part they By default, disk drives do not auto-mount in Ubuntu Server Edition. Sometimes,

More information

Node-RED Dashboard: Pi Control

Node-RED Dashboard: Pi Control : Pi Control Will English June 26, 2017 will.english@vivaldi.net 1 Summary I am using a Raspberry Pi as a headless computer through VNC. A particular interest is learning Node-RED flow programming and

More information

WISP Setup Guide for TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist

WISP Setup Guide for TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist WISP Setup Guide for TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist Summary This document explains how to configure the TP-Link WR841N router to provide

More information

GV Director Restoring USB Image / Frame and Panel Installation

GV Director Restoring USB Image / Frame and Panel Installation IMPORTANT NOTE: If you have already been provided this update package via USB by a Grass Valley service representative, please skip ahead and begin on page 4. Requirements: 16 GB USB FLASH OR LARGER Mouse

More information

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 From Cisco s website, here are the minimum requirements for CCP 2.7 and CCP 2.8: The following info comes from many

More information

CTEC1863/2018F Bonus Lab Page 1 of 5

CTEC1863/2018F Bonus Lab Page 1 of 5 CTEC1863/2018F Bonus Lab Page 1 of 5 Bonus Lab: OpenSUSE Linux Rescue In this lab, we will install an OpenSUSE virtual machine. However, both the non-root user and the root passwords are unknown. To fix

More information

K9 Series Firmware Update Guide

K9 Series Firmware Update Guide K9 Series Firmware Update Guide This Guide provides how to download and install a new version of the firmware (operating software) for K9 Series DVR. 제품사진 Requirements To update the firmware on the K9

More information

Raspberry Pi 3 Model B and JMRI with WiFi Access Point for Pi-SPROG One and Pi-SPROG Nano raspian-jessie build

Raspberry Pi 3 Model B and JMRI with WiFi Access Point for Pi-SPROG One and Pi-SPROG Nano raspian-jessie build Raspberry Pi 3 Model B and JMRI with WiFi Access Point for Pi-SPROG One and Pi-SPROG Nano 2017-04-10-raspian-jessie build June 2017 SPROG DCC These instructions describe the process of setting up a Raspberry

More information

RaspiDigiHamClock. Raspberry Pi Amateur Radio Digital Clock. v WA4EFH R.Grokett

RaspiDigiHamClock. Raspberry Pi Amateur Radio Digital Clock. v WA4EFH R.Grokett RaspiDigiHamClock Raspberry Pi Amateur Radio Digital Clock v2018-07-08 WA4EFH R.Grokett Overview Amateur Radio Operators (aka HAM Radio) use 24 hour UTC (Universal Coordinated Time) for much of their operation.

More information

USB2.0 LAN DISK User s Manual

USB2.0 LAN DISK User s Manual 1.0 Product overview USB2.0 LAN DISK User s Manual Thank you for purchasing USB2.0 LANDISK the network storage device. Now you can easily add USB2.0 LANDISK into your Network. Before using this device

More information

Building a standalone access point using a Raspberry Pi Zero W

Building a standalone access point using a Raspberry Pi Zero W Building a standalone access point using a Raspberry Pi Zero W by Barry Robinson The Raspberry Pi Zero W is a small, single board computer (SBC) that has WiFi and Bluetooth connectivity built-in. It is

More information

This is Lab Worksheet 7 - not an Assignment

This is Lab Worksheet 7 - not an Assignment This is Lab Worksheet 7 - not an Assignment This Lab Worksheet contains some practical examples that will prepare you to complete your Assignments. You do not have to hand in this Lab Worksheet. Make sure

More information

Adafruit PiUART - USB Console and Power Add-on for Raspberry Pi

Adafruit PiUART - USB Console and Power Add-on for Raspberry Pi Adafruit PiUART - USB Console and Power Add-on for Raspberry Pi Created by lady ada Last updated on 2017-08-29 10:20:23 PM UTC Guide Contents Guide Contents Overview Pinouts Enabling Serial Console Option

More information

You will need to know the IP address or the hostname of the pi (as discussed above) to continue and login to your pi via putty over Ethernet.

You will need to know the IP address or the hostname of the pi (as discussed above) to continue and login to your pi via putty over Ethernet. MEGR3092 Advanced Motorsports Instrumentation. Raspberry pi project. V0.38 10/4/16 Logger build guide: You will likely find this easier with a HDMI cord and a usb keyboard. If those are not available,

More information

All rights reserved by Waveshare Electronics Co., Ltd. Not allow to modify, distribute, or copy without permission.

All rights reserved by Waveshare Electronics Co., Ltd. Not allow to modify, distribute, or copy without permission. DVK512 User Manual Copyright All rights reserved by Electronics Co., Ltd. Not allow to modify, distribute, or copy without permission. Revision History Revision Date Description V1.0 Aug. 18, 2014 Initial

More information

1 Introduction to Raspberry Pi. Date: 24/08/2016 Name: ID:

1 Introduction to Raspberry Pi. Date: 24/08/2016 Name: ID: 1 Introduction to Raspberry Pi 1 Date: 24/08/2016 Name: ID: Name: ID: 1 Introduction to Raspberry Pi The Raspberry Pi is a credit card-sized computer designed and manufactured in the UK with the initial

More information

How to Recover Data with Linux

How to Recover Data with Linux How to Recover Data with Linux Data recovery with Linux distributions. Table of Contents Overview Difficulty Level Part I - Obtaining Linux What is Linux? Downloading Knoppix Downloading Knoppix - Alternative

More information

GIGABYTE. Software Reference Guide for MP30 (APM) Platform R01. Document Version:

GIGABYTE. Software Reference Guide for MP30 (APM) Platform R01. Document Version: GIGABYTE Software Reference Guide for MP30 (APM) Platform R01 Document Version: R01 1 CONTENTS BASICS SECTION... 3 1.1 Equipment and tools list... 3 1.2 How to make Ubuntu OS image to SD card... 5 1.3

More information

Pianoteq 6 Raspberry Pi 3 Station. By Edgar Bustamante

Pianoteq 6 Raspberry Pi 3 Station. By Edgar Bustamante Pianoteq 6 Raspberry Pi 3 Station By Edgar Bustamante 1 Contents 1 Introduction...4 2 Parts...5 2.1 Raspberry Pi 3...5 2.2 Fan/Heat Sinks...5 2.3 Digital to Analog Converter (DAC)...5 2.4 Micro SD Card

More information

Lab #5 Guide: Installing Ubuntu as a Virtual Machine

Lab #5 Guide: Installing Ubuntu as a Virtual Machine Lab #5 Guide: Installing Ubuntu as a Virtual Machine CTEC1863/2018F Operating Systems Mike Boldin Tools, Materials and Equipment Oracle VirtualBox software official site: https://www.virtualbox.org/wiki/downloads

More information

Linux Manually Mounting External Hard Drive Mac Terminal

Linux Manually Mounting External Hard Drive Mac Terminal Linux Manually Mounting External Hard Drive Mac Terminal After the cd /Volumes command when I type ls it shows me my hard drive name twice, with Filesystem Size Used Avail Capacity iused ifree %iused Mounted

More information

How to Back-Up a fit-pc2 Using Only a USB Stick (and some creative partitioning)

How to Back-Up a fit-pc2 Using Only a USB Stick (and some creative partitioning) This process allows you to back up your fit-pc2 workstation (or any USB-bootable computer) so you can quickly and easily restore your computer to its original state in the event of a hard drive failure,

More information

Booting a Galaxy Instance

Booting a Galaxy Instance Booting a Galaxy Instance Create Security Groups First time Only Create Security Group for Galaxy Name the group galaxy Click Manage Rules for galaxy Click Add Rule Choose HTTPS and Click Add Repeat Security

More information

Lionstracs Groove X-R

Lionstracs Groove X-R Lionstracs Groove X-R Groove OS version 5.3 Installation & Upgrade Guide 31 October 2011 English Language documentation prepared by Corcyra Global in consultation with Lionstracs Table of Contents Warning

More information

More Raspian. An editor Configuration files Shell scripts Shell variables System admin

More Raspian. An editor Configuration files Shell scripts Shell variables System admin More Raspian An editor Configuration files Shell scripts Shell variables System admin Nano, a simple editor Nano does not require the mouse. You must use your keyboard to move around the file and make

More information

Build your own NAS with OpenMediaVault

Build your own NAS with OpenMediaVault Build your own NAS with OpenMediaVault Installation Minimum Requirements i486 or amd64 platform 1 GiB RAM 2 GiB HDD/DOM/CF/USB Thumb Drive used as OpenMediaVault system drive. Flash Drives without static

More information

Relarium (RLM) Masternode Guide for VPS

Relarium (RLM) Masternode Guide for VPS Relarium (RLM) Masternode Guide for VPS Table of Contents Requirements 2 VPS Set-up 2 Create a MasterNode Address (ALIAS) & send collateral 4 MasterNode private key & Index ID 5 Edit Configuration files

More information

How to use the HTC Desire C mobile devices

How to use the HTC Desire C mobile devices How to use the HTC Desire C mobile devices Orientation First, a quick overview of your primary buttons and areas of your phone. A B C D E F G H A) Headphone Jack B) Power Hold down to power your phone

More information

Flex Focus 1202 Software Installation Procedure

Flex Focus 1202 Software Installation Procedure Flex Focus 1202 Software 4.6.6 Installation Procedure IMPORTANT: The installation procedure must be carried out only by B-K service personnel or their authorised representatives, who are aware of the hazards

More information

cpouta exercises

cpouta exercises CSC Bioweek. 8.2. 2018 cpouta exercises 1 Table of Contents cpouta exercises 8.2. 2018 1. Launching a virtual machine... 2 1.1 Login to cpouta interface in... 2 1.2 Create your own SSH key pair... 2 A.

More information

Helsinki 19 Jan Practical course in genome bioinformatics DAY 0

Helsinki 19 Jan Practical course in genome bioinformatics DAY 0 Helsinki 19 Jan 2017 529028 Practical course in genome bioinformatics DAY 0 This document can be downloaded at: http://ekhidna.biocenter.helsinki.fi/downloads/teaching/spring2017/exercises_day0.pdf The

More information

Wireless Setup Instructions

Wireless Setup Instructions Wireless Setup Instructions THESE INSTRUCTIONS ARE VERY IMPORTANT TO SECURE YOUR WIRELESS NETWORK The purpose of this procedure is to "lock" your router so other users can not access your network without

More information

Addonics T E C H N O L O G I E S. mini NAS. Model: NAS25HDU Key Features

Addonics T E C H N O L O G I E S. mini NAS. Model: NAS25HDU Key Features 1.0 Key Features Addonics T E C H N O L O G I E S mini NAS Model: NAS25HDU2 Convert any 2.5 SATA drive into a Network Attached Storage device Connect a USB printer to share it over the network One Fast

More information

Introduction.. 2. Chapter 1: Assembling External Storage Device. 3. Chapter 2: Connecting External Storage Device... 4

Introduction.. 2. Chapter 1: Assembling External Storage Device. 3. Chapter 2: Connecting External Storage Device... 4 1 Table of Contents Pg Introduction.. 2 Chapter 1: Assembling External Storage Device. 3 Chapter 2: Connecting External Storage Device.... 4 Chapter 3: Initializing & Formatting Hard Drive. 5 Preformatted

More information

MCS-TOUCHSCREEN Auto Disk Clean up

MCS-TOUCHSCREEN Auto Disk Clean up APP093 - MCS-Touchscreen Error 16 Auto Diskcleanup Procedure Micro Control Systems APPLICATION NOTE APP-093 MCS-TOUCHSCREEN Auto Disk Clean up Revision History Date Author Revision Description 07/31/2014

More information

Experimental Procedure. Frequently Asked Questions (FAQ) Kit General Questions. Setting Up and Using Your Raspberry Pi Projects Kit

Experimental Procedure. Frequently Asked Questions (FAQ) Kit General Questions. Setting Up and Using Your Raspberry Pi Projects Kit 1 of 11 9/13/2018, 2:31 PM https://www.sciencebuddies.org/science-fair-projects/project-ideas/compsci_p059/computer-science/design-your-own-video-game (http://www.sciencebuddies.org/science-fairprojects/project-ideas/compsci_p059/computer-science/design-your-own-video-game)

More information

Spring 2017 Gabriel Kuri

Spring 2017 Gabriel Kuri Lab 2 ECE 431L Spring 2017 Gabriel Kuri This lab is made up of two parts. Part 1 will consist of familiarizing yourself with the Raspberry Pi (RPi). It includes running Unix/Linux commands to become somewhat

More information

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine Here we create a new virtual machine and install Ubuntu 16.04 LTS Server on it. In this instance, we

More information

Digital Free Library. Created by Kirby Griese. Last updated on :35:15 PM UTC

Digital Free Library. Created by Kirby Griese. Last updated on :35:15 PM UTC Digital Free Library Created by Kirby Griese Last updated on 2018-01-04 04:35:15 PM UTC Guide Contents Guide Contents Overview Parts Needed Preparation Prepare Micro SD Card Install Apache Configure Access

More information

This is Lab Worksheet/Installation 7

This is Lab Worksheet/Installation 7 This is Lab Worksheet/Installation 7 This Lab Worksheet/Installation contains essential installation work needed for your upcoming Assignments. You do not have to hand in this Lab Worksheet, but there

More information

Quick Start Guide V NLX-microUCS APPLIANCE Unified Communications Server

Quick Start Guide V NLX-microUCS APPLIANCE Unified Communications Server Quick Start Guide V.02.10 NLX-microUCS APPLIANCE Unified Communications Server Introduction The Elastix NLX-microUCS appliance puts at your fingertips all the tools you need to handle your communications

More information

Installing and Upgrading Cisco Network Registrar Virtual Appliance

Installing and Upgrading Cisco Network Registrar Virtual Appliance CHAPTER 3 Installing and Upgrading Cisco Network Registrar Virtual Appliance The Cisco Network Registrar virtual appliance includes all the functionality available in a version of Cisco Network Registrar

More information

10.1inch HDMI LCD (B) User Manual

10.1inch HDMI LCD (B) User Manual 10.1inch HDMI LCD (B) User Manual CONTENT Introductin... 3 The LCD and Control Board... 3 How to Use... 4 Holder Assembly... 4 Working with PC... 4 Hardware Connection... 4 Tablet PC Settings... 5 Workign

More information

ELI Launcher Configuration

ELI Launcher Configuration ELI Launcher Configuration Future Designs, Inc., All Rights Reserved Important Legal Information Information in this document is provided solely to enable the use of Future Designs, Inc. (FDI) products.

More information

Dixicoin (DXC) Masternode Guide for VPS

Dixicoin (DXC) Masternode Guide for VPS Dixicoin (DXC) Masternode Guide for VPS Table of Contents Requirements 2 VPS Set-up 2 Create a MasterNode Address (ALIAS) & send collateral 4 MasterNode private key & Index ID 5 Edit Configuration files

More information

LevelOne FNS bay/1usb Soho NAS. User s Manual

LevelOne FNS bay/1usb Soho NAS. User s Manual LevelOne FNS-1000 1- bay/1usb Soho NAS User s Manual Table of Contents Introduction... 2 The FNS-1000 NAS Server... 2 FNS-1000 Features... 2 Package Contents... 2 System Requirements... 2 Disclaimer...

More information

Manually Mount External Hard Drive Windows 7 Install Wd

Manually Mount External Hard Drive Windows 7 Install Wd Manually Mount External Hard Drive Windows 7 Install Wd I've just upgraded to Yosemite, and none of my external (USB) hard drives are mounting (they don't even appear in Disk Utility). WAIT, I don't have

More information

Installation of RedHawk 6.5-r24.2 on the Jetson TX1 Development Board Release Notes. September 19 th, 2017

Installation of RedHawk 6.5-r24.2 on the Jetson TX1 Development Board Release Notes. September 19 th, 2017 Installation of RedHawk 6.5-r24.2 on the Jetson TX1 Development Board Release Notes September 19 th, 2017 This page intentionally left blank 1. Introduction This document describes the process of installing

More information

Different ways to use Kon-Boot

Different ways to use Kon-Boot Robert Alaniz 28 July 2014 Different ways to use Kon-Boot This project consists of different ways of using Kon-Boot to bypass authentication on a windows machine. Kon-Boot is a toll that can bypass the

More information

Setting Up VNC, SSH Tunnels, and RDP

Setting Up VNC, SSH Tunnels, and RDP Setting Up VNC, SSH Tunnels, and RDP Thomas Pepler August 8, 2016 If you have suggestions for improving this document, please email them to: tpepler@doe.carleton.ca Contents 1 Connecting to DOE Linux Machines

More information

MBB100 / DSM800 Update Instructions

MBB100 / DSM800 Update Instructions MBB100 / DSM800 Update Instructions Contents Contents... 1 Automatic Updates... 1 Manual Update to the Latest Version of N2KView... 2 Manual Update of the Complete Operating System... 3 Automatic Updates

More information