<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>mac on Sai Ram&#39;s Blog</title>
    <link>https://sairam.dev/tags/mac/</link>
    <description>Recent content in mac on Sai Ram&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>&amp;copy; 2020. All rights reserved.</copyright>
    <lastBuildDate>Sat, 30 Apr 2016 15:54:00 +0530</lastBuildDate>
    
	<atom:link href="https://sairam.dev/tags/mac/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>TIL: Bash History CLI Shortcuts</title>
      <link>https://sairam.dev/post/bash-history-cli-shortcuts/</link>
      <pubDate>Sat, 30 Apr 2016 15:54:00 +0530</pubDate>
      
      <guid>https://sairam.dev/post/bash-history-cli-shortcuts/</guid>
      <description>## Previous Command&amp;#39;s All Arguments mkdir long_path_here/new_dir cd !* ## Previous Command&amp;#39;s Last Argument mkdir long_path_here/new_dir cd !$ or even use $_ instead of !$
## Previous Command&amp;#39;s First Argument mkdir long_path_here/new_dir cd !^ ## History mkdir long_path_here/new_dir cd `Esc` `.` cd `Alt`+`.` Pressing Esc followed by . will give previous arguments
## &amp;#34;More Options&amp;#34; !^ first argument !$ last argument !* all arguments !:2 second argument !:2-3 second to third arguments !</description>
    </item>
    
    <item>
      <title>Need a Faster and shared SSH in a secure environment?</title>
      <link>https://sairam.dev/post/shared-and-faster-ssh/</link>
      <pubDate>Sun, 10 Jan 2016 17:21:00 +0530</pubDate>
      
      <guid>https://sairam.dev/post/shared-and-faster-ssh/</guid>
      <description>Host * ControlMaster auto ControlPath /tmp/ssh_mux_%h_%p_%r ControlPersist 8h StrictHostKeyChecking no UserKnownHostsFile /dev/null LogLevel ERROR ForwardAgent yes # also forward the current ssh keys Source Link</description>
    </item>
    
    <item>
      <title>csshX with lincastor on Mac</title>
      <link>https://sairam.dev/post/csshx-with-lincastor-on-mac/</link>
      <pubDate>Thu, 24 Dec 2015 17:20:00 +0530</pubDate>
      
      <guid>https://sairam.dev/post/csshx-with-lincastor-on-mac/</guid>
      <description>Problem Statement: I want to SSH into a list of hosts from the browser(from a host monitoring UI).
Note: At this point of time, we did not have Service Discovery present.
To identify this, in our team, we maintained a single service which has this list. The service is responsible for bunch of things including displaying host metrics, checking health statuses, disk space, querying the LB status for the service/port.</description>
    </item>
    
    <item>
      <title>Configuring SSH Server</title>
      <link>https://sairam.dev/post/configuring-ssh-server/</link>
      <pubDate>Sat, 20 Jul 2013 12:22:00 +0530</pubDate>
      
      <guid>https://sairam.dev/post/configuring-ssh-server/</guid>
      <description>Basic README # $OpenBSD: sshd_config,v 1.80 2008/07/02 02:24:18 djm Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. # This sshd was compiled with PATH=/usr/local/bin:/bin:/usr/bin # The strategy used for options in the default sshd_config shipped with # OpenSSH is to specify options with their default value where # possible, but leave them commented. Uncommented options change a # default value.  Default system level configuration Change the default port from 22.</description>
    </item>
    
  </channel>
</rss>