Date: October 18, 2007. Categories:
news.
A certain Gaurav Khanna from University of Massachusetts Dartmouth created computing cluster based on 8 (eight) Sony PlayStation 3 consoles that is meant to simulate gravity processes. The project is named as “PS3 Gravity Grid” and allows to model Binary Black Hole Coalescence using Perturbation Theory. Actually it’s not first case when PS3 is used as a component for cluster as it has not bad Cell Processor and it’s open platform. How do you think, what operating system manages cluster? Windows? Nope. It’s Linux.



Information Improvisation: Voice over internet protocol, stands for voip, it is a technology that provides cheap voice communication over the network. A 350-030 certifications ensure your skills and knowledge in this field. A company should try to find firms that provide best hosting facility for this technology. For the enterprise customer IP communications can be streamed by having people with 646-229 certifications. A company that is backed up with such technology must not neglect the effectiveness of website templates. For small firms cheapest domain name can save considerable amount of wealth when purchasing it along with the best hosting package, later on, can be spent on purchasing different packages on server.
Welcome to Linux Screw! If you're new here, you may want to subscribe our RSS feed.
Date: October 18, 2007. Categories:
tips.
$GENERATE directive is available in multi platform DNS server BIND since 8.2 version. It helps you to create hundreds or thousands of resource records with one line in zone file.
Nice example is to use $GENERATE in order to make PTR records for certain DNS zone.
Continue reading…
Date: October 18, 2007. Categories:
ubuntu.
Latest version of highly popular Linux distribution Ubuntu is to be released today (2007, October 18th). It’s named Ubuntu Gutsy Gibbon and has release number 7.10. Here are some of Gutsy features that are available out-of-the-box:
- GNOME 2.20
- Desktop 3D effects

- Desktop search
- Fast user switching
- Firefox plugins in Ubuntu
- Dynamic screen configuration
- Graphical configuration tool for X
- Handling of non-free device drivers
- NTFS writing
- Power consumption
- AppArmor security framework
- Additional installation profiles for Ubuntu Server
- Profile-based Authentication Configuration
- Improved thin-client support
- Fully automatic printer installation

Get latest Ubuntu ISO images from these servers:
http://releases.ubuntu.com/releases/7.10 (Ubuntu)
http://releases.ubuntu.com/releases/kubuntu/7.10 (Kubuntu)
http://releases.ubuntu.com/releases/edubuntu/7.10 (Edubuntu)
http://cdimage.ubuntu.com/xubuntu/releases/7.10 (Xubuntu)
Please note that at 10 am GMT+3 ISO images weren’t available yet but I’m sure that when you’re reading this post they are there!
In order to upgrade your Ubuntu to latest version just execute update-manager -d -c and follow the instructions. I’m already upgrading 
CryoPID is an application that allows you to capture the state of a running process in Linux and save it to a file. You can use this file to resume the process later on, either after a reboot or even on another machine. Both x86 and x86_64 are supported and you can get sources for these platforms accordingly here and here. Ubuntu users can use aptitude or apt-get to install this utility (sudo aptitude install cryopid).
After installation program freeze will be available allowing you to suspend process(es) into a file(s) and resume them later. The file you capture process’ state to is self-executing, so to resume process it’s enough to run that file.
One of the major features is that fact that freeze can be run by regular user (not root) and doesn’t need any kernel modifications.
Here is common cryopid usage example: let’s imagine you use MUTT that has thousands e-mails indexed that you don’t want to be closed and re-indexed. But at the same time you may want to start some application that consumes much memory but it seems that mutt along with this application will exhaust ALL ram. In this case the simplest way is to suspend mutt with cryopid, run that memory consuming application and resume mutt when it’s finished.
To find out PID of mutt process run:
ps ax | grep [e]volution
It should show something like this:
26410 ? Ssl 0:16 mutt
where 26410 is needed PID.
Now you can suspend mutt by cryopid:
freeze ~/captured_mutt 26410
After mutt state is stored, close mutt. To restore mutt, run:
~/captured_mutt
and in few seconds you’ll get fully workable mutt with all messages indexed etc.
I recommend cryopid, mates, it’s really useful! 
Date: October 17, 2007. Categories:
humour.
Click on the picture to enlarge it…
![Windows: you failed at failing [pic] Windows: you failed at failing [pic]](http://www.linuxscrew.com/wp-content/uploads/2007/10/blue_screen_demotivator.thumbnail.jpeg)
Found at www.suseblog.com.
Long time ago when I first tried Linux (it was Debian) there was Gnome desktop manager default on those distribution. Gnome seemed to be the most simple and usable manager especially after I tried KDE. It’s funny now but the only advantage I noticed then in KDE was a clipboard manager available by default and very useful in everyday work. At the moment I use Gnome as default (but I hesitated once
) and similar clipboard manager is available for it too. It’s named as Glipper.
Glipper sits in the notification area and collects everything that is copied to the clipboard. It maintains a history both of the “copy” clipboard, usually filled with Ctrl+C and of the “select” clipboard, filled when text is selected. With glipper you can choose an entry from the history to fill the current clipboards. You can see glipper’s icon at the screenshot (fourth icon from right).

Glipper installation is extremely simple in many Linux distributions as it’s included into many repositories, e.g. use sudo apt-get install glipper in Ubuntu/Debian or sudo yum install glipper in Fedora/RedHat.
Recent Ideas