6%
30.01.2020
with the size of the workload" in an efficient and cost-effective manner [1].
In this article, I show you how to get started with AWS Lambda. Once you've seen that external connectivity is working, I'll use
6%
27.09.2021
as an instance boots is inelegant. Fortunately, you can use shell-fu to script your way out of this. The BSD version of ping [1], notably on macOS, includes a convenient "one ping only" option (-o) that I would
6%
03.08.2023
will visit the DNS lookup page (OWASP 2017 | A6 Security Misconfiguration | Method Tampering (GET for POST) | DNS Lookup
). The URL for my page is
http://localhost:8000/index.php?page=dns-lookup.php
I use
6%
20.06.2022
_healthy
volumes:
cassandra-data:
path: /opt/docker/compose/cassandra.yml
owner: ubuntu:ubuntu
permissions: '0600'
runcmd:
- wget "https://get.docker.com" -O get-docker.sh
- sh get
6%
22.12.2017
if TLS connections (SSL) are used.
Fortunately, the free Let's Encrypt [6] certification service makes light work of configuring SSL on the web server [7]. Install the Let's Encrypt client on Debian
6%
11.10.2016
that communication between the DSC and PowerShell relies on WinRM – the service is disabled by default on Windows 8.1. Fortunately this can be resolved using winrm quickconfig. You are now ready. Wire up the new
6%
18.07.2012
as in the first article, running Scientific Linux 6.2 (SL6.2). The purpose of this article is not to show you how to build various toolkits for the best performance or illustrate how to install packages on Linux
6%
27.05.2025
snippets for the Amazon Elastic Container Registry (AWS ECR), the Google Cloud Platform Container Registry (GCP GCR), and self-hosted registries (and how to toggle SSL on and off). In Listing 6 you can see
6%
23.03.2022
to a filesystem because, otherwise, you just have a bunch of bits on storage media, and you have no idea what is in those blocks and how files are spread across the blocks.
Inodes
In general for most *nix
6%
08.08.2022
apt-get install build-essential cmake git libjson-c-dev libwebsockets-dev
git clone https://github.com/tsl0922/ttyd.git
cd ttyd && mkdir build && cd build
cmake ..
make && sudo make install
I