<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How To on rchitect</title><link>https://www.rchitect.in/categories/how-to/</link><description>Recent content in How To on rchitect</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 15 Feb 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://www.rchitect.in/categories/how-to/index.xml" rel="self" type="application/rss+xml"/><item><title>How to create IPS profiles like DDOS protection in BIG IP F5</title><link>https://www.rchitect.in/posts/f5ips/</link><pubDate>Sat, 15 Feb 2025 00:00:00 +0000</pubDate><guid>https://www.rchitect.in/posts/f5ips/</guid><description>&lt;h1 id="how-to-create-ips-profiles-like-ddos-protection-in-big-ip-f5"&gt;
 How to create IPS profiles like DDOS protection in BIG IP F5
 &lt;a class="heading-link" href="#how-to-create-ips-profiles-like-ddos-protection-in-big-ip-f5"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h1&gt;
&lt;p&gt;F5 has IPS feature which can be configured to prevent DOS attacks.&lt;/p&gt;
&lt;p&gt;Refer these tabs to explore these options:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://www.rchitect.in/posts/f5ips/1.PNG" alt="f5ips"&gt;&lt;/p&gt;
&lt;p&gt;Additionally explore these options too&lt;/p&gt;
&lt;p&gt;&lt;img src="https://www.rchitect.in/posts/f5ips/2.PNG" alt="f5ips"&gt;&lt;/p&gt;</description></item><item><title>Search option on static websites like Hugo using Pagefind</title><link>https://www.rchitect.in/posts/hugosearchoption/</link><pubDate>Tue, 04 Feb 2025 00:00:00 +0000</pubDate><guid>https://www.rchitect.in/posts/hugosearchoption/</guid><description>&lt;p&gt;This post is about implementing the search option on static websites like Hugo&lt;/p&gt;</description></item><item><title>Configuration and License missing after BIG IP upgrade</title><link>https://www.rchitect.in/posts/f5error/</link><pubDate>Sun, 26 Jan 2025 00:00:00 +0000</pubDate><guid>https://www.rchitect.in/posts/f5error/</guid><description>&lt;h1 id="the-device-is-not-operational-because-loaded-configuration-contains-error-or-unlicensed-objects"&gt;
 The device is not operational because loaded configuration contains error or unlicensed objects
 &lt;a class="heading-link" href="#the-device-is-not-operational-because-loaded-configuration-contains-error-or-unlicensed-objects"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h1&gt;
&lt;h5 id="f5-upgrade-errors"&gt;
 F5 upgrade errors
 &lt;a class="heading-link" href="#f5-upgrade-errors"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h5&gt;
&lt;p&gt;During F5 Viprion device software upgrade there could be a chance that after the upgrade the configuration and license does not copy to newly rebooted hard sisk and show below error:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://www.rchitect.in/posts/f5install/2.PNG" alt="f5error"&gt;&lt;/p&gt;
&lt;p&gt;To avoid this before upgrade you have to check the device configuration copy new new Hard disk option is enabled.
However few Viprion devices this option is graded out like this:&lt;/p&gt;</description></item><item><title>Github Commands</title><link>https://www.rchitect.in/posts/githubcommand/</link><pubDate>Thu, 16 Mar 2023 00:00:00 +0000</pubDate><guid>https://www.rchitect.in/posts/githubcommand/</guid><description>&lt;h1 id="useful-commands-in-github"&gt;
 Useful commands in Github
 &lt;a class="heading-link" href="#useful-commands-in-github"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h1&gt;
&lt;p&gt;Refer some commands which can be useful while using github&lt;/p&gt;
&lt;h6 id="cloning-a-folder-or-directory-from-github-locally"&gt;
 Cloning a folder or directory from github locally
 &lt;a class="heading-link" href="#cloning-a-folder-or-directory-from-github-locally"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h6&gt;
&lt;p&gt;To clone this github folder on my Kali Linux.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://www.rchitect.in/images/walk/github/1.png" alt="github"&gt;&lt;/p&gt;
&lt;p&gt;On linux PC&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;─(rocky㉿kali)-[~]
└─$ cd gitrepos 
 
┌──(rocky㉿kali)-[~/gitrepos]
└─$ mkdir seclist 
 
┌──(rocky㉿kali)-[~/gitrepos]
└─$ cd seclist 
git clone https://github.com/danielmiessler/SecLists.git 128 ⨯
Cloning into &amp;#39;SecLists&amp;#39;...
remote: Enumerating objects: 12168, done.
remote: Counting objects: 100% (67/67), done.
remote: Compressing objects: 100% (41/41), done
&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>Default python version change in Kali</title><link>https://www.rchitect.in/posts/default-version-python/</link><pubDate>Tue, 22 Feb 2022 00:00:00 +0000</pubDate><guid>https://www.rchitect.in/posts/default-version-python/</guid><description>&lt;p&gt;This post is about changing the default Python version in Kali&lt;/p&gt;</description></item><item><title>Install Impacket in Kali</title><link>https://www.rchitect.in/posts/impacket-setup/</link><pubDate>Tue, 22 Feb 2022 00:00:00 +0000</pubDate><guid>https://www.rchitect.in/posts/impacket-setup/</guid><description>&lt;p&gt;This post is about changing the default Python version in Kali&lt;/p&gt;</description></item></channel></rss>