How to fix Apache – "Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName" Error on Ubuntu
Get link
Facebook
X
Pinterest
Email
Other Apps
easiest way is:step 1 ) sudo vim /etc/apache2/apache2.conf
step 2) add ServerName localhost
in the very end of the file.
Note: You can use gedit instead of vim, if u have that.
#worked for me :)
In C array[0] = '\0'; In C++ array = new int[5]; // Declare an array delete [ ] array; // Delete an array array = 0; // Clear a to prevent using invalid memory reference
Vcf-Tools : Error "Broken Vcf Header, No Column Names?'" if u have this error.... you can use use tabix then http://bioinfoconcepts.blogspot.in/2015/04/tiindexbuild2-fail-to-create-index-file.html after then type vcf-compare a.vcf.gz b.vcf.gz c.vcf.gz
Comments
Post a Comment