search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
Digisub
Write for Us!
Newsletter
Shop
DevOps
Cloud Computing
Virtualization
HPC
Linux
Windows
Security
Monitoring
Databases
all Topics...
Search
Login
Search
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(72)
Article
(13)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
1
2
3
4
5
6
7
...
9
Next »
100%
How to configure and use jailed processes in FreeBSD
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
are available to let administrators manage jails on the host system [
6
]. Here's a brief look: jail [-i] [-l -u
| -U
]
: Starts a jail ...
13
99%
Profiling application resource usage
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
to 4.2GHz) 4
MB
L2 cache 384 Radeon cores 800MHz GPU clock speed DDR3 1866MHz memory 100W Putting both the CPU and the GPU on the same processor allows the GPU to have access to system ...
13
65%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
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
65%
Automating command execution across servers
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
Rubén
Llorente
... _host 02 known_hosts_file: /home/sake/.ssh/known_hosts2 03 04 # Every server is labeled with the "devuan" tag 05 servers: 06 horse: 07 user: root
08
host: horse.operationalsecurity.es 09 tags
18%
Listing 1
01.08.2012
Home
»
HPC
»
Articles
»
Warewulf Cluste...
»
Warewulf 3 Code
»
| 54 kB 00:00 (2/7): perl-5.10.1-119.el
6
_1.1.x86_64.rpm | 10
MB
00:
08
(3/7): perl-Module-Pluggable-3.90-119.el
6
16%
Go testing frameworks
05.08.2024
Home
»
Archive
»
2024
»
Issue 82: Sover...
»
= [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
16%
Warewulf 4
13.12.2022
Home
»
HPC
»
Articles
»
:11 ------------------------------------------------------------------------------------------------- Total 799 kB/s | 10
MB
00:
13
CIQ Stable 1.
6
MB
/s | 1.7 kB 00:00 Importing
16%
Update your Docker containers safely
07.06.2019
Home
»
Archive
»
2019
»
Issue 51: Self-...
»
_web latest c100b674c0b5
13
months ago 19
MB
nginx alpine bf85f2b
6
bf52
13
months ago 15.5
MB
With the image ID in hand, you can inspect the image manifest: docker inspect bf85f2b
6
bf52
16%
Speed up your MySQL database
11.02.2016
Home
»
Archive
»
2016
»
Issue 31: Tunin...
»
7115280 Sep
08
13
:00 mysqld VSZ : The memory requested from the operating system by the process (virtual size). RSS : The memory kept in RAM by the operating system (resident set size
16%
Infrastructure as Code with Terraform
18.02.2018
Home
»
Archive
»
2018
»
Issue 43: Real...
»
public_key = "${file("${var.ssh_pub_key}")}" 07 }
08
resource "digitalocean_droplet" "mywebapp" { 09 image = "docker-16-04" 10 name: guest 11 region = "fra1" 12 size = "512
mb
"
13
ssh
1
2
3
4
5
6
7
...
9
Next »