<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" 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:media="http://search.yahoo.com/mrss/"><channel><title>linux on Ohidur's Blog</title><link>https://blog.ohidur.com/tags/linux/</link><description>Recent content in linux on Ohidur's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>me@ohidur.com (Ohidur Rahman Bappy)</managingEditor><webMaster>me@ohidur.com (Ohidur Rahman Bappy)</webMaster><copyright>©{year} Ohidur.com</copyright><lastBuildDate>Mon, 23 Nov 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.ohidur.com/tags/linux/index.xml" rel="self" type="application/rss+xml"/><item><title>How to setup a radius server on linux</title><link>https://blog.ohidur.com/posts/setup-radius-server-linux/</link><pubDate>Mon, 23 Nov 2020 00:00:00 +0000</pubDate><author>me@ohidur.com (Ohidur Rahman Bappy)</author><atom:modified>Mon, 08 Mar 2021 14:06:10 +0600</atom:modified><guid>https://blog.ohidur.com/posts/setup-radius-server-linux/</guid><description>Whenever I logged into the router setup page, I found an option for configuring
radius server. But didn&amp;rsquo;t try anytime. and no more! Let&amp;rsquo;s try out.
Update apt cache sudo bash apt-get update apt-get install freeradius -y Edit /etc/freeradius/clients.conf sudo nano /etc/freeradius/clients.conf Add a new client client 0.0.0.0/0 { secret = {RADIUS shared key} shortname = any } We are accepting client from all ip Edit /etc/freeradius/users sudo nano /etc/freeradius/users Add a new user to file testuser Cleartext-password :=&amp;quot;password&amp;quot;</description><dc:creator>Ohidur Rahman Bappy</dc:creator><category>linux</category><category>sysadmin</category></item><item><title>Screen command in linux terminal</title><link>https://blog.ohidur.com/posts/screen-command-in-linux/</link><pubDate>Wed, 12 Aug 2020 00:00:00 +0000</pubDate><author>me@ohidur.com (Ohidur Rahman Bappy)</author><atom:modified>Mon, 08 Mar 2021 14:06:10 +0600</atom:modified><guid>https://blog.ohidur.com/posts/screen-command-in-linux/</guid><description>screen command in Linux provides the ability to launch and use multiple shell sessions from a single ssh session. When a process is started with ‘screen’, the process can be detached from session &amp;amp; then can reattach the session at a later time. When the session is detached, the process that was originally started from the screen is still running and managed by the screen itself. The process can then re-attach the session at a later time, and the terminals are still there, the way it was left.</description><dc:creator>Ohidur Rahman Bappy</dc:creator><category>linux</category></item><item><title>Capturing HTTP Requests with non-rooted android device</title><link>https://blog.ohidur.com/posts/capture-http-request-of-android-app/</link><pubDate>Thu, 11 Jun 2020 00:00:00 +0000</pubDate><author>me@ohidur.com (Ohidur Rahman Bappy)</author><atom:modified>Mon, 08 Mar 2021 14:06:10 +0600</atom:modified><guid>https://blog.ohidur.com/posts/capture-http-request-of-android-app/</guid><description>You could install Charles - an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS traffic between their machine and the Internet - on your PC or MAC.
Config steps:
Let your phone and PC or MAC in a same LAN Launch Charles which you installed (default proxy port is 8888) Setup your phone&amp;rsquo;s wifi configuration: set the ip of delegate to your PC or MAC&amp;rsquo;s ip, port of delegate to 8888 Lauch your app in your phone.</description><dc:creator>Ohidur Rahman Bappy</dc:creator><category>linux</category></item></channel></rss>