To relocate the iTunes Folder on Windows, creating a symlink:
Move the Music/iTunes folder to the drive you want to
Run cmd as Administrator
Run:
mklink /j “c:\users\ramon\music\iTunes” “d:\iTunes”
And replace Ramon and D: to the onces of choice
To relocate the iTunes Folder on Windows, creating a symlink:
Move the Music/iTunes folder to the drive you want to
Run cmd as Administrator
Run:
mklink /j “c:\users\ramon\music\iTunes” “d:\iTunes”
And replace Ramon and D: to the onces of choice
Today I`ve finished laying the engine foundation for jQuery Updater for WordPress 3.0
The release of jQuery 3.0.0 alpha 1 triggered me to swap from 2.1.4-beta to 3.0.0-alpha but I`m happy with it. The plugin`s engine got completely rewritten and includes some code that I used to maintain seperatly as a plugin; jQuery Mobile, but also includes jQuery UI and QUnit.
The source can be found at github.com/Ramoonus/jQuery-Updater
The final release, will be done after several public alpha`s and beta`s which include an administration panel.
This guide is for almost every Linux distribution.
Prerequisite is that you have the required build tools installed already.
If not, do the following step:
Debian and Ubuntu users way;
sudo apt-get install build-essential
The Fedora/Red Hat way:
sudo yum groupinstall "Development Tools" "Legacy Software Development"
First step is getting the source package
wget http://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz
Next step is compiling and installing it;
tar xf bash-4.3.tar.gz
cd bash-4.3
./configure
make
sudo make install
sh
A hidden feature i was looking for for ages; show the weeknumbers in the calendar. You can show week numbers only in the Month view.
A hidden feature i was looking for for ages; show the weeknumbers in the calendar. You can show week numbers only in the Month view.