feed-image  Delivered by FeedBurner  ISSN 1836-5930





Visitors Online

We have 91 guests online

Poll

Which of following tutorials would you like to see on the Linuxconfig.org?
 
Partner Linux Sites
TuxMachines
DebianAdmin
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
FreeSoftwareLinux
Jam's Ubuntu Blog
All For Linux

Linux News

Try the Linux desktop of the future

For the tinkerers and testers, 2010 is shaping up to be a perfect year. Almost every desktop and application we can think of is going to have a major release, ...

Sunday, 7 March 2010

Read more ...

I-O Data Signs Linux Software Patent Agreement With Microsoft

Microsoft Corp. and I-O Data Device Inc. have entered into an agreement that will provide I-O Data’s customers with patent coverage for their use of I-O Data’s products running Linux ...

Friday, 5 March 2010

Read more ...

Microsoft and Amazon.com Sign Patent Agreement

Microsoft Corp. today announced that it has signed a patent cross-license agreement with Amazon.com Inc. The agreement provides each company with access to the other’s patent portfolio and covers a ...

Friday, 5 March 2010

Read more ...

When will Microsoft sue Google over Linux?

Microsoft once made the mistake of broad-brushing Linux as an intellectual property quagmire. It made Microsoft headlines, but few friends: lawyers didn't believe it, customers didn't want to hear it, ...

Monday, 1 March 2010

Read more ...

Amazon Ponies Up to Microsoft for Linux Rights

Microsoft and Amazon have entered into a patent cross-licensing deal that covers, among other things, Amazon's Kindle and its use of Linux-based servers. The agreement calls for Amazon to pay ...

Tuesday, 23 February 2010

Read more ...

Google's Android code deleted from Linux kernel

After removing Google's Android driver code from the Linux kernel, Novell Fellow and Linux developer Greg Kroah-Hartman has argued that the mobile OS is incompatible with the project's main tree. ...

Friday, 5 February 2010

Read more ...

Sold out: Microsoft's Linux business is booming

The SD Times reports that Microsoft has sold nearly all of its SUSE Linux Enterprise Server (SLES) support coupons. Microsoft purchased the $240 million worth of coupons from Novell as ...

Friday, 5 February 2010

Read more ...

Symbian OS Takes on Android, Linux in Massive Open Source Move

In a dramatic strategic move, the Symbian Foundation has made source code for the world’s most widely used mobile OS completely free and completely open. In addition, the Foundation says ...

Friday, 5 February 2010

Read more ...

Ubuntu Firefox shuns Google for Yahoo! search

The next release of Ubuntu will scrap Google as the default search engine on its Firefox browser in favor of Yahoo!, thanks to a new revenue-sharing deal between Yahoo! and ...

Thursday, 28 January 2010

Read more ...

2009's Five Most Popular & Important Linux Stories

Before jumping into this, let me say that's what popular isn't the same thing as what's important. So, I'm giving you a twofer list. The first is the most popular ...

Tuesday, 5 January 2010

Read more ...

Shuttleworth steps down as Ubuntu 10.04 alpha steps up

Canonical announced that Mark Shuttleworth will be stepping down as CEO in March to be replaced by Canonical COO Jane Silber, reports eWEEK. Meanwhile, the Ubuntu project has released its ...

Friday, 18 December 2009

Read more ...

Microsoft/Linux Milestones

Microsoft Monday made an historic move by submitting device drivers to the Linux kernel under a GPLv2 license. Microsoft has had a checkered past with both Linux and its open ...

Tuesday, 15 December 2009

Read more ...

IBM's newest mainframe is all Linux

IBM has expanded its server lineup with a new mainframe system designed just for Linux that may be aimed, in particular, at higher-end x86 systems. The new system uses IBM's specialty ...

Wednesday, 9 December 2009

Read more ...

New Linux kernel boosts graphics support, enhances KVM

Linus Torvalds announced the release of a stable Linux 2.6.32 kernel. Major additions include kernel-based mode setting (KMS) and 3D graphics support on select Radeon cards, plus new kernel shared ...

Saturday, 5 December 2009

Read more ...

Linux presents a competitor to Chrome OS

An operating systems war has begun. The possibility of a series of netbooks available for bargain-basement prices became realistic in the minds of computer buyers because of cloud computing and its ...

Wednesday, 2 December 2009

Read more ...

More in: Linux News

-
+
4
Linuxconfig.org
Howto CREATE BUNDLE UPLOAD and ACCESS custom Debian AMI using ubuntu

Author: Lubos Rendek


Introduction

This guide will provide all necessary steps on how to create, bundle, upload, run and connect Debian ETCH AMI on Amazon Elastic Compute Cloud (Amazon EC2). For this guide we have used a Ubuntu 9.04. However, any other Linux distribution can also be used as long as it contains java and ruby packages. For more information about Amazon EC2 read  here.

This page is not in any way an affiliate to Amazon Web Services. !

Prerequisites

  • Internet connection
  • registered user account for S3 and EC2 services with Amazon Web Services (AWS) 
  • Amazaon Access Key ID
  • Amazon Secret Access Key
  • Amazon Account Number
  • Amazon X.509 Certificate
  • at least 1GB free hard drive space
  • following packages need to be installed:
apt-get install ssh debootstrap ruby 
sun-java6-bin libopenssl-ruby curl

Before we start



 As you will see in the next sections of this guide many different files are required to successfully use Amazon's EC2 Web Services. For the sake of simplicity, we will create a directory "aws" in ~/ and store all necessary files there for a quick access. There will be three exceptions:

Read more...
 
Filesystem Basics

This article explains basic commands for navigation within Linux file system. The diagram below represents (part of) a Linux file system know as Filesystem Hierarchy Standard. A line from one node to a node on its right indicates containment. For example, the student directory is contained within the home directory.

FileSystem Hierarchy Standard direcotry tree

Read more...
 
Recover - Reset forgotten linux root password

Introduction

 

This method of reseting/recovering of lost Linux root password should work on most of linux distributions. I have tested this method for couple years already, starting with debian woody trough redhat and suse to ubuntu hardy.

If you run lilo boot loader instead of grub you can use the same method but with some modifications on how to edit lilo boot prompt.

Edit Grub boot menu options

First you need to get into grub menu options. This menu is displayed right at the beginning of the boot. If you cannot see your grub menu options press "ESC' key.

 

You should get something similar to this:

grub boot menu

Read more...
 
Linux Software Raid 1 Setup

Introduction

This article describes step by step setup of Linux software RAID 1 on Linux Platform. Although this software RAID 1 configuration has been accomplished on Debian ( Ubuntu ) it also can guide you if you are running some other Linux distributions such as RedHat, Fedora , Suse, PCLinux0S etc. For RAID-1 setup we need two or more disks. RAID1 mode creates a exact mirror of all data between two or more disks.

System Info

  • OS: Debian Etch ( basic installation on /dev/sda)
  • Kernel: Linux raid 2.6.18-5-686 #1 SMP Fri Jun 1 00:47:00 UTC 2007 i686 GNU/Linux
  • Hard Drives: /dev/sda -> 4GB , /dev/sdb -> 5GB

The Plan

We start with running linux system Debian Etch and the following partition scheme and hard drives ( sda , sdb ):

raid paritions scheme

raid 1 setup guide

Read more...
 
«StartPrev1234567NextEnd»

Page 3 of 7