Sunday, August 2, 2015

Getting the windows serial number from the BIOS while running Linux mint*



Copy & paste (ctrl+shift+V) into your terminal window

sudo hd /sys/firmware/acpi/tables/MSDM 














*Might work on other Linux distributions.

Monday, May 25, 2015

PHP mail() function enable on DigitalOcean.com


log has root or use sudo apt-get install php-pear 
pear install mail 
pear install Net_SMTP 
pear install Auth_SASL 
pear install mail_mime 
apt-get install postfix 
vi /etc/php5/apache2/php.ini (set sendmail path to /usr/sbin/sendmail -t -i)
Reboot apache gracefully apachectl graceful

Thanks to info, original answer at https://www.digitalocean.com/community/questions/php-mail-function-enable

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



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_...