Showing posts with label open-source. Show all posts
Showing posts with label open-source. Show all posts

Wednesday, May 1, 2013

Photoshop: Automate Save As JPEG


Since I was doing lots of photo editing these few weeks, I found out that Save As JPEG in Photoshop taking too much time. At first I was trying to use the Photoshop Action to automate the Save As process, but Photoshop Action does not support Save As with the current filename. Instead, it always save on a fixed filename that you use during the Action recording.

After a quick research, I remembered that a third party freeware called AutoHotkey that could help me to automate the Save As process. The problem with the Save As process is you need to select JPEG and there is another dialog box for the JPEG Quality Settings. By using AutoHotkey, I have been able with a single click to do all this selection.

Below is my AutoHotkey Script:

Wednesday, October 24, 2012

Free Android Source Code for Battery Status/Widget




I'm distributing my Source Code for the Battery Status and Battery Widget that I have shared in the previous posts. You may visit Android Apps page to grab the Source Code. I'm releasing these Source Codes as below license:

Creative Commons License

I'll let you try to combine these separate codes to work as an application containing that can launch and also can work as widget. I'll be posting the full combined Source Code maybe after couple of days. In fact I'm running the combined code on my phone right now. Work like a charm!

If anybody manage to combine, feel free to comment below.

Happy Coding Android!

Previous Related Posts:
Android Sample Code: Battery Status
Android Sample Code: Battery Widget  

:: aerobrainTech ::

Wednesday, October 10, 2012

Firefox 16

 

Mozilla has released Firefox 16 today! Try it now!

Anyway, I'm still waiting for the Waterfox team to compile the 64-bit version of Firefox. [can't wait!]

:: aerobrainTech ::

Monday, March 19, 2012

How to Crack RAR / ZIP?

Have you ever lost or forgotten the password for your RAR or ZIP archive? At first you don't want others to have access to your 'secret' files. But after sometimes (maybe few months or few years), you totally forgotten the password.

The good news is, RAR / ZIP archive are easily crackable. The bad news is, now you know that imposing password protection to a RAR / ZIP archive don't really secure your files! (haha!)

For a secure way to store your 'secret' files, please use TrueCrypt (free & open source)

Let us start. There are 2 free applications that you can try:

Friday, March 16, 2012

Waterfox is the 64-bit version of Firefox


If you are running a 64-bit machine with 64-bit Windows, you might want to try Waterfox. If you haven't notice, so far Mozilla only release the 32-bit version of Firefox.

Waterfox code is based on Firefox but has been recompiled to suit under 64-bit environment. This means, it should be able to support the multi-core processing and memory usage beyond 3GB. In short, it should be far better in terms of performance.

In addition to that, most of the plugins such as Flash Player, Java, etc also support 64-bit application. This shall produce a better performance browser. Why Mozilla is yet to release an official 64-bit of Firefox? I'm not sure, maybe they still want to make it better first.

If you are running 64-bit Windows, I fully recommend you to try this. It blends nicely with your Firefox current settings. So if you have addons installed, sync setup, you don't have to repeat the setting all over again. So good!


:: aerobrainTech ::

Wednesday, March 14, 2012

Firefox is Now 11!


The title maybe confusing .. but it's true!! Firefox 11 has been available for download at the link below:


:: aerobrainTech ::

Wednesday, February 8, 2012

Truecrypt 7.1a

TrueCrypt has released new version 7.1a. Starting version 7.1, TrueCrypt now supports Mac OS X 10.7 Lion. As I mentioned before in my previous post, TrueCrypt is the best open source encryption software.

You may visit TrueCrypt.org to download.

:: aerobrainTech ::

Wednesday, April 13, 2011

TrueCrypt: on the fly encryption


Nowadays, we can carry lots of information with us especially when digital storage device capacity has increased exponentially over the past few years. I remember buying my very first USB drive which capacity only 16MB (year 2001), at the same cost right now (year 2011) I could buy 250GB portable hard drive. With that amount of capacity you have, you could store lots of data be it photos, videos, documents, etc. Some are casual, sharable, some are confidential.

We would like to focus on the confidential data. Do you ever worried the confidential data in your storage devices fall into wrong hands and manipulate your data for their interest. Thus, here I would like to introduce a powerful encryption software but yet very easy to use.

Over the past years, I've tried a few encryption software (free ones). Of course, a famous one until today is GPG or GNU Privacy Guard. Although the encryption is great, out of the question, but the user interface really need improvement (you need programming basic).

TrueCrypt Concept
TrueCrypt is an open source software that allows you to encrypt file on the fly. You can either create an encrypted volume inside your storage device or you can even encrypt the whole partition/drive. The concept of creating an encrypted volume is like you have a drive inside a drive. Let say your USB drive capacity is 4GB, you may create an encrypted volume of 1GB. All you have to do is just to mount the 1GB volume as another drive whenever you want to access read/write/edit the file in the volume.
*Tips: TrueCrypt can run on its own (standalone mode). You can choose the standalone mode by selecting Extract instead of Install during installation. You can copy the executable file (~1.5MB) into your USB drive so that you can carry around together with the encrypted volume.

TrueCrypt Encryption Algorithm
TrueCrypt uses famous encryption algorithm and also able to combine them. During the volume/partition/drive encryption, you can run the benchmark test to see the speed of encryption and decryption for the different algorithm. Below are snapshot on my PC (different PC may have different speed due to vary in specifications):

TrueCrypt and Dropbox (File Sharing)
This encrypted volume, not only great for storing in local devices but also good to store over the Internet such as Dropbox. Although Dropbox already guaranteed AES encryption, but it is unlocked by using your user name and password which can be reset by admin. Thus, I would strongly recommend you encrypt your highly confidential files before placing over the Internet. Remember when you feel convenient that you can access your files from anywhere, anytime, others may do the same to your file.
*Tips: Keep the encrypted volume small just nice to fit all your confidential files (document, photo, etc). The smaller the file, the faster it sync through Internet. FYI, my encrypted volume is just 2 to 5MB and it sync seamlessly all the time.

Reminder
Due to its high security, the password cannot be reset or retrieved if you have forgotten the password. Thus, always use password that difficult to guess but easier to remember by you only. Alternatively, TrueCrypt allows you to use other files (any format) to use as a keyfile. But then, you must make sure you don't loose or corrupt the file, otherwise you can't open your encrypted volume.

Compatibility
I tested with Windows XP, Windows 7 Ultimate 32-Bit and 64-Bit without any issue.


Download TrueCrypt
Visit TrueCrypt Official Website to download and also read more details on this software. I would recommend this software for your to ensure your confidential data is secured at least when you are looking.

:: aerobrainTech ::