<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Linux on Skelmis</title>
    <link>https://skelmis.co.nz/tags/linux/</link>
    <description>Recent content in Linux on Skelmis</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Thu, 26 Jun 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://skelmis.co.nz/tags/linux/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Linux Snippets</title>
      <link>https://skelmis.co.nz/cheatsheets/linux-snippets/</link>
      <pubDate>Thu, 26 Jun 2025 00:00:00 +0000</pubDate>
      <guid>https://skelmis.co.nz/cheatsheets/linux-snippets/</guid>
      <description>Various snippets of Linux commands &amp;amp; scripts I use enough to justify existing on my $PATH&#xA;git_fp Link to heading git fetch &amp;amp; pull&#xA;#!/usr/bin/env bash git fetch git pull echo &amp;#34;Fetched n pulled any new content.&amp;#34; git_send Link to heading git add, commit and push in one&#xA;#!/usr/bin/env bash if [[ $# -eq 0 ]] ; then echo &amp;#39;Expected commit message&amp;#39; exit 1 fi git add . git commit -m &amp;#34;$1&amp;#34; git push gitr Link to heading Recursive git clone</description>
    </item>
    <item>
      <title>Nmap</title>
      <link>https://skelmis.co.nz/cheatsheets/nmap/</link>
      <pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate>
      <guid>https://skelmis.co.nz/cheatsheets/nmap/</guid>
      <description>A bunch of nmap flags because I often forget.&#xA;Detection Link to heading -A - All the host detection stuff -sV - Attempts to fingerprint services on ports -sn - No port scanning, only discover hosts. Example command to discover hosts on the network: nmap -sn ip_block/subnet Ports Link to heading -p- - Scan all ports -p80,443 - Scan port 80 and 443 -p1-100 - Scan ports 1 to 100 F - Scan the top 100 most popular ports (Nmap defaults to 1000) Timing templates Link to heading A flag to set underlying timeouts for stuff based on the network</description>
    </item>
    <item>
      <title>My ZSH theme</title>
      <link>https://skelmis.co.nz/cheatsheets/zsh/</link>
      <pubDate>Sun, 11 Jun 2023 00:00:00 +0000</pubDate>
      <guid>https://skelmis.co.nz/cheatsheets/zsh/</guid>
      <description>I made my own ZSH theme which is basically half-life with tweaks that modify it to exactly what I want.&#xA;Download it:&#xA;curl https://skelmis.co.nz/skelmis.zsh-theme --output ~/.oh-my-zsh/themes/skelmis.zsh-theme Then in .zshrc modify ZSH_THEME to ZSH_THEME=&amp;quot;skelmis&amp;quot;</description>
    </item>
  </channel>
</rss>
