Been getting this error every time I try to update my Java. Here’s the workaround. 1. Uninstall all existing Java 2. Deleted the Java folder. “C:\Program Files\Java\jre6″ 3. Run the installer again. Should complete.
Delta RPMs is a bandwidth saver. Instead of downloading full rpm files on updates, delta rpms (.drpm) hold only the changes in binary form. The size of the packages is now significantly reduced thus saving bandwidth. Once downloaded the drpm file get reconstructed to form the full package before they gets applied. On avg I [...]
Here’s a quick guide to start, stop the NFS service in AIX. To stop the NFS service run, stopsrc -g nfs and to that the NFS service run, startsrc -g nfs To re-exports all shares or new share specified in the “exports” file run, exportfs -av
Here’s a simple walkthrough to setup an OpenSSH server on Jaunty together with 2 basic hardening options you should apply. 1. Install the OpenSSH server. Fire up a console and run the command below. This will install the required binaries and packages for the OpenSSH server. apt-get install openssh-server 2. Get some basic hardening in [...]
1. Pull up a console and su as root. [danesh@jackal ~]$ su – 2. Install these packages first. [root@jackal ~]# yum -y install xterm gtk2-devel gnome-keyring libxml2-devel libxslt rpm-devel nss 3. Grab the latest vesion of Adobe AIR from Adobe’s download page. [root@jackal ~]# wget http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin 4. Make the .bin file executable by using the [...]