Linux Stuff

CentOS Linux is the community version of RedHat Enterprise

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 [...]

OwnCloud: Max Upload Size

January 31, 2013 | 0 Comments

The default maximum upload size per file is 8Mb If you need to adjust this then you need to modify the value [ post_max_size ] in the [ /etc/php.ini ]   [...]
1 2 3 4 5 6