The command is lsb_release -a
Monday, December 1, 2014
Friday, November 21, 2014
Could not get lock /var/lib/apt/lists/lock - open solved in Ubuntu 14.04
sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update
Found this solution in
http://ubuntuforums.org/showthread.php?t=1986288
Sunday, October 12, 2014
Convert GPT to MBR using Linux
sudo apt-get install gdisk. Press "Enter" to install the partitioning tool to Ubuntu.
Input "sudo gdisk" into Terminal, then press "Enter" to run gdisk as a superuser. Input the name assigned to the boot device, then press "Enter" again.
Press "r," then hit "Enter," to switch to the recovery and transformation options. Press "g," then press "Enter," to select the option to convert GPT to MBR on Linux.
Press "0," then press "Enter," to convert GPT to MBR on the primary partitions. Press "y," then "Enter,"
Source:http://www.ehow.com/how_12119053_convert-gpt-mbr-linux.html
Input "sudo gdisk" into Terminal, then press "Enter" to run gdisk as a superuser. Input the name assigned to the boot device, then press "Enter" again.
Press "r," then hit "Enter," to switch to the recovery and transformation options. Press "g," then press "Enter," to select the option to convert GPT to MBR on Linux.
Press "0," then press "Enter," to convert GPT to MBR on the primary partitions. Press "y," then "Enter,"
Source:http://www.ehow.com/how_12119053_convert-gpt-mbr-linux.html
Friday, September 12, 2014
asp.net unobtrusive validation with jquery error solved
Faced this error when trying to create a simple web form
I changed the version 4.5 to 4.0 in web.config and it got solved
I changed the version 4.5 to 4.0 in web.config and it got solved
Subscribe to:
Posts (Atom)