mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 12:16:53 +00:00
Update page.tsx
This commit is contained in:
parent
38a2aac196
commit
dc89adf5bc
@ -67,19 +67,19 @@ export default function BasicSettingsPage() {
|
|||||||
issues, enhancing your ability to maintain and optimize your virtualization environment.
|
issues, enhancing your ability to maintain and optimize your virtualization environment.
|
||||||
</p>
|
</p>
|
||||||
<h4 className="text-lg font-semibold mb-2">Utilities installed:</h4>
|
<h4 className="text-lg font-semibold mb-2">Utilities installed:</h4>
|
||||||
<ul className="list-disc pl-5 mb-4 space-y-2">
|
<ul className="list-disc pl-5 mb-4 space-y-8">
|
||||||
|
|
||||||
<li className="mt-8 mb-4">
|
<li>
|
||||||
<strong>axel</strong>: A light command-line download accelerator
|
<strong>axel</strong>: A light command-line download accelerator
|
||||||
<p className="mt-2">Example usage:</p>
|
<p className="mt-2">Example usage:</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">axel -n 10 http://example.com/largefile.zip</code>
|
<code className="block bg-gray-100 p-2 rounded">axel -n 10 http://example.com/largefile.zip</code>
|
||||||
</li>
|
</li>
|
||||||
<li className="mt-8 mb-4">
|
<li>
|
||||||
<strong>curl</strong>: A tool for transferring data using various protocols
|
<strong>curl</strong>: A tool for transferring data using various protocols
|
||||||
<p className="mt-2">Example usage:</p>
|
<p className="mt-2">Example usage:</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">curl -O http://example.com/file.txt</code>
|
<code className="block bg-gray-100 p-2 rounded">curl -O http://example.com/file.txt</code>
|
||||||
</li>
|
</li>
|
||||||
<li className="mt-8 mb-4">
|
<li>
|
||||||
<strong>dialog</strong>: A tool for creating TUI interfaces
|
<strong>dialog</strong>: A tool for creating TUI interfaces
|
||||||
<p className="mt-2">Example usage:</p>
|
<p className="mt-2">Example usage:</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">dialog --title "Hello" --msgbox "Hello, World!" 10 20</code>
|
<code className="block bg-gray-100 p-2 rounded">dialog --title "Hello" --msgbox "Hello, World!" 10 20</code>
|
||||||
@ -89,28 +89,28 @@ export default function BasicSettingsPage() {
|
|||||||
className="mt-2 rounded shadow-lg"
|
className="mt-2 rounded shadow-lg"
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
<li className="mt-8 mb-4">
|
<li>
|
||||||
<strong>dnsutils</strong>: DNS utilities including dig and nslookup
|
<strong>dnsutils</strong>: DNS utilities including dig and nslookup
|
||||||
<p className="mt-2">Example usage:</p>
|
<p className="mt-2">Example usage:</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">dig example.com</code>
|
<code className="block bg-gray-100 p-2 rounded">dig example.com</code>
|
||||||
<code className="block bg-gray-100 p-2 rounded mt-2">nslookup example.com</code>
|
<code className="block bg-gray-100 p-2 rounded mt-2">nslookup example.com</code>
|
||||||
</li>
|
</li>
|
||||||
<li className="mt-8 mb-4">
|
<li>
|
||||||
<strong>dos2unix</strong>: Text file format converter
|
<strong>dos2unix</strong>: Text file format converter
|
||||||
<p className="mt-2">Example usage:</p>
|
<p className="mt-2">Example usage:</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">dos2unix file.txt</code>
|
<code className="block bg-gray-100 p-2 rounded">dos2unix file.txt</code>
|
||||||
</li>
|
</li>
|
||||||
<li className="mt-8 mb-4">
|
<li>
|
||||||
<strong>gnupg-agent</strong>: GNU privacy guard - password agent
|
<strong>gnupg-agent</strong>: GNU privacy guard - password agent
|
||||||
<p className="mt-2">This runs in the background. To start it:</p>
|
<p className="mt-2">This runs in the background. To start it:</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">gpg-agent --daemon</code>
|
<code className="block bg-gray-100 p-2 rounded">gpg-agent --daemon</code>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-8">
|
<li>
|
||||||
<strong>grc</strong>: Generic colouriser for everything
|
<strong>grc</strong>: Generic colouriser for everything
|
||||||
<p className="mt-2">Example usage (colorize ping output):</p>
|
<p className="mt-2">Example usage (colorize ping output):</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">grc ping example.com</code>
|
<code className="block bg-gray-100 p-2 rounded">grc ping example.com</code>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-8">
|
<li>
|
||||||
<strong>htop</strong>: An interactive process viewer
|
<strong>htop</strong>: An interactive process viewer
|
||||||
<p className="mt-2">To start htop, simply type:</p>
|
<p className="mt-2">To start htop, simply type:</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">htop</code>
|
<code className="block bg-gray-100 p-2 rounded">htop</code>
|
||||||
@ -120,7 +120,7 @@ export default function BasicSettingsPage() {
|
|||||||
className="mt-2 rounded shadow-lg"
|
className="mt-2 rounded shadow-lg"
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-8">
|
<li>
|
||||||
<strong>btop</strong>: A resource monitor that shows usage and stats for processor, memory, disks, network and processes
|
<strong>btop</strong>: A resource monitor that shows usage and stats for processor, memory, disks, network and processes
|
||||||
<p className="mt-2">To start btop, type:</p>
|
<p className="mt-2">To start btop, type:</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">btop</code>
|
<code className="block bg-gray-100 p-2 rounded">btop</code>
|
||||||
@ -130,7 +130,7 @@ export default function BasicSettingsPage() {
|
|||||||
className="mt-2 rounded shadow-lg"
|
className="mt-2 rounded shadow-lg"
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-8">
|
<li>
|
||||||
<strong>iftop</strong>: A tool to display bandwidth usage on an interface
|
<strong>iftop</strong>: A tool to display bandwidth usage on an interface
|
||||||
<p className="mt-2">To start iftop (requires root):</p>
|
<p className="mt-2">To start iftop (requires root):</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">sudo iftop</code>
|
<code className="block bg-gray-100 p-2 rounded">sudo iftop</code>
|
||||||
@ -140,7 +140,7 @@ export default function BasicSettingsPage() {
|
|||||||
className="mt-2 rounded shadow-lg"
|
className="mt-2 rounded shadow-lg"
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-8">
|
<li>
|
||||||
<strong>iotop</strong>: A tool to display I/O usage by processes
|
<strong>iotop</strong>: A tool to display I/O usage by processes
|
||||||
<p className="mt-2">To start iotop (requires root):</p>
|
<p className="mt-2">To start iotop (requires root):</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">sudo iotop</code>
|
<code className="block bg-gray-100 p-2 rounded">sudo iotop</code>
|
||||||
@ -150,19 +150,19 @@ export default function BasicSettingsPage() {
|
|||||||
className="mt-2 rounded shadow-lg"
|
className="mt-2 rounded shadow-lg"
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-8">
|
<li>>
|
||||||
<strong>iperf3</strong>: A tool for active measurements of the maximum achievable bandwidth on IP networks
|
<strong>iperf3</strong>: A tool for active measurements of the maximum achievable bandwidth on IP networks
|
||||||
<p className="mt-2">Example usage (server mode):</p>
|
<p className="mt-2">Example usage (server mode):</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">iperf3 -s</code>
|
<code className="block bg-gray-100 p-2 rounded">iperf3 -s</code>
|
||||||
<p className="mt-2">Example usage (client mode):</p>
|
<p className="mt-2">Example usage (client mode):</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">iperf3 -c server_ip</code>
|
<code className="block bg-gray-100 p-2 rounded">iperf3 -c server_ip</code>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-8">
|
<li>
|
||||||
<strong>ipset</strong>: A tool to manage IP sets in the Linux kernel
|
<strong>ipset</strong>: A tool to manage IP sets in the Linux kernel
|
||||||
<p className="mt-2">Example usage (create a new set):</p>
|
<p className="mt-2">Example usage (create a new set):</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">ipset create myset hash:ip</code>
|
<code className="block bg-gray-100 p-2 rounded">ipset create myset hash:ip</code>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-8">
|
<li>
|
||||||
<strong>iptraf-ng</strong>: An interactive colorful IP LAN monitor
|
<strong>iptraf-ng</strong>: An interactive colorful IP LAN monitor
|
||||||
<p className="mt-2">To start iptraf-ng:</p>
|
<p className="mt-2">To start iptraf-ng:</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">sudo iptraf-ng</code>
|
<code className="block bg-gray-100 p-2 rounded">sudo iptraf-ng</code>
|
||||||
@ -172,17 +172,17 @@ export default function BasicSettingsPage() {
|
|||||||
className="mt-2 rounded shadow-lg"
|
className="mt-2 rounded shadow-lg"
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-8">
|
<li>
|
||||||
<strong>mlocate</strong>: A tool to find files by name quickly
|
<strong>mlocate</strong>: A tool to find files by name quickly
|
||||||
<p className="mt-2">Example usage:</p>
|
<p className="mt-2">Example usage:</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">locate filename</code>
|
<code className="block bg-gray-100 p-2 rounded">locate filename</code>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-8">
|
<li>
|
||||||
<strong>msr-tools</strong>: Tools for accessing CPU model-specific registers
|
<strong>msr-tools</strong>: Tools for accessing CPU model-specific registers
|
||||||
<p className="mt-2">Example usage (read MSR):</p>
|
<p className="mt-2">Example usage (read MSR):</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">sudo rdmsr 0x1a0</code>
|
<code className="block bg-gray-100 p-2 rounded">sudo rdmsr 0x1a0</code>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-8">
|
<li>
|
||||||
<strong>nano</strong>: A small, friendly text editor
|
<strong>nano</strong>: A small, friendly text editor
|
||||||
<p className="mt-2">To open a file with nano:</p>
|
<p className="mt-2">To open a file with nano:</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">nano filename.txt</code>
|
<code className="block bg-gray-100 p-2 rounded">nano filename.txt</code>
|
||||||
@ -192,26 +192,26 @@ export default function BasicSettingsPage() {
|
|||||||
className="mt-2 rounded shadow-lg"
|
className="mt-2 rounded shadow-lg"
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-8">
|
<li>
|
||||||
<strong>net-tools</strong>: A collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system
|
<strong>net-tools</strong>: A collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system
|
||||||
<p className="mt-2">Example usage (show network interfaces):</p>
|
<p className="mt-2">Example usage (show network interfaces):</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">ifconfig</code>
|
<code className="block bg-gray-100 p-2 rounded">ifconfig</code>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-8">
|
<li>
|
||||||
<strong>omping</strong>: An open multicast ping tool
|
<strong>omping</strong>: An open multicast ping tool
|
||||||
<p className="mt-2">Example usage:</p>
|
<p className="mt-2">Example usage:</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">omping 239.255.255.250</code>
|
<code className="block bg-gray-100 p-2 rounded">omping 239.255.255.250</code>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-8">
|
<li>
|
||||||
<strong>software-properties-common</strong>: Provides an abstraction of the used apt repositories
|
<strong>software-properties-common</strong>: Provides an abstraction of the used apt repositories
|
||||||
<p className="mt-2">This package is typically used by other tools and doesn't have a direct command-line interface.</p>
|
<p className="mt-2">This package is typically used by other tools and doesn't have a direct command-line interface.</p>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-8">
|
<li>
|
||||||
<strong>sshpass</strong>: A tool for non-interactive ssh password authentication
|
<strong>sshpass</strong>: A tool for non-interactive ssh password authentication
|
||||||
<p className="mt-2">Example usage:</p>
|
<p className="mt-2">Example usage:</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">sshpass -p 'password' ssh user@hostname</code>
|
<code className="block bg-gray-100 p-2 rounded">sshpass -p 'password' ssh user@hostname</code>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-8">
|
<li>
|
||||||
<strong>tmux</strong>: A terminal multiplexer
|
<strong>tmux</strong>: A terminal multiplexer
|
||||||
<p className="mt-2">To start a new tmux session:</p>
|
<p className="mt-2">To start a new tmux session:</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">tmux</code>
|
<code className="block bg-gray-100 p-2 rounded">tmux</code>
|
||||||
@ -221,12 +221,12 @@ export default function BasicSettingsPage() {
|
|||||||
className="mt-2 rounded shadow-lg"
|
className="mt-2 rounded shadow-lg"
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-8">
|
<li>
|
||||||
<strong>unzip</strong>: A tool for extracting and viewing files in .zip archives
|
<strong>unzip</strong>: A tool for extracting and viewing files in .zip archives
|
||||||
<p className="mt-2">Example usage:</p>
|
<p className="mt-2">Example usage:</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">unzip file.zip</code>
|
<code className="block bg-gray-100 p-2 rounded">unzip file.zip</code>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-8">
|
<li>
|
||||||
<strong>vim</strong> and <strong>vim-nox</strong>: A highly configurable text editor
|
<strong>vim</strong> and <strong>vim-nox</strong>: A highly configurable text editor
|
||||||
<p className="mt-2">To open a file with vim:</p>
|
<p className="mt-2">To open a file with vim:</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">vim filename.txt</code>
|
<code className="block bg-gray-100 p-2 rounded">vim filename.txt</code>
|
||||||
@ -236,7 +236,7 @@ export default function BasicSettingsPage() {
|
|||||||
className="mt-2 rounded shadow-lg"
|
className="mt-2 rounded shadow-lg"
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-8">
|
<li>
|
||||||
<strong>wget</strong>: A utility for non-interactive download of files from the Web
|
<strong>wget</strong>: A utility for non-interactive download of files from the Web
|
||||||
<p className="mt-2">Example usage:</p>
|
<p className="mt-2">Example usage:</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">wget http://example.com/file.zip</code>
|
<code className="block bg-gray-100 p-2 rounded">wget http://example.com/file.zip</code>
|
||||||
@ -246,12 +246,12 @@ export default function BasicSettingsPage() {
|
|||||||
<p className="mt-2">Example usage:</p>
|
<p className="mt-2">Example usage:</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">whois example.com</code>
|
<code className="block bg-gray-100 p-2 rounded">whois example.com</code>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-8">
|
<li>
|
||||||
<strong>zip</strong>: A compression and file packaging utility
|
<strong>zip</strong>: A compression and file packaging utility
|
||||||
<p className="mt-2">Example usage:</p>
|
<p className="mt-2">Example usage:</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">zip archive.zip file1 file2 file3</code>
|
<code className="block bg-gray-100 p-2 rounded">zip archive.zip file1 file2 file3</code>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-8">
|
<li>
|
||||||
<strong>libguestfs-tools</strong>: A set of tools for accessing and modifying virtual machine disk images
|
<strong>libguestfs-tools</strong>: A set of tools for accessing and modifying virtual machine disk images
|
||||||
<p className="mt-2">Example usage (list files in a VM disk image):</p>
|
<p className="mt-2">Example usage (list files in a VM disk image):</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">guestfish -a disk.img -m /dev/sda1 ls /</code>
|
<code className="block bg-gray-100 p-2 rounded">guestfish -a disk.img -m /dev/sda1 ls /</code>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user