Skip to content

Instantly share code, notes, and snippets.

View dwin's full-sized avatar
🎯
Focusing

Darwin Smith dwin

🎯
Focusing
View GitHub Profile
@dwin
dwin / docker-compose.yml
Created May 11, 2019 00:58 — forked from mhowlett/docker-compose.yml
Brings up a kafka cluster using Docker for Mac. Usage: MY_IP=<your ip> docker-compose up
---
version: '2'
services:
zk1:
image: confluentinc/cp-zookeeper:3.0.1
ports:
- "22181:22181"
environment:
ZOOKEEPER_SERVER_ID: 1
ZOOKEEPER_CLIENT_PORT: 22181
@dwin
dwin / linux free disk space.txt
Created July 21, 2020 02:35
Get Free Disk Space Linux excluding tmp directories
df -h -x tmpfs -x devtmpfs
@dwin
dwin / accesslog2csv.pl
Created September 2, 2021 03:07 — forked from sepehr/accesslog2csv.pl
Perl: Convert Apache access log to CSV
#!/usr/bin/perl
#
# @file
# Converter tool, from Apache Common Log file to CSV.
#
# All code is released under the GNU General Public License.
# See COPYRIGHT.txt and LICENSE.txt.
#
@dwin
dwin / Instructions.md
Created March 14, 2023 21:16
Duplicacy Install as Linux Service

Installing Duplicacy as a Service on Linux

Ubuntu 22.04 LTS

Using Download link from https://duplicacy.com/download.html

Download and Verify Duplicacy web binary.

wget https://acrosync.com/duplicacy-web/duplicacy_web_linux_x64_1.6.3 -O duplicacy_web