-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
126 lines (111 loc) · 11.9 KB
/
index.html
File metadata and controls
126 lines (111 loc) · 11.9 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nath Sahu | Ultimate Command Center</title>
<meta name="description" content="Welcome to Sahu Dev-Labs. Explore my Linux, Termux, and Web Development projects.">
<meta name="keywords" content="Sahu Dev-Labs, Sahuch, Linux, Termux, Coding, chetnath, sahu, Portfolio">
<meta name="author" content="Sahuch">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<div class="bg-animation"></div>
<nav class="navbar">
<div class="logo">Nath<span>.</span></div>
<ul class="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#ubuntu">Ubuntu</a></li>
<li><a href="#nethunter">Kali</a></li>
<li><a href="#shortcuts">Shortcuts</a></li>
<li><a href="#customize">Customize</a></li>
<li><a href="#termux-x11">Termux-X11</a></li>
</ul>
</nav>
<section id="home" class="hero">
<div class="hero-content">
<h1>Hi, I'm <span class="highlight">Nath Sahu</span></h1>
<p>Professional Linux Environment Setup & Documentation</p>
</div>
</section>
<div class="box-wrapper">
<div class="box" onclick="scrollToSection('ubuntu')"><i class="fab fa-ubuntu"></i> Ubuntu</div>
<div class="box" onclick="scrollToSection('nethunter')"><i class="fas fa-biohazard"></i> Kali</div>
<div class="box" onclick="scrollToSection('shortcuts')"><i class="fas fa-code"></i> Shortcuts</div>
<div class="box" onclick="scrollToSection('customize')"><i class="fas fa-sliders"></i> Customize</div>
<div class="box" onclick="scrollToSection('termux-x11')"><i class="fas fa-desktop"></i> Termux-X11</div>
</div>
<main class="container">
<section id="ubuntu" class="command-section">
<h2><i class="fab fa-ubuntu"></i> Ubuntu Installation (Proot-Distro)</h2>
<div class="cmd-item"><p class="instruction"><strong>Location:</strong> Termux | <strong>Task:</strong> Update pkg</p><div class="cmd-box"><code>pkg update && pkg upgrade -y</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item"><p class="instruction"><strong>Location:</strong> Termux | <strong>Task:</strong> Proot-distro</p><div class="cmd-box"><code>pkg install proot-distro -y</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 3</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 4</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 5</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 6</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 7</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 8</code><button onclick="copyText(this)">Copy</button></div></div>
</section>
<section id="nethunter" class="command-section">
<h2><i class="fas fa-biohazard"></i> Kali NetHunter Installation</h2>
<div class="cmd-item"><p class="instruction"><strong>Location:</strong> Termux | <strong>Task:</strong> Download Installer</p><div class="cmd-box"><code>wget -O install-nethunter-termux https://offs.ec/2MdgSTS</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item"><p class="instruction"><strong>Location:</strong> Termux | <strong>Task:</strong> Execute Permissions</p><div class="cmd-box"><code>chmod +x install-nethunter-termux</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 3</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 4</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 5</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 6</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 7</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 8</code><button onclick="copyText(this)">Copy</button></div></div>
</section>
<section id="shortcuts" class="command-section">
<h2><i class="fas fa-code"></i> Create Your Own Shortcuts</h2>
<div class="cmd-item"><p class="instruction"><strong>Location:</strong> Termux/Linux | <strong>Task:</strong> Open Bash Configuration</p><div class="cmd-box"><code>nano .bashrc</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item"><p class="instruction"><strong>Location:</strong> Nano | <strong>Task:</strong> Create Alias (Ex: update)</p><div class="cmd-box"><code>alias upg='pkg update && pkg upgrade'</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 3</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 4</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 5</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 6</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 7</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 8</code><button onclick="copyText(this)">Copy</button></div></div>
</section>
<section id="customize" class="command-section">
<h2><i class="fas fa-magic"></i> Customize Your Linux Desktop</h2>
<div class="cmd-item"><p class="instruction"><strong>Location:</strong> Ubuntu/Kali | <strong>Task:</strong> Install XFCE Desktop</p><div class="cmd-box"><code>apt install xfce4 xfce4-goodies -y</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item"><p class="instruction"><strong>Location:</strong> Desktop | <strong>Task:</strong> Install Midnight Theme</p><div class="cmd-box"><code>sudo apt install midnight-theme</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 3</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 4</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 5</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 6</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 7</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 8</code><button onclick="copyText(this)">Copy</button></div></div>
</section>
<section id="termux-x11" class="command-section">
<h2><i class="fas fa-desktop"></i> Termux-X11 Setup (Stable)</h2>
<div class="cmd-item"><p class="instruction"><strong>Location:</strong> Termux | <strong>Task:</strong> Install X11 repo</p><div class="cmd-box"><code>pkg install x11-repo -y</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item"><p class="instruction"><strong>Location:</strong> Termux | <strong>Task:</strong> Install Termux-X11</p><div class="cmd-box"><code>pkg install termux-x11-nightly -y</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 3</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 4</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 5</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 6</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 7</code><button onclick="copyText(this)">Copy</button></div></div>
<div class="cmd-item placeholder"><p class="instruction">Description here</p><div class="cmd-box"><code># Empty Slot 8</code><button onclick="copyText(this)">Copy</button></div></div>
</section>
</main>
<button id="topBtn" onclick="scrollToTop()"><i class="fas fa-arrow-up"></i></button>
<footer class="footer">
<div class="footer-content">
<p class="copyright">© 2026 Nath Sahu | Professional Setup Guide</p>
<div class="credits">
<span><i class="fas fa-external-link-alt"></i> Official Credits:</span>
<a href="https://www.kali.org/" target="_blank">Kali Linux</a> |
<a href="https://github.com/termux/proot-distro" target="_blank">Proot-Distro</a> |
<a href="https://github.com/termux/termux-x11" target="_blank">Termux-X11</a>
</div>
<p class="disclaimer">Built for educational purposes and mobile Linux optimization.</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>