Monthly Archives: September 2011

Top 5 Duplicate File Remover Free

Duplicate files sometimes exist and waste our harddisk, here i give you some link of duplicate file remover software. with this software you can free your storage space. enjoy.

1. Auslogics Duplicate File Finder

this file duplicate file finder will search for all files in your directories and display duplicate files sorted by its size. It’s light and fast. It is also simple to use.

download here

2. Duplicate Cleaner

It is able to delete your duplicate files even in your coorporate network. from download.net i get this words

“Duplicate Cleaner 1.3 is a tremendously helpful program for anyone wishing to tidy up a PC by identifying and deleting duplicate files. Though simple to use, we don’t recommend this for novices, because of the potential damage from mistakenly removing needed files.”

download here

Continue reading Top 5 Duplicate File Remover Free

Apt.conf Proxy Setting on Ubuntu 11.04

Proxy Setting for Apt is needed for us who work behind proxy. It is needed for ubuntu update, package installation, and ubuntu upgrade. This proxy setting used by apt can be configured with apt.conf and if it’s not configured ubuntu will use or read proxy configuration environtmen. read this post setting proxy bactrack or ubuntu to set proxy environtmen.

On ubuntu 10.04 we can find apt.conf in /etc/apt, but on ubuntu 11.04 i can’t find this file. Reading from some articles i found out that ubuntu 11.04 will still read apt.conf configuration if this file is exist. so i just create file apt.conf in /etc/apt/

1. Create apt.conf
nano /etc/apt/apt.conf

2. Insert lines like this

Acquire::http::proxy “http://proxyserver:port/”;
Acquire::ftp::proxy “ftp://proxyserver:port/”;
Acquire::https::proxy “https://proxyserver:port/”;
Continue reading Apt.conf Proxy Setting on Ubuntu 11.04

WordPress Proxy Setting

When you install wordpress on you web hosting server that located behind proxy such as squid, some features may be disabled. those features like plugin installation and themes selection from internet will be disabled. You may receive message like this.

An Unexpected HTTP Error occurred during the API request.

inside your plugin page or

An Unexpected HTTP Error occurred during the API request.

on a wordpress error, blankpage

you will also receive this error message when you are trying to access theme installation page. if in ordinary hosting we find no problem, than in wordpress behind firewall it becomes a little problem, it make work little bit harder when we want to choose, install, and activate new themes or plugin that supported by wordpress.

we can solve this wordpress proxy setting by adding these lines in wp-config.php

define(‘WP_PROXY_HOST’, ‘192.168.84.101’);
define(‘WP_PROXY_PORT’, ‘8080’);
define(‘WP_PROXY_USERNAME’, ‘my_user_name’);
define(‘WP_PROXY_PASSWORD’, ‘my_password’);
define(‘WP_PROXY_BYPASS_HOSTS’, ‘localhost, www.example.com’);

but you have to make sure you knowproxy configuration in your work place or your hosting server. change the value inside wordpress proxy setting like this according to your own setting.

here is the example
define(‘WP_PROXY_HOST’, ‘cache.caleudum.com’);
define(‘WP_PROXY_PORT’, ‘8080’);
define(‘WP_PROXY_USERNAME’, ‘caleudum’);
define(‘WP_PROXY_PASSWORD’, ‘mypassword’);
define(‘WP_PROXY_BYPASS_HOSTS’, ‘localhost, www.example.com’);

Snort Installation on Ubuntu

Snort is free intrusion detection system (ids) for unix, linux, and windows. Snort is very light, means it will not asked your cpu to work to hard. Snort is actually simple to install and to use in it basic installation, it is advanced configuration of course, need more research and practice. Here i will give example of Snort installation on Ubuntu. This guide is for snort 2.9. on Ubuntu 10.04.

Original installation documentation can be found on snort web page.

1. Install dependencies
Snort require these application installed to work well:
sudo apt-get install nmap
sudo apt-get install nbtscan
sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install php5-mysql
sudo apt-get install php5-gd
sudo apt-get install libpcap0.8-dev
sudo apt-get install libpcre3-dev
sudo apt-get install g++
sudo apt-get install bison
sudo apt-get install flex
sudo apt-get install libpcap-ruby
sudo apt-get install mysql-server
sudo apt-get install libmysqlclient16-dev

2. Update Ubuntu
apt-get update
apt-get upgrade

3. Install Jpgraph and Snortreport
Jpgraph is required to display graph later on our web monitoring
sudo wget http://hem.bredband.net/jpgraph/jpgraph-1.27.1.tar.gz
sudo mkdir /var/www/jpgraph
sudo tar zxvf jpgraph-1.27.1.tar.gz
sudo cp -r jpgraph-1.27.1/src /var/www/jpgraph/
Continue reading Snort Installation on Ubuntu

Enable Facebook Timeline

Facebook timeline is the newest facebook feature that will display “timeline” on our profil page. This timeline is also accompanied with new facebook “cover” it is your image that will be put like a header page on websites. Facebook timeline divide our profil page into two coloums. These coloums are separated by vertical line right in the middle, this vertical line points to specific events, or wall, or your activities in newest to older order. Facebook timeline also put small timeline menu in the upper right of our profil page, we can go to any specific time in the past to see our older facebook activies. Facebook timeline will soon be realease for all, but by the time this article is posted it is only available for developer.

facebook timeline
facebook timeline

here is the post from facebook about facebook timeline :

http://www.facebook.com/about/timeline

and for you who don’t patient enough to wait you can enable facebook timeline by following intructions on this link, enjoy.

http://techcrunch.com/2011/09/22/how-to-enable-facebook-timeline/

Restart Crontab on FreeBSD and Linux

Cron is one of the most useful utilities in FreeBSD. Cron is application that running in background that checks file /etc/crontab constantly, it is usually used for automatic commands execution. Using cron and this crontab file you can also start any service you want automatically or scheduled.

crontab
crontab

1. to change crontab or edit crontab file (using ee or vi)
ee /etc/crontab

you will see lines like this

PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin Continue reading Restart Crontab on FreeBSD and Linux

Pwgen Tutorial Generate Random Password in Linux Unix

Sometimes we need to generate random password to provide rather secure login mecanism for our system. For example if we want to change password randomly for our ftp user. This can be done by using pwgen command. In pwgen man page, i found explanation to use this command. here i will give u the example:

1. basic usage :
pwgen maxleght,
example basic pwgen command and its result:
%pwgen 8
ookokee

it will generate 8 letter password like ookeokee

2. other usage Continue reading Pwgen Tutorial Generate Random Password in Linux Unix

Windows 8 Taste and Features

windows 8 taste, well this post is actually my friend’s opinion and experience about the newest edition of windows available, windows 8 developer preview. microsoft gives us a chance to experience these features :

1. windows 8 start screen

windows 8 start screen
windows 8 start screen

This is the default start screen replacing the classic desktop. you can still click the classic desktop to switch to the classic layout

2. windows 8 socialite

windows 8 socialite
windows 8 socialite

Socialite is also the name for multiple social network client software in Mac, Microsoft also use this name for its built in facebook client. Continue reading Windows 8 Taste and Features

Blackberry Qwerty Plus Minus

Well this post is just experience sharing, it’s not technical review so just read it as a story from someone who comes from old handphone with usual keypad.

plus
1. qwerty keypad will enable you to type faster
2. suitable for email
3. easier to use when u’re not moving
4. it’s just like keyboard, if you re familiar with, using qwerty keypad may become fun

blackberry bold
blackberry bold

Continue reading Blackberry Qwerty Plus Minus