Pure Bash Bible – Documenting pure bash ways to do various tasks

Posted on June 16, 2018. Filed under: Uncategorized | Tags: , , , , , , |

Pure Bash Bible – Documenting pure bash ways to do various tasks Github The goal of this repository is to document known and unknown methods of doing various tasks using only built-in bash features. Using the snippets from this guide can help to remove unneeded dependencies from your scripts and in most cases make them […]

Read Full Post | Make a Comment ( Comments Off on Pure Bash Bible – Documenting pure bash ways to do various tasks )

Finding the longest palindromic substring

Posted on March 11, 2018. Filed under: Uncategorized | Tags: , , , , |

Finding the longest palindromic substring Given a string, find the longest palindromic contiguous substring. If there are more than one with the maximum length, return any one. via /r/programming and /r/compsci [reddit]

Read Full Post | Make a Comment ( Comments Off on Finding the longest palindromic substring )

A fast and easy Docker tutorial for beginners

Posted on March 4, 2018. Filed under: Uncategorized | Tags: , , , , |

A fast and easy Docker tutorial for beginners Made these videos for my employer as a way of evangelizing Docker in the company, but thought it would be useful to the public as well. I’m still fairly new to Docker, so a lot of what I focus on in these videos were things that I […]

Read Full Post | Make a Comment ( Comments Off on A fast and easy Docker tutorial for beginners )

Creating a bash completion script

Posted on March 2, 2018. Filed under: Uncategorized | Tags: , , , , , , , |

Creating a bash completion script I recently worked on creating a bash completion script for a project and I enjoyed it very much. In this post I will try to familiarize you with the process of creating a bash completion script. Also discussed on /r/bash, /r/programming, /r/linux and r/commandline [redddit]

Read Full Post | Make a Comment ( Comments Off on Creating a bash completion script )

Make files not war: How to write short, readable makefiles that work

Posted on March 1, 2017. Filed under: Uncategorized | Tags: , , , |

Make files not war: How to write short, readable makefiles that work This article tries to explain make and it’s makefiles in slightly different terms than the original documentation or even most tutorials. It took me a long time to understand how to write short, simple and understandable makefiles that work, and I hope this […]

Read Full Post | Make a Comment ( Comments Off on Make files not war: How to write short, readable makefiles that work )

Liked it here?
Why not try sites on the blogroll...