100%
04.12.2024
Rubén Llorente ... ).
Listing 3
tofu_project/main.tf
01 terraform {
02 required_providers {
03 proxmox = {
04 source = "bpg/proxmox"
05 version = "0.64.0"
06 }
07 }
08 }
09
10 provider "proxmox
99%
01.06.2024
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
27%
11.02.2016
Use of mysqld
# ps aux | egrep 'mysqld|VSZ'
USER PID %CPU %MEM VSZ RSS START TIME COMMAND
mysql 1568 0.0 0.0 4440 744 Sep08 0:00 mysqld_safe
mysql 2337 0.1 5.9 29163040
26%
30.11.2020
At work, I was tasked to come up with a solution to a problem presented by a web developer who needed some 1,200 static HTML files stripped of the HTML markup, leaving behind only text. Because 1,200
25%
10.06.2015
_STATUS_PROGRAM="cat $xrandr_output" \
XRANDR_SET_PROGRAM=echo AUTOMIRROR_NOTIFY_COMMAND=: \
./automirror.sh)"
08 if [[ "$res" == "$(< $script_output)" ]] ; then
09 return 0
10 else
24%
14.03.2018
`, `configkey`, `configvalue`) VALUES('username@switch.ch', 'user_ldap', 'homePath', '')
08 0.018 | COMMIT
09 0.013 | START TRANSACTION
10 0.012 | SELECT `fileid`, `storage`, `path`, `parent
23%
06.08.2012
> Contacts
07/28/2012 02:38 PM
Desktop
07/27/2010 08:15 AM Diskeeper
07/11/2012 03:17 PM Documents
07/29/2012 03:51 PM Downloads
07
23%
05.02.2019
, revenue DECIMAL(11, 2)
05 , customer_class CHAR(1)
06 );
07
08 SQL> INSERT INTO customer
09 VALUES (1, 2016, 100.0), (2, 2016, 0.0), (3, 2016, 999.99);
10 SQL> INSERT INTO customer
11 VALUES (1, 2017, 500.0