Friday, May 30, 2014

Clear sound on electric guitar amplifier fender mustang 1 v2




After few weeks that I tried to set my guitar amplifier  fender mustang 1 v2 to produce "crystal clear" sound + two days of thoughts about selling the amp and buy a "better one", I finally found the way to get clear sound.

  1. Turn off the amplifier
  2. Press the "TAP" button.
  3. Turn on the amplifier while the "TAP" button is pressed.
  4. That's it!
    •  No effects, no gain, no reverb, no cool effects. JUST CLEAR SOUND.




Tuesday, April 22, 2014

How to make a bootable Mavericks install drive (usb, disk on key)

The text below is "copy paste" from liondiskmaker site. version 3 supports the Mavericks installer

Link: http://liondiskmaker.com/ 

DiskMaker X (formerly Lion DiskMaker) is an application built with AppleScript that you can use with Mac OS X 10.6, 10.7, OS X 10.8 and 10.9 to build a bootable drive from Mac OS X Lion, OS X Mountain Lion Installation or OS X Mavericks Installer program. As soon as you launch the application, it tries to find the OS X Install program with Spotlight. Then, it proposes to build a bootable install disk and make it look as nice as possible. It’s the easiest way to build an OS X Installer in a few clicks !


iMac fan working at full speed ( making noise ) after replacing HDD by SSD


Problem: After replacing the hard disk on my iMac to SSD, the fan/s started to work at full speed and make noise.

Reason:  Replacing the original hard disk breaks the system’s temperature monitoring and the fans will stat to work on full speed.


Solution for Mac OS X:
Install the free software "SSD Fan Control", Find the noisy fan and control it in ‘Manual’ or ‘SMART’ mode.
Don't forget to donate!!!

Link:
http://exirion.net/ssdfanctrl/







Solution for Windows 8 on BOOT CAMP partition: 
Install the free software "Macs Fan Control", Find the noisy fan and control it in ‘Manual’ or ‘SMART’ mode.
Don't forget to donate!!!
Link:
http://www.crystalidea.com/macs-fan-control



Wednesday, January 15, 2014

background-position-x and background-position-y aren't cross-browser compatible




Wrong: 
.myStyle{
background-image: url(images/someImage.png);
background-repeat:no-repeat;
background-position-x: 20px;
background-position-y: 30px;
}


Right:
.myStyle{
background-image: url(images/properties_underline.png);
background-repeat:no-repeat;
background-position:20px 30px;
}

linux bulk prefix filenames

  In order to bulk add prefix to filenames  in a directory run the following comnmand for f in * ; do mv -- "$f" "2018-05-24_...