<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>Blogging Linux</title>
	<link>http://linux.blogs.com.np</link>
	<description></description>
	<lastBuildDate>Sat, 29 May 2010 11:04:15 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Copying with CPIO</title>
		<description>Create a cpio archive:

localhost% find path/ -depth -print &#124; cpio -oaV &#62; archive.cpio
localhost% find path/ -depth -print &#124; cpio -oaV -O archive.cpio

Create a cpio archive and compress it:

localhost% find path/ -depth -print &#124; cpio -oaV &#124; gzip -c &#62; archive.cpio.gz

Extract a cpio archive:


localhost% cpio -imVd &#60; archive.cpio
localhost% cpio -imVd -I ...</description>
		<link>http://linux.blogs.com.np/2010/05/29/copying-with-cpio/</link>
			</item>
	<item>
		<title>How to move a Virtual Machine From EC2 to VirtualBox or KVM</title>
		<description>There have been quite a few requests on forums and blog posts on a few  sites we frequent asking someone to figure out how to move a virtual  machine from EC2 to VirtualBox or KVM. We’ve got quite a bit of experience working with KVM so we  ...</description>
		<link>http://linux.blogs.com.np/2010/04/05/how-to-move-a-virtual-machine-from-ec2-to-virtualbox-or-kvm/</link>
			</item>
	<item>
		<title>Passwordless SSH authentication with Putty</title>
		<description>Putty from here. Download  PuttyGen from same link. Once installed, open Puttygen and create a new pair of keys by clicking the “Generate” button. You can keep all the options at their default settings. It might be a good idea to set a passphrase for your key. Then, save both ...</description>
		<link>http://linux.blogs.com.np/2010/02/22/passwordless-ssh-authentication-with-putty/</link>
			</item>
	<item>
		<title>HOWTO SSH back door?</title>
		<description>Many times I'll be at a site where I need remote support from someone who is blocked on the outside by a company firewall. Few people realize that if you can get out to the world through a firewall, then it is relatively easy to open a hole so that ...</description>
		<link>http://linux.blogs.com.np/2009/11/05/howto-ssh-back-door/</link>
			</item>
	<item>
		<title>PostgreSQL DBA Commands</title>
		<description>In this article, We review top 15 practical postgreSQL DBA command examples.
1. How to change PostgreSQL root user password ?

$ /usr/local/pgsql/bin/psql postgres postgres
Password: (oldpassword)
# ALTER USER postgres WITH PASSWORD ‘tmppassword’;

$ /usr/local/pgsql/bin/psql postgres postgres
Password: (tmppassword)

Changing the password for a normal postgres user is similar as changing the password of the root ...</description>
		<link>http://linux.blogs.com.np/2009/04/17/postgresql-dba-commands/</link>
			</item>
	<item>
		<title>Upgrading openSUSE 10.3 –&gt; 11.0 in a running system.</title>
		<description>Upgrading openSUSE between releases while the system is running is not a currently supported method of upgrading. The supported method is to boot from an install medium and select the upgrade option. Nevertheless, it is possible to upgrade a running system. This is more difficult than normal with openSUSE 10.3 ...</description>
		<link>http://linux.blogs.com.np/2009/04/06/upgrading-opensuse-103-%e2%80%93-110-in-a-running-system/</link>
			</item>
	<item>
		<title>How to install Gentoo masked packages?</title>
		<description>You can ask emerge to use the masked version available in portage by setting the variable ACCEPT_KEYWORDS to ACCEPT_KEYWORDS="~x86" before running the emerge command. It makes sense to set a command alias in roots .bashrc that goes alias aemerge='ACCEPT_KEYWORDS="~x86" emerge'.

The alias should be used for checking what version is the ...</description>
		<link>http://linux.blogs.com.np/2009/03/24/how-to-install-masked-packages/</link>
			</item>
	<item>
		<title>Indenting selected lines</title>
		<description>You can select lines by pressing V, then moving the cursor down or up (with j or k). After selecting lines, press &#62; to increase the indent, or &#60; to decrease it. Then press . to repeat the action, or u to undo it.
If you want the visual selection to ...</description>
		<link>http://linux.blogs.com.np/2009/03/12/indenting-selected-lines/</link>
			</item>
	<item>
		<title>Editcap Guide: 11 Examples To Handle Network Packet Dumps Effectively</title>
		<description>Editcap utility is used to select or remove specific packets from dump file and translate them into a given format. Editcap does not perform packet captures like ethereal. Instead, it operates on the captured packets and writes some of the required  packets into another file. We can pass various ...</description>
		<link>http://linux.blogs.com.np/2009/03/05/editcap-guide-11-examples-to-handle-network-packet-dumps-effectively/</link>
			</item>
	<item>
		<title>15 Practical Linux Find Command Examples</title>
		<description>Apart from the basic operation of looking for files under a directory structure, you can also perform several practical operations using find command that will make your command line journey easy.In this article, let us review 15 practical examples of Linux find command that will be very useful to both ...</description>
		<link>http://linux.blogs.com.np/2009/03/05/15-practical-linux-find-command-examples/</link>
			</item>
</channel>
</rss>
