Mount Windows CIFS share on Linux server using kerberos keytab
Use kerberos ticket to mount CIFS shares on a Linux server. You do not need to know the password for the account, nor have the password stored in a file. …
Read MoreTechnology, Computer, Network and Games Cheat
Day to day technical how to – by Andrew Lin
Use kerberos ticket to mount CIFS shares on a Linux server. You do not need to know the password for the account, nor have the password stored in a file. …
Read MoreAfter you add a new disk on a Red Hat Linux server you can scan for the new disk without rebooting. List the number of scsi host controllers ls /sys/class/scsi_host …
Read MoreTo configure snmp client version 3 on a Red Hat server you will need to install the packages net-snmp-utils and net-snmp. yum install net-snmp-utils net-snmp Make sure the snmpd service …
Read MoreConvert a Vmware RDM disk to VMDK while guest VM is powered off Power down the guest VM Clone the VM, under select virtual disk format – select Advanced – …
Read MoreIf you are running a VMware virtual Red Hat Linux server then it is very easy to add a new disk. For physical servers with hot add capability this is …
Read MoreYou downloaded and installed Red Hat Enterprise Linux on your server becasue you just want to test it out. During installation you selected base server, after installation you realize that …
Read MoreOn Computer A Create the public and private keys using the command ssh-keygen [root@computerA .ssh]# ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the …
Read MoreLikewise similar to Winbind is an open source software used to integrate linux server with Microsoft Active Directory authentication. This article assume that you already have Likewise installed and configured …
Read MoreThis does not happen often, but you may run into a situation where you need to reduce the size of the Linux filesystem. Well, in my case I wanted to …
Read MoreBeing the administrator of a large Linux shop, I have had to extend the filesystems on the Red Hat Linux server a few times. Each time I had the opportunity …
Read More