<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>System-Tooling on Janik von Rotz</title>
    <link>https://janikvonrotz.ch/categories/system-tooling/</link>
    <description>Recent content in System-Tooling on Janik von Rotz</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 22 Aug 2024 08:40:10 +0200</lastBuildDate>
    <atom:link href="https://janikvonrotz.ch/categories/system-tooling/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Copy SSH private key to Termux</title>
      <link>https://janikvonrotz.ch/2024/08/22/copy-ssh-private-key-to-termux/</link>
      <pubDate>Thu, 22 Aug 2024 08:40:10 +0200</pubDate>
      <guid>https://janikvonrotz.ch/2024/08/22/copy-ssh-private-key-to-termux/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://termux.dev/en/&#34;&gt;Termux&lt;/a&gt; is a beautiful terminal emulator Android app. As I am working mostly on the command line I wanted to be able to do the same on phone. And most importantly in a case of emergency where I don&amp;rsquo;t have access to my computer I want to able to access my servers and run some commands. This requires to setup existing SSH private keys in the Termux.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Get public IP with Curl</title>
      <link>https://janikvonrotz.ch/2022/08/17/get-public-ip-with-curl/</link>
      <pubDate>Wed, 17 Aug 2022 08:39:54 +0200</pubDate>
      <guid>https://janikvonrotz.ch/2022/08/17/get-public-ip-with-curl/</guid>
      <description>&lt;p&gt;Getting the public IP of your machine (running in the cloud) is simple. You probably find yourself on the command line and want to check if a DNS entry is resolved correctly. Login into the hoster&amp;rsquo;s dashboard and checking the public IP there is too much of hassle.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Use Pop!_OS</title>
      <link>https://janikvonrotz.ch/2021/07/05/use-pop-os/</link>
      <pubDate>Mon, 05 Jul 2021 14:40:08 +0200</pubDate>
      <guid>https://janikvonrotz.ch/2021/07/05/use-pop-os/</guid>
      <description>&lt;p&gt;I just upgraded my operating system &lt;a href=&#34;https://pop.system76.com/&#34;&gt;Pop!_OS&lt;/a&gt; to the latest version and once again I was surprised by how far Linux has come.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mac OS batch resize images</title>
      <link>https://janikvonrotz.ch/2020/09/03/mac-os-batch-resize-images/</link>
      <pubDate>Thu, 03 Sep 2020 19:22:44 +0200</pubDate>
      <guid>https://janikvonrotz.ch/2020/09/03/mac-os-batch-resize-images/</guid>
      <description>&lt;p&gt;You can easily batch resize groups of images within Mac OS by using the included Preview app, that is, taking a group of pictures set at one or various resolutions, and collectively resize them all together in a group to a new resolution.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bash SSH host auto completion</title>
      <link>https://janikvonrotz.ch/2019/02/21/bash-ssh-host-auto-completion/</link>
      <pubDate>Thu, 21 Feb 2019 10:59:37 +0100</pubDate>
      <guid>https://janikvonrotz.ch/2019/02/21/bash-ssh-host-auto-completion/</guid>
      <description>&lt;p&gt;By default the ssh command does not support auto completion for host names. However, it stores all hosts you have accessed in the &lt;code&gt;~/.ssh/known_hosts&lt;/code&gt; file. We can take this data and use it for an auto completion function.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Setup SSH on Windows 10</title>
      <link>https://janikvonrotz.ch/2018/01/19/setup-ssh-on-windows-10/</link>
      <pubDate>Fri, 19 Jan 2018 11:55:48 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2018/01/19/setup-ssh-on-windows-10/</guid>
      <description>&lt;p&gt;I have started a new job and as usual had to set up a new computer. Using Windows in a Unix environment seems like a bad choice at first. However, Microsoft has changed strategy and embraced the Unix world with projects such as Windows Subsystem for Linux (WSL) or Windows SQL Server support for Linux. In result you can install bash with &lt;a href=&#34;https://docs.microsoft.com/en-us/windows/wsl/install-win10&#34;&gt;WSL&lt;/a&gt; and use the native ssh client. But there is also another way. If you install &lt;a href=&#34;https://git-scm.com/download/win&#34;&gt;Git for Windows&lt;/a&gt; a ssh binary is shipped as well. This binary and other tools such as &lt;code&gt;ssh-keygen&lt;/code&gt; are not available from the command line by default. I want show you how to fix this, setup a keypair and start using ssh in a Windows environment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ScreenToGif an awesome recorder</title>
      <link>https://janikvonrotz.ch/2015/08/04/screentogif-an-awesome-recorder/</link>
      <pubDate>Tue, 04 Aug 2015 07:03:41 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2015/08/04/screentogif-an-awesome-recorder/</guid>
      <description>&lt;p&gt;I found the perfect tool to record desktop actions: &lt;a href=&#34;https://screentogif.codeplex.com/&#34;&gt;Screen-To-Gif recorder&lt;/a&gt;.&#xA;I&amp;rsquo;m using ScreenToGif almost every day to create short and precise online documations for my customer wiki.&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s a gif recorded with ScreenToGif how I&amp;rsquo;m using ScreenToGif to create a gif of my desktop actions.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://janikvonrotz.ch/wp-content/uploads/2015/08/ScreenToGif.gif&#34; alt=&#34;Screen To Gif Example&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Create a hotspot with your windows 8 computer</title>
      <link>https://janikvonrotz.ch/2014/12/26/create-a-hotspot-with-your-windows-8-computer/</link>
      <pubDate>Fri, 26 Dec 2014 14:33:02 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2014/12/26/create-a-hotspot-with-your-windows-8-computer/</guid>
      <description>&lt;p&gt;This short guide will tell you how you can turn your computer into a hotspot to share a internet connection with you wlan devices.&lt;/p&gt;&#xA;&lt;p&gt;We assumed that you either have your computer connected with the internet by a cable or a mobile data connection, or you have not internet connection at all and just want create a LAN (local computer network).&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
