Saturday, April 16, 2011
Monday, November 29, 2010
Metasploit simple example (3.5.0)
Download and install metasploit framwork from here: http://www.metasploit.com/framework/download/
run msfconsole type the following to run exploits:
db_driver sqlite3
db_connect
db_nmap [ip address]
db_autopwn -p -e -t
run msfconsole type the following to run exploits:
db_driver sqlite3
db_connect
db_nmap [ip address]
db_autopwn -p -e -t
Saturday, November 27, 2010
Tuesday, November 23, 2010
Tuesday, August 24, 2010
vim magic
So I have a bunch of sequences in fasta format - and I need to rearrange the mo'fos.
To start with the entries look like this:
Run this vim command:
And now they look like this:
To start with the entries look like this:
>F13C5.1 CE19383 WBGene00017422 status:Partially_confirmed UniProt:O76564 protein_id:AAC64611.1
Run this vim command:
:%s:>\(\S\{4,}\)\t.*UniProt\:\(\S\{6,}\).*$:>\1_CAEEL__\2:g
And now they look like this:
>geneName_OrgID__UniProtAccNo
Thursday, August 5, 2010
LaCie Network Space
So.. you've hacked your network space and got root. But your lazy and you can't find up to date instructions on installing ipkg?
wget http://ipkg.nslu2-linux.org/feeds/optware/mssii/cross/stable/mssii-bootstrap_1.2-7_arm.xsh
and then sh mssii-bootstrap_1.2-7_arm.xsh
Now you have ipkg goodness.
wget http://ipkg.nslu2-linux.org/feeds/optware/mssii/cross/stable/mssii-bootstrap_1.2-7_arm.xsh
and then sh mssii-bootstrap_1.2-7_arm.xsh
Now you have ipkg goodness.
Subscribe to:
Posts (Atom)