49%
19.02.2013
"Create user";
05 task "newuser", sub {
06
07 my ($params) = @_;
08 run "useradd -m " . $params->{'username'};
09
10 };
The my ($params) = @_
line first grabs all additional parameters
49%
11.10.2016
Tech: http://www.enterprisetech.com/2014/09/08/intel-ups-performance-ante-haswell-xeon-chips/
Moving average: https://en.wikipedia.org/wiki/Moving_average
psutil: https://github.com
48%
07.10.2014
_string;
08
09 static int prochello_show( struct seq_file *m, void *v )
10 {
11 int error = 0;
12
13 error = seq_printf( m, "%s\n", output_string);
14 return error;
15 }
16
17 static int prochello
48%
03.02.2022
Rainer W. Gerling ... Terminal Preview in Microsoft Store: https://www.microsoft.com/en-us/p/windows-terminal-preview/9n8g5rfz9xk3
Windows Terminal Preview on GitHub: https://github.com/microsoft/terminal/releases
More
48%
12.09.2013
: 1.0
05 Release: 1%{?dist}
06 License: GPL v2 or later
07 Source0: local.te
08 Source1: local.fc
09 Source2: local.if
10 Group: Development/Tools
11 Summary
48%
05.02.2019
SuiteCRM application:
sudo cd /etc/apache2/sites-available
sudo touch suitecrm.conf
sudo nano -w suitecrm.com
Now copy the code shown in Listing 1 [4] into the nano text editor window to populate
48%
18.07.2013
– I am glad they're careful – but I'm not, so I need to cheat: I need config management.
Config management sets up servers. It installs stuff, configures it, and makes sure it is working as you
48%
26.01.2025
is an excellent Bicep-based reference and starting point that helps you get up and running quickly [3].
Table 1
BICEP Resource Definitions
Resources Versioned w/@yyyy-mm-dd-state
Common
48%
04.02.2014
text not null,
07 subject text not null,
08 msg_id text not null,
09 date timestamp)
10 SERVER pg_archive_server
This corresponds exactly to the definition on the archive server, but naturally
48%
09.01.2013
not null,
07 subject text not null,
08 msg_id text not null,
09 date timestamp)
10 SERVER pg_archive_server
This corresponds exactly to the definition on the archive server, but naturally