Sep 032010
 

systemrescuecdIt’s happened to all that your system after an upgrade or even for no apparent reason decided to die and not restart. At this point you try to start in Safe Mode, or search the installation CD and start to do guess … or you can use SystemRescueCd, it does not necessarily solve every problem, but you’ll arrive at the verdict and analysis much faster.
SystemRescueCd is a Linux system rescue disk available as a bootable CD-ROM or USB stick  for administrating or repairing your system and data after a crash. It aims to provide an easy way to carry out admin tasks on your computer, such as creating and editing the hard disk partitions.
Continue reading »

Flattr this!

Sep 022010
 

webcam linux
My guide on how to make a webcam server has had a lot of feedback and so I decided to give two other methods to achieve it with two different software webcam-server and ZoneMinder

Webcam-server is absolutely the easiest way to show on the net what is seen from your webcam, the software is very stable (I’ve just installed Ubuntu, and shows the date 2004) is based on Java and to make it work is enough to give these commands:

#> aptitude install webcam-server

#> export LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so

#> webcam-server

Now point your browser at localhost:8888 and see a snapshot of that seen from the webcam.

Continue reading »

Flattr this!

Sep 012010
 

killer linuxContinued from : Is your company afraid of Linux? (Part 2 of 3)

Fear #4 (Support!): This is where Linux shines. Because of the open nature of the Linux community it is considered to be the most widely supported platform and the most inexpensive.

To get professional support for your Microsoft server platform, you have to either pay for a professional support plan from a Microsoft Partner or from Microsoft themselves. I’ve never run into an SMB that had purchased a professional support plan from Microsoft. To obtain one-time support for your Windows server operating system you would pay a per incident fee anywhere from $99 (next business day) to $260 (4 to 6 hour response). No support is included with the purchase of the Microsoft operating system itself. So these fees are on top of the licensing fees you pay for the right to install and use the Windows OS. Licensing for Windows Server 2008 ranges anywhere from $500 to $4000 which doesn’t include the client access licenses (CALs) which run around $40 per desktop or per user on your network.

Most Linux distributions are free to download and use, although, there are a few Linux enterprise shops that provide licensing and professional support for their product. SUSE (now a division of Novell) and RedHat are two of the most popular. SUSE’s enterprise server license ranges form $400 to $1500. RedHat is anywhere from $400 to $1,200. These license plans “include” professional support anywhere from email-only support to 24×7 phone support. Each license is renewable yearly because of the licenses focus around their professional support plans.
Continue reading »

Flattr this!

Aug 312010
 

sorveglianzaIn these days all the new netbooks and most laptops have built-in webcam, or at least add one external costs very little, apart from the traditional use in video calls you can use our Linux box to create a monitoring device, it can be used to monitor your child while you are at another PC, or your pet while you are at work, or have a home-made video surveillance system for your  properties.

To accomplish this we will use the software Motion, the software is present in many distributions, I will give commands using my Ubuntu 10.04.

Feature that made me choose this software is the ability to remain “asleep” until it detects a noise or movement, and then activates and records, plus the ability to define custom actions when it start (send an email, an sms , Etc.).
Continue reading »

Flattr this!

Aug 292010
 

Occasionally use Google Translate to make a quick translation of texts, and I must say that the web interface is functional but not so comfortable.

For example if you have a .txt file you copy and paste, then copy and paste the translated version, quite a bit uncomfortable for long texts, and so with a quick google I found this handy little python script that allows you to work from command line.
Continue reading »

Flattr this!