Shell script to transfer files using sftp

This comprehensive guide will walk you through the process of using shell scripts to transfer files securely using SFTP (Secure File Transfer Protocol) on UNIX and UNIX-like systems. We’ll cover everything from basic SFTP usage to advanced automation techniques, ensuring you have the knowledge to implement secure, efficient file transfers in your workflows. Understanding SFTP […]

sftp raspbian

Raspbian sftp server – Guide

Raspbian is an open source and free operating system based on Debian GNU / Linux optimized to run on a Raspberry Pi. Raspbian is a composed by the fusion of the words “Raspberry Pi” and “Debian”. This is a Debian modification specifically adapted for ARMv6-based systems with an FPU. Installing and configuring sftp server on Raspbian If you […]

Debian ftp

Debian ftp server guide

Installing and configuring FTP server vsftpd This article aims to show in details the steps to set up an FTP (for File Transfer Protocol, witch is a network protocol that was once widely used for moving files between a client and server), using vsftpd (Very Secure FTP Daemon). vsftpd is an FTP (file transfer protocole) server for UNIX systems, […]

Assistance Technique à Distance

Le service d’Assistance Technique à Distance permet de fournir une assistance rapide et précise aux clients en voyant leur écran. D’abord, télécharger et installer l’application d’accès à distance, contactez le service à la clientèle et communiquer le code de connexion à 6 chiffres fourni par le logiciel.  

Calculate the checksum of an ASTM (or other) document on C#

When the LIS receives the ASTM message from the instrument, each segment of data includes a checksum when either the laboratory instrument or the LIS (Laboratory Information System) transmits the document.  The benefits are obvious in a mission (life) critical application to ensure what was sent is exactly what is received. The format of an […]

YOCTOBE PROLAB LIS, a Laboratory Automation Project

PROLAB is a laboratory information management system (LIMS or LIS) that supports all modern laboratory operations including : workflow and data tracking support, flexible and powerful architecture, and data exchange interfaces, which fully “support its use in regulated environments. Features supported on PROLAB LIMS (1) the reception and log in of a sample and its associated customer […]

Edit the Sudoers File on Ubuntu and CentOS

In this tutorial we’ll learn how to edit sudo file on Ubunto and Centos. A special user, called root, has “super-user” privileges. This is an administrative account without the restrictions that are present on normal users. Users can execute commands with “super-user” or “root” privileges in a number of different ways. In this article, we […]

Medical Instrument Interfacing and Automation

We have a large experience in medical instruments interfacing. Our solution PROLAB (Silver and Platinium Edition) is able to communicate bidirectionally with a medical instrument using the HL7 document convention, ASTM protocol, and laboratory diagnostic workflow process in a Laboratory Information System (LIS/LIMS) enviornment. We have knowledge of the diagnostic laboratory environment utilizing the ASTM protocol to communicate […]

Configuration initiale du serveur sous Centos 7.x

Dans ce tutoriel, vous allez apprendre les premières étapes de configuration votre propre serveur. Ce tutoriel vous serait utile si vous avez acheté un serveur VPS ou Cloud sans configuration préalable (le cas de Serveur non géré ou Unmanaged server). C’est le cas des VPS puissants à faible coût, généralement vous n’aurez qu’un accès SSH et […]

How To Set Up SSH Keys

Setting Up SSH Keys

In this tutorial you’ll learn step by step how to setup SSH Keys. SSH keys provide a more secure way of logging into a virtual private server with SSH than using a password alone. While a password can eventually be cracked with a brute force attack, SSH keys are nearly impossible to decipher by brute force […]