Friday 25 July 2014

lofiadm: /dev/lofictl: No such file or directory, Solaris non-global zone

To avoid the above error in Solaris 10 non-global zone, we need to expose lofi to solaris non-global zone: /opt/VRTSvcs/bin/hagrp -offline platenggrp -any Change zonecfg on both nodes in VCS cluster for this non-global zone: bash-3.00# zonecfg -z plateng01p zonecfg:plateng01p> info zonename: plateng01p zonepath: /zones/plateng01p brand: native autoboot: true bootargs: pool: limitpriv: scheduling-class: ip-type: shared inherit-pkg-dir: dir: /lib inherit-pkg-dir: dir: /platform inherit-pkg-dir: dir: /sbin inherit-pkg-dir: dir: /usr fs: dir: /usr/local special: /zones/plateng01p/local raw not specified type: lofs options: [] fs: dir: /usr/openv special: /zones/plateng01p/openv raw not specified type: lofs options: [] net: address: xx.xx.xx.xx physical: e1000g0 zonecfg:plateng01p> zonecfg:plateng01p> add device zonecfg:plateng01p:device> set match=/dev/lofictl zonecfg:plateng01p:device> end zonecfg:plateng01p> add device zonecfg:plateng01p:device> set match=/dev/lofi/* zonecfg:plateng01p:device> end zonecfg:plateng01p> add device zonecfg:plateng01p:device> set match=/dev/rlofi/* zonecfg:plateng01p:device> end zonecfg:plateng01p> exit bash-3.00# zonecfg -z plateng01p info zonename: plateng01p zonepath: /zones/plateng01p brand: native autoboot: true bootargs: pool: limitpriv: scheduling-class: ip-type: shared inherit-pkg-dir: dir: /lib inherit-pkg-dir: dir: /platform inherit-pkg-dir: dir: /sbin inherit-pkg-dir: dir: /usr fs: dir: /usr/local special: /zones/plateng01p/local raw not specified type: lofs options: [] fs: dir: /usr/openv special: /zones/plateng01p/openv raw not specified type: lofs options: [] net: address: xx.xx.xx.xx physical: e1000g0 device match: /dev/lofictl device match: /dev/lofi/* device match: /dev/rlofi/* bash-3.00# bash-3.00# /opt/VRTSvcs/bin/hagrp -online platenggrp -any bash-3.00# lofiadm -a /root/sol-10-u7-ga-sparc-dvd.iso /dev/lofi/1 bash-3.00# lofiadm Block Device File /dev/lofi/1 /root/sol-10-u7-ga-sparc-dvd.iso bash-3.00# bash-3.00# mount -F hsfs -o ro /dev/lofi/1 /mnt/solaris bash-3.00# df -kh | grep mnt mnttab 0K 0K 0K 0% /etc/mnttab /dev/lofi/1 2.5G 2.5G 0K 100% /mnt/solaris bash-3.00#

Sunday 13 July 2014

Brute foricing brainwallet

If you're using a weak passphrase for your brainwallet. You should consider this :)



You need pyBrainwallet to run this. It can be found here.

MintPal hacked, 30% of Vericoin stolen

Yes. This is real. Mintpal has been hacked and a large amount of coins have been stolen. You can read the statement released by Vericoin here
Here is what MintPal is saying. You can read the original post HERE
A few hours ago we were unfortunately the subject of a successful attack against the exchange. Our investigations have shown that whilst our security was breached, VeriCoin was the target. We would like to stress that VeriCoin and the VeriCoin network has not been in any way compromised. We have worked to secure the exchange and the withdraw process from any further attack. As it stands at the moment the following applies: 1) We lost a considerable amount of VeriCoin in the attack, however we have been working with the VRC developers and all major exchanges to hard fork the coin at a position before the attack. This will allow us to retrieve the stolen coins and facilitate all withdrawals. We are also working with various exchanges to accommodate any losses they may encouter as a result of the required fork. 2) We are currently processing withdrawals for all other coins. As I'm sure you will appreciate, our support channels will most likely be very busy over the coming hours/days so please bear with us. We would like to personally extend our thanks to the VeriCoin developers and the other exchanges who have pulled out all of the stops to ensure that your VRC funds are safe.

Thursday 3 July 2014

Oracle ILOM CMM reset via CLI

Here is how to reset Oracle ILOM CMM from the command line.

1. Login to CMM/ILOM CLI
2. Type the following command


You should now have access to CMM/ILOM!

Wednesday 2 July 2014

Newegg the latest retailer to accept Bitcoin

Bitcoin is now being accepted by one of the largest PC retailers on the market. This is a big boost to Bitcoin especially on the heels of the NSA's SilkRoad Bitcoin auction.

You can read the full story here

Ubuntu Fortinet SSL VPN client install

First things first, download Forinet SSL VPN Software

In order to install the Fortinet SSL VPN under Ubuntu 14.04 64 bit, you will need to install some dependencies to get it to execute.

bash: ./forticlientsslvpn: No such file or directory

This means you do not have 32 bit compatibility installed.

Issue the following commands to install the require software to run Fortinet SSL VPN.



You should now be able to VPN into your coorporate network without issue.