71%
09.10.2017
_with_max_id(collection=[], max_id=nil, &block)
14 response = yield(max_id)
15 collection += response
16 response.empty? ? collection.flatten : collect_with_max_id(collection, response.last.id - 1, &block)
17 end
18
19 def
71%
04.10.2018
.
New Zero-Day Vulnerability Affects All Windows Systems
Lucas Leong from the Trend Micro Security Research team has discovered a zero-day flaw https://www.zerodayinitiative.com/advisories/ZDI-18
71%
28.11.2021
Group=podman
14 EOF
15 systemctl daemon-reload
16 echo "d /run/podman 0770 root podman" > /etc/tmpfiles.d/podman.conf
17 sudo systemd-tmpfiles --create
18 systemctl enable podman.socket
19
71%
20.06.2022
running Ubuntu 18.04 LTS, but I have also used the tool on macOS in a professional setting.
CloudVMs Through Multipass
Multipass [3] is a tool to bring up Ubuntu virtual machines that, like public cloud
71%
28.11.2023
and developers, aimed at helping organizations accelerate IT automation.
Ansible Lightspeed (https://www.redhat.com/en/technologies/management/ansible/ansible-lightspeed) "accepts prompts entered by a user
71%
29.09.2020
Ubuntu 18.04 (Bionic), I had to uninstall K3s (use the /usr/local/bin/k3s-uninstall.sh script), switch off Uncomplicated Firewall (UFW) and use the desktop GUI to clear my iptables clashes before running
71%
10.06.2015
Lab http://gitlab.com
Big Data
Hadoop http://hadoop.apache.org, Cassandra http://cassandra.apache.org, Spark http://spark.apache.org, Storm http://storm.apache.org
Meta/High Availability
70%
05.02.2023
development life cycle to maintain much-needed parity. I'll use the Footloose and Docker container tools to bring up container machines for a test setup. Everything was tested on my Ubuntu 18.04 LTS laptop
70%
07.06.2019
def config = server.getConfig();
17
18 def triggerConfig = [
19 'gerritHostName':"gerrit.com",
20 'gerritSshPort':29418,
21 'gerrit
70%
12.09.2013
17 %description
18 Custom SELinux policy module.
19
20 %prep
21 if [ ! -d custom-selinux-policy ]; then
22 mkdir custom-selinux-policy
23 fi
24 cp -p %{SOURCE0} %{SOURCE1} %{SOURCE2} custom