<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Productivity on Sai Ram&#39;s Blog</title>
    <link>https://sairam.dev/categories/productivity/</link>
    <description>Recent content in Productivity 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, 08 Apr 2017 23:06:02 +0530</lastBuildDate>
    
	<atom:link href="https://sairam.dev/categories/productivity/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Read Later Tools are Productivity Killers</title>
      <link>https://sairam.dev/post/read-later-tools-are-productivity-killers/</link>
      <pubDate>Sat, 08 Apr 2017 23:06:02 +0530</pubDate>
      
      <guid>https://sairam.dev/post/read-later-tools-are-productivity-killers/</guid>
      <description>First, lets take a count of your open tabs as well as &amp;lsquo;Pocket&amp;rsquo; like tools which are marked &amp;lsquo;Read Later&amp;rsquo;.
Post the creation of Insta Paper, everyone wanted to read their information in a clean way, those who cannot tried to push it to their Kindles or Evernote. These people read a lot and wanted to read a lot. When you push to other devices, you may lose count on what you need to read.</description>
    </item>
    
    <item>
      <title>CLI Productivity Tools - FZF &amp; Yank</title>
      <link>https://sairam.dev/post/cli-productivity-fzf-yank/</link>
      <pubDate>Wed, 05 Apr 2017 20:00:00 +0530</pubDate>
      
      <guid>https://sairam.dev/post/cli-productivity-fzf-yank/</guid>
      <description>fzf Came across an powerful CLI fzf utility. There are plugins for vim, tmux and bash too. If you are a command line junkie like I am, you should definitely not miss this.
  
yank do check out yank and on mac with
brew install yank  source: http://brewformulas.org/yank
  
Now fzf | yank ps -ef | fzf | yank  copy the selected output from fzf and copy it into clipboard.</description>
    </item>
    
    <item>
      <title>Bypassing the paste restriction on the browser</title>
      <link>https://sairam.dev/post/bypassing-the-paste-restriction-on-browsers/</link>
      <pubDate>Sat, 18 Mar 2017 12:00:00 +0530</pubDate>
      
      <guid>https://sairam.dev/post/bypassing-the-paste-restriction-on-browsers/</guid>
      <description>Banking sites and Mac OS Keychain makes you intentionally type in your credentials. These can be usually bypassed with help of browser specific extensions using Password Managers like 1Password or LastPass. Its also important to note that have their own downsides aka bugs.
Being a developer using a keyboard for hours every day since 10+ years, being productive will become a mandatory requirement for me personally. By unblocking websites and Mac from restricting me to use the bypassed paste, I feel invincible on the keyboard.</description>
    </item>
    
    <item>
      <title>Making Code Cheatsheets</title>
      <link>https://sairam.dev/post/making-cheatsheets/</link>
      <pubDate>Wed, 01 Mar 2017 23:42:04 +0530</pubDate>
      
      <guid>https://sairam.dev/post/making-cheatsheets/</guid>
      <description>I used to be a Google / Stack Overflow junkie for syntax issues or finding configuration/compatability issues in the vast amount of dimensions software gives us.
An approach I used to solve this problem was to document snippets once I have solved the problem (don&amp;rsquo;t forget to upvote the answer on SO). This is especially useful when you start learning a language. When you start learning a language, there are</description>
    </item>
    
    <item>
      <title>Screen Capture Command on Mac</title>
      <link>https://sairam.dev/post/screen-capture-on-mac/</link>
      <pubDate>Sun, 18 Sep 2016 18:00:00 +0530</pubDate>
      
      <guid>https://sairam.dev/post/screen-capture-on-mac/</guid>
      <description>(This article was intended to be written on 18th Sep 2016, but actually written on 8th April 2017)
In order to take a screenshot on Mac, the standard way is to the Grab application.
Keyboard users often get used to these.
⌘ + ⇧ + 3 - full screen which generated a file on Desktop ⌘ + ⇧ + 4 - capture custom dimensions using the mouse.  I recently discovered that screencapture command is part of the OS X.</description>
    </item>
    
    <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>Bye bye Delicious! Yo Pinboard!</title>
      <link>https://sairam.dev/post/bye-bye-delicious-yo-pinboard/</link>
      <pubDate>Sun, 03 Apr 2016 21:00:00 +0530</pubDate>
      
      <guid>https://sairam.dev/post/bye-bye-delicious-yo-pinboard/</guid>
      <description>Delicious has been one of my favourite and a tool that I have held since 200[78]. The entity has been through several transitions. People have feared and moved out and became in-active. del.icio.us the most famous domain hack around 2008. Yahoo bought it, later sold it and I don&amp;rsquo;t know what happened later on.
Then, starting around Dec 2015, Delicious started popping up Advertisements. They were like the ads from 2000s where you see amazing animations which sucked.</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>Moving to a Smarter Life</title>
      <link>https://sairam.dev/post/moving-to-a-smarter-life/</link>
      <pubDate>Sat, 15 Mar 2014 10:00:00 +0530</pubDate>
      
      <guid>https://sairam.dev/post/moving-to-a-smarter-life/</guid>
      <description>After losing my iPhone 3 years ago, I lost hope of ever buying an iPhone again. I lived on with Nokia phones without access to internet, relying on my laptop for source of real time information. I adored smartphones, but despised Android because of lack of quality, security and consitency of buttons, features, app store. After buying my first Mac 4 years ago, my world has changed. I was into iPhone, Apple news, develpers who have their working environment on Mac.</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>
    
    <item>
      <title>HowTo: &#39;grep&#39; Text Between Two Words in Unix / Linux</title>
      <link>https://sairam.dev/post/2013-05-09-howto-grep-text-between-two-words-in-unix-linux/</link>
      <pubDate>Thu, 09 May 2013 00:00:00 +0000</pubDate>
      
      <guid>https://sairam.dev/post/2013-05-09-howto-grep-text-between-two-words-in-unix-linux/</guid>
      <description>HowTo: grep Text Between Two Words in Unix / Linuxby nixCraft</description>
    </item>
    
  </channel>
</rss>