Bulletin-board

From Wiki at Neela Nurseries
Revision as of 16:16, 3 May 2019 by Ted (talk | contribs) (^ New Section)
Jump to: navigation, search

Neela Nurseries bulletin board
Quick posts to share


Computer tower case search


^ Common Microcontroller Peripherals


^ HP laptop model 15-ac133ds


^ Olimex products - dev boards and programmers and adapters

https://www.olimex.com/Products/Components/Connectors/MICRO-USB-OTG-ADAPTER/


^ APHIS Contact Information

APHIS-Seattle Inspection Station<Seattle.Inspection.Station@aphis.usda.gov>	Wed, Oct 31, 2018 at 4:29 AM
To: "ariliriswebmaster@gmail.com" <ariliriswebmaster@gmail.com>
Reply | Reply to all | Forward | Print | Delete | Show original

Hello,

A seed shipment of yours just arrived at the Seattle Plant Inspection Station from Denmark. Please send a list showing the botanical names of all seeds in this shipment, including species. The list also needs to show the country of origin of all seeds. Thank you.

 

Regards,

 

Steve Zoelle

Plant Health Safeguarding Specialist

SeaTac PIS

USDA APHIS PPQ           

SeaTac, WA 98148

Cell Phone – 206-960-0931

Office – 206-878-6607

Main Office – 206-878-6600


^ helleborine orchid and others


^ Desert and succulent plants






^ New Section

Dev sessions on GWN Sensor tester:

To perform development work on the Gas Platform Sensor Tester, host alta-gwn-sensor.veris.com, a necessary first step is to open a terminal window like Xterm and do the following steps:

   $ gd1

   $ sudo link-to-dev

   $ ls -l

The first command is a local "directory bookmarking" shortcut to change directories to the Sensor Tester's share directory. The GWN Sensor Tester reads a couple of run-time config files from this directory.

The second command is a name of a local script, which redirects a Unix-style symbolic link to point from Production tester's version of the gas sensors ConfigTable.csv file to the present branch version of this file. By present branch I mean the 2019 Q1, Q2 branch in which we're extending the code to support new refrigerant sensors AG05 and AG06, and the new dual-gas sensor AG04.

The third command above give a long format directory listing. I use this to confirm that the symlink points to the branch ConfigTable.csv file as opposed to Production's version of the file in the share directory itself.

When finished with a development session at the test station, use the following commands to point the symlink back to Production ConfigTable.csv:

   $ gd1

   $ sudo link-to-production

   $ ls -l