RSS Subscription
Linux Howtos & Tutorials

Enter your email:

Delivered by


NOTE:New tutorials are from LinuxCareer.com

Poll

Do you own or wish to have iPhone?
 


Linux eBooks FREE Download
A guide to programming Linux kernel modules
Introduction to Linux - A Hands on Guide
A Newbie's Getting Started Guide to Linux

Linux from Scratch - Create Your Own Linux System - Free eBook

Linux: The Hacking Solution (v.3.0)

SQLite 3 with PHP Essential Training – Free Video Training Tutorials

This guide will introduce you to the world of GNU/Linux

The GNU/Linux Advanced Administration

A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)

Advanced Bash-Scripting Guide

Set up, maintain, and secure a small office email server

Partner Linux Sites:
How-To.LinuxCareer.com
Jobs.LinuxCareer.com
TuxMachines
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
All For Linux

Linuxconfig.org - Linux Questions and Answers

synchronize time with NTP server on Ubuntu 10.04

Last Updated on Sunday, 15 May 2011 14:00

Question:
Hi Could u please tell me how to synchronize time with NTP server on Ubuntu 10.04 THX

Answer:
First you need to install ntpdate package. Login as a root install enter:

# apt-get install ntpdate

When installed execute a following command as a root user:

# ntpdate pool.ntp.org

 

Share this linux post:

Submit synchronize time with NTP server on Ubuntu 10.04 in Delicious Submit synchronize time with NTP server on Ubuntu 10.04 in Digg Submit synchronize time with NTP server on Ubuntu 10.04 in FaceBook Submit synchronize time with NTP server on Ubuntu 10.04 in Google Bookmarks Submit synchronize time with NTP server on Ubuntu 10.04 in Stumbleupon Submit synchronize time with NTP server on Ubuntu 10.04 in Technorati Submit synchronize time with NTP server on Ubuntu 10.04 in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.
Add a comment

Read more: synchronize time with NTP server on Ubuntu 10.04

 

Simple file Encryption and Decryption using encryption key

Question:

Is there a easy way to encrypt and decrypt a file on a Ubuntu Linux system?

Answer:

If you are looking for a simple way to encrypt and decrypt files your should consider to use ccrypt. Use a following command to install ccrypt on a Ubuntu Linux system:

# apt-get install ccrypt

When ready you can use ccrypt to encrypt any file. Example:

Share this linux post:

Submit Simple file Encryption and Decryption using encryption key in Delicious Submit Simple file Encryption and Decryption using encryption key in Digg Submit Simple file Encryption and Decryption using encryption key in FaceBook Submit Simple file Encryption and Decryption using encryption key in Google Bookmarks Submit Simple file Encryption and Decryption using encryption key in Stumbleupon Submit Simple file Encryption and Decryption using encryption key in Technorati Submit Simple file Encryption and Decryption using encryption key in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.
Add a comment

Read more: Simple file Encryption and Decryption using encryption key

   

Bash for loop with files containing white space

Last Updated on Wednesday, 13 April 2011 07:21

Question:

i've got a problem when using wild cards like "*.jpg". maybe you have a hint for that resp. want to add an example for the community:

  • there is a directory with files,that also have spaces in the name
  • i want to write a script that creates thumbs from its jpgs (using mogrify)
  • if i call the script with arg "*.jpg" then the names are resolved as space delimitered strings
  • inside the script i can't find out anymore, if space is a delimiter or part of the name

What i found is an option in ls "-b" that escapes the spaces. This could be the solution. Is there a way to resolve "*.jpg" in a escaped way?

Answer:

You may want to set $IFS ( Internal Field Separator ) variable to avoid your for loops break when encountered with a whitespace character such as space or tabs.

Share this linux post:

Submit Bash for loop with files containing white space in Delicious Submit Bash for loop with files containing white space in Digg Submit Bash for loop with files containing white space in FaceBook Submit Bash for loop with files containing white space in Google Bookmarks Submit Bash for loop with files containing white space in Stumbleupon Submit Bash for loop with files containing white space in Technorati Submit Bash for loop with files containing white space in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.
Add a comment

Read more: Bash for loop with files containing white space

   

Gnome-mastermind game and Ubuntu Linux

Last Updated on Thursday, 02 June 2011 17:22

Question:

I'm new to Linux and recently I have installed Ubuntu Linux. I'm wondering how would I install new software like games and etc. I'm really fan of a mastermind game and wish to have it also on my Ubuntu linux. Is there anything like mastermind game for Ubuntu linux?

Answer:

Ubuntu linux comes with thousands of software package which are waiting to be installed by the end user. Just a portion of those packages is installed on your system by default. You as end user can make a decision which packages would be best to be installed on your system to fit your needs. To search all available packages for a mastermind game from command line execute a following command:

Share this linux post:

Submit Gnome-mastermind game and Ubuntu Linux in Delicious Submit Gnome-mastermind game and Ubuntu Linux in Digg Submit Gnome-mastermind game and Ubuntu Linux in FaceBook Submit Gnome-mastermind game and Ubuntu Linux in Google Bookmarks Submit Gnome-mastermind game and Ubuntu Linux in Stumbleupon Submit Gnome-mastermind game and Ubuntu Linux in Technorati Submit Gnome-mastermind game and Ubuntu Linux in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.
Add a comment

Read more: Gnome-mastermind game and Ubuntu Linux

   

Batch image resize using linux command line

Last Updated on Thursday, 07 April 2011 19:16

Question:

How can I batch resize of multiple images using ubuntu linux command line? Is there any tool which would help me with this and/or is there GUI application which makes image resizing easy. I have hundreds of images and therefore I'm in need of such a tool.

Answer:

The best and the easiest way to resize multiple images using linux command line is to use imagemagick tools. First you need to install imagemagick package:

# apt-get install imagemagick

Once installed you will have multiple image processing tools available to our disposal, such as convert, identify and etc.

Share this linux post:

Submit Batch image resize using linux command line in Delicious Submit Batch image resize using linux command line in Digg Submit Batch image resize using linux command line in FaceBook Submit Batch image resize using linux command line in Google Bookmarks Submit Batch image resize using linux command line in Stumbleupon Submit Batch image resize using linux command line in Technorati Submit Batch image resize using linux command line in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.
Add a comment

Read more: Batch image resize using linux command line

   

More Articles...

Page 1 of 10