Re: Aaron Swartz, a brilliant person, a sad ending

2013-01-24 Thread Shawn
Aaron was a great hacker who fought for individual/information
freedom. Anonymous defaced MIT's website with Aaron's article[1]. I
wrote an article for dedicate to him[2]( I sent this one to
mailinglist but still waiting for approval).

MIT was the origin of computer/bio hackers. Maybe, not anymore

[1] http://www.aaronsw.com/weblog/immoral

[2] 
http://hfg-resources.googlecode.com/files/d3_0x02_security_shit_in_qa-work.txt

On Thu, Jan 24, 2013 at 9:57 PM, Tom Balazs tom123onl...@gmail.com wrote:
 Aaron Swartz, computer programmer and activist, committed suicide on January
 11th, aged 26
 -
 http://www.economist.com/news/obituary/21569674-aaron-swartz-computer-programmer-and-activist-committed-suicide-january-11th-aged-26-aaron

 Swartz was well-known in technology circles for helping develop the RSS web
 feed format and the popular site Reddit, among other accomplishments. At the
 time of his death, he was facing 13 felony charges and up to 50 years in
 prison: Prosecutors had accused him of using MIT's network to download too
 many scholarly articles from an academic database called JSTOR.
 - Swartz's friends and family have said they believe he was driven to his
 death by a justice system that hounded him needlessly over an alleged crime
 with no real victims. [He was] forced by the government to spend every
 fiber of his being on this damnable, senseless trial, his partner Taren
 Stinebrickner-Kauffman said at the memorial, with no guarantee that he
 could exonerate himself at the end of it.
 http://www.rollingstone.com/politics/news/why-did-the-justice-system-target-aaron-swartz-20130123

 http://en.wikipedia.org/wiki/Aaron_Swartz

 http://www.nytimes.com/2013/01/13/technology/aaron-swartz-internet-activist-dies-at-26.html?_r=0

 ___
 Linux-il mailing list
 Linux-il@cs.huji.ac.il
 http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il




-- 
GNU powered it...
GPL protect it...
God blessing it...

regards
Shawn

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


introduction to exploit for newbie

2012-09-16 Thread Shawn
hey guys,

I gave a free speech about basic exploit and crackme 101 on GNU/Linux
at Beijing GNU/Linux User Group earlier this week. The slide[1] and
video demo[2] were all uploaded. You guys might have interesting about
it.

[1] slide
http://hfg-resources.googlecode.com/files/blug-exp.pdf

[2] demo
http://hfg-resources.googlecode.com/files/blug-exp-demo.avi

-- 
GNU powered it...
GPL protect it...
God blessing it...

regards
Shawn

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


introduction to exploit for newbie

2012-09-16 Thread Shawn
hey guys,

I gave a free speech about basic exploit and crackme 101 on GNU/Linux
at Beijing GNU/Linux User Group earlier this week. The slide[1] and
video demo[2] were all uploaded. You guys might have interesting about
it.

[1] slide
http://hfg-resources.googlecode.com/files/blug-exp.pdf

[2] demo
http://hfg-resources.googlecode.com/files/blug-exp-demo.avi

-- 
GNU powered it...
GPL protect it...
God blessing it...

regards
Shawn

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: introduction to exploit for newbie

2012-09-16 Thread Shawn
hey Steve,

I checked my clock setting that is correct. Maybe some mail server got
some problem!

On Mon, Sep 17, 2012 at 3:14 AM, Steve Litt sl...@troubleshooters.com wrote:
 Hi Shawn,

 You've sent me several cool resources today. Thanks.

 Could you please fix your system clock? One of your emails today was
 dated in 2011, and the other two were dated three days ago. In
 Claws-Mail, out-of-date new emails take finite time to track down.

 Thanks

 SteveT

 Steve Litt*  http://www.troubleshooters.com/
   *  http://twitter.com/stevelitt
 Troubleshooting Training  *  Human Performance




-- 
GNU powered it...
GPL protect it...
God blessing it...

regards
Shawn

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: [YBA] When does write to UDP socket block?

2012-03-07 Thread Shawn
hey Shachar,

2012/3/7 Shachar Shemesh shac...@shemesh.biz:
 On 03/07/2012 07:27 AM, Jonathan Ben Avraham wrote:

 Hi linux-il colleagues,
 In = 2.6.31 are there any conditions under which a write to a connected UDP
 socket can block? e.g. some change in routing or iface config after connect
 and before write?
udp socket doesn't need to use connect() but instead of sendto()

 Has anyone encountered a concrete exampe of a write to a
 UDP socket that blocks? See test code below. That is, I am trying to
 demonstrate that I can get to a situation where UDP write in fact does
 block.

You might be interested in some sample code of tcp/udp socket:
https://github.com/citypw/SCFE/tree/master/networking/userspace_socket

     if (0  (rc = connect(sd, (const struct sockaddr*)serveraddr,
 sizeof(serveraddr {
     printf(connect failed [%m]);
     exit(1);
     }

I think you have written a tcp socket program. Am I right?





-- 
GNU powered it...
GPL protect it...
God blessing it...

regards
Shawn

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


[net]hacking the wholism of GNU/Linux net*

2011-07-08 Thread Shawn
hi guys,
  I have written an article[1] for newbies who are willing to
learn networking stuff in linux kernel.  I hope this
introduction-level article can help you understand the mechanism of
netfilter and NIC driver.

I should thank Shlomi Fish who is still in this mailinglist. I sent a
mail which was not readable for humanoid  a few months ago. Shlomi
keeps correcting my writing after giving me a great lecture[2] about
writing style, especially thanks for these 3 advices below:

---
1. No whitespace before and/or after punctuation.

2. Lack of proper capitalisation.

3. The paragraphs are too monolithic and the sentences appear to be too long.
--

For this article, any critical comments are welcomed!



[1] 
http://hfg-resources.googlecode.com/files/hacking_the_wholism_of_linux_net.txt

[2] http://tech.groups.yahoo.com/group/hackers-il/message/5143


-- 
GNU powered it...
GPL protect it...
God blessing it...

regards
Shawn

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


[hacks]hacking on MIT OCW

2010-12-09 Thread Shawn
hi guys,
let's make long guffings short:There are great open courses we can
learn a lot from MIT OCW.I think a correct order in study curve is
that begin with SICP[1] and 6.087[2](writing in C).Lisp and C giving
you a different postions to looking at a same thing:The truth of
computational model.then get to know about relationship between OS and
programming languages itself(compilers) in metaphysical that it's
important as if a man who has a strong faith but need to understand
about hen and eggs which is came out at first time when SOMEONE
created the stuff.Speak straightforward,either you can write a OS[3]
when you got a compiler or you can write a compiler[4] when you got a
OS.

[1] 6.001 Structure and Interpretation of Computer Programs:
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-001-structure-and-interpretation-of-computer-programs-spring-2005/

[2] 6.087 Practical Programming in C
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-087-practical-programming-in-c-january-iap-2010/

[3] 6.828 Operating System Engineering
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-828-operating-system-engineering-fall-2006/index.htm

[4] 6.035 Computer Language Engineering (SMA 5502)
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-035-computer-language-engineering-sma-5502-fall-2005/


And,I think we missd a heavily course that it's about multicore
programming[5].I think we are almostly using a computer(or a laptop)
with more than 1 core.do we get used to writing the frenk'in source
code for multicore environment?Probably we were not ready yet.This
course might be driven your intrinsically hacking passion in this
issues.The general solution for multicore we have heard of SMP a
lot.Another solution is called SMT which many cores in a chip and
every core takes own few excution threads in hardware-level
implementation.And...Play Stations 3's Cell CPU is that one it's also
cheaper than other high performance machine.That's why
hackers(University,military,research lab) would love to buy many PS3
then install the GNU/linux into it,and hacking multicore stuff on
it.IBM guys won the game console war by gave Sony a advice about
developing a new CPU---Cell.Ok,that's not a topic I wanna discuss
here.

as a hacker who are get involve in computer spheres.the contents of
those 5 course we need to hack them all,seriously.It may takes few
years.But it definitely worth it.

btw:if you are going to hack SICP,take a look at this guy's blog[6]

may LORD's hacking spirit guide us!!!

[5] 6.189 Multicore Programming Primer
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-189-multicore-programming-primer-january-iap-2007/

[6] Eliben's blog(he had already done all exceises)
http://eli.thegreenplace.net/category/programming/lisp/sicp/


-- 
GNU powered it...
GPL protect it...
God blessing it...

regards
Shawn

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: linux games for kids

2010-09-23 Thread Shawn
2010/9/20 sara fink sara.f...@gmail.com:
 If I choose option 2, can you recommend names of games, how the kids liked
 it, links if it's not too difficult.

Hello,Sara.
 Using windows as only a gaming platform would be good that it
will not be affected by virus.And,you can check this out[1],there are
24 games on GNU/Linux version for free.Some great historic PC games
still can running on GNU/LInux such as quake,doom and unreal but
probably not fit for 4-years old kids.

btw:geeks have been looking for GNU/Linux games on slashdot[2] and
another thread talk about bunch of commerical gams on
GNU/Linux[3].Hope those infos can help~


[1]24 Extra Hot Free Linux Games
http://www.linuxlinks.com/article/20100425112203997/ExtraHotGames.html

[2]Linux Games For Non-Gamers?
http://linux.slashdot.org/story/09/10/12/0134252/Linux-Games-For-Non-Gamers

[3]42 of the Best Commercial Linux Games
http://games.slashdot.org/article.pl?sid=08/06/14/194213


-- 
GNU powered it...
GPL protect it...
God blessing it...

regards
Shawn

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il