-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
71 lines (61 loc) · 4.41 KB
/
index.xml
File metadata and controls
71 lines (61 loc) · 4.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Pavan bhat</title>
<link>http://pavanbhat1999.github.io/</link>
<description>Recent content on Pavan bhat</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Sun, 11 Jun 2023 18:21:11 +0530</lastBuildDate><atom:link href="http://pavanbhat1999.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Project 1</title>
<link>http://pavanbhat1999.github.io/projects/first/</link>
<pubDate>Sun, 11 Jun 2023 18:21:11 +0530</pubDate>
<guid>http://pavanbhat1999.github.io/projects/first/</guid>
<description>Heading 1 Link to heading Lorem ipsum dolor sit amet, officia excepteur ex fugiat reprehenderit enim labore culpa sint ad nisi Lorem pariatur mollit ex esse exercitation amet. Nisi anim cupidatat excepteur officia. Reprehenderit nostrud nostrud ipsum Lorem est aliquip amet voluptate voluptate dolor minim nulla est proident. Nostrud officia pariatur ut officia. Sit irure elit esse ea nulla sunt ex occaecat reprehenderit commodo officia dolor Lorem duis laboris cupidatat officia voluptate.</description>
</item>
<item>
<title>Nixos migration</title>
<link>http://pavanbhat1999.github.io/posts/nixos/</link>
<pubDate>Tue, 06 Jun 2023 00:00:00 +0000</pubDate>
<guid>http://pavanbhat1999.github.io/posts/nixos/</guid>
<description>Give a try to nixos Link to heading Being an arch user for more than 2 years i was kind of bored then i heard about a linux distribution called as nix os. I was very intriguid on its philosphies like rebuilds , single configuration file for all. moreever it was advertised to be a popwer user distro so i just wanted to give it a try.
As i was an arch user i was confident in myself that i can easily read the manual and configure whatever i want but nixos does not have that good of the document for a traditional linux user.</description>
</item>
<item>
<title>Linux Commands</title>
<link>http://pavanbhat1999.github.io/cheats/1_linux-cmds/</link>
<pubDate>Tue, 04 Jan 2022 00:00:00 +0000</pubDate>
<guid>http://pavanbhat1999.github.io/cheats/1_linux-cmds/</guid>
<description> Battery status Link to heading cat /sys/class/power_supply/BAT0/status acpid sudo bat -t &lt;limit_range&gt; File Operations Link to heading du -chd 1 | sort -h ls -l Burn ISO Link to heading dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx status=progress &amp;&amp; sync </description>
</item>
<item>
<title>Shell script for battery Notification</title>
<link>http://pavanbhat1999.github.io/posts/1_battery-notification/</link>
<pubDate>Tue, 04 Jan 2022 00:00:00 +0000</pubDate>
<guid>http://pavanbhat1999.github.io/posts/1_battery-notification/</guid>
<description>Dependencies Link to heading These are the application you need in Arch Linux. You can try with same applications in any other distro as well
Cron
sudo pacman -S cronie
Dunst
sudo pacman -S dunst
Process Link to heading Step 1 : Bash script Link to heading Download from Github
#!/usr/bin/bash STATUS=$(cat /sys/class/power_supply/BAT0/status) CURRENT_BAT=$(cat /sys/class/power_supply/BAT0/capacity) UPPER_LIMIT=60 LOWER_LIMIT=30 if [ &#34;$STATUS&#34; = &#34;Charging&#34; ]; then echo &#39;Charging&#39; if [ $CURRENT_BAT -gt $UPPER_LIMIT ] then notify-send &#34;Above limit Please Unplug the Charger&#34; -u critical fi else echo &#34;Not Charging&#34; if [ $CURRENT_BAT -gt $LOWER_LIMIT ] then echo &#39;Optimum Charge&#39; fi if [ $CURRENT_BAT -lt $LOWER_LIMIT ] then notify-send &#34;Gone below Lower Limit.</description>
</item>
<item>
<title>About</title>
<link>http://pavanbhat1999.github.io/about/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>http://pavanbhat1999.github.io/about/</guid>
<description>Hey, 🙋 I am not a Web Designer Link to heading Click for CLI experience
\^V// |. .| I AM (G)ROOT! - \ - / _ \_| |_/ \ \ __/_/__ |_______| \ / \___/ A Linux lover 🐧
An Arch Linux User btw
A (Neo)/Vim Liker
Ricing and OCD
Tracking changes with Git
Distro hopping specialist
Window Manager switcher
ba$h $cript kiddie</description>
</item>
</channel>
</rss>