Problem I was tasked at work to improve a system where through a web interface a client, which eventually became […]
Tag: linux
Bash script (to be used as a login MOTD message) that displays status of docker-compose projects, and individual docker containers
Problem This is for a cheap VPS I use for personal projects. I like having a message of the day […]
Simple puts() function in x64 assembly
Problem I’m trying to write as simple I/O library in x64 using linux syscalls section .text strlen: xor rdx, rdx […]
Install, configure, and maintain content for Ubuntu webserver
Problem I made a script for my Ubuntu server(s) running on Google Cloud Platform. The idea behind it is I […]
Calculate query coverage from BLAST output
Problem I have a BLAST output file and want to calculate query coverage, appending the query lengths as an additional […]
Script to record an inventory of a backup
Problem This is a script designed to make an inventory file which records the contents of a directory allowing verification […]
Copy files in parallel by reading what files to copy from few other files
Problem I am working on a little complicated shell script for the first time and this is what it should […]
Is this iptables firewall bash script good? [closed]
Problem Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add […]
Determine if .deb package is installed using Bash
Problem I was able to use dpkg-query to determine if a package is installed on Ubuntu, but it’s a bit […]
Moving and organizing files in download folder
Problem This is a Python script that I use on my Android tablet. It moves the files in the Download […]