IETF 103 Hackathon ( Disabling middlebox compatibility for TLS 1.3 in Curl )

Hey people, Im relating to you my experience with cyberstorm.mu for the last 3 days. It was pure coding madness for very member of the team. We had different working group namely : TLS 1.3 protocol Loganaden Velvindron Rahul Golam Codarren Velvindron Nathan Sunil Mangar Jeremie Daniel HTTP 451 protocol Kheshav Sewnundun Kifah Meeran Veegish …

Continue reading IETF 103 Hackathon ( Disabling middlebox compatibility for TLS 1.3 in Curl )

IETF 102 Hackathon ( Implementing TLS 1.3 in NRPE )

Hello everyone, Im going to share with you the amazing experience i had during 3 days of pure coding with hackers.mu We had to implement the new protocol TLS 1.3 to the Nagios Remote Plugin Executor ( NRPE . Me and Nigel we diverged into a deep state of concentration. On the first day our …

Continue reading IETF 102 Hackathon ( Implementing TLS 1.3 in NRPE )

How to set up WordPress on Ubuntu

Before installing WordPress your LAMP stack must be ready. Here is the link to previous article on how to install a LAMP. Installation of WordPress: 1.Download the latest WordPress package and extract it: wget http://wordpress.org/latest.tar.gz tar -zxvf latest.tar.gz 2.Then move the WordPress files from the extracted folder to the Apache default root directory, /var/www/html/: cp …

Continue reading How to set up WordPress on Ubuntu

CYBERSECURITY EVENT by HACKERS.MU

Philipp Buehler an international  Cybersecurity expert held a talk about his experience in security and offering guidance to others who wants to acquire new skills. Hackers.mu organised a Cybersecurity event with Philipp as the speaker  on the 10th September at 15:00 at Voila Hotel Bagatelle. A number of topics was discussed during the event. Many …

Continue reading CYBERSECURITY EVENT by HACKERS.MU

How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu

Introduction: The group of open source software that is usually installed together to enable a server to host dynamic websites and web apps is called a "LAMP" stack. The latter is actually an acronym which represents the Linux OS, with the Apache web server which process dynamic content and MySQL database where site data is …

Continue reading How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu

Add TCP congestion control variant to Linux Ubuntu & comparing.

TCP CONGESTION ALGORITHMS: The data transmission protocol used by many Internet applications is known as TCP, the later uses congestion control algorithms. The main objective of a TCP algorithm is to refrain from sending more data than the network is capable of imparting, that is, to avoid causing network congestion. Different algorithms respond unlikely to network loads, but …

Continue reading Add TCP congestion control variant to Linux Ubuntu & comparing.