cpio -idv < tree.cpio
Author Archives: admin
Getting the Service Tag of Dell Machines in Linux
dmidecode | grep Serial
Linux installation from Network – At boot prompt type
linux askmethod
Extracting Private Key from .pfx certificate
openssl pkcs12 -in sslcert.pfx -nodes -clcerts -out servercert.pem openssl rsa -in servercert.pem -out serverkey.pem
Recover corrupt SVN repository
svnadmin recover /var/svn/myrepo
Retreiving the Dell Server Service Tag
dmidecode | grep Serial
Forcefully unmount the mount point
umount -l /mountpoint
Sharing VNC Desktop
vncserver -AlwaysShared :1
Search for a folder name and delete if found
find -type d -iname feb05 -exec rm -rf '{}' ';'
Installing Source RPM
rpmbuild –rebuild xyz.src.rpm