Linux

uShare on CentOS

Before you start Here’s what you need to do before you get started:You should have SELinux disabled (Google “disable SELinux” if you don’t know how to check SELinux status or turn it off). If you’re using CentOS or RHEL, you need to have the EPEL Repository enabled on your system. Fedora users already have the proper repo (@fedora) enabled by default. Realize that these instructions were written and tested with RedHat-based...

Read More

MiniDLNA Server on CentOS 6 for Samsung TV

Why miniDLNA?  Well first let’s start with the fact that there are a lot of DLNA type servers out there.  That do things quite differently.  I wanted one that was reliable.  My secondary concern was that I wanted one that didn’t try to do everything.  I didn’t need web interfaces or transcoding.  miniDLNA does just the sharing.  What your device does with the data is up to it.  It gives a good guarantee that it will work with the...

Read More

MediaTomb DLNA Server on CentOS for Samsung TV

1) Download the latest rpmforge-release rpm from http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/ 2) Install rpmforge-release rpm: rpm -Uvh rpmforge-release*rpm 3) install MediaTomb via yum: yum install mediatomb 4) open /etc/mediatomb/config.xml in your text editor of choice 5) remove the comment tags around the <custom-http-headers> section and make that section look like this:<custom-http-headers> <add...

Read More

How to Remove a Google Malware Warning

If your website becomes compromised by hackers, they may decide to upload malicious scripts to your site in an effort to infect visitors to your site with viruses or other malicious software. If this happens and Google indexes your site, they may detect these malicious scripts and assign a warning to your website that will show up next to any search results for your website. If this has happened to you, you can remove the Google malware warning...

Read More

XEN shell commands

Basic commandsShow the running Virtual Machines: xm list Start a virtual machine (myhost):   xm create myhost Gracefully shutdown (soft-reset) a virtual machine:  xm shutdown myhost Forced power Off (hard-reset) of a virtual machine:  xm destroy myhost Reboot a VM : xm reboot myhost  Using the consoleStart a virtual machine and attach immediately a console:   xm create -c myhost Attach to the console of a VM (sample ID=4 for...

Read More

Xen 4.1 release notes

Xen 4.1 release notes Xen 4.1.0 release announcement:Xen hypervisor 4.1.0 was released on 25th March 2011. Official release announcement email from xen-devel mailinglist: mailing list announcement blog.xen.org Xen 4.1.0 release announcement Download url: http://xen.org/download/index_4.1.0.htmlXen 4.1.1 release announcement:Xen hypervisor 4.1.1 has released on 15 Jun 2011. Official release announcement email from xen-devel...

Read More