The document discusses using Jenkins for continuous integration of .NET projects. It recommends installing plugins for Git, MSBuild, NUnit and other tools to integrate them with Jenkins. The Groovy and PowerShell plugins allow adding custom build steps. Overall Jenkins is presented as a good option for continuous integration of .NET projects by automating builds and running tests on each code change.
The document discusses using Jenkins for continuous integration of .NET projects. It recommends installing plugins for Git, MSBuild, NUnit and other tools to integrate them with Jenkins. The Groovy and PowerShell plugins allow adding custom build steps. Overall Jenkins is presented as a good option for continuous integration of .NET projects by automating builds and running tests on each code change.
The document discusses various topics related to continuous integration including:
1. Using Git and Jenkins for continuous integration with commits triggering builds.
2. Various plugins for Jenkins including the Groovy Postbuild Plugin for running Groovy scripts after builds and the Notification Plugin.
3. Methods for running Jenkins on Windows including using Cygwin.
4. The Sakura Script language and using it with the SSTP protocol for notification scripts.
This document discusses continuous integration (CI) and using Jenkins for CI. It mentions using Vim, Git, LaTeX, and generating PDFs. It discusses setting up a private system build in CI that uses Ruby and sbt (Scala build tool). Jenkins is used to run builds from version control and ensure the system is properly integrated and built.
This document summarizes the key differences between centralized version control systems (CVS) and distributed version control systems (DVCS). It explains that DVCS allow for non-linear development with features like rebasing and branching that are not possible in CVS. Examples of DVCS like Git and Mercurial are given. The document also discusses how to migrate from CVS to a DVCS and advantages of using continuous integration with a DVCS.
This document provides references and links about using SQL Server with Linux and PHP. It includes links to documentation on installing and using the Microsoft Drivers for PHP for SQL Server on Linux, an overview of SQL Server on Linux, and a quickstart guide for installing SQL Server and creating a database on Ubuntu. It also links to a Microsoft tutorial for creating PHP apps connected to SQL Server on Ubuntu.
IoT Devices Compliant with JC-STAR Using Linux as a Container OSTomohiro Saneyoshi
?
Security requirements for IoT devices are becoming more defined, as seen with the EU Cyber Resilience Act and Japan’s JC-STAR.
It's common for IoT devices to run Linux as their operating system. However, adopting general-purpose Linux distributions like Ubuntu or Debian, or Yocto-based Linux, presents certain difficulties. This article outlines those difficulties.
It also, it highlights the security benefits of using a Linux-based container OS and explains how to adopt it with JC-STAR, using the "Armadillo Base OS" as an example.
Feb.25.2025@JAWS-UG IoT