Amazon Ad

Featured Post

Tuesday, January 29, 2019

Some KVM Commands


virt-manager
virsh list —all
qemu-img create -f qcow2 -b vm6.qcow2 25G

Tuesday, January 22, 2019

DNS in PowerShell


Get-DnsClient
Set-DnsClientServerAddress -InterfaceIndex -ServerAddresses (“212.38.1.100”)
Add-Computer -DomainName “acme.com” -Credential (get-credential)

SuSE Updates


SuSEConnect -p sle-sdk/12/x86_64
zypper in -t srcpackage 'systemd'

zypper in -t pattern Basis-Devel
zypper in build

Update SuperMicro BIOS


Update bios:
sudo ./AlUpdate -f REDFISH_X10_377.bin -i lan -h 10.0.2.82 623 -u ADMIN -p ADMIN -r y

Monday, January 21, 2019

Jira and eazyBI Integration

Review the demo account:

  • https://eazybi.com/accounts/1000/cubes
  • https://eazybi.com/accounts/1000/cubes/Issues/


Using eazyBI with Jira

Create a moving time range

  1. Drag the Time measure to the Rows area.
  2. Create a calculated time range:
    1. Click Time.
    2. Click Calculated members.
    3. Click Define new.
    4. Enter Last 60 days.
    5. Enter:
Aggregate(Filter(
  [Time].[Day].Members,
  DateBetween([Time].CurrentMember.StartDate,'60 days ago','today')
))



Enable core files in SuSE

https://www.suse.com/support/kb/doc/?id=3054866