guardar_informacion_del_hardware_en_equipo_remoto
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| guardar_informacion_del_hardware_en_equipo_remoto [2024/05/04 02:36] – oso | guardar_informacion_del_hardware_en_equipo_remoto [2024/10/17 21:42] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | You want to run the lshw command locally on your Proxmox hypervisor and then transfer the output to your web server. You can achieve this by using the scp command to securely copy the file from your Proxmox hypervisor to your web server. Here's how you can do it: | + | ====== Running lshw on Proxmox and Transferring Output ====== |
| + | |||
| + | You want to run the `lshw` command locally on your Proxmox hypervisor and then transfer the output to your web server. You can achieve this by using the `scp` command to securely copy the file from your Proxmox hypervisor to your web server. Here's how you can do it: | ||
| <code bash> | <code bash> | ||
| Line 5: | Line 7: | ||
| </ | </ | ||
| - | - lshw > lshw.txt: This runs the lshw command | + | **Explanation of the command:** |
| - | - && | + | |
| - | - scp lshw.txt [email protected]:/ | + | |
| - | This command will execute lshw locally on your Proxmox hypervisor and then transfer the output file lshw.txt to your web server. | + | - **lshw > lshw.txt:** This runs the `lshw` command locally on your Proxmox hypervisor and saves the output to a file named `lshw.txt` in the current directory. |
| + | - **&&: | ||
| + | - **scp lshw.txt [email protected]:/ | ||
| + | |||
| + | <WRAP center round info 60%> | ||
| + | This command will execute | ||
| + | </ | ||
| Once the output of the `lshw` command is transferred to the remote server, you can access it from anywhere with appropriate permissions. | Once the output of the `lshw` command is transferred to the remote server, you can access it from anywhere with appropriate permissions. | ||
| For more details on using `lshw` and `scp`, refer to their respective man pages (`man lshw` and `man scp`). | For more details on using `lshw` and `scp`, refer to their respective man pages (`man lshw` and `man scp`). | ||
| + | |||
guardar_informacion_del_hardware_en_equipo_remoto.1714790202.txt.gz · Last modified: 2024/10/17 21:42 (external edit)
