Sunday, August 2, 2015
Sunday, July 5, 2015
Solved my battery calibration on lenovo z-80 and linux mint 17,2
http://forums.linuxmint.com/viewtopic.php?f=49&t=160379
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.
- Turn off the amplifier
- Press the "TAP" button.
- Turn on the amplifier while the "TAP" button is pressed.
- 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 !
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
Subscribe to:
Posts (Atom)
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_...
-
In order to bulk add prefix to filenames in a directory run the following comnmand for f in * ; do mv -- "$f" "2018-05-24_...
-
Flash Builder 4 (Flex) +Google Chrome : Failed to connect; session timed out Or "Show redraw regions" don't appear although ...
-
See the Pen JS Inheritance OOP by Ariel Barkan ( @ArielBarkan ) on CodePen .





