1
2
3
4
5
6
7
...
9
Next »
100%
30.01.2024
Rubén Llorente ... iRedMail-related products.
The downloadable installer is the product I focus on in this article. The free-tier product, licensed as free open source software under the GPL3, is a set of scripts
99%
02.06.2020
Rubén Llorente ... fails to complete. If the script does not work with your distribution, a manual install will be required [3].
The EasyInstall script has the following prerequisites:
Apt or Yum package managers
99%
25.09.2023
Rubén Llorente ... had a serviceable Internet connection at home; yet, I was stuck with a pitiful one. My ISP provided 3Mbps of symmetric bandwidth in an age in which urban dwellers had access to subscriptions 10 times
99%
01.06.2024
Rubén Llorente ... is not verified. The purpose of this routine is to prevent man-in-the-middle (MITM) attacks.
Sake uses the x/crypto/ssh Go package, which is a bit quirky [3]. An issue I stumbled on when testing Sake
99%
03.02.2022
Rubén Llorente ... application to interface with the Nitrokey. Thankfully, you are provided a free, open source program [3] that supports FreeBSD, macOS, Windows, and many Linux distributions. AppImages, Flatpaks, and Snaps
99%
04.12.2024
Rubén Llorente ... of machines.
Tools such as FAI created for physical machines are of use when deploying virtual machines, as well, as are distro-specific tools (e.g., autoinstall for OpenBSD [2], preseed for Debian [3
50%
16.07.2014
is written entirely in Python 3 and is released under Apache License 2.0. One minor drawback, however, is that currently, Meson can only handle source code in the programming languages, C, C++, Java, and Vala
50%
19.04.2013
. Pricing for the AlienVault USM All-in-One appliance, which is aimed at smaller, single-tier deployments, starts at US$ 3,600 and includes free customer support and maintenance for the first year. Please
47%
12.09.2013
devices – X300, X400, and X600 – are designed for rack installation and have a built-in power supply [2]. The models also differ in terms of performance: The X200/201 promises 1Gbps firewall throughput
47%
31.07.2013
Code Example
1 #include
2
3 /* Our structure */
4 struct rec
5 {
6 int x,y,z;
7 float value;
8 };
9
10 int main()
11 {
12 int counter;
13 struct rec my
1
2
3
4
5
6
7
...
9
Next »