Burn Windows 7 DVD to Bootable USB stick
Step 1 - Convert DVD to .iso - Download BurnAware Free - Click Copy to ISO button or Make ISO and copy the files from the DVD. Step 2 - Create bootable USB stick...
Just another Yipp.ca Blogs site
Step 1 - Convert DVD to .iso - Download BurnAware Free - Click Copy to ISO button or Make ISO and copy the files from the DVD. Step 2 - Create bootable USB stick...
Solution (1) Install the nux repo for CentOS 7 (2) Install these two packages these exfat packages: $> sudo yum install exfat-utils fuse-exfat
assume the new root partition is ext4 and mounted at /mnt/new, cd / sudo tar -cf - * |(cd /mnt/new; sudo tar -xpBf -)
[dev@centos vfcore]$ sudo rpm -e epel-release-6-8.noarch.rpm error: package epel-release-6-8.noarch.rpm is not installed [dev@centos vfcore]$ sudo rpm -ivh epel-release-6-8.noarch.rpm Preparing... ########################################### [100%] package epel-release-6-8.noarch is already installed Solution wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm sudo rpm -ivh --replacepkgs...
I am not a lawyer and this article does not represent a legal advise. Javascript GPL code with non-free code Basically from my research I understood that GPL Javascript will "infect" other code it...
Preparing to take mathematical questions : http://blogs.jccc.edu/math/files/articulate_uploads/MathCOMPASSPreparation/story.html Preparing for typical programming questions https://sites.google.com/site/steveyegge2/five-essential-phone-screen-questions C++ common question you need to know by heart : - difference between STL list and vector - how to avoid...
1. Install the nux repo Instructions to install the nux repo in CentOS 7 is here 2. Install the necessary packages $> yum --enablerepo=nux-dextop install fontconfig-infinality
$> su - $> yum update # optional but recommanded $> rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org $> rpm -Uvh https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm $> rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
The right way 1. Install the nux repo Instructions to install the nux repo in CentOS 7 is here 2. Install the necessary packages $> sudo yum install vlc Otherwise without the nux repo...
How to install ntfs-3g on CentOS 7 $> su - $> cd $> wget https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm $> rpm -ivUh epel-release-7-5.noarch.rpm $> yum install ntfs-3g
Recent Comments