If you're interested in cryptography, this is for you!
Dan Boheh of Stanford University is teaching a free cryptography class starting in January.
News about linux, computer, computer science, mathematics and white hot chocolate, the most beautiful drink in this world.
Dan Boheh of Stanford University is teaching a free cryptography class starting in January.
sudo port install snort
cd /opt/local/var/macports/distfiles/snortcp snort-2.9.0.5.tar.gz ~/tempcd ~/temp./configurecd src/dynamic-pluginsmakecd sf_enginegcc -dynamiclib -o libsf_engine.dylib -dylib bmh.o sf_ip.o\sf_snort_detection_engine.o sf_snort_plugin_api.o\sf_snort_plugin_byte.o sf_snort_plugin_content.o\sf_snort_plugin_hdropts.o sf_snort_plugin_loop.o\sf_snort_plugin_pcre.o sf_snort_plugin_rc4.o sfghash.o sfhashfcn.o\sfprimetable.osudo cp *.dylib /opt/local/lib/snort_dynamicengine/
# export NMAPDIR=/usr/share/nmap
# nmap --script-updatedb
Starting Nmap 5.21 ( http://nmap.org ) at 2011-10-19 16:40 EDT
NSE: Updating rule database.
NSE: error while updating Script Database:
[string "local nse = ......"]:17: /usr/share/nmap/scripts//citrix-brute-xml.nse:35: module 'citrixxml' not found:
no field package.preload['citrixxml']
no file './citrixxml.lua'
no file '/usr/local/share/lua/5.1/citrixxml.lua'
no file '/usr/local/share/lua/5.1/citrixxml/init.lua'
no file '/usr/local/lib/lua/5.1/citrixxml.lua'
no file '/usr/local/lib/lua/5.1/citrixxml/init.lua'
no file '/usr/share/lua/5.1/citrixxml.lua'
no file '/usr/share/lua/5.1/citrixxml/init.lua'
no file '/usr/share/nmap/nselib/citrixxml.lua'
no file './citrixxml.so'
no file '/usr/local/lib/lua/5.1/citrixxml.so'
no file '/usr/lib/lua/5.1/citrixxml.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[C]: in function 'assert'
[string "local nse = ......"]:17: in main chunk
# cd $NMAPDIR/nselib
# wget http://nmap.org/svn/nselib/citrixxml.lua
Aug 21 18:59:02 jeff-fedora setroubleshoot: SELinux is preventing /opt/google/chrome/chrome from read access on the file /home/jeff/.config/google-chrome/Dictionaries/en-US-2-1.bdic. For complete SELinux messages. run sealert -l 56257509-1d9e-49a4-8b31-de14161c5c2c
Aug 21 18:59:04 jeff-fedora setroubleshoot: SELinux is preventing /opt/google/chrome/chrome from read access on the file /home/jeff/.config/google-chrome/Dictionaries/en-US-2-1.bdic. For complete SELinux messages. run sealert -l 56257509-1d9e-49a4-8b31-de14161c5c2c
Hackers target U.S. intelligence agency contractors: "BOSTON (Reuters) - Hackers, likely working for foreign governments, are actively trying to steal classified U.S. government data by breaking into the computer networks of contractors that work for U.S. intelligence agencies.
Size | Using norm | Using diag | Using .* + sum |
---|---|---|---|
1 | 9.0804e-09 | 8.8476e-09 | 8.7311e-09 |
2 | 5.7044e-09 | 6.5193e-09 | 5.1223e-09 |
5 | 6.4028e-09 | 8.2655e-09 | 5.0059e-09 |
10 | 7.7998e-09 | 6.5193e-09 | 5.0059e-09 |
20 | 1.0477e-08 | 5.3551e-09 | 5.0059e-09 |
50 | 1.9209e-08 | 5.4715e-09 | 5.2387e-09 |
100 | 3.3295e-08 | 6.1700e-09 | 5.4715e-09 |
200 | 6.0885e-08 | 8.7311e-09 | 6.9849e-09 |
500 | 1.4703e-07 | 3.5390e-08 | 5.8208e-09 |
1000 | 2.9348e-07 | 1.3306e-07 | 5.3551e-09 |
2000 | 5.9220e-07 | 5.4494e-07 | 5.2387e-09 |
5000 | 1.5607e-06 | 4.8558e-06 | 5.7044e-09 |
10000 | 4.1565e-06 | 2.4022e-05 | 6.1700e-09 |
function N=sqnorm(X)
N=sum(X.*X);
endfunction