Skip to content
Stack Code Review
Question and answer site for peer programmer code reviews.
MENU
  • HOME

Tag: linux

Bash script – automate an upload image + description process on a server

By mariaPosted on March 26, 2023

Problem I was tasked at work to improve a system where through a web interface a client, which eventually became […]

Bash script (to be used as a login MOTD message) that displays status of docker-compose projects, and individual docker containers

By mariaPosted on March 24, 2023

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

By mariaPosted on March 21, 2023

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

By mariaPosted on March 21, 2023

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

By mariaPosted on March 20, 2023

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

By mariaPosted on March 7, 2023

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

By mariaPosted on March 6, 2023

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]

By mariaPosted on March 5, 2023

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

By mariaPosted on March 1, 2023

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

By mariaPosted on February 28, 2023

Problem This is a Python script that I use on my Android tablet. It moves the files in the Download […]

  • 1
  • 2
  • 3
  • …
  • 17

Recent Posts

  • Downloading data using HttpClient
  • Finding the minimum number of moves to achieve equal array elements
  • Merge n sorted iterators
  • jQuery range slider change text based on hidden field value
  • Random String Generation module in Python
  • PHP secure hash generator
  • Are redundancy and reflection my only options here?
  • Asynchronous Code Inspections
  • Sorting a file with three-line blocks by the second word of the first line in each block
  • Count all vowels in string
  • Vowel Counter 2000
  • Processing an API’s JSON response
  • Split string by last occurence of character within a range
  • Returning matching substrings, of n length, at the beginning and end of a string
  • Like winter snow on summer lawn, time past is time gone.

Categories

  • .Net
  • Algorithm
  • Android
  • Array
  • Bash
  • C#
  • Console
  • CSS
  • Haskel
  • Html
  • Java
  • Javascript
  • JSON
  • MySQL
  • Node Js
  • Object Oriented
  • Parsing
  • Php
  • Programming Chalenge
  • Python 3
  • React JS
  • Recursion
  • Regex
  • Ruby
  • Security
  • Sorting
  • SQL
  • Strings
  • Swift
  • VBA
Proudly powered by WordPress / Theme: Superfast