Ir para o conteúdo
ou

Software livre Brasil

0 amigos

Nenhum(a)

0 comunidades

Nenhum(a)

Tela cheia
 Feed RSS

Blog

27 de Maio de 2009, 0:00 , por Software Livre Brasil - | Ninguém está seguindo este artigo ainda.

CDE

19 de Novembro de 2010, 0:00, por Software Livre Brasil - 0sem comentários ainda

An useful application to easily pack and transfer code, data and environment to someone (using Linux and same architecture). Run any Linux program so that it can execute identically on another computer without any installation or configuration.

It’s not about package management or having a universal installer. It’s about being able to run your application in a different environment.

But why would you need this ?

  • Bug reproduction submitting an executable proof;
  • Develop on a certain machine and execute on other without bother;
  • Transfer a complete environment to a friend to execute a program or play a game.

How to

Click here to watch a videocast made by the author.

References

[1] http://stanford.edu/~pgbovine/cde.html


Tagged: cde, development, free software, package, utility

Encryped Dropbox

11 de Novembro de 2010, 0:00, por Software Livre Brasil - 0sem comentários ainda

Wikipedia about Dropbox:

Dropbox is a Web-based file hosting service operated by Dropbox, Inc. which uses cloud computing to enable users to store and share files and folders with others across the Internet using file synchronization.

Err, what’s the problem?

This is a cloud computing service. There’s no garantee that my data is secure from others. So, it’s necessary to find a way to secure this data, as we can’t take care of unpermitted access.

After many tries to find a solution to turn Dropbox storage more private and secure, I finally stumbled on encfs[1] and gnome-encfs[2].

“EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. You can find links to source and binary releases below. EncFS is open source software, licensed under the GPL.” (EncFS – About[1])

Gnome-EncFS integrates EncFS into GNOME keyring, can mount an EncFS directory at login and is a open source software, licensed under GPLv3.

Combining these two applications it’s possible to save secure data in Dropbox.

How to?

Install encfs package (probably your distro will have it on package list). To use it:

$ mkdir ~/Dropbox/Safe

$ mkdir ~/Safe

$ encfs ~/Dropbox/Safe ~/Safe

Now go on gnome-encfs website[2] and install it. Later, type:

$ gnome-encfs -a ~/Dropbox/Safe ~/Safe

Now enjoy it!

References

[1] -EncFS http://www.arg0.net/encfs

[2] – Gnome-EncFS http://bitbucket.org/obensonne/gnome-encfs


Tagged: backup, dropbox, free software, linux, utility

The Walking Dead

7 de Novembro de 2010, 0:00, por Software Livre Brasil - 0sem comentários ainda
The Walking Dead

The Walking Dead

No. I’m not here to talk about the new American television series. It’s quite the opposite actually, I’m here to explain why this television series is being filmed.

Robert Kirkman created this great work and Image Comics has been publishing  since 2003. Two weeks ago I discovered it and read 78 comics in almost one week(by The Pirate Bay). What is so great about it? This zombie apocalypse plot is just background of a great storyline. Rick, a police officer who needs to find ways to survive through this destroyed and crazy new world. The reality is: everything is messed up and everyone too. If I write more I will turn it on spoiler.

Wanna take a look? Watch part of the episode 1 animated:

P.S.: I already bought two volumes at tfaw.com .


Tagged: book, comic, reading, walking dead

Swapper ported to Compiz++

15 de Novembro de 2009, 0:00, por Software Livre Brasil - 0sem comentários ainda

Almost one year ago we presented Swap plugin here. Now we renamed it to Swapper and ported to Compiz++ (future Compiz 0.9).

Just to remember that it allows you to swap the geometry of two windows. Basically we changed Switcher plugin to swap active window with another window.

Swapper could be inserted on new Compiz if everybody likes it. Waiting for replies!

Video:

Code


Tagged: compiz, compiz fusion, development, linux, plugin, swap, swapper, window management

Swapper ported to Compiz++

15 de Novembro de 2009, 0:00, por Software Livre Brasil - 0sem comentários ainda

Almost one year ago we presented Swap plugin here. Now we renamed it to Swapper and ported to Compiz++ (future Compiz 0.9).

Just to remember that it allows you to swap the geometry of two windows. Basically we changed Switcher plugin to swap active window with another window.

Swapper could be inserted on new Compiz if everybody likes it. Waiting for replies!

Video:

Code

Tagged: compiz, compiz fusion, development, fusion, linux, management, plugin, swap, swapper, window, window management