<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Linux and Photography Blog</title>
	<atom:link href="http://blog.aka.rocks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aka.rocks</link>
	<description>Linux - Simple and Short</description>
	<lastBuildDate>Tue, 07 Jan 2020 09:26:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.2</generator>
<site xmlns="com-wordpress:feed-additions:1">170718874</site>	<item>
		<title>using cat with grep &#8211; why?</title>
		<link>http://blog.aka.rocks/2020/01/06/cat-grep-why/</link>
				<comments>http://blog.aka.rocks/2020/01/06/cat-grep-why/#respond</comments>
				<pubDate>Mon, 06 Jan 2020 01:01:27 +0000</pubDate>
		<dc:creator><![CDATA[Amit Agarwal]]></dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[youtube video]]></category>

		<guid isPermaLink="false">http://blog.amit-agarwal.co.in/?p=14345</guid>
				<description><![CDATA[Link to this post!<img src="http://amit-agarwal.co.in/piwik/piwik.php?idsite=2&amp;rec=1&amp;url=http%3A%2F%2Fblog.aka.rocks%2F2020%2F01%2F06%2Fcat-grep-why%2F&amp;action_name=using+cat+with+grep+%26%238211%3B+why%3F&amp;urlref=http%3A%2F%2Fblog.aka.rocks%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
						<wfw:commentRss>http://blog.aka.rocks/2020/01/06/cat-grep-why/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">14345</post-id>	</item>
		<item>
		<title>Get the git url of current repo in clipboard</title>
		<link>http://blog.aka.rocks/2019/12/30/git-url-current-repo-clipboard/</link>
				<comments>http://blog.aka.rocks/2019/12/30/git-url-current-repo-clipboard/#respond</comments>
				<pubDate>Mon, 30 Dec 2019 01:04:29 +0000</pubDate>
		<dc:creator><![CDATA[Amit Agarwal]]></dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Alias]]></category>
		<category><![CDATA[bash script]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://blog.amit-agarwal.co.in/?p=14347</guid>
				<description><![CDATA[Lot of times, I just want to copy the git url to clipboard. This is so common in my flow of work that I created an alias for it. Here it is: &#160; alias git-url="cat .git/config&#124;awk '/url/ {print $3}'&#124;xclip -i -selection clipboard" Link to this post!<img src="http://amit-agarwal.co.in/piwik/piwik.php?idsite=2&amp;rec=1&amp;url=http%3A%2F%2Fblog.aka.rocks%2F2019%2F12%2F30%2Fgit-url-current-repo-clipboard%2F&amp;action_name=Get+the+git+url+of+current+repo+in+clipboard&amp;urlref=http%3A%2F%2Fblog.aka.rocks%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
						<wfw:commentRss>http://blog.aka.rocks/2019/12/30/git-url-current-repo-clipboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">14347</post-id>	</item>
		<item>
		<title>Script to try various themes from kitty terminal</title>
		<link>http://blog.aka.rocks/2019/12/16/script-themes-kitty-terminal/</link>
				<comments>http://blog.aka.rocks/2019/12/16/script-themes-kitty-terminal/#respond</comments>
				<pubDate>Mon, 16 Dec 2019 00:55:06 +0000</pubDate>
		<dc:creator><![CDATA[Amit Agarwal]]></dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[bash script]]></category>
		<category><![CDATA[Terminal emulator]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://blog.amit-agarwal.co.in/?p=14342</guid>
				<description><![CDATA[Here is the script. Very simple yet very useful script. #!/bin/bash - #=============================================================================== # # FILE: kitty-theme.sh # # USAGE: ./kitty-theme.sh # # DESCRIPTION: # # OPTIONS: --- # REQUIREMENTS: --- # BUGS: --- # NOTES: --- # AUTHOR: Amit Agarwal (aka), # ORGANIZATION: Individual # CREATED: 12/06/2019 10:15 # Last modified: Fri Dec 06, [&#8230;]<img src="http://amit-agarwal.co.in/piwik/piwik.php?idsite=2&amp;rec=1&amp;url=http%3A%2F%2Fblog.aka.rocks%2F2019%2F12%2F16%2Fscript-themes-kitty-terminal%2F&amp;action_name=Script+to+try+various+themes+from+kitty+terminal&amp;urlref=http%3A%2F%2Fblog.aka.rocks%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
						<wfw:commentRss>http://blog.aka.rocks/2019/12/16/script-themes-kitty-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">14342</post-id>	</item>
		<item>
		<title>i3 &#8211; show mapped hotkeys</title>
		<link>http://blog.aka.rocks/2019/12/02/i3-show-mapped-hotkeys/</link>
				<comments>http://blog.aka.rocks/2019/12/02/i3-show-mapped-hotkeys/#respond</comments>
				<pubDate>Mon, 02 Dec 2019 01:05:19 +0000</pubDate>
		<dc:creator><![CDATA[Amit Agarwal]]></dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[bash 4]]></category>
		<category><![CDATA[bash script]]></category>
		<category><![CDATA[i3]]></category>
		<category><![CDATA[i3-gaps]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[window manager]]></category>

		<guid isPermaLink="false">http://blog.amit-agarwal.co.in/?p=14339</guid>
				<description><![CDATA[Here is a simple script that can show you the hotkeys bound in ~/.config/i3/config : &#160; #!/bin/bash - #=============================================================================== # # FILE: i3-showkeys.sh # # USAGE: ./i3-showkeys.sh # # DESCRIPTION: # # OPTIONS: --- # REQUIREMENTS: --- # BUGS: --- # NOTES: --- # AUTHOR: Amit Agarwal (aka) # ORGANIZATION: Individual # CREATED: 11/26/2019 14:22 [&#8230;]<img src="http://amit-agarwal.co.in/piwik/piwik.php?idsite=2&amp;rec=1&amp;url=http%3A%2F%2Fblog.aka.rocks%2F2019%2F12%2F02%2Fi3-show-mapped-hotkeys%2F&amp;action_name=i3+%26%238211%3B+show+mapped+hotkeys&amp;urlref=http%3A%2F%2Fblog.aka.rocks%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
						<wfw:commentRss>http://blog.aka.rocks/2019/12/02/i3-show-mapped-hotkeys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">14339</post-id>	</item>
		<item>
		<title>rofi menu with icons</title>
		<link>http://blog.aka.rocks/2019/10/21/rofi-menu-with-icons/</link>
				<comments>http://blog.aka.rocks/2019/10/21/rofi-menu-with-icons/#respond</comments>
				<pubDate>Mon, 21 Oct 2019 01:06:37 +0000</pubDate>
		<dc:creator><![CDATA[Amit Agarwal]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[i3]]></category>
		<category><![CDATA[i3-gaps]]></category>
		<category><![CDATA[rofi]]></category>
		<category><![CDATA[windows managers]]></category>

		<guid isPermaLink="false">http://blog.amit-agarwal.co.in/?p=14330</guid>
				<description><![CDATA[Here is a quick command to show menu (applications) in simplistic windows managers with icons. &#160; rofi -modi drun -show drun -show-icons Link to this post!<img src="http://amit-agarwal.co.in/piwik/piwik.php?idsite=2&amp;rec=1&amp;url=http%3A%2F%2Fblog.aka.rocks%2F2019%2F10%2F21%2Frofi-menu-with-icons%2F&amp;action_name=rofi+menu+with+icons&amp;urlref=http%3A%2F%2Fblog.aka.rocks%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
						<wfw:commentRss>http://blog.aka.rocks/2019/10/21/rofi-menu-with-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">14330</post-id>	</item>
		<item>
		<title>scan your network with bash IP scan script</title>
		<link>http://blog.aka.rocks/2019/10/10/scan-your-network-with-bash-ip-scan-script/</link>
				<comments>http://blog.aka.rocks/2019/10/10/scan-your-network-with-bash-ip-scan-script/#respond</comments>
				<pubDate>Thu, 10 Oct 2019 07:05:41 +0000</pubDate>
		<dc:creator><![CDATA[Amit Agarwal]]></dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[Local area network]]></category>
		<category><![CDATA[network troubleshooting]]></category>
		<category><![CDATA[pentest]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://blog.amit-agarwal.co.in/?p=14328</guid>
				<description><![CDATA[Here is the youtbe video that will walk you through bash script. &#160; Link to this post!<img src="http://amit-agarwal.co.in/piwik/piwik.php?idsite=2&amp;rec=1&amp;url=http%3A%2F%2Fblog.aka.rocks%2F2019%2F10%2F10%2Fscan-your-network-with-bash-ip-scan-script%2F&amp;action_name=scan+your+network+with+bash+IP+scan+script&amp;urlref=http%3A%2F%2Fblog.aka.rocks%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
						<wfw:commentRss>http://blog.aka.rocks/2019/10/10/scan-your-network-with-bash-ip-scan-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">14328</post-id>	</item>
		<item>
		<title>ssh trick &#8211; with bastion host</title>
		<link>http://blog.aka.rocks/2019/09/30/ssh-trick-with-bastion-host/</link>
				<comments>http://blog.aka.rocks/2019/09/30/ssh-trick-with-bastion-host/#respond</comments>
				<pubDate>Mon, 30 Sep 2019 00:44:42 +0000</pubDate>
		<dc:creator><![CDATA[Amit Agarwal]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.amit-agarwal.co.in/?p=14321</guid>
				<description><![CDATA[Lot of times, you have to ssh to a server with bastion host. If you dont know what is bastion host then see this: &#160; Now, in such cases, either you add an entry in &#8220;~/.ssh/config Link to this post!<img src="http://amit-agarwal.co.in/piwik/piwik.php?idsite=2&amp;rec=1&amp;url=http%3A%2F%2Fblog.aka.rocks%2F2019%2F09%2F30%2Fssh-trick-with-bastion-host%2F&amp;action_name=ssh+trick+%26%238211%3B+with+bastion+host&amp;urlref=http%3A%2F%2Fblog.aka.rocks%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
						<wfw:commentRss>http://blog.aka.rocks/2019/09/30/ssh-trick-with-bastion-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">14321</post-id>	</item>
		<item>
		<title>check hard disk rpm or rotation speed</title>
		<link>http://blog.aka.rocks/2019/09/23/check-hard-disk-rpm-or-rotation-speed/</link>
				<comments>http://blog.aka.rocks/2019/09/23/check-hard-disk-rpm-or-rotation-speed/#respond</comments>
				<pubDate>Mon, 23 Sep 2019 01:00:50 +0000</pubDate>
		<dc:creator><![CDATA[Amit Agarwal]]></dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Disk]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[Hard disk drive]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[hardware information]]></category>
		<category><![CDATA[hdd]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://blog.amit-agarwal.co.in/?p=14325</guid>
				<description><![CDATA[Lot of times you want to check the disk rpm, especially on the servers to check if it is 7.2K or 10K or 15K rpm disk. How do you do this from linux terminal. Here it is : &#160; sginfo -g /dev/&#60;device&#62; Note that sginfo comes from sg3-utils. Link to this post!<img src="http://amit-agarwal.co.in/piwik/piwik.php?idsite=2&amp;rec=1&amp;url=http%3A%2F%2Fblog.aka.rocks%2F2019%2F09%2F23%2Fcheck-hard-disk-rpm-or-rotation-speed%2F&amp;action_name=check+hard+disk+rpm+or+rotation+speed&amp;urlref=http%3A%2F%2Fblog.aka.rocks%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
						<wfw:commentRss>http://blog.aka.rocks/2019/09/23/check-hard-disk-rpm-or-rotation-speed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">14325</post-id>	</item>
		<item>
		<title>ssh trick &#8211; ssh to remote host with bastion host</title>
		<link>http://blog.aka.rocks/2019/09/16/ssh-trick-ssh-to-remote-host-with-bastion-host/</link>
				<comments>http://blog.aka.rocks/2019/09/16/ssh-trick-ssh-to-remote-host-with-bastion-host/#respond</comments>
				<pubDate>Mon, 16 Sep 2019 00:55:20 +0000</pubDate>
		<dc:creator><![CDATA[Amit Agarwal]]></dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[bastion]]></category>
		<category><![CDATA[OpenSSH]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://blog.amit-agarwal.co.in/?p=14323</guid>
				<description><![CDATA[Lot of times, you have to ssh to a server with bastion host. If you dont know what is bastion host then see this: &#160; Now, in such cases, either you add an entry in &#8220;~/.ssh/config&#8221; to route the ssh through the bastion host or do ssh to bastion host and then ssh from there [&#8230;]<img src="http://amit-agarwal.co.in/piwik/piwik.php?idsite=2&amp;rec=1&amp;url=http%3A%2F%2Fblog.aka.rocks%2F2019%2F09%2F16%2Fssh-trick-ssh-to-remote-host-with-bastion-host%2F&amp;action_name=ssh+trick+%26%238211%3B+ssh+to+remote+host+with+bastion+host&amp;urlref=http%3A%2F%2Fblog.aka.rocks%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
						<wfw:commentRss>http://blog.aka.rocks/2019/09/16/ssh-trick-ssh-to-remote-host-with-bastion-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">14323</post-id>	</item>
		<item>
		<title>terminal.sexy for URxvt</title>
		<link>http://blog.aka.rocks/2019/08/19/terminal-sexy-for-urxvt/</link>
				<comments>http://blog.aka.rocks/2019/08/19/terminal-sexy-for-urxvt/#respond</comments>
				<pubDate>Mon, 19 Aug 2019 01:00:17 +0000</pubDate>
		<dc:creator><![CDATA[Amit Agarwal]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[beautify]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[Terminal emulator]]></category>
		<category><![CDATA[urxvt]]></category>

		<guid isPermaLink="false">http://blog.amit-agarwal.co.in/?p=14317</guid>
				<description><![CDATA[Sometime back I posted about terminal.sexy &#38;#8211; make your teminal sexy. I personally use URxvt terminal and hence need the xrdb files to apply the theme. It&#8217;s pain to go to the website everytime I want to change my theme and hence I wrote a python script that can use the github repo and convert [&#8230;]<img src="http://amit-agarwal.co.in/piwik/piwik.php?idsite=2&amp;rec=1&amp;url=http%3A%2F%2Fblog.aka.rocks%2F2019%2F08%2F19%2Fterminal-sexy-for-urxvt%2F&amp;action_name=terminal.sexy+for+URxvt&amp;urlref=http%3A%2F%2Fblog.aka.rocks%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
						<wfw:commentRss>http://blog.aka.rocks/2019/08/19/terminal-sexy-for-urxvt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">14317</post-id>	</item>
	</channel>
</rss>
