How to Shutdown and Reboot Linux PC automatically

A quick tip on how to shutdown your GNU Linux computer automatically,

Suppose you need your Linux pc to shutdown automatically at certain time, you can use this command line :

shutdown -hP 23:55

which instructs your box to power down at exactly 11:55 pm. The ‘h’ parameter instructs the program to halt the computer (init runlevel 6) and ‘P’ instructs it to power off the pc.

Note: You can also add an optional message and 20 seconds shutdown delay,

shutdown -hP 23:55 -t 20 Going to power down, let's call it a day

the delay is useful for you to finish off whatever you’re doing before the pc powers down.

Why do I use this command ?
Recently the doctor diagnose me with low blood pressure and advised me to sleep early and to eat more stuff that contains iron. So by using this command I can limit my online pc time, and let me sleep early.

I’ll show you how to shutdown your computer using countdown timer.

Here’s an example how you can shutdown your pc in one hour with 30 second delay between final warning and the actual shutdown.

shutdown -hP -t 30 60 Please save your work, the lab is going to be closed soon

you can use this command to reboot your computer too,

shutdown -r

Note that you need to have root access in order to use this command. That’s all for now, enjoy the holiday

[tags]shutdown,bash,linux,command line, gnu/linux, debian[/tags]

Planned Improvements on PHP FeedCreator-ppt (1.8.0)

Sorry for the delay caused by my busy study schedule.

Now I would like to outline the planned improvements for the next feedcreator-ppt release 1.8.0 :

  • Improve ATOM 1.0 support
  • Fix HTML encoded description feature in ATOM and RSS feeds
  • Add manual, documentations and more examples
  • Add function to change timezone and encodings easily
  • Add standard podcast support
  • Fix various bugs in PIE,RSS,ATOM feed format

The new release of Feedcreator-ppt (1.8.0) is expected to come out in end of February 2007. You can get the latest development release from Feedcreator SVN server

Any Suggestions?
If you have any suggestions, feature request or bugs, please report them at Feedcreator Tracker at Sourceforge or put a comment here.

When you do, please include pieces of code that produces the feed, the resulting xml file itself and the version of feedcreator you’ve tested against (1.7.2-ppt or SVN) for easy debugging.

I would like to thank KosherJava and various other individuals that has submitted bug reports to improve feedcreator. Thank you, and and have a great Christmas holiday.

[tags]feedcreator,rss,atom,xml,feed,feeds[/tags]

Remaster and Customize Ubuntu Linux LiveCD with Reconstructor

reconstructor

Reconstructor is an application that can create a customized Linux LiveCD distribution based on Ubuntu. Reconstructor allows you to do extensive customization by changing the splash screen, boot screen, sounds effect, wallpaper, softwares and various other settings.

You can easily build a personalised LiveCD by including softwares that does not normally come with Ubuntu distributions. For example, Reconstructor can give you the power of creating ‘Media-centric LiveCD’ with proprietary codecs that can play various media formats or a LiveCD that concentrates on a specific purpose or functionality like Games or Desktop Publishing, complete with topic-related applications.

You can easily create CD for presentational purposes by rebranding Ubuntu splash screen and logo to your liking. If your company involved in Open Source Business and would like to distribute your presentation material in various format (documents, video files, audio files) then It is nice to have a fully customized LiveCD handy with your company logo and theme.

Reconstructor is an open source software written in python, you can find support for Reconstructor from ##reconstructor at irc.freenode.net

You can download Reconstructor at : http://reconstructor.aperantis.com

[tags]ubuntu,livecd,reconstructor,linux,edgy eft, linux mint[/tags]

Secure your computer from viruses and other threats

GNU/Linux users are blessed with a system that is not vulnerable to virus threats present in Windows operating system. This is because computer viruses can disrupt your computing experience by affecting your computer speed and performance.

Some computer viruses present more threats than others, these viruses target your document files and infect them, spreading to other system in the process. The virus may destroy your document files afterwards by making them unusable for later usage.

Users of Windows operating system might need extra protection by investing in installing anti-virus software to better protect their files from the threats of malicious programs and viruses. For those who wants to be better protected, can get Norton 2007 download on the internet.

You might also want to shield your computer by installing Personal Firewall from unintended network access that might compromise your system. Computers that is not protected by firewalls are vulnerable to network attacks and exploitations.

Modern personal firewall has customizable feature that can allow users to select a list of applications that are allowed to access the internet. A rule of thumb, do not allow any application to access internet unless necessary (like Windows Media Player)

As a summary, personal computer security is not a subject to be taken lightly. You are advised to backup your data frequently and exercise caution when downloading executable programs from the internet.

-paid article-

Linux Mint 2.1 – Bea has been released

Linux Mint project has made its latest release, 2.1 ‘Bea’ available right before Christmas.

Linux Mint is a distribution based on the latest release of Ubuntu Linux with extra non-free component such as multimedia codecs (for playing real,quicktime, mp3, windows media videos and flash plugins).

The latest release includes OpenOffice 2.1 and new artwork, replacing the one taken from Ubuntu Edgy Eft.

Additionally, Linux Mint also includes mintWifi, which help users connect to wireless network for the first time without having to rely on initial internet connection (to download drivers/howto/cabextract/etc).

Who Should use Linux Mint?

Linux Mint is ideal for those who want to use an easy Linux desktop operating system that can play proprietary multimedia files out from the box (aac,mp3,real media, 3gp, quicktime) without much hassle.

The current release Linux Mint is derived from Ubuntu 6.10 Edgy Eft and is compatible with Edgy Eft repositories.

[tags]ubuntu,edgy eft,linux,debian,mint,open source[/tags]

Winefish – GTK+ based LaTeX Editor for Linux

Winefish is a GTK+ LaTeX editor intended for experienced users. Unlike Lyx, Winefish emphasis on preparing documents using purely LaTeX input without bloated features offered by competing applications. Winefish is also useful to those who are just started to learn LaTeX command.

In keeping with LaTeX theme of wanting users to concentrate on writing the actual document instead of their looks, Winefish has no preview or WYSIWYG feature.

LaTeX is handy for preparing professionally written documents, it features autocompletion support, autotext, syntax highlighting, custom search and replace pattern support, shortcuts and function reference browser for LaTeX packages. Additionally LaTeX also feature spell checker and template support for quick template generators.

All these features make Winefish is preferable for newbies and experience users in preparing professionally looking documents using LaTeX.

Where can I get Winefish
Winefish is available from Ubuntu, Fedora Core and OpenSUSE repositories or it can be downloaded from its project website : http://winefish.berlios.de/

[tags]latex,tex,winefish,lyx,linux,ubuntu[/tags]