Find and Execute
Using Find with Command Execution There are two main ways to execute commands on files found by the find command: Method 1: Using -exec with find find . -exec cmd -option1 -option2 {} \; Or fo...
Using Find with Command Execution There are two main ways to execute commands on files found by the find command: Method 1: Using -exec with find find . -exec cmd -option1 -option2 {} \; Or fo...
Start>run: netplwiz Select Account Uncheck box near top of dialog box
Modifying BIOS Settings with RACADM This guide demonstrates how to change BIOS settings on Dell servers using RACADM commands, create a commit job, and apply the changes. 1. Check Current Setting...
Create ISO from CD / DVD drive: IF is Input File, OF is Output File: sudo dd if=/dev/sr0 of=./some\_descriptive\_name.iso Burn ISO: growisofs -dvd-compat -Z /dev/sr0=XenCenter.iso Alternative I...
Mounting FTP Sites as Local Directories You can mount an FTP site as a local directory in Linux using curlftpfs, allowing you to interact with remote FTP content as if it were on your local filesy...
Linux Display Management with xrandr Basic Usage Get information about available displays and their supported resolutions: # List all connected displays and available resolutions xrandr Settin...
netsh interface ip delete arpcache
Commands for interacting with the BMC on PowerEdge C series Get All BMC Information Retrieves comprehensive information about the BMC status and configuration bmc -H 10.1.1.64 -U jonas -P jonas al...
Using Serial Over LAN (SOL) with Dell Servers Serial Over LAN (SOL) allows you to access a server’s serial console remotely over the network through the iDRAC or BMC interface. This is particularl...
Overview An iDRAC can run out of available sessions and hence refuse any new connections over the web interface. This happens if the admin logs on multiple times and doesn’t log out (just closing ...