unix

Friday, July 27, 2018

KVM Networking - PNET vs VNET MACs and JUMPStation Host Planning

›
Used an unused bridge br10 to for external Networking (within guest) as mentioned below: --- $ cat /etc/network/interfaces # This file...
Thursday, August 17, 2017

Script to fetch HP ILO firmware versions

›
Script to fetch HP ILO firmware versions --- cat rilo_hst_ip|while read i; do  rip=$(echo $i|cut -d',' -f2); ver=$(curl https://...
Monday, July 17, 2017

sshpass remote command execution - password change

›
for i in $(cat systems_list)         do                 sshpass -p "oldpassword@2016" ssh -q root@$i "echo "NEwpass...
Thursday, May 25, 2017

Sync task stuck Satellite

›
I ssue       : Sync task stuck from last 8 days.   Unable to cancel it manually. We executed below commands to resolve issue. -----...
Wednesday, May 3, 2017

PowerShell script to add multiple DNS in Windows Servers

›
Get-WmiObject -Class Win32_NetworkAdapterConfiguration -Filter IPEnabled=TRUE -ComputerName . | Format-Table -Property IPAddress ---- $t...
Tuesday, May 2, 2017

Linux Chrooted SFTP Solution

›
Operating system Tested Centos 6 Centos 7 It should work on Fedora and Redhat as well  Problem How to set up sftp to chroo...

Creating Linux SFTP Chrooted Server - Automated Script

›
Linux SFTP Chrooted Server - Automated Script --------------------------------------- #!/bin/bash #Author Mail : rambamal@gmail...
‹
›
Home
View web version

About Me

RAM BAMAL
View my complete profile
Powered by Blogger.