If you want to convert Nero "nrg" images to ISO format to mount or burn you can either use nrg2iso, or just use dd to skip the 300k header (will work just fine for DAO images):
dd if=image.nrg of=image.iso bs=4096 skip=75
Cloud, Security, Digital Forensics, UNIX
If you want to convert Nero "nrg" images to ISO format to mount or burn you can either use nrg2iso, or just use dd to skip the 300k header (will work just fine for DAO images):
dd if=image.nrg of=image.iso bs=4096 skip=75
Posted by cmihai at 7:30 PM 2 comments
Apparently, LiveUpgrade won't be opensourced, or included in "Indiana", but there is a ZFS aware replacement in the works:
BE Utility for Snap Upgrade
The BE utility is the user interface for managing Boot Environments and is the replacement for the Live Upgrade commands (luupgrade(1M), lucreate(1M)...) This utility is intended to be used by System Administrators who want to manage multiple Solaris Instances on a single system. The BE utility will be implemented with ZFS support only, however a migration path from UFS to ZFS will also be supported but not in the Spring release.
Posted by cmihai at 6:34 PM 0 comments
Labels: Open Source, Solaris, Sun
Solaris 10 5/08 has been released.
Posted by cmihai at 11:27 AM 0 comments
Labels: Enterprise, Solaris, Sun, UNIX
I must say I'm quite pleased with the new Windows 2008 Server backup. A full backup of the system disk (Windows 2008 Enterprise and a few tools, about 15GB uncompressed with 3GB of SWAP. Windows Backup shows the volume as using 14GB) takes 6 minutes. Overall, a great effort, considering I'm doing this over a Firewire 400 connection.
And the backup is done:
A larger backup:
Posted by cmihai at 12:29 PM 0 comments
Labels: Backup, Enterprise, Microsoft
Can't say Hyper-V is much fun. It seems to fail in spectacular ways when it comes to running non-Windows operating systems. FreeBSD 7 (AMD64 and i386) builds fail to boot, OS/2, eComStation and QNX fail to install (QNX 4 installs, but fails to boot after), Solaris 10 doesn't get past the GRUB screen (at least in the 10 minutes I've waited) and other operating systems experience strange issues:
QNX in Hyper-V:
OpenBSD install:
Though OpenBSD did install after all:
So far, it seems that VMware Server (or ESX) is a safer choice. Even though it's probably possible to get some of these systems installed with some tuning, I wasn't all that pleased with graphical performance either. The Debian installer for example was very sluggish.
And it seems to crash quite often:
Still, the version in Windows 2008 RTM is actually Hyper-V RC0, so I'll wait for a release version to come out before bothering with it anymore.
Posted by cmihai at 12:08 AM 1 comments
Labels: Microsoft, Virtualization
Project Etude - that lets you run Solaris 8 Containers (Zones) is now free.
Announcement here. Solaris 9 containers will also be available.
The project has been renamed into Solaris 8 Migration Assistant.
Posted by cmihai at 3:21 PM 0 comments
Labels: Solaris, UNIX, Virtualization
RE:Trace is a set of Ruby scripts that use DTrace for exploit development.
DTrace whitepaper here.
Posted by cmihai at 12:22 AM 0 comments
SSHWindows is a minimal Cygwin build of OpenSSH for Microsoft Windows systems. It's got both a client and a server, in a small package (~ 2MB).
Get Console 2 + Terminus if you need TABS :-). Works just like KDE Konsole or Gnome-Terminal + OpenSSH in any other UNIX or Linux system.
Posted by cmihai at 9:56 AM 0 comments
Labels: Microsoft, Open Source, Security
Data Execution Prevention (DEP) and the NX bit (No eXecute) CPU flag on AMD processors and XD eXecute Disable on Intel processors can be of great help in buffer overflow mitigation. Of course, it can also hinder other applications.
You can disable it in Vista by starting an Administrative cmd (right click cmd - Run As Administrator) and typing:
bcdedit /set nx alwaysoffBCDEdit can be used to enable or disable DEP, PAE and more.
bcdedit /set {current} nx alwaysoff
Posted by cmihai at 7:42 PM 0 comments
TA3 is the most difficult standardized IQ test provided by the International High IQ Society. It's geared for accurate higher IQ levels, rather than 90-110 IQ levels. Nice if you're sick of all those online IQ tests where you always score 160...
Posted by cmihai at 11:37 PM 1 comments