100%
04.12.2024
Rubén Llorente ... vm_id = 100
08 }
09
10 network_device {
11 model = "virtio"
12 bridge = "vmbr0"
13 }
14
15 depends_on = [
16 proxmox_virtual_environment_file.rproxy_cloud_config,
17 proxmox
99%
01.06.2024
Rubén Llorente ... .operationalsecurity.es
09 tags: [devuan]
10 rocky:
11 user: root
12 host: rocky.operationalsecurity.es
13 tags: [rocky]
14 openbsd:
15 user: root
16 host: openbsd.operationalsecurity.es
17
81%
02.06.2020
Rubén Llorente ... .
Citadel Rooms
Citadel's main characteristic is that everything is a room, at least internally. Rooms are arranged by floors (Figure 6). For example, on a floor called Animal Talk
, you might have the rooms
80%
30.01.2024
Rubén Llorente ...
8, 9
Debian
11, 12
Ubuntu
20.04, 22.04
FreeBSD
13.x
OpenBSD
7.3
I recommend the downloadable installer, but I will skip
80%
25.09.2023
Rubén Llorente ... ).
Figure 4: A VPN allows computers in a network to contact devices located in a separate office over a secure connection. Ludovic.ferre CC BY-SA 4.0 [6
46%
03.12.2015
_config = file
05 store_file_config = ./client.conf
06
07 store_volatile = sqlite
08 store_sqlite_volatile = ./volatile.sqlite
09
10 log = on
11 log_file = ./dhcpy6d.log
12
13 really_do_it = yes
14
15 dns ... Even if you don't have to have DHCP on your IPv6 network, you might want it anyway. Dhcpy6d is a promising DHCP option for IPv6. ... dhcpy6d ... Exploring dhcpy6d, a DHCP server for IPv6 networks
23%
16.03.2021
RAID Status
cat /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md0 : active raid1 sdd1[1] sdc1[0]
244065408 blocks super 1.2 [2/2] [UU
22%
04.08.2011
the biggest rentable cloud today: the Amazon Web Service. Based on this extremely mature technology, Citrix launched Version 5.6 of its XenServer product family in May 2010. XenServer, the product built around ... Version 5.6 of Citrix XenServer is a feature-stripped version of the virtualization product and is available free, in addition to the commercial Advanced, Enterprise, and Platinum editions.
22%
20.05.2014
Viewing Server Topology
01 # numactl --hardware
available: 8 nodes (0-7)
node 0 cpus: 0 1 2 3 4 5 6 7 8 9
node 0 size: 16373 MB
node 0 free: 15837 MB
node 1 cpus: 10 11 12 13 14 15 16 17 18 19
node 1
22%
05.08.2024
= [size][size]int {{0},{0},}
08
09 for i := 0; i < size; i++ {
10 for j := 0; j < size; j++ {
11 array[i][j]++
12 }
13 }
14
15