<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>BG-WEBS.com HowTo IT Solutions</title>
	<atom:link href="http://bg-webs.info/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://bg-webs.info</link>
	<description>bg-webs.com - Border Gardien Internet Solutions</description>
	<pubDate>Thu, 10 Jun 2010 16:46:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Howto: add new partition type linux lvm, mkfs, pvcreate, vgcreate, lvcreate&#8230;</title>
		<link>http://bg-webs.info/?p=168</link>
		<comments>http://bg-webs.info/?p=168#comments</comments>
		<pubDate>Thu, 10 Jun 2010 16:46:40 +0000</pubDate>
		<dc:creator>Stoyan Stoyanov</dc:creator>
		
		<category><![CDATA[line-by-line on commandline]]></category>

		<category><![CDATA[create lvm]]></category>

		<category><![CDATA[lvm]]></category>

		<guid isPermaLink="false">http://bg-webs.info/?p=168</guid>
		<description><![CDATA[Add new partition type linux lvm, mkfs, pvcreate, vgcreate, lvcreate&#8230;
step1. fdisk /dev/DISK_NAME
#fdisk /dev/sdb 
step2. mkfs.FS NAME /dev/DISK_NAME{partition_number}
#mkfs.ext3 /dev/sdb2 
step3. pvcreate /dev/DISK_NAME{partition_name}
#pvcreate /dev/sdb2 
step4. vgcreate  VG_NAME
#vgcreate backup /dev/sdb2 
#vgextend backup /dev/sdb2
step4. lvcreate -L FS_SIZE  -n {partitoin_name_you_want} VG_NAME
# lvcreate -L1G -n 1 backup
step5. lvextend -L SIZE_IN_MEGABYTES /dev/mapper/VG_NAME-LV_NAME
# lvextend -L1T /dev/mapper/backup-1
step6.  resize2fe /dev/mapper/VG_NAME-LV_NAME
# resize2fs /dev/mapper/backup-1 
step7. mount /dev/mapper/VG_NAME-LV_NAME [...]]]></description>
		<wfw:commentRss>http://bg-webs.info/?feed=rss2&amp;p=168</wfw:commentRss>
		</item>
		<item>
		<title>Howto: Re-read Partition Table With No System Reboot</title>
		<link>http://bg-webs.info/?p=164</link>
		<comments>http://bg-webs.info/?p=164#comments</comments>
		<pubDate>Thu, 10 Jun 2010 16:13:27 +0000</pubDate>
		<dc:creator>Stoyan Stoyanov</dc:creator>
		
		<category><![CDATA[line-by-line on commandline]]></category>

		<category><![CDATA[parted]]></category>

		<category><![CDATA[partprobe]]></category>

		<category><![CDATA[re-read partition table]]></category>

		<guid isPermaLink="false">http://bg-webs.info/?p=164</guid>
		<description><![CDATA[Re-Read Partition Table WITHOUT reboot the system
In some case the fdisk partitioning want to reboot machine to make changes affect.
This is the error message when this happens:
fdisk WARNING: Re-reading the partition table failed with error 16:
Device or resource busy.
The kernel still uses the old table.
  
The real-life example OS is Debian , but it&#8217;s [...]]]></description>
		<wfw:commentRss>http://bg-webs.info/?feed=rss2&amp;p=164</wfw:commentRss>
		</item>
		<item>
		<title>Howto: Linux LVM add and extend (proxmox+open-vz part2)</title>
		<link>http://bg-webs.info/?p=155</link>
		<comments>http://bg-webs.info/?p=155#comments</comments>
		<pubDate>Tue, 08 Jun 2010 20:28:03 +0000</pubDate>
		<dc:creator>Stoyan Stoyanov</dc:creator>
		
		<category><![CDATA[line-by-line on commandline]]></category>

		<category><![CDATA[extend lvm]]></category>

		<category><![CDATA[lvm]]></category>

		<category><![CDATA[promox+open-vz]]></category>

		<guid isPermaLink="false">http://bg-webs.info/?p=155</guid>
		<description><![CDATA[Add other HDD to Linux LVM and extend working partition (proxmox+open-vz part2)
used documentation:  http://tldp.org/HOWTO/LVM-HOWTO
In the Part1 on proxmox+open-vz, the following situations was automaticly created by the proxmox installation and open-vz containers working partition (/var/lib/vz)
1.First Run vgdisplay to see group or groups
bmg:~# vgdisplay
&#8212; Volume group &#8212;
VG Name          [...]]]></description>
		<wfw:commentRss>http://bg-webs.info/?feed=rss2&amp;p=155</wfw:commentRss>
		</item>
		<item>
		<title>Howto: install proxmox VE with Open-VZ and Create Virtual Machine on CentOS5 (proxmox+open-vz part1)</title>
		<link>http://bg-webs.info/?p=141</link>
		<comments>http://bg-webs.info/?p=141#comments</comments>
		<pubDate>Tue, 08 Jun 2010 17:27:42 +0000</pubDate>
		<dc:creator>Stoyan Stoyanov</dc:creator>
		
		<category><![CDATA[line-by-line on commandline]]></category>

		<category><![CDATA[open-vz]]></category>

		<category><![CDATA[proxmox]]></category>

		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://bg-webs.info/?p=141</guid>
		<description><![CDATA[All actions are based on original proxmox&#8217;s articles at: http://pve.proxmox.com/wiki/ . READ PROXMOX WIKI !!!! This is not proxmox tutorials or documents, it&#8217;s short line-by-line on command-line examples on howto do it in short, easy steps:
1. Download Proxmox-ve (08.06.2010) - latest stable iso is located here: http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.5-4627-3.iso.
2. Burn on disk and start installation from  the [...]]]></description>
		<wfw:commentRss>http://bg-webs.info/?feed=rss2&amp;p=141</wfw:commentRss>
		</item>
		<item>
		<title>nagios, nagios-plugins, nrpe from FreeBSD jail</title>
		<link>http://bg-webs.info/?p=136</link>
		<comments>http://bg-webs.info/?p=136#comments</comments>
		<pubDate>Thu, 06 May 2010 14:55:37 +0000</pubDate>
		<dc:creator>Stoyan Stoyanov</dc:creator>
		
		<category><![CDATA[line-by-line on commandline]]></category>

		<category><![CDATA[FreeBSD jail]]></category>

		<category><![CDATA[nagios]]></category>

		<category><![CDATA[nagios jail]]></category>

		<guid isPermaLink="false">http://bg-webs.info/?p=136</guid>
		<description><![CDATA[Reason: Not able to ping from FreeBSD prison (jail)
SubReason1: check_ping command doesn&#8217;t work
SubReason2: check-host-alive command doesn&#8217;t work 
step1. Change sysctl security raw socket for jail
#sysctl security.jail.allow_raw_sockets=1
step2. Set it permanently
#echo &#8217;security.jail.allow_raw_sockets=1&#8242; &#62;&#62; /etc/sysctl.conf
By default FreeBSD does not allows prison users / apps to create raw sockets. This is a security feature. With raw sockets one can [...]]]></description>
		<wfw:commentRss>http://bg-webs.info/?feed=rss2&amp;p=136</wfw:commentRss>
		</item>
		<item>
		<title>Very very usefull IIS appcmd.exe command line solutions</title>
		<link>http://bg-webs.info/?p=133</link>
		<comments>http://bg-webs.info/?p=133#comments</comments>
		<pubDate>Sun, 28 Feb 2010 04:52:55 +0000</pubDate>
		<dc:creator>Stoyan Stoyanov</dc:creator>
		
		<category><![CDATA[z-A usefull - HowTos and Tutorials]]></category>

		<category><![CDATA[appcmd]]></category>

		<guid isPermaLink="false">http://bg-webs.info/?p=133</guid>
		<description><![CDATA[Application Pools
1. Recycle all application pools (replace recycle with start/stop to start/stop all apppools)
appcmd list apppool /xml &#124; appcmd recycle apppool /in
2. Stop application pools with word &#8220;cheap&#8221; in it
appcmd list apppool /name:&#8221;$=*cheap*&#8221; /xml &#124; appcmd stop apppool /in
3. Set property enable32BitAppOnWin64 to true for all apppools (Filter apppools as in 2 if needed)
appcmd list [...]]]></description>
		<wfw:commentRss>http://bg-webs.info/?feed=rss2&amp;p=133</wfw:commentRss>
		</item>
		<item>
		<title>openvz on debian amd64</title>
		<link>http://bg-webs.info/?p=130</link>
		<comments>http://bg-webs.info/?p=130#comments</comments>
		<pubDate>Thu, 14 Jan 2010 12:48:51 +0000</pubDate>
		<dc:creator>Stoyan Stoyanov</dc:creator>
		
		<category><![CDATA[bg-webs.com Clients]]></category>

		<category><![CDATA[openvz]]></category>

		<guid isPermaLink="false">http://bg-webs.info/?p=130</guid>
		<description><![CDATA[echo &#8220;deb http://download.openvz.org/debian-systs lenny openvz &#8221; &#62;&#62; /etc/apt/sources.list
wget -q http://download.openvz.org/debian-systs/dso_archiv_signing_key.asc -O- &#124; apt-key add - &#38;&#38; apt-get update
apt-get install vzctl vzquota
edit /etc/sysctl.conf : set net.ipv4.ip_forward=1
ln -s /var/lib/vz /vz
apt-get install vzctl-ostmp-debian-5.0-amd64-minimal
apt-get install vzprocps
put into /etc/vz/vz.conf : IPTABLES=&#8221;ip_tables ipt_REJECT ipt_tos ipt_limit ipt_multiport iptable_filter iptable_mangle ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_length ip_conntrack ip_conntrack_ftp ip_conntrack_irc ipt_LOG ipt_conntrack ipt_helper ipt_state iptable_nat ip_nat_ftp [...]]]></description>
		<wfw:commentRss>http://bg-webs.info/?feed=rss2&amp;p=130</wfw:commentRss>
		</item>
		<item>
		<title>grep - syntax and options reference quick guide</title>
		<link>http://bg-webs.info/?p=126</link>
		<comments>http://bg-webs.info/?p=126#comments</comments>
		<pubDate>Mon, 28 Dec 2009 12:48:55 +0000</pubDate>
		<dc:creator>Stoyan Stoyanov</dc:creator>
		
		<category><![CDATA[z-A usefull - HowTos and Tutorials]]></category>

		<category><![CDATA[grep]]></category>

		<category><![CDATA[linux command]]></category>

		<guid isPermaLink="false">http://bg-webs.info/?p=126</guid>
		<description><![CDATA[GREP::: quick syntax and options reference guide

grep basically searches.
 shell&#62; grep foo
file(s)
 shell&#62; grep foo
*
returns all the lines in file(s) that contain a string matching
the expression &#8220;foo&#8221; (which may be a regular expression).
Another way of using grep is to have it accept data through STDIN
and filter to STDOUT. For example,
 shell&#62; ls
&#124;grep blah
lists all files [...]]]></description>
		<wfw:commentRss>http://bg-webs.info/?feed=rss2&amp;p=126</wfw:commentRss>
		</item>
		<item>
		<title>ssh port forward - quick howto syntax it</title>
		<link>http://bg-webs.info/?p=123</link>
		<comments>http://bg-webs.info/?p=123#comments</comments>
		<pubDate>Wed, 11 Nov 2009 18:03:40 +0000</pubDate>
		<dc:creator>Stoyan Stoyanov</dc:creator>
		
		<category><![CDATA[line-by-line on commandline]]></category>

		<category><![CDATA[ssh port forward]]></category>

		<guid isPermaLink="false">http://bg-webs.info/?p=123</guid>
		<description><![CDATA[scenario 1 : attach remote private host on localhost and localport
/localhost -&#62; sshserver -&#62; sshserverlocalnet_host/
ssh user@sshserver  -L 1180:sshserverlocalnet_host:80
The sshserverlocalnet_host, port 80 will be attached on localhost and localport 1180
]]></description>
		<wfw:commentRss>http://bg-webs.info/?feed=rss2&amp;p=123</wfw:commentRss>
		</item>
		<item>
		<title>FreeBSD portupgrade missing key: categories: Cannot read the portsdb! SOLUTION!!!</title>
		<link>http://bg-webs.info/?p=121</link>
		<comments>http://bg-webs.info/?p=121#comments</comments>
		<pubDate>Thu, 17 Sep 2009 15:49:09 +0000</pubDate>
		<dc:creator>Stoyan Stoyanov</dc:creator>
		
		<category><![CDATA[Problem Solutions]]></category>

		<category><![CDATA[portsdb]]></category>

		<category><![CDATA[portupgrade]]></category>

		<guid isPermaLink="false">http://bg-webs.info/?p=121</guid>
		<description><![CDATA[when the error is like this:
# portupgrade phpMyAdmin 
[missing key: categories] [Updating the portsdb
in /usr/ports ... - 20687 port entries found .........1000.........2000.........3000.........4000.........5000.........6000.........7000.........8000.........9000.........10000.........11000.........12000.........13000.........14000.........15000.........16000.........17000.........18000.........19000.........20000...... ..... done]
missing key: categories: Cannot read the portsdb!
/usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:567:in `open_db&#8217;: database file error (PortsDB::DBError)
from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:736:in `port&#8217;
from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:924:in `all_depends_list&#8217;
from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:915:in `tsort_build&#8217;
from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:907:in `each&#8217;
from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:907:in `tsort_build&#8217;
from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:929:in `sort_build&#8217;
from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:933:in `sort_build!&#8217;
from /usr/local/sbin/portupgrade:694:in `main&#8217;
from /usr/local/lib/ruby/1.8/optparse.rb:755:in `initialize&#8217;
from /usr/local/sbin/portupgrade:210:in `new&#8217;
from [...]]]></description>
		<wfw:commentRss>http://bg-webs.info/?feed=rss2&amp;p=121</wfw:commentRss>
		</item>
	</channel>
</rss>
