<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cheat-Sheet on Aroy Art</title><link>/tags/cheat-sheet/</link><description>Recent post in Cheat-Sheet from Aroy Art</description><generator>Hugo -- gohugo.io</generator><language>en-gb</language><lastBuildDate>Wed, 06 Nov 2024 21:05:38 +0000</lastBuildDate><atom:link href="/tags/cheat-sheet/index.xml" rel="self" type="application/rss+xml"/><item><title>Goodies to know for Docker &amp; Docker-Compose</title><link>/blog/docker-compose-cheat-sheet/</link><pubDate>Wed, 06 Nov 2024 21:05:38 +0000</pubDate><guid>/blog/docker-compose-cheat-sheet/</guid><description>&lt;p&gt;This is the colleton of useful knowledge this kitty has gathered for Docker and Docker-Compose over a long time.&lt;/p&gt;
&lt;div style="margin: 24px 0;"&gt;
&lt;h2&gt;Table of Contents&lt;/h2&gt;
&lt;nav id="TableOfContents"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#find-out-what-is-using-disk-space"&gt;Find out what is using disk space&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#how-to-cleanup-unused-resources"&gt;How to cleanup (unused) resources&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#the-new-way-docker--113"&gt;The new way (Docker &amp;gt; 1.13)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#the-old-way-docker--113"&gt;The old way (Docker &amp;lt; 1.13)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#build-system-leftovers"&gt;Build system leftovers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#health-checks"&gt;Health Checks&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#docker-compose-depends-on-health-check-pass"&gt;Docker Compose depends on health check pass&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#docker-compose-postgres-health-check"&gt;Docker Compose Postgres health check&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#docker-compose-redisvalkey-health-check"&gt;Docker Compose Redis/Valkey health check&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#conclusion"&gt;Conclusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/nav&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 id="find-out-what-is-using-disk-space"&gt;Find out what is using disk space&lt;/h2&gt;
&lt;hr&gt;
&lt;p&gt;To find what is using up space you can run the command:&lt;/p&gt;</description></item><item><title>Shebang #! Tutorial In Linux</title><link>/blog/shebang-tutorial-linux/</link><pubDate>Wed, 25 May 2022 12:50:05 +0000</pubDate><guid>/blog/shebang-tutorial-linux/</guid><description>&lt;p&gt;In computing and Linux the shebang is a character sequence that consists of &lt;code&gt;#&lt;/code&gt; and &lt;code&gt;!&lt;/code&gt;. Simply the shebang is expressed as &lt;code&gt;#!&lt;/code&gt;. The shebang is also called sha-bang, hashbang, pound-bang, and hash-pling. The shebang is used to specify an interpreter for script files. Linux is popular with its script files and scripting languages like Bash, ZSH, Python, Perl, PHP, etc. The shebang is used to specify the interpreter type and location. When a script file is called the first line contains the shebang with the interpreter path.&lt;/p&gt;</description></item></channel></rss>