Archive for the 'Deploy' Category

10
Dec
07

Sofware deploying in Unix environments

Well, software deployment is all of the activities that make a sofware system available for use. With several Linux distributions available and so many libraries versions, this can easily become a journey through madness. Be aware, work as the package maintainer isn’t that simple! But, which tools did we have to get that job done? Let start installing what we need:


aptitude install dh-make dpkg-dev

Now, you must set some required stuff and than build the package. Just that easy. But just for debian, and if you need to make package for other distribuitions? We need to proceed learning “the way of” each one? Yeah, and start to get mad again. Thinking about that I’ve been looking for some reasonable solutions. Than I find out epm and autopackage. I decide to use epm because it looks very easy to make a simple package with it. Later, I realize that it can do lot more for me…


# ls
hello  hello.list
# cat hello.list
%product Hello
%copyright 2007 by You
%vendor Vendor
%description This program prints "hello"
%version 0.1
%readme README
%license LICENSE

f 755 root sys /usr/bin/hello hello
# epm -n -f rpm hello
# epm -n -f deb hello
# ls linux-2.6-intel/
hello-0.1.deb  hello-0.1.rpm
#

Even OSX, AIX, BSD package as well as package for other computer architecture. I didn’t tried, but that’s what they say in the man page. Autopackage has some nice graphic interface, so I’ll try soon. But, at moment, epm looks great to me. Anyone knows other solutions? I also didn’t tried Alien.

15
Sep
07

Learning with videos on internet

I still remember when in 1995 I used to go to university to get some .txt and .html files, mostly zines, on internet to read for some months. Now we have connection everywhere. I was looking for some way to deploy a python application when I found ShowMeDo website. I’m talking about video tutorials. It look like a new trend on tutorials over the internet, make a quick search at google videos for tutorial and you’ll see. I do think screencasts, digital recording of a computer screen, like those of ruby on rails are pretty cool. Well, not talking about video anymore but still about knowledge other interesting website is SlideShare. As bandwidth grows and mobile device becomes available, and that’s a strong tendency, we experience other ways to share knowledge. What will be new?




Quotes

"Don't worry about what anybody else is going to do. The best way to predict the future is to invent it. Really smart people with reasonable funding can do just about anything that doesn't violate too many of Newton's Laws!" -- Alan Kay in 1971

My Twitter

My Delicious

RSS My Shared RSS

  • A Remote Cmd Server for Android
    I had the opportunity to get a new phone a few weeks ago, and like everything I get, I sat down with some docs, how-tos, and examples.  The end result is a basic command server that listens  a selected port and  IP address assigned to the device, either the wireless address or the ppp0. There is also a basic GUI that allows the user to input and execute unpr […]
    apridgen
  • Cross-domain search timing
    I've been meaning to fiddle around with timing attacks for a while. I've had various discussions in the past about the significance of login determination attacks (including ones I found myself) and my usual response would be "it's all moot -- the attacker could just use a timing attack". Finally, here's some ammo to support tha […]
    Chris
  • GSoC/Ncrack Presentation
    GSoC/Ncrack Presentation I recently gave a talk at a local linux user group about my involvement with Google Summer of Code 2009 and some of the technical aspects of the project I undertook: Ncrack. The GSoC/Ncrack Presentation slides are a brief overview of the subjects that were discussed during the lecture. I am also glad to say that after some (unrelated […]
    (author unknown)
  • From Static Analysis to 0day Exploit
    Back in September, I finished a presentation I planned on submitting for SecurityTubeCon titled "From Static Analysis to 0day Exploit". But SecurityTubeCon never happened.So, there I was with a full 20 minute presentation and no conference to show it. But after some twittering and skypeing, Marcus from DojoSec decided to pick it up, and it worked o […]
    Jeremy
  • John Nash, A Beautiful Mind, interviewed
    There's a video interview with Nobel prize winning mathematician John Nash, the subject of the Oscar-winning film A Beautiful Mind, over at 3QuarksDaily where he talks about his life, work and mental illness. The film is a quite heavily fictionalised account of Nash's life and he clearly has some disagreements with Sylvia Nasar's award winning […]
    vaughan
  • Ping pong obfuscation
    This is a fun post about a feature I found in IE that allows you to do some crazy obfuscation. I’ll start off with some simple examples:- So here we’re not obfuscating but I’m showing how IE accepts the language attribute and a labelled vbs statement to change the event to allow vbscript instead of javascript. Ok so lets play a little ping pong:- execScript( […]
    Gareth Heyes
  • Vulnérabilités dans les lecteurs PDF : le cas de SumatraPDF
    On pourrait penser, suite à de nombreuses failles affectant Acrobat Reader (voir par exemple l'avis CERTA-2009-AVI-445), qu'il est plus prudent d'utiliser un lecteur alternatif. Sous Windows, les principales alternatives sont Foxit et SumatraPDF, un lecteur de PDF léger et open-source. En pratique, la situation n'est pas aussi tranchée : […]
    Christophe Devine
  • Ekoparty 2009 was a total blast!!
    When i decide to write this review I know it was going to be hard to be impartial on this, but the heck with it!Ekoparty 2009 was a total blast!! Around 500 people got together on the 17 and 18th of September in the cultural center Konex to merry, learn and party a little bit.The conference has a really interesting line-up, some of the most respected researc […]
    Nico Waisman
  • XSS flaws are boring!
    Cross-Site Scripting flaws are quite unexciting from the technical point of view. Don't you think?Most of the time, it is not challenging to look for XSS vulnerabilities since lot of applications do not provide input validation at all against this specific attack. In addition, the application entry points are so copious that it is like to shoot in a cro […]
    Luca Carettoni
  • FBConTroller v2.0 - (Facebook Control Utility) version 2.0
    FBController - The Ultimate Utility to Control Facebook accounts without the Password is now version 2.0Let me clear this again like last time that this utility WON'T hack/crack Facebook accounts.The utility will need biscuits/cookies instead of the password.FBConTroller version 1.0 started with a simple requirement about which I scribbled something her […]
    address-withheld@my.opera.com.invalid (Azim Poonawala)

Blog Stats

  • 12,701 hits