Find and Execute
find . -exec cmd -option1 -option2 — {} + or find . -print0 xargs -0 cmd -option1 -option2 — For example: find . -name “*.bkp” -exec ls -l {} + Rule the world!
find . -exec cmd -option1 -option2 — {} + or find . -print0 xargs -0 cmd -option1 -option2 — For example: find . -name “*.bkp” -exec ls -l {} + Rule the world!
Start>run: netplwiz Select Account Uncheck box near top of dialog box
Pull current settings: C:\Users\Administrator>racadm -r 10.6.26.241 -u root -p calvin get BIOS.BiosBootSettings.HddSeq [Key=BIOS.Setup.1-1#BiosBootSettings] HddSeq=RAID.Integrated.1-1,Disk.SDInt...
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 If gr...
sudo apt-get install curlftpfs curlftpfs ftp://user:password@example.com /mnt/ftp_mounted
xrandr alone will give you available resolutions for each display attached xrandr Some examples: xrandr –output eDP –mode 1280×720 xrandr –output HDMI1 –mode 1280×720 xrandr –output -eDP1 –mode 12...
netsh interface ip delete arpcache
bmc -H 10.1.1.64 -U jonas -P jonas allinfo bmc -H 10.1.1.64 -U jonas -P jonas pecagent_health bmc -H 10.1.1.64 -U jonas -P jonas bmc_hostname bmc -H 10.1.1.64 -U jonas -P jonas bmc_hostname get bmc...
Enable SOL with Racadm (or via the web interface – whichever): racadm -r 10.2.2.2 -u root -p calvin config -g cfgIpmiLan -o cfgIpmiLanEnable 1 NOTE: for the ipmitool commands, create a new user wi...
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 the window...