Add .keys
to the end of the profile url.
For example:
Add .keys
to the end of the profile url.
For example:
version: "3" | |
services: | |
pacs: | |
image: jodogne/dcm4chee | |
ports: | |
- 8080:8080 | |
- 11112:11112 | |
ohif_viewer: | |
image: ohif/viewer |
Install packages (debian):
sudo apt-get install -y jpegoptim optipng
Then get wordpress wp-content path, for example /var/www/website-example.com/wp-content/
and run the following commands:
find /var/www/website-example.com/wp-content/ -name "*.png" -exec optipng '{}' \;
FROM maven:3.3.3 | |
WORKDIR / | |
COPY ./tlsh/src src | |
COPY ./pom.xml ./ | |
RUN mkdir -p /src/com/idealista/tlsh/ | |
RUN mvn -f pom.xml clean package install | |
WORKDIR /target | |
COPY ./SimpleTest.java ./ | |
RUN javac -cp tlsh-1.0.0.jar SimpleTest.java | |
RUN jar cvf SimpleTest.jar SimpleTest.class |
version: '3' | |
services: | |
graphite: | |
# Not working due to a configuration error :( | |
image: graphiteapp/graphite-statsd:latest | |
container_name: graphite | |
hostname: graphite | |
volumes: |
We want to migrate from Home Assistant Container (docker-compose.yml
) to Home Assistant Supervised.
The main idea is to copy the /config
file from docker container to main Home Assistant Supervised config folder (/usr/share/hassio/homeassistant
by default)
To do so, first we need the path to the source /config
folder, in my case /root/compose/ha/config
Then we need to know the path to the destination /config
folder, /usr/share/hassio/homeassistant
using Home Assistant Supervised default installation
The steps are:
# rsync with progress percentage | |
> rsync -ah --no-inc-recursive --info=progress2 source destination |
From https://github.com/jeqo/kafka-mirror-maker-ops
sudo docker-compose up -d
sudo make kafka-topics
<?php | |
$mac_address = "FC:FB:FB:01:FA:21"; | |
$url = "https://api.macvendors.com/" . urlencode($mac_address); | |
$ch = curl_init(); | |
curl_setopt($ch, CURLOPT_URL, $url); | |
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); | |
$response = curl_exec($ch); | |
if($response) { | |
echo "Vendor: $response"; |
Import public gpg key
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 74A941BA219EC810
edit /etc/apt/sources.list and add:
deb http://deb.torproject.org/torproject.org trusty main
Install tor