21 October 2010

beberapa tool command line linux yang wajib berada di windows

Selama ini mungkin terlalu sering dan di mudahkanya saya mengunakan beberapa tool command line yang ada di linux/nix. Sebagai contoh wget, nc, nmap dan masih banyak lagi. Kemudian jika saya mengunakan windows apakah tool tool itu dapat saya jalankan?

Inilah beberapa tools terminal linux/nix yang bisa di install di windows.

1. wget
wget for windows dapat di temukan di sini


2. netcat
netcat berjalan baik di windows tinggal copy file nc.exe ke windows/system32. netcat for windows dapat di temukan di sini

3. perl
perl for windows biasa di sebut activeperl. activeperl for windows dapat di temukan di sini

4. python
python for windows bisa di temukan di sini

5. php-cli
untuk php cli saya mengunakan appserv yaitu apache+mysql+php5 yang juga sudah terdapat php-cli juga. untuk appserv dapat ditemukan di sini

Itulah beberapa tool command line linux yg ada di dalam windows saya. Namun ada baiknya kita menginstal tool bernama Cygwin.

Apa itu Cygwin, disini saya coba copas dari site Cygwin.

Cygwin is a Linux-like environment for Windows. It consists of two parts:
- A DLL (cygwin1.dll) which acts as a Linux API emulation layer providing substantial Linux API functionality.
- A collection of tools which provide Linux look and feel.

The Cygwin DLL currently works with all recent, commercially released x86 32 bit and 64 bit versions of Windows, with the exception of Windows CE.

informasi cygwin dapat dilihat di http://www.cygwin.com

Read more...

20 October 2010

firefox addons for security analysis and hacking

This Top 10 firefox add-ons for security analysis and hacking.

1. Tamper Data

2. User Agent Switcher

3. HackBar

4. Add N Edit Cookies

5. Firebug

Read more...

19 October 2010

antivirus for linux

The best 5 antivirus for linux

1. ClamAV

2. AVG Anti-Virus Free Edition for Linux

3. avast! Linux Home Edition

4. F-PROT Antivirus for Linux

5. Kaspersky Anti-Virus for Linux


Read more...

18 October 2010

tool for edit your web on ubuntu

The best 5 tool web editor under ubuntu.

1. Bluefish

~$ sudo apt-get install bluefish


2. Kompozer
~$ sudo apt-get install kompozer


3. Quanta
~$ sudo apt-get install quanta


4. gPHPEdit
~$ sudo apt-get install gphpedit


5. Screem
~$ sudo apt-get install screem


Read more...

install google chrome under ubuntu

installing google chrome browser for ubuntu.

~$ sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
~$ sudo apt-get update
~$ sudo apt-cache search google | grep chrome


google-chrome-beta - The web browser from Google
google-chrome-stable - The web browser from Google
google-chrome-unstable - The web browser from Google


~$ sudo apt-get install google-chrome-stable

another distro see http://www.google.com/chrome


Read more...

keyboard short cut blackberry

From Home menu
Restart blackberry
ALT+Shift(right)+Del

Help screen
ALT-Shift(right)-H

Show log file
ALT-L-G-L-G


Turns signal strength
ALT-N-M-L-L

Display cause of PDP reject
ALT+JKVV

Displays the Help Me screen
ALT + EACE

Displays the Help Me screen
ALT + ESCR

From Theme Menu
Change to no theme
ALT-THMN

Change to default theme
ALT-THMD

Browser Shortcut
View web page source code
ALT+RBVS

Form Status (Options->Status)
Data & Voice Usage
BUYR
Device test (Keyboard, GPS, RF, Audio (Handset,headset,bluetooth, Misc)
TEST

Read more...

ebook symfony php framework

What's symfony?

Symfony is a web application framework for PHP projects.

It aims to speed up the creation and maintenance of web applications, and to replace the repetitive coding tasks by power, control and pleasure.

The very small number of prerequisites make symfony easy to install on any configuration; you just need Unix or Windows with a web server and PHP installed. It is compatible with almost every database system. In addition, it has a very small overhead, so the benefits of the framework don't come at the cost of an increase of hosting costs.

http://www.symfony-project.org



You can download some ebook symfony on here:








Read more...

17 October 2010

Php fopen, file_get_contents, php curl

Dari ketiga fungsi php yaitu

Php fopen
file_get_contents
php curl

Manakah yang paling cepat dalam mengambil content website?

Ternyata berdasarkan hasil review yang ada di sini inilah yang paling cepat dalam mendownload content sebuah website

UPDATE June 19th, 2010
TEST 1 Results
curl: 7564 fopen: 10599 file_get_contents: 9638

TEST 2 Results
curl: 7910 fopen: 9747 file_get_contents: 9663

TEST 3 Results
curl: 7804 fopen: 10518 file_get_contents: 12384

TEST 4 Results
curl: 6850 fopen: 9596 file_get_contents: 9557

Read more...

16 October 2010

Linux command line for see hardware spek

Processor

~$ cat /proc/cpuinfo

RAM

~$ cat /proc/meminfo

VGA type

~$ lspci | grep VGA
~$ lspci -v -s 00:02.0


HD size

~$ df -h

Motherboard information

~$ sudo dmidecode

Linux distro information

~$ cat /etc/issue
~$ lsb_release -a
~$ lsb_release -ds

Usb device information

~$ lsusb

New hardware


~$ dmesg

Kernel information


~$ uname -a

networking card and IP address

~$ ifconfig -a
~$ /sbin/ifconfig | grep inet
Read more...

15 October 2010

software penganti deepfreeze

Berikut ini beberapa alternatif program pengganti Deep Freeze :

1. Windows Steady State

2. Returnil

3. Sand Boxie

4. Time Freeze

5. Drive Vaccine

6. Restore It

7. Shadow User

8. Clean Slate

9. Shadow Defender

10. Roll Back RX

info dari: jasakom
Read more...

12 October 2010

apache module userdir ubuntu 10

install Apache module userdir

$ sudo apt-get install libapache2-mod-ldap-userdir
$ sudo a2enmod userdir
$ mkdir public_html
$ chmod 775 public_html
$ sudo service apache2 force-reload

then try for access http://localhost/~user/

if work then set php5 userdir for apache


$ sudo apt-get install php5 libapache2-mod-php5
$ sudo a2enmod php5
$ vim /etc/apache2/mods-available/php5.conf

you will be found text

# To re-enable php in user directories comment the following lines
# (from to .) Do NOT set it to On as it
# prevents .htaccess files from disabling it.

just do it and save.then restart apache

$ sudo service apache2 force-reload

Read more...

windows font on ubuntu

Use windows font on ubuntu
its easy to install

$ sudo apt-get install ttf-mscorefonts-installer


Go to home user directory and type

$ mkdir .font

copy all windows font on folder .font

Good luck
Read more...

install gyach ubuntu 10

Install gyach yahoo chat on ubuntu 10 lucid.
I'm use repository linux mint pakage.

Distributor ID: Ubuntu
Description: Ubuntu 10.04 LTS
Release: 10.04
Codename: lucid



$ wget http://packages.linuxmint.com/pool/import/g/gyachi/gyachi_1.2.9-0mint2_i386.deb
$ sudo dpkg -i -f gyachi_1.2.9-0mint2_i386.deb

done gyach ready for use on ubuntu lucid :P


Read more...

08 October 2010

Install curl di appserv

apprserv adalah apache, mysql, php dan phpmyadmin yang di bundle dalam sebuah paket dan berjalan under windows, info tentang appserv silahkan kunjungi appserv

Pada instalasi default php-curl tidak di aktifkan,


untuk mengaktifkannya cukup copy file ssleay32.dll dan libeay32.dll yang ada di folder appserv/php5 ke folder windows/system32.

kemudian edit file php.ini di folder windows buang ; di depan extension=php_curl.dll. langkah terahkir restart apache.

cek apakah curl sudah berjalan http://localhost/phpinfo.php

Read more...

powered by irvian