All about Information Technology!

setup

How to set up eth0 interface using interfaces file

Define physical interface eth0 in file /etc/network/interfaces. Open file /etc/network/interfaces for editing. DHCP: auto eth0 iface eth0 inet dhcp no DHCP: iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 gateway 192.168.1.10

>>

, , , ,

Install Snort IDS on Ubuntu

SnortĀ® is an open source network intrusion prevention and detection system (IDS/IPS) developed by Sourcefire. Snort Home Page Installation We need Apache, Mysql and PHP. Read this post for instructions on how to install LAMP. Create Snort database Connect to mysql server: mysql -u root -p Execute CREATE DATABASE snort; GRANT SELECT, INSERT, UPDATE, DELETE, [...]

>>

, , , , , ,

How to setup and use FreeTTS in Ubuntu

Install FreeTTS (A speech synthesizer written entirely in the Java) using apt-get. sudo apt-get install freetts Open your project in NetBeans and select to add a jar/folder to the project. Navigate to /usr/share/java and add a reference to freetts.jar file. You are ready to write java code to convert text to speech! Happy coding!

>>

, , , ,

Setting Up Your Android Development Environment

1. Confirm that your computer meets the System Requirements. 2. Download and install eclipse ide classic. 3. Download the Android SDK Package. 4. Install the ADT Plugin for Eclipse. You can find here a step-by-step installation guide. After restarting your eclipse, a window will be shown up asking you to install sdk platform tools and [...]

>>

, , , , , , ,