<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Alexey Bokov's weblog</title>
	<atom:link href="http://bokov.net/weblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://bokov.net/weblog</link>
	<description>Anything that interests me</description>
	<lastBuildDate>Tue, 09 Feb 2010 08:49:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Moving git repo from github to another location with ssh access</title>
		<link>http://bokov.net/weblog/project-managment/moving-git-repo-from-github-to-another-location-with-ssh-access/</link>
		<comments>http://bokov.net/weblog/project-managment/moving-git-repo-from-github-to-another-location-with-ssh-access/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 08:49:10 +0000</pubDate>
		<dc:creator>Alexey Bokov</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[project managment]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://bokov.net/weblog/?p=333</guid>
		<description><![CDATA[We have git repo at github (  and would like to move onto some our corporate box inside our network, for example on internal.bokov.net. This repository is shared for group of developers and all who have ssh access onto internal.bokov.net shall have right to commits onto git repository. So first of all prepare place for [...]]]></description>
			<content:encoded><![CDATA[<p>We have git repo at github (  and would like to move onto some our corporate box inside our network, for example on internal.bokov.net. This repository is shared for group of developers and all who have ssh access onto internal.bokov.net shall have right to commits onto git repository. So first of all prepare place for git repo at new hosting :<br />
<code><br />
ssh user@internal.bokov.net<br />
cd var<br />
mkdir git_repo<br />
chmod 777 git_repo<br />
cd git_repo<br />
mkdir my_project<br />
cd my_project<br />
git init --bare --shared=all<br />
cd objects<br />
chmod g+ws *<br />
</code></p>
<p>Next clone existing repo and change its settings to point onto internal.bokov.net<br />
<code><br />
git clone --bare git@github.com:bokov/github_project.git<br />
git remote add -t master -m master origin ssh://internal.bokov.net/var/git_repo/my_project/<br />
git push origin master<br />
</code></p>
<p>to start work with new repo just use<br />
<code><br />
git clone ssh://internal.bokov.net/var/git_repo/my_project/<br />
</code></p>
<p>have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://bokov.net/weblog/project-managment/moving-git-repo-from-github-to-another-location-with-ssh-access/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add user short memo</title>
		<link>http://bokov.net/weblog/administration/add-user-to-ubuntu/</link>
		<comments>http://bokov.net/weblog/administration/add-user-to-ubuntu/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 16:03:38 +0000</pubDate>
		<dc:creator>Alexey Bokov</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[stuff]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://bokov.net/weblog/?p=328</guid>
		<description><![CDATA[[root@my-box ~]# useradd -g users -u 560 tuser
[root@my-box ~]# passwd tuser
]]></description>
			<content:encoded><![CDATA[<p>[root@my-box ~]# useradd -g users -u 560 tuser<br />
[root@my-box ~]# passwd tuser</p>
]]></content:encoded>
			<wfw:commentRss>http://bokov.net/weblog/administration/add-user-to-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>US military builds HPC clusted based on Sony PS3</title>
		<link>http://bokov.net/weblog/internet/us-military-builds-hpc-clusted-based-on-sony-ps3/</link>
		<comments>http://bokov.net/weblog/internet/us-military-builds-hpc-clusted-based-on-sony-ps3/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 11:50:49 +0000</pubDate>
		<dc:creator>Alexey Bokov</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[compute cloud]]></category>
		<category><![CDATA[HPC]]></category>
		<category><![CDATA[interesting]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[sony]]></category>

		<guid isPermaLink="false">http://bokov.net/weblog/?p=326</guid>
		<description><![CDATA[The US military has announced plans to buy 2,200 more of the game consoles, so that they can massively beef up the processing power of an existing, PS3-based supercomputer. A &#8220;Justification Review Document,&#8221; which has oddly been deleted from Google since I found it but is still available at this cache link, explains that, &#8220;the [...]]]></description>
			<content:encoded><![CDATA[<p>The US military has announced plans to buy 2,200 more of the game consoles, so that they can massively beef up the processing power of an existing, PS3-based supercomputer. A <a href="http://74.125.155.132/search?q=cache:W7AtwjJ1NpEJ:https://www.fbo.gov/download/6ec/6ec0ce98eda8db871e7ef75fae40c1cc/Justification_Review_Document_(J%26A).doc+“architectural+studies”+sony+">&#8220;Justification Review Document,&#8221;</a> which has oddly been deleted from Google since I found it but is still available at this cache link, explains that, &#8220;the new PS3s will be placed in a cluster environment with an existing cluster of 336 PS3s by connecting each of the units&#8217; one gigabit Ethernet port to a common 24 port gigabit hub.&#8221;<br />
via <a href="http://arstechnica.com/security/news/2009/11/sony-still-subsidizing-us-supercomputer-efforts.ars">arstechnica.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bokov.net/weblog/internet/us-military-builds-hpc-clusted-based-on-sony-ps3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick fix problem with mySQL starting on Ubuntu 9.10</title>
		<link>http://bokov.net/weblog/administration/quick-fix-problem-with-mysql-starting-on-ubuntu-9-10/</link>
		<comments>http://bokov.net/weblog/administration/quick-fix-problem-with-mysql-starting-on-ubuntu-9-10/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 14:23:11 +0000</pubDate>
		<dc:creator>Alexey Bokov</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bokov.net/weblog/?p=322</guid>
		<description><![CDATA[When I tried to restart mysql
sudo /etc/init.d/mysql restart
it failed with 
* Stopping MySQL database server mysqld                                        [...]]]></description>
			<content:encoded><![CDATA[<p>When I tried to restart mysql<br />
<code>sudo /etc/init.d/mysql restart<br />
</code>it failed with <code><br />
* Stopping MySQL database server mysqld                                                                                                                                                                [ OK ]<br />
* Starting MySQL database server mysqld                                                                                                                                                                [fail]<br />
</code><br />
<span id="more-322"></span><br />
When I look on logs<br />
<code><br />
abokov@abokov-desktop:~/workspace$ cat /var/log/syslog | grep mysql<br />
Nov 26 16:27:00 abokov-desktop kernel: [170182.545486] type=1503 audit(1259242020.517:38): operation="open" pid=2389 parent=2388 profile="/usr/sbin/mysqld" requested_mask="::r" denied_mask="::r" fsuid=1000 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:27:00 abokov-desktop kernel: [170182.569015] type=1503 audit(1259242020.537:39): operation="open" pid=2412 parent=2411 profile="/usr/sbin/mysqld" requested_mask="::r" denied_mask="::r" fsuid=1000 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:27:09 abokov-desktop kernel: [170191.876228] type=1503 audit(1259242029.847:40): operation="open" pid=2443 parent=2442 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:27:09 abokov-desktop kernel: [170191.904002] type=1503 audit(1259242029.877:41): operation="open" pid=2465 parent=2464 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:27:10 abokov-desktop kernel: [170192.922070] type=1503 audit(1259242030.898:42): operation="open" pid=2479 parent=2478 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:27:11 abokov-desktop kernel: [170193.934072] type=1503 audit(1259242031.907:43): operation="open" pid=2493 parent=2492 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:27:12 abokov-desktop kernel: [170194.946164] type=1503 audit(1259242032.917:44): operation="open" pid=2506 parent=2504 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:27:13 abokov-desktop kernel: [170195.958097] type=1503 audit(1259242033.927:45): operation="open" pid=2518 parent=2517 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:27:14 abokov-desktop kernel: [170196.971246] type=1503 audit(1259242034.940:46): operation="open" pid=2530 parent=2529 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:27:37 abokov-desktop kernel: [170219.816901] type=1503 audit(1259242057.790:47): operation="open" pid=2611 parent=2610 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:27:37 abokov-desktop kernel: [170219.838551] type=1503 audit(1259242057.810:48): operation="open" pid=2646 parent=2645 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:27:38 abokov-desktop kernel: [170220.850100] type=1503 audit(1259242058.819:49): operation="open" pid=2664 parent=2663 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:27:39 abokov-desktop kernel: [170221.863211] type=1503 audit(1259242059.837:50): operation="open" pid=2681 parent=2680 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:27:40 abokov-desktop kernel: [170222.875600] type=1503 audit(1259242060.847:51): operation="open" pid=2696 parent=2695 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:27:41 abokov-desktop kernel: [170223.889044] type=1503 audit(1259242061.857:52): operation="open" pid=2712 parent=2711 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:27:42 abokov-desktop kernel: [170224.900148] type=1503 audit(1259242062.877:53): operation="open" pid=2725 parent=2724 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:27:43 abokov-desktop kernel: [170225.913407] type=1503 audit(1259242063.887:54): operation="open" pid=2738 parent=2737 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:27:44 abokov-desktop kernel: [170226.925696] type=1503 audit(1259242064.898:55): operation="open" pid=2756 parent=2755 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:27:45 abokov-desktop kernel: [170227.939230] type=1503 audit(1259242065.908:56): operation="open" pid=2768 parent=2767 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:27:46 abokov-desktop kernel: [170228.950973] type=1503 audit(1259242066.919:57): operation="open" pid=2781 parent=2780 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:27:47 abokov-desktop kernel: [170229.966242] type=1503 audit(1259242067.939:58): operation="open" pid=2795 parent=2794 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:28:01 abokov-desktop kernel: [170243.172113] type=1503 audit(1259242081.148:59): operation="open" pid=2852 parent=2851 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:28:01 abokov-desktop kernel: [170243.180296] type=1503 audit(1259242081.148:60): operation="open" pid=2861 parent=2860 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:28:01 abokov-desktop kernel: [170243.204843] type=1503 audit(1259242081.178:61): operation="open" pid=2876 parent=2875 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:28:01 abokov-desktop kernel: [170243.228242] type=1503 audit(1259242081.198:62): operation="open" pid=2897 parent=2896 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:28:02 abokov-desktop kernel: [170244.240555] type=1503 audit(1259242082.207:63): operation="open" pid=2910 parent=2909 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:28:03 abokov-desktop kernel: [170245.254419] type=1503 audit(1259242083.227:64): operation="open" pid=2922 parent=2921 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:28:04 abokov-desktop kernel: [170246.266424] type=1503 audit(1259242084.238:65): operation="open" pid=2934 parent=2933 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:28:05 abokov-desktop kernel: [170247.278603] type=1503 audit(1259242085.247:66): operation="open" pid=2946 parent=2945 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:28:06 abokov-desktop kernel: [170248.294050] type=1503 audit(1259242086.267:67): operation="open" pid=2960 parent=2958 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:28:07 abokov-desktop kernel: [170249.306342] type=1503 audit(1259242087.277:68): operation="open" pid=2973 parent=2972 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:28:08 abokov-desktop kernel: [170250.326067] type=1503 audit(1259242088.297:69): operation="open" pid=2985 parent=2984 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:28:09 abokov-desktop kernel: [170251.341483] type=1503 audit(1259242089.317:70): operation="open" pid=2997 parent=2996 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:28:10 abokov-desktop kernel: [170252.356864] type=1503 audit(1259242090.327:71): operation="open" pid=3009 parent=3008 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:28:11 abokov-desktop kernel: [170253.369503] type=1503 audit(1259242091.337:72): operation="open" pid=3021 parent=3020 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:28:12 abokov-desktop kernel: [170254.383041] type=1503 audit(1259242092.357:73): operation="open" pid=3033 parent=3032 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:28:13 abokov-desktop kernel: [170255.395428] type=1503 audit(1259242093.367:74): operation="open" pid=3045 parent=3044 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:28:14 abokov-desktop kernel: [170256.406868] type=1503 audit(1259242094.377:75): operation="open" pid=3057 parent=3056 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:28:15 abokov-desktop kernel: [170257.418552] type=1503 audit(1259242095.387:76): operation="open" pid=3069 parent=3068 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"<br />
Nov 26 16:28:15 abokov-desktop /etc/init.d/mysql[3085]: 0 processes alive and '/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in<br />
Nov 26 16:28:15 abokov-desktop /etc/init.d/mysql[3085]: #007/usr/bin/mysqladmin: connect to server at 'localhost' failed<br />
Nov 26 16:28:15 abokov-desktop /etc/init.d/mysql[3085]: error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'<br />
Nov 26 16:28:15 abokov-desktop /etc/init.d/mysql[3085]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!<br />
Nov 26 16:28:15 abokov-desktop /etc/init.d/mysql[3085]:<br />
</code></p>
<p>This problem can be solved by removing some mysql-related components :<br />
<code><br />
sudo apt-get remove mysql-admin mysql-query-browser mysql-gui-tools-common mysql-client-5.0 libmysqlclient15off<br />
</code><br />
and installing mysql server<br />
<code><br />
sudo apt-get install mysql-server mysql-client<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://bokov.net/weblog/administration/quick-fix-problem-with-mysql-starting-on-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A little bit of humor..</title>
		<link>http://bokov.net/weblog/humor/a-little-bit-of-humor/</link>
		<comments>http://bokov.net/weblog/humor/a-little-bit-of-humor/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 12:12:11 +0000</pubDate>
		<dc:creator>Alexey Bokov</dc:creator>
				<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://bokov.net/weblog/?p=320</guid>
		<description><![CDATA[When top level guys look down they see only shit. When bottom level guys look up they see only ..


]]></description>
			<content:encoded><![CDATA[<p>When top level guys look down they see only shit. When bottom level guys look up they see only ..<br />
<span id="more-320"></span><br />
<img src="http://bokov.net/lj/shit_tree.jpg" alt="when top level guys look down they see only shit" /></p>
]]></content:encoded>
			<wfw:commentRss>http://bokov.net/weblog/humor/a-little-bit-of-humor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Ubuntu ( 9.10 ) to work with Amazon EC2</title>
		<link>http://bokov.net/weblog/ec2/configuring-ubuntu-9-10-to-work-with-amazon-ec2/</link>
		<comments>http://bokov.net/weblog/ec2/configuring-ubuntu-9-10-to-work-with-amazon-ec2/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 09:45:56 +0000</pubDate>
		<dc:creator>Alexey Bokov</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://bokov.net/weblog/?p=318</guid>
		<description><![CDATA[Short how-to about configuring Ubuntu to work with EC2 API
1) Remove openjdk, gij
apt-get remove openjdk-*
apt-get removel gij-*
 2) Install good one java powered by Sun
apt-get install sun-java6-jdk
3) Install EC2 API
cd /home/abokov/
http://s3.amazonaws.com/ec2-downloads/ec2-api-tools.zip
unzip ec2-api-tools.zip
4) Configure environment : add this lines onto the end of  ~/.bashrc
#ec2 deal with stuff
export JAVA_HOME=/usr/lib/jvm/java-6-sun
# setting up Amazon EC2
export EC2_HOME=/home/abokov/ec2-api-tools-1.3-30349
export PATH=$PATH:$EC2_HOME/bin:
export EC2_PRIVATE_KEY=/home/abokov/keys/pk-XXX.pem
export [...]]]></description>
			<content:encoded><![CDATA[<p>Short how-to about configuring Ubuntu to work with EC2 API</p>
<p><span id="more-318"></span>1) Remove openjdk, gij<br />
<em>apt-get remove openjdk-*<br />
apt-get removel gij-*</em></p>
<p><em> </em>2) Install good one java powered by Sun<em><br />
apt-get install sun-java6-jdk</em></p>
<p>3) Install <a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=351&amp;categoryID=88">EC2 API</a><br />
<em>cd /home/abokov/<br />
http://s3.amazonaws.com/ec2-downloads/ec2-api-tools.zip<br />
unzip ec2-api-tools.zip</em></p>
<p>4) Configure environment : add this lines onto the end of  ~/.bashrc<br />
<em>#ec2 deal with stuff<br />
export JAVA_HOME=/usr/lib/jvm/java-6-sun<br />
# setting up Amazon EC2<br />
export EC2_HOME=/home/abokov/ec2-api-tools-1.3-30349<br />
export PATH=$PATH:$EC2_HOME/bin:<br />
export EC2_PRIVATE_KEY=/home/abokov/keys/pk-XXX.pem<br />
export EC2_CERT=/home/abokov/keys/cert-XXX.pem</em></p>
<p><em>export EC2_ACCESS_KEY_ID=***<br />
export EC2_SECRET_ACCESS_KEY=***</em></p>
<p>You may check out how it works using  ec2-describe-instances.</p>
]]></content:encoded>
			<wfw:commentRss>http://bokov.net/weblog/ec2/configuring-ubuntu-9-10-to-work-with-amazon-ec2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon Web Services links &#8211; October/November 2009</title>
		<link>http://bokov.net/weblog/ec2/amazon-web-services-new-prices-and-new-services/</link>
		<comments>http://bokov.net/weblog/ec2/amazon-web-services-new-prices-and-new-services/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 11:11:26 +0000</pubDate>
		<dc:creator>Alexey Bokov</dc:creator>
				<category><![CDATA[compute grid]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[compute cloud]]></category>
		<category><![CDATA[Elastic Compute Cloud]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://bokov.net/weblog/?p=312</guid>
		<description><![CDATA[Update in Amazon Web Services:
 2 high cpu instance types : 64 bits &#8211;  Double Extra Large с 34.2 GB  RAM, and 13 ECU (4 virtual cores *3.25 EC2 compute Unit=ECU), 64-bit platform
and Quadruple Extra Large &#8211; 68.4 GB of RAM/ 26 ECU (8 virtual cores* 3.25 ECU) :  New EC2 High-Memory [...]]]></description>
			<content:encoded><![CDATA[<p>Update in Amazon Web Services:</p>
<li> 2 high cpu instance types : 64 bits &#8211;  Double Extra Large с 34.2 GB  RAM, and 13 ECU (4 virtual cores *3.25 EC2 compute Unit=ECU), 64-bit platform<br />
and Quadruple Extra Large &#8211; 68.4 GB of RAM/ 26 ECU (8 virtual cores* 3.25 ECU) :  <a href="http://aws.typepad.com/aws/2009/10/two-new-ec2-instance-types-additional-memory.html">New EC2 High-Memory Instances</a></li>
<li>Instance prices changes ( us-east is still cheaper thatn eu-west ) : <a href="http://aws.typepad.com/aws/2009/10/amazon-ec2-now-an-even-better-value.html">Amazon EC2 &#8211; Now an Even Better Value</a></li>
<li>New service for relational DB ( provisioning, scaling and other nice things )  : <a href="http://aws.typepad.com/aws/2009/10/introducing-rds-the-amazon-relational-database-service-.html">Introducing Amazon RDS &#8211; The Amazon Relational Database Service</a></li>
<li>Security stuff : <a href="http://homelandsecuritynewswire.com/vulnerability-identified-amazons-cloud-computing">Vulnerability identified in Amazon&#8217;s cloud computing</a></li>
<li>Amazon EC2 &#8211; Ubuntu <a href="http://groups.google.com/group/ec2ubuntu">at google groups</a></li>
<li>5 years ago Amazon announced Amazon Simple Queue Service &#8211; <a href="http://aws.typepad.com/aws/2009/11/aws-blog-the-first-five-years.html">top points of AWS for last 5 years</a></li>
]]></content:encoded>
			<wfw:commentRss>http://bokov.net/weblog/ec2/amazon-web-services-new-prices-and-new-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New big trend in cloud computing &#8211; DNRDBMS</title>
		<link>http://bokov.net/weblog/internet/new-big-trend-dnrdbms/</link>
		<comments>http://bokov.net/weblog/internet/new-big-trend-dnrdbms/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 12:31:19 +0000</pubDate>
		<dc:creator>Alexey Bokov</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[compute cloud]]></category>
		<category><![CDATA[compute grid]]></category>
		<category><![CDATA[DNRDBMS]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://bokov.net/weblog/?p=306</guid>
		<description><![CDATA[Distributed, non-relational database systems &#8211; DNRDBMS &#8211; see

 The Future Is Big Data in the Cloud
 NoSQL – the new wave against RDBMS  

]]></description>
			<content:encoded><![CDATA[<p>Distributed, non-relational database systems &#8211; DNRDBMS &#8211; see</p>
<ul>
<li> <a href="http://gigaom.com/2009/10/25/the-future-is-big-data-in-the-cloud/">The Future Is Big Data in the Cloud</a></li>
<li> <a href="http://bigdatamatters.com/bigdatamatters/2009/07/nosql-vs-rdbms.html">NoSQL – the new wave against RDBMS </a> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bokov.net/weblog/internet/new-big-trend-dnrdbms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SGE 6.2u4 &#8211; new update from Regensburg</title>
		<link>http://bokov.net/weblog/useful-links/sge-6-2u4-new-update-from-regensburg/</link>
		<comments>http://bokov.net/weblog/useful-links/sge-6-2u4-new-update-from-regensburg/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 09:01:23 +0000</pubDate>
		<dc:creator>Alexey Bokov</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[compute grid]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[useful links]]></category>
		<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[hedeby]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[SGE]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[Sun Grid Engine]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://bokov.net/weblog/?p=302</guid>
		<description><![CDATA[If anyone interested in it &#8211; here&#8217;s new update for Sun Grid Engine  6.2 &#8211; update 4. It almost about bug fixing and man&#8217;s changes &#8211; list of changes is here. Sources&#8217; tag for CVS is  V62u4_TAG (make sense for Grid Engine, ARCo, SGE Inspect ), by the way as I know Hedeby [...]]]></description>
			<content:encoded><![CDATA[<p>If anyone interested in it &#8211; here&#8217;s new update for Sun Grid Engine  6.2 &#8211; update 4. It almost about bug fixing and man&#8217;s changes &#8211; list of changes is <a href="http://gridengine.sunsource.net/project/gridengine/62patches.txt">here</a>. <a href="http://gridengine.sunsource.net/source/browse/gridengine">Sources&#8217; tag</a> for CVS is  V62u4_TAG (make sense for Grid Engine, ARCo, SGE Inspect ), by the way as I know <a href="http://hedeby.sunsource.net">Hedeby</a> is still 1.0u3.</p>
]]></content:encoded>
			<wfw:commentRss>http://bokov.net/weblog/useful-links/sge-6-2u4-new-update-from-regensburg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash&#8217;s find usefull stuff</title>
		<link>http://bokov.net/weblog/administration/recursively-add-files-and-foldes-into-cvs/</link>
		<comments>http://bokov.net/weblog/administration/recursively-add-files-and-foldes-into-cvs/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 09:06:45 +0000</pubDate>
		<dc:creator>Alexey Bokov</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://bokov.net/weblog/?p=295</guid>
		<description><![CDATA[
Recursively add files and foldes into CVS

find . -type d -print &#124; grep -v CVS &#124; xargs -n1 cvs add

Delete &#8220;.svn&#8221; files from current folder

find . -type f  -exec echo \"{}\" \;  &#124; grep ".svn" &#124; xargs rm
]]></description>
			<content:encoded><![CDATA[<ul>
<li>Recursively add files and foldes into CVS</li>
</ul>
<pre>find . -type d -print | grep -v CVS | xargs -n1 cvs add</pre>
<ul>
<li>Delete &#8220;.svn&#8221; files from current folder</li>
</ul>
<pre>find . -type f  -exec echo \"{}\" \;  | grep ".svn" | xargs rm</pre>
]]></content:encoded>
			<wfw:commentRss>http://bokov.net/weblog/administration/recursively-add-files-and-foldes-into-cvs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
