Introduction We are going to host a kotlin based project as a maven package using all the dev tools that GitHub provides. GitHub Actions GitHub actions, is an integrated solution that allows you to create automated workflow. Mainly CI / CD for ...
Introduction So here a bit of details: Gradle is an open source build automation system. Kotlin is a general purpose, open source, statically typed programming language for both functional and object-oriented programming. A DSL (domain-sp...
Locust is a python based tool to load test website, REST APIs and else. You define the behavior of the tasks in python. You can read the doc at docs.locust.io. Installation Make sure you have libev and install python dependencies (Work with Pyth...
Components Hands-on Find a quick summary on the kubernetes main concept to refresh your memory in a previous article, or go straight ahead with the hands-on examples. Kubernetes setup To get a better grasp of Kubernetes components and commands,...
FFmpeg FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata. It is a cross platform tool that we will use to make the conversion. Convert .mov to .mp4 To do it on wind...
Kubernetes Kubernetes is an opensource orchestrator allowing to automate the deployment, scaling and management of containerized applications. Also named k8s the 8 for the eight letters in “ubernete” plus “s”. It was originally developed by Goog...
Creating the docker If you are new to docker, I would recommend this article for some basics docker commands and how to create your Dockerfile, docker images and running container. I will first create a simple dockerfile with python 3.6 and pytes...
What’s git log Git log is a powerful tool in git that allows you to browse through the repository history. It saves a bunch of information (tag, commit author, message, date, …) First you may want to pull origin from every repository using: find...
Introduction The facebook CTF kick started on the 1st of June to the 3rd of July. It was apparently using ctfd.io which is a platform to host ctfs. The challenges were separated into 5 categories: reversing: Usually a .tar to download and e...
During the competition there was at some point a Craiglist kind of paper for a synapse experiment with Neurosoft (The company that implements chips in your brain). On the coupon was a website neuro://synapse-trials.ctf and a phone number 1-647-49...