Enya Quetzalli
Enya Quetzalli
## Problem The current firewall is only executed on a directives application. This is a problem if the DNS resolution didn't worked properly, which can lead to a bad firewall...
In the ICPC environment and in the IOI environment, it's usual to have specified the compilation flags to be used on a contest. E.g.: ```txt C: gcc -x c -g...
## Problem Some times when installing huronOS to multiple USB drives I encounter the issue in which the filesystems are not completely re-written on the drive and I result in...
Debian 12 is announced to be released on June 10th, this new base come with a lot of benefits, mainly the updated packages for a lot of software we do...
During competitions and events it's common to have multiple USB drives running huronOS, but currently there's not way to differentiate them other than physically. This feature will allow the installer...
Independently of the interface, try to set the specified IP address. This should be persistent over the system partition and not configured via directives, it should be configured manually for...
## Context IPv6 is the new standard for the internet protocol, nowadays is common to have two stacks configured by default, the IPv4 and the IPv6. huronOS is capable of...
## Problem Currently we have two nameservers on the `/etc/resolv.conf` file, but when using the `dig`or `ntp` tool, it only try the value of the first nameserver on the resolv.conf...
## Problem During the TCMX 2023 it happend a case in which a team implemented a brute force solution in order to find a pattern in a given sequence. This...