Slackware need funds

Categories: Slackware
Tags:
Published on: April 17, 2012

Go to the Slackware store and donate or buy something.

Via:
https://noctslackv1.wordpress.com/2012/04/14/slackware-needs-your-help/

Prince of Persia Source Code — Found!

Categories: Interwebz
Published on: April 3, 2012

Well, it looks like Jordan Mechner’s dad found the 3.5″ disk containing the source code of Prince of Persia!!
That’s amazing!!!1

http://jordanmechner.com/blog/2012/03/prince-of-persia-source-code-found/

New Relic is cool

Categories: BSD, Linux
Published on: April 2, 2012

New Relic is a web tool that monitor the performances of your web server, including web pages load time, database performances, availability and so on.

Here is the main panel (free account):

It’s cool, really. It gives you a complete way to check instantly the state of your applications, whether they are made with PHP, Java, Python, .NET or Ruby.
Plus, they’re nice guys! And they give a you a t-shirt, for free!

Linux: use a file as an encrypted partition with cryptsetup

Categories: Linux, Slackware
Published on: December 28, 2011

I’ve decided to move my encrypted /home partition from losetup to cryptsetup.
Instead of using a device (a disk partition) i used a 1o GB file and to do this i’ve upgraded cryptsetup to version 1.3.1 since Slackware 13.37 has the 1.2.0 one.
I just compiled the new version using the 1.2.0 SlackBuild, it works.
I’m following the README_CRYPT.TXT Slackware howto.
First, let’s create the crypted file that will “host” our new /home:

dd if=/dev/urandom of=/crypt_home bs=1M count=10000

Now prepare the partition for encryption (choose a good password!):

cryptsetup -s 256 -y luksFormat /crypt_home 

WARNING!
========
This will overwrite data on /crypt_home irrevocably.

Are you sure? (Type uppercase yes): YES
Enter LUKS passphrase:
Verify passphrase:

We’ll call our mapped device “crypthome”, just like in the Slackware howto:

cryptsetup luksOpen /crypt_home crypthome

Create an ext4 filesystem (just for example):

mkfs.ext4 -j /dev/mapper/crypthome

I’ve add in my /etc/rc.d/rc.local:

echo  "MOUNTING CRYPTED HOME.."
cryptsetup luksOpen /crypt_home crypthome
mount /dev/mapper/crypthome /home/simplex

That’s all.

Qt 4.8 libraries released :)

Categories: News
Tags:
Published on: December 17, 2011

Today is a good day, if you’re a Qt developer :)

http://blog.qt.nokia.com/2011/12/15/qt-4-8-libraries-released-stand-alone/

The full SDK will be released in january.

page 1 of 11»
Please support our sponsors ;)
Welcome , today is Sunday, May 20, 2012