Friday, 23 May 2014

Basic PIX Configuration

|0 comments
Basic PIX Configuration This should be your most basic configuration if you want your PIX to have internet access, assuming there are no other blocking/filtering device that exists between the PIX and the internet:Topology:PIX inside: 192.168.102.254 /24PIX outside: 10.199.248.50 /24ISP/default gateway: 10.199.248.254 /24PIX 6.X Configuration:interface ethernet0 autointerface ethernet1 autonameif ethernet0 outside security0nameif ethernet1...[Readmore]

Friday, 24 January 2014

MYSQL Database Create

|0 comments
Create a MySQL Database, Tables and Insert Data How do I create a MySQL database, tables, and insert (store) data into newly created tables? MySQL is a free and open source database management system. You need to use sql commands to create database. You also need to login as mysql root user account. To create a database and set up tables for the same use the following sql commands: ...[Readmore]

Share Folder Linux

|1 comments
How to install Samba server on CentOS 6 Part 1: Configuring anonymous share with samba server To install the samba package,enter the following command: sudo yum install samba samba-client samba-common Check the version of installed samba software by using this command: smbd --version Configure the samba service, so that, it will start automatically...[Readmore]
Pages (9)« 1234567 »