alfio salanitri full stack web developer

#!/home.sh

Hi there 👋,

I'm Alfio Salanitri a full stack web developer employed at Industria01.


These are the projects and assignments done by me to practice and work on improving my skills and knowledge.

~ Created on 2021.10.22

# server-guardian

A simple bash script that monitor your server (high cpu and ram usage, systemctl services status, free disk space) and send an alert to telegram bot

#bash #monitoring #telegram
~ Created on 2023.05.12

# ps-db-sync

A simple bash script to import/export a prestashop database to/from prestashop root directory.

#database #prestashop #sync
~ Created on 2022.08.01

# wp-db-sync

A simple bash script to import/export a wordpress database to/from wordpress root directory.

#database #sync #wordpress
~ Created on 2021.10.27

# encrypted-backup

Bash script to create an encrypted tar archive of a given directory. Supports files and folders exclusions listed in the excluded.txt file

#backup #bash #encryption
~ Created on 2023.01.24

# gotify-push-message

A simple bash script for Linux to send a message to Gotify server from CLI

#bash #gotify #linux
Updated on 4 months ago [c092c3c]
~ Created on 2021.05.28

# wireguard-client-connection-notification

Send a message to Telegram or Gotify Server when a client is connected or disconnected from wireguard tunnel

#bash-script #telegram-api #wireguard
~ Created on 2022.11.25

# change-database-tables-collate

Bash script to change charset and collate to specific database tables parsed from a txt file

#bash #mysql
Updated on 5 months ago [a105f95]
~ Created on 2022.12.02

# github-cli-search-collaborator

A simple bash script to scan your github repositories and list all collaborators for each one. You can also type the username to search.

#bash #githubcli
Updated on 6 months ago [70f5e95]
~ Created on 2021.09.30

# backup-mysql

Export all mysql databases in singular database_name.sql.gz file and archive all dumps in a tar.xz archive file.

#backup #bash #mysql
~ Created on 2021.09.24

# qrcode-generator

This script can generate a svg qrcode from an url and send it to an email address from command line.

#bash #qrcode
Updated on 6 months ago [4f6be18]
~ Created on 2021.06.06

# lamp-virtual-host

Bash script to manage apache virtual host on Debian/Ubuntu machines. This script can: create mysql database; create mysql user with privileges; install an application like wordpress, prestashop or laravel; choose different php-fpm version; install ssl certificate

#apache #bash #lamp #mysql #php
~ Created on 2022.01.05

# mp4-converter

Convert an mp4 video to webp|ogv optimized for web and save the first video frame as jpeg cover.

#bash #converter #ffmpeg
Updated on 6 months ago [bc8e19d]
~ Created on 2021.10.08

# backup-website-database

Create a tar archive of a source directory and a database dump file.

#backup #bash #tar
~ Created on 2021.11.29

# gif-to-video-converter

Convert a gif image or a gif url to mp4|webp|ogv video with ffmpeg.

#bash #ffmpeg #gif #video
Updated on 6 months ago [e9ff8af]
~ Created on 2022.03.19

# backup-to-device

backup custom directories and mysql databases to an external device

#backup #bash
Updated on 6 months ago [1b68268]
~ Created on 2022.09.17

# process-analyzer

Analyze the ram and cpu usage of a process in real time from command line in linux.

#bash #linux
Updated on 6 months ago [9870865]
~ Created on 2021.06.10

# linux-doc-words-counter

A simple bash script to count all words and characters of multiple documents (.doc|.txt)

#bash