November 22, 2016
WordPress
$19 Premium WordPress Theme & Plugin (Use Code: 19USDFORALL) MythemeShop is very popular for providing WordPress themes and plugins. Like every year, BlackFriday & CyberMonday is the best time to get any premium stuff that you want. This is the time of year when you get a maximum …
November 17, 2016
Microsoft Windows
If you are getting the above error then it means telnet client service is not enabled/installed on your system. ‘telnet’ is not recognized as an internal or external command, operable program or batch file. How To Enable Telnet In Windows Server 2008 R2 Go to Control Panel>Programs …
September 22, 2016
Linux, Web Servers
The utility “openssl” is used to generate the key and CSR. This utility comes with the OpenSSL package and is usually installed under /usr/local/ssl/bin. If the utility was installed elsewhere, these instructions will need to be adjusted accordingly. In this example, CSR was generated for Apache …
First, download the latest version of JRE rpm from the Oracle website. To download the latest version of JRE Click Here. The process of installing the JRE rpm and setting the JAVA_HOME path is shown here. Install JRE on 64-bit Linux Download the latest JRE rpm …
You can split the blogger header into two parts, process is simple as given below: In your Blogger Dashboard go to Template >> Edit HTML Search for text <b:section class=’header’ and add the below code after the closing </b:section>. <b:section id='header-right' showaddelement='yes'></b:section> <div style='clear: both;'/> Search for ]]></b:skin> and add the below CSS code just …
Static routes are for traffic that must not, or should not, go through the default gateway. Routing is often handled by devices on the network dedicated to routing (although any device can be configured to perform routing). /etc/sysconfig/network-scripts/route-eth0 Add Static Routes in Linux If static routes …
You can scan a newly added SCSI disk in Linux without rebooting the system. The process is shown below: First, check all disks presently shown on the system by using the below command: # fdisk -l |egrep '^Disk' |egrep -v 'dm-' WARNING: GPT (GUID Partition Table) …