1. First need to check existing mysql => rpm -q mysql
2. Secondly remove the existing mysql => rpm -e mysql
3. Install MySql Server => rpm -ivh MySQL-Server.rpm
4. Install MySql Client => rpm -ivh MySQL-Client.rpm
Tuesday, September 6, 2011
Sunday, May 22, 2011
How to crack Password Using John The Ripper
Here I would like to share the steps of cracking linux password using John the Ripper.This information gained during my IT
Training in 2004.The training was actually on windows 2003 server, however, our trainer was keen enough to the additional knowledge of him
1. Download John-1.6.rpm or the latest version of it
2. install the package at the linux box
rpm -ivh John-1.6.rpm
3. cd /usr/local/bin/mypassword
Training in 2004.The training was actually on windows 2003 server, however, our trainer was keen enough to the additional knowledge of him
1. Download John-1.6.rpm or the latest version of it
2. install the package at the linux box
rpm -ivh John-1.6.rpm
3. cd /usr/local/bin/mypassword
Wednesday, April 20, 2011
3COMM Switch Training August 2007 - Install Driver Cable
<>Sys
[5500] Interface vlan1
[5500] ip address 192.168.10.1 255.255.255.0
[5500] q
Create User:
User-interface vty 0 4 <= com number
authentication-mode ?
authentication-mode scheme
q!
local-user admin
password simple123456
service-type ?
local-user admin
service-type telnet level 3
------------------------------------------------------
<5500> reset saved-configuration - > buat config yang lama
Save
[5500] Interface vlan1
[5500] ip address 192.168.10.1 255.255.255.0
[5500] q
Create User:
User-interface vty 0 4 <= com number
authentication-mode ?
authentication-mode scheme
q!
local-user admin
password simple123456
service-type ?
local-user admin
service-type telnet level 3
------------------------------------------------------
<5500> reset saved-configuration - > buat config yang lama
Save
Subscribe to:
Posts (Atom)