This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "id3tag" | |
require "fileutils" | |
puts "enter absolute path to music folder:" | |
indir = gets.chomp | |
# Example: "/home/shivam/Music/Music/F01" | |
indir = indir.sub(/\/$/, "") + "/*" | |
puts "enter extraction path (absolute):" | |
outdir = gets.chomp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@bluegene:/etc/apt# apt-get remove mysql-server-5.6 | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following packages will be REMOVED: | |
mysql-server-5.6 | |
0 upgraded, 0 newly installed, 1 to remove and 19 not upgraded. | |
1 not fully installed or removed. | |
After this operation, 52.7 MB disk space will be freed. | |
Do you want to continue? [Y/n] y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@bluegene:/etc/apt# apt-get remove mariadb-server | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
Package 'mariadb-server' is not installed, so not removed | |
The following packages will be REMOVED: | |
mysql-server-5.6 | |
0 upgraded, 0 newly installed, 1 to remove and 19 not upgraded. | |
1 not fully installed or removed. | |
After this operation, 52.7 MB disk space will be freed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@bluegene:/etc/apt# apt-get install mysql-server | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
Some packages could not be installed. This may mean that you have | |
requested an impossible situation or if you are using the unstable | |
distribution that some required packages have not yet been created | |
or been moved out of Incoming. | |
The following information may help to resolve the situation: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@bluegene:/etc/apt# sudo apt-get -f install | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following packages will be REMOVED: | |
mysql-server-5.6 | |
0 upgraded, 0 newly installed, 1 to remove and 19 not upgraded. | |
1 not fully installed or removed. | |
After this operation, 52.7 MB disk space will be freed. | |
Do you want to continue? [Y/n] y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@bluegene:/etc/apt# apt-get remove mariadb-server | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
Package 'mariadb-server' is not installed, so not removed | |
The following packages will be REMOVED: | |
mysql-server-5.6 | |
0 upgraded, 0 newly installed, 1 to remove and 19 not upgraded. | |
1 not fully installed or removed. | |
After this operation, 52.7 MB disk space will be freed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> | |
<head> | |
<b:include data='blog' name='all-head-content'/> | |
<meta content='Ps Essentials' name='title'/> | |
<meta content='photoshop free tutorials' name='description'/> | |
<meta content='photoshop,free,tutorials,typography,design,make,godfather,wallpapers' name='keywords'/> | |
<meta content='shivam singh' name='author'/> |