https://github.com/matilinux/multi-docker WRITING STILL IN PROGRESS
Idea of this pipeline is to automate testing and deployment of multi container Docker setup from development environment in Github to production.
Continue readinghttps://github.com/matilinux/multi-docker WRITING STILL IN PROGRESS
Idea of this pipeline is to automate testing and deployment of multi container Docker setup from development environment in Github to production.
Continue readingGo check out our school project from 2019! We managed to create a program which detects snooker balls from video!
https://github.com/kristiansyrjanen/billystat
Windows Server 2019 license terms problem on VMWare Workstation: Windows cannot find the Microsoft Software License Terms. Make sure the installation sources are valid and restart the installation.
I wanted to create a better naming scheme than only serial number or generic “Mati’s Mac”. More convenient is to rename computers with their owner’s and computer model’s name. Why? Because when you’re looking reports from your deployments or what ever, you can tell straight away what you are dealing with.
Continue readingI wanted to create a local admin user during our zerotouch macOS deployment in our Jamf environment. Problem was that i wanted to avoid admin user with generic password that employees might not change. So how to randomise password during zerotouch deployment?
Continue readinghttps://github.com/matilinux/docker-react
Creating workflow that automates testing and deployment. Key components are Docker, Git, Travis-CI and Elastic Beanstalk on AWS.
Purpose of creating workflows such as this is to make repetitive testing and deployments easy as possible, minimize use of time and possibility to human error. What could go wrong if software tests and go-live deployments are done by computers?
Osana Tietoturvan hallinta-kurssia kuului suunnitella ja toteuttaa projekti, jonka aiheeksi valitsimme suojatut yhteydet ja varmenteet. Projekti tehtiin Ciscon Packet Tracer simulaattori ohjelmassa. Continue reading
SSL Clientless VPN works as a secured tunnel from client to company’s LAN.
ASA2:
ciscoasa(config)#username matias password matiasrichterich
ciscoasa(config)#group-policy vpn internal
ciscoasa(config)#group-policy vpn attributes
ciscoasa(config-group-policy)#vpn-tunnel-protocol ssl-clientless
ciscoasa(config-group-policy)#webvpn
ciscoasa(config-group-webvpn)#url-list value Server4
ciscoasa(config-group-webvpn)#tunnel-group matiasvpn type remote-access
ciscoasa(config)#tunnel-group matiasvpn general-attributes
ciscoasa(config-tunnel-general)#default-group-policy vpn
ciscoasa(config-tunnel-general)#username matias attributes
ciscoasa(config-username)#vpn-group-policy vpn
ciscoasa(config-username)#exit
ciscoasa(config)#webvpn
ciscoasa(config-webvpn)#enable outside
https://www.cisco.com/c/en/us/td/docs/security/asa/asa72/configuration/guide/conf_gd/vpngrp.html
youtube.com/watch?v=O4IxyhgnLeU
Simulating Internet
By simulating Internet I mean creating a cloud which represents the action made by ISPs and other devices along the path to remote network’s target device. Continue reading
17.10.2018
Getting started
I thought that it would be important first step to plan the addressing scheme. I segmented every department in their own VLAN and every VLAN has it’s own host range. For getting known a little better with subnetting math, I didn’t assign easiest /24 bit masks for every subnet. For sake of complexity and training, subnets has /25, /26 or /30 bit long masks. Continue reading