##Ubuntu Server
sudo apt-get install g++ curl libssl-dev apache2-utils git-core make
cd /usr/local/src
wget http://nodejs.org/dist/v0.10.28/node-v0.10.28.tar.gz
tar -xvzf node-v0.10.28.tar.gz
cd node-v0.10.28| package com.emil.android.util; | |
| import android.content.Context; | |
| import android.net.ConnectivityManager; | |
| import android.net.NetworkInfo; | |
| import android.telephony.TelephonyManager; | |
| /** | |
| * Check device's network connectivity and speed | |
| * @author emil http://stackoverflow.com/users/220710/emil |
sudo vim /etc/default/grubGRUB_CMDLINE_LINUX_DEFAULTvideo=hyperv_fb:[the resolution you want], for example: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1920x1080"sudo update-grubsudo reboot| #!/bin/bash | |
| # STATUS A/O 2016 02 14: tested, works | |
| # based on https://barclaysapps.wordpress.com/2014/07/06/openalpr-install-for-rpi-and-udoo-and-tre-and-yun/ , | |
| # http://lukagabric.com/raspberry-pi-license-plate-recognition/, and updated for new packages. | |
| # there are other random notes and googled pages that also informed this tutorial whihc may not be specifically referenced. | |
| #This is not optimized for space or whatever, but does work. well, not as of 2016 01 03 but working to fix that) | |
| # discussion is at https://groups.google.com/forum/#!topic/openalpr/-vckIsPe618: please contribute if you can, and ask questions if you # # have them | |
| # thanks to Timis for tips and hints... |
| // Import the core angular services. | |
| import { Component } from "@angular/core"; | |
| // Import the application components and services. | |
| import { Favicons } from "./favicons"; | |
| // ----------------------------------------------------------------------------------- // | |
| // ----------------------------------------------------------------------------------- // | |
| @Component({ |