RedHat

How to Transfer WindowsVM on KVM to VMware

October 17, 2013 | 0 Comments

  http://www.vmware.com/products/converter/ and download vCenter Converter. If you do not have a VMware account you will need to create one. Click on the file you [...]

iSCSI (server) on CentOS6/RHEL6

October 16, 2013 | 0 Comments

  Add disk to system so it appears fdisk -l ( for example /dev/sdb ) Install scsi-target-utils.x86_64 package, enable the service and start it # yum -y install [...]

linux: Terminating Processes

May 28, 2013 | 0 Comments

    You must know signal and their values while writing the shell scripts. You cannot use (trap) all available signals. Some signals can never be caught. For [...]

Quick Linux Kerberos Configuration Guide

May 24, 2013 | 0 Comments

# # Quick Linux Kerberos Configuration Guide # # Based on http://aput.net/~jheiss/krbldap/ # # LDAP Guide at http://oss.segetech.com/linux-ldap-configuration.html # SERVER [...]

How to play encrypted blu-ray with VLC

April 12, 2013 | 0 Comments

You’ll need two files: keys database and AACS dynamic library. Keys database get the file UPDATED 20-04-2012! Windows: put it in %APPDATA%/aacs/ . How to find where [...]

Red Hat Network Satellite tips

March 28, 2013 | 0 Comments

I manage a Red Hat Network (RHN) Satellite Server in our lab for our Red Had Enterprise Linux (RHEL) hosts, and throughout the years I’ve gathered a few tips and hints that [...]

Encrypt/Decrypt string with openssl

March 15, 2013 | 0 Comments

Sometimes it can be helpfull to encrypt/decrypt strings on Linux. Of course we can install tools like crypt but is not always available after default installation. Good thing [...]
1 2 3 4 5