Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

9 total results found

Presentation

InfraSI documentation

Authors Antoine de Barbarin Nicolas Moyon Sabrina Eloundou In this project, we will describe and explain an IT solution for a small business setting up a private local network connected to internet, in which there are 5 devices: a firewall, a web ...

Firewall

InfraSI documentation

The firewall is a simple computer with pfSense installed on it. pfSense is a FreeBSD based software that is often used to power firewalls. This means that there are some hardware requirements involved: ⚠️ Warning! the device must be powered by an AMD64 CPU (...

Web Server

InfraSI documentation

Overview The web server is a Linux server that hosts this documentation and is accessible from outside or inside the enterprise's private local network. This website is static and generated with Jetbrains Writerside, a plugin used to make documentation. It has...

Backup server

InfraSI documentation

This guide walks you through configuring BorgBackup for automated backups on your Ubuntu server. SSH Key pair The Backup Server uses an SSH Key pair to perform its backups and restoration jobs. 1. Overview BorgBackup is a program that performs and manages b...

Clients

InfraSI documentation

The clients are, as indicated in the presentation, two: : - Linux Workstation : - Windows Workstation. Linux Workstation The Linux Workstation is a VM running Ubuntu 22.04 with a desktop environment (GNOME) and ssh installed (to access to the Backup Server and...

Quarto board game

Projects

Story of the project At the beginning of my learning path in programming, I followed some OpenClassrooms courses to learn Java and finished doing a simple Tic Tac Toe game on the terminal. You can see the project here on Github. It looked like that: +-----...

Projet Red

Projects

Overview Projet Red was the name of the assignment given to us new students at Aix Ynov Campus for our intensive introductory module. We were given a week to learn the basics of programming with Golang language and then, we had to do a CLI RPG-like game in tea...

Golanta

Projects

Golanta was a one week challenge to build a Golang web server on the theme of Koh-Lanta, a famous TV show in France. It was very tiring and intense, mostly because of the CRUD based structure, the use of JSON as database and the required appealing front-end. ...

MangaThorg

Projects

Presentation MangaThorg is the result of a middle-term assignment in my first year of computer science studies. It is a website using an API to serve and display its contents. It is like a web frontend of an API, with some personal adjustments and features add...