Category Archives: Operating Systems

Official Microsoft Windows 10 download link

Microsoft now provide and allow (officially) direct link for downloading their Windows 10 operating system from their Web site without any subscription. Prior Windows 10, ISO download was reserved to the store purchase and Service Providers Level Agreement (SPLA). Follow this link to get the official Windows 10 release : http://www.microsoft.com/en-ca/software-download/windows10ISO This will allow you to… Read More »

Linux : Unable to build R1Soft module on Debian 8

I recently end up with the following error trying to build the R1Soft agent module using “r1soft-setup –get-module” command : Checking if module needs updated Checking for binary module Waiting                       / No binary module found Gathering kernel information Gathering kernel information complete. Creating kernel… Read More »

Linux : Managing resolv.conf with resolvconf on Ubuntu

Lately, Ubuntu introduced “resolvconf” which manage and maintain the legacy “/etc/resolv.conf” file. As stated in the comment of this file, any manual editing will be lost, so by default you have to use resolvconf to manage it. You will find the following text files under /etc/resolvconf/resolv.conf.d : base : used when no data can be… Read More »

Linux : Error failed dependencies updating kernel-3.10.63-11.el6.centos.alt.noarch

Having the following error trying to install/update kernel v3.10 from the Xen repository on CentOS 6? error: Failed dependencies: kernel-firmware < 3.10.63-11.el6.centos.alt conflicts with kernel-firmware-3.10.63-11.el6.centos.alt.noarch Well, you are probably trying to install using “rpm -i” command. You should use “rpm -Uvh” instead as followed : rpm -Uvh kernel-3.10.68-11.el6.centos.alt.x86_64.rpm kernel-firmware-3.10.68-11.el6.centos.alt.noarch.rpm

Linux : How to register RedHat Enterprise Linux

RedHat can be used upon a paid subscription. You have to register your system using the following command in order to use the Yum repositories : subscription-manager register –username <username> –password <password> –auto-attach If by any chance you ran that command in the first place but you had no subscription available in your account, your… Read More »