<?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>Axino.net &#187; linux</title>
	<atom:link href="http://www.axino.net/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.axino.net</link>
	<description>The other side of atom.</description>
	<lastBuildDate>Thu, 15 Jul 2010 12:45:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>mysql server and ubuntu</title>
		<link>http://www.axino.net/tutorial/2010/05/mysql-server-and-ubuntu</link>
		<comments>http://www.axino.net/tutorial/2010/05/mysql-server-and-ubuntu#comments</comments>
		<pubDate>Sat, 01 May 2010 03:54:14 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=801</guid>
		<description><![CDATA[In previous tutorial I shortly explained how to install Java and Glassfish on Ubuntu based systems. If you have intentions to host some basic web site you probably intend to use some sort of database. For none-commercial projects I strongly suggest mysql since it is free for none commercial use. To install mysql server is [...]]]></description>
			<content:encoded><![CDATA[<p>In previous tutorial I shortly explained how to<a href="http://www.axino.net/programming/java-programming/2010/04/java-glassfish-and-ubuntu-server"> install Java and Glassfish</a> on Ubuntu based systems. If you have intentions to host some basic web site you probably intend to use some sort of database. For none-commercial projects I strongly suggest mysql since it is free for none commercial use.</p>
<p><span id="more-801"></span>To install mysql server is squite easy just enter following line in terminal:</p>
<pre>sudo apt-get install mysql-server</pre>
<pre></pre>
<p>When installed you can start or stop server by following lines, if it is installed to default location:</p>
<pre>sudo /etc/init.d/mysqld start</pre>
<pre>sudo /etc/init.d/mysqld stop</pre>
<p>Restarting server is similar:</p>
<p>sudo /etc/init.d/mysqld restart</pre>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.axino.net/programming/java-programming/2010/04/java-glassfish-and-ubuntu-server" rel="bookmark" title="Friday 30.04.2010">java glassfish and ubuntu server</a></li>
<li><a href="http://www.axino.net/tutorial/2009/10/connect-to-mysql-database-in-java" rel="bookmark" title="Wednesday 21.10.2009">Connect to mysql database in java</a></li>
<li><a href="http://www.axino.net/tutorials" rel="bookmark" title="Wednesday 07.01.2009">Tutorials</a></li>
<li><a href="http://www.axino.net/tutorial/2010/05/how-to-grant-privilege-to-users-on-mysql-database" rel="bookmark" title="Sunday 02.05.2010">How to grant privilege to users on MySQL database</a></li>
<li><a href="http://www.axino.net/tutorial/2009/05/local-domain-or-set-up-of-local-site" rel="bookmark" title="Monday 04.05.2009">Local domain || set up of local site</a></li>
</ul>
<p><!-- Similar Posts took 4.773 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=801" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/tutorial/2010/05/mysql-server-and-ubuntu/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>java glassfish and ubuntu server</title>
		<link>http://www.axino.net/programming/java-programming/2010/04/java-glassfish-and-ubuntu-server</link>
		<comments>http://www.axino.net/programming/java-programming/2010/04/java-glassfish-and-ubuntu-server#comments</comments>
		<pubDate>Fri, 30 Apr 2010 20:10:32 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[glassfish]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=798</guid>
		<description><![CDATA[Installing Java and glassfish can be demanding since there wasn&#8217;t complete tutorial so I composed this one after weekend I was creating my own server. First of all you have to install Java on ubuntu. I assume you have already established and checked connection to the internet. Enter the following code in the terminal, this [...]]]></description>
			<content:encoded><![CDATA[<p>Installing Java and glassfish can be demanding since there wasn&#8217;t complete tutorial so I composed this one after weekend I was creating my own server.</p>
<p><span id="more-798"></span>First of all you have to install Java on ubuntu. I assume you have already established and checked connection to the internet.</p>
<p>Enter the following code in the terminal, this will install everything you require to run Java apps. Java 5 is optional.</p>
<pre>sudo apt-get update

sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts

sudo apt-get install sun-java5-bin

sudo apt-get install sun-java5-jdk</pre>
<p>I have obtained list from the Ubuntu web site of packages Ubuntu contains regarding Java:</p>
<blockquote><p>=&gt; <strong>sun-java6-bin</strong> : Sun Java Runtime Environment  (JRE) 6</p>
<p>=&gt; <strong>sun-java6-demo</strong> : Sun Java Development Kit  (JDK) 6 demos</p>
<p>=&gt; <strong>sun-java6-jdk</strong> : Sun Java Development Kit  (JDK) 6</p>
<p>=&gt; <strong>sun-java6-jre</strong> : Sun Java Runtime Environment  (JRE) 6</p></blockquote>
<p>Next step is to install Glassfish. You should download Glassfish from the following web site. Save it somewhere on your comp and remember name of file.</p>
<blockquote><p>http://download.java.net/glassfish/v3/release/glassfish-v3-unix.sh</p></blockquote>
<p>Now navigate towards folder where you saved file and write the following statement in terminal:</p>
<p>sudo sh nameoffile.sh</p>
<p>Starting Glassfish is simple in terminal write following statement to start Glassfish admin terminal:</p>
<pre>
sudo sh asadmin
</pre>
<p>Following statements allow you to start Glassfish working:</p>
<ol>
<li>
<pre>asadmin&gt; <strong>start-database</pre>
<p></strong></li>
<li>
<pre>asadmin&gt; <strong>start-domain domain1</pre>
<p></strong></li>
</ol>
<p>Now you may go to admin panel via link ip-address.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.axino.net/tutorial/2010/05/mysql-server-and-ubuntu" rel="bookmark" title="Saturday 01.05.2010">mysql server and ubuntu</a></li>
<li><a href="http://www.axino.net/tutorial/2010/01/basic-web-hacking-17-java-decompiler" rel="bookmark" title="Tuesday 26.01.2010">Basic Web Hacking 17 :: java decompiler</a></li>
<li><a href="http://www.axino.net/tutorial/2009/05/how-to-switch-default-netbeans-jdk" rel="bookmark" title="Friday 08.05.2009">How to switch default Netbeans JDK</a></li>
<li><a href="http://www.axino.net/tutorial/2009/10/connect-to-mysql-database-in-java" rel="bookmark" title="Wednesday 21.10.2009">Connect to mysql database in java</a></li>
<li><a href="http://www.axino.net/tutorials" rel="bookmark" title="Wednesday 07.01.2009">Tutorials</a></li>
</ul>
<p><!-- Similar Posts took 4.794 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=798" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/programming/java-programming/2010/04/java-glassfish-and-ubuntu-server/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>hackthissite.org basic 7 :: calendar is it!</title>
		<link>http://www.axino.net/tutorial/2009/07/hackthissite-org-basic-7-calendar-is-it</link>
		<comments>http://www.axino.net/tutorial/2009/07/hackthissite-org-basic-7-calendar-is-it#comments</comments>
		<pubDate>Wed, 01 Jul 2009 00:38:27 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[hackthissite.org]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hackthissite]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=433</guid>
		<description><![CDATA[Here our dear administrator Sam started using linux and made small script to display calendars. Let&#8217;s try inserting something in the view box. If you enter some number you will get calendar for the year. If you leave field blank you will receive calendar for the following month. Now thing you should now about bash [...]]]></description>
			<content:encoded><![CDATA[<p>Here our dear administrator Sam started using linux and made small script to display calendars. <span id="more-433"></span>Let&#8217;s try inserting something in the view box. If you enter some number you will get calendar for the year. If you leave field blank you will receive calendar for the following month. Now thing you should now about <strong>bash</strong> is that you can separate commands by <strong>semi-column</strong> after that you should use some command to list files in the directory which is <strong>ls</strong>. So you can now formulate your input as following:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">;<span style="color: #c20cb9; font-weight: bold;">ls</span></pre></div></div>

<p>Now you should have obtained something similar to the following output:</p>
<blockquote>
<pre>         July 2009
Mon Tue Wed Thu Fri Sat Sun
          1   2   3   4   5
  6   7   8   9  10  11  12
 13  14  15  16  17  18  19
 20  21  22  23  24  25  26
 27  28  29  30  31

.
..
level7.php
cal.pl

index.php
k1kh31b1n55h.php
perl5.8.9.core</pre>
</blockquote>
<p>You see here some files, and as in the introduction of mission file is obscurely named as <strong> k1kh31b1n55h.php </strong>and what should we do now is to copy this into URL and open to receive password. Your URL should be something like this: <em>http://www.hackthissite.org/missions/basic/7/k1kh31b1n55h.php </em></p>
<p>After you open this URL you will receive password: <strong>077a79c1</strong><br />
For further reading I suggest if you would like to learn more about bash commands go<a href="http://www.ss64.com/bash/" target="_blank"> here</a>.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.axino.net/tutorial/2009/07/hackthissite-org-basic-8-ssi" rel="bookmark" title="Friday 03.07.2009">hackthissite.org basic 8 :: SSI</a></li>
<li><a href="http://www.axino.net/tutorial/2009/11/basic-web-hacking-9-null-poison-byte" rel="bookmark" title="Tuesday 17.11.2009">Basic web hacking 9 :: null poison byte</a></li>
<li><a href="http://www.axino.net/tutorial/2009/07/hackthissite-org-basic-9-tricky-easy-not" rel="bookmark" title="Sunday 05.07.2009">hackthissite.org basic 9 :: tricky easy not</a></li>
<li><a href="http://www.axino.net/tutorial/2009/01/psd-support-for-paintnet" rel="bookmark" title="Thursday 22.01.2009">PSD support for Paint.net</a></li>
<li><a href="http://www.axino.net/hack/hackertestnet/2009/11/hackertest-net-level-14-gif-layers" rel="bookmark" title="Friday 27.11.2009">hackertest.net level 14 :: gif layers</a></li>
</ul>
<p><!-- Similar Posts took 4.920 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=433" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/tutorial/2009/07/hackthissite-org-basic-7-calendar-is-it/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux OS &#8211; virtualization checkout</title>
		<link>http://www.axino.net/tutorial/2009/04/linux-os-virtualization</link>
		<comments>http://www.axino.net/tutorial/2009/04/linux-os-virtualization#comments</comments>
		<pubDate>Mon, 27 Apr 2009 15:46:44 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=301</guid>
		<description><![CDATA[Well, today I was trying to figure out how to check whether my hardware supports virtualization instructions. Solution to the problem is quite simple, if you&#8217;ve got linux installed on your system then you should run the following command in terminal. egrep '^flags.*(vmx&#124;svm)' /proc/cpuinfo If you don&#8217;t get any reply from the upper command then [...]]]></description>
			<content:encoded><![CDATA[<p>Well, today I was trying to figure out how to check whether my hardware supports virtualization instructions. <span id="more-301"></span>Solution to the problem is quite simple, if you&#8217;ve got linux installed on your system then you should run the following command in terminal.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">egrep</span> <span style="color: #ff0000;">'^flags.*(vmx|svm)'</span> <span style="color: #000000; font-weight: bold;">/</span>proc<span style="color: #000000; font-weight: bold;">/</span>cpuinfo</pre></div></div>

<p>If you don&#8217;t get any reply from the upper command then your computer does not  support virtualization instructions, however prominent thing to do would be to check in BIOS if those instructions are turned off.</p>
<p>If however you do not have Linux on your system then some of the live distributions should do the trick.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.axino.net/tutorial/2009/05/shutting-down-windows-over-network" rel="bookmark" title="Saturday 02.05.2009">Shutting down windows over network</a></li>
<li><a href="http://www.axino.net/tutorial/2009/11/gif-support-for-paint-net" rel="bookmark" title="Thursday 26.11.2009">GIF support for Paint.net</a></li>
<li><a href="http://www.axino.net/tutorial/2009/07/hackthissite-org-basic-7-calendar-is-it" rel="bookmark" title="Wednesday 01.07.2009">hackthissite.org basic 7 :: calendar is it!</a></li>
<li><a href="http://www.axino.net/tutorial/2009/04/shutdown-windows-xpvista-remotely" rel="bookmark" title="Wednesday 29.04.2009">Shutdown windows XP/Vista remotely</a></li>
<li><a href="http://www.axino.net/tutorial/2009/10/connect-to-mysql-database-in-java" rel="bookmark" title="Wednesday 21.10.2009">Connect to mysql database in java</a></li>
</ul>
<p><!-- Similar Posts took 4.978 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=301" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/tutorial/2009/04/linux-os-virtualization/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
