<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>aliyev&#039;s notes</title>
	<link>http://aliyev.ws</link>
	<description>noted answers on ever raised issues</description>
	<lastBuildDate>Thu, 20 May 2010 10:30:41 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Smarty error with Google Analytics</title>
		<description><![CDATA[The error appears after modifing a page and load it for the first time.
If the analytics tracking code removed from the template (*.tpl), the error does not appear.
Solution:
wrap around your js code with {literal} {/literal}
Example:
{literal}
&#60;script type=&#8221;text/javascript&#8221;&#62;
var _gaq = _gaq &#124;&#124; [];
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement(&#8217;script&#8217;); ga.type = &#8216;text/javascript&#8217;; ga.async = true;
ga.src = (&#8216;https:&#8217; == [...]]]></description>
		<link>http://aliyev.ws/?p=137</link>
			</item>
	<item>
		<title>Use .htaccess to Deny Access Directory Listing</title>
		<description><![CDATA[Don’t have an index in all your directory’s? Many people create a blank index.html file in every directory to prevent directory listing. It’s ok for a small website, but imagine if you have a website that has hundred or thousand directories. The easiest way is to write a htaccess file, include the following line in [...]]]></description>
		<link>http://aliyev.ws/?p=132</link>
			</item>
	<item>
		<title>Changing default gateway on MS Windows using command line</title>
		<description><![CDATA[Despite the fact this post is quite fat from Ubuntu or Linux I decided to puclish it here as find this usefull and sometimes neccessary.
So here we are on how to update default gateway using command line:
netsh interface ip add address &#8220;local area connection&#8221; gateway=100.1.1.5
gwmetric=2
]]></description>
		<link>http://aliyev.ws/?p=130</link>
			</item>
	<item>
		<title>How To search for an string in a file using grep</title>
		<description><![CDATA[grep searches the input files for lines containing a match to a given pattern list. When it finds a match in a line, it copies the line to standard output (by default), or does whatever other sort of output you have requested with options.
grep can simply be invoked: $ grep &#8216;STRING&#8217; filename

This is OK but [...]]]></description>
		<link>http://aliyev.ws/?p=126</link>
			</item>
	<item>
		<title>Setting the Date and Time in Linux</title>
		<description><![CDATA[Run the date command to make sure you have the correct time:
[root@server /root]# date
Thu Sep 20 11:00:06 CDT 2001
[root@server /root]#
If your timezone is correct but the date and/or time needs updating, the following commands will update the date and time. The second command is needed in order to push the date and time into the [...]]]></description>
		<link>http://aliyev.ws/?p=124</link>
			</item>
	<item>
		<title>Free Wordpress themes and Hidden code</title>
		<description><![CDATA[If you are using a free wordpress theme, make sure that the footer does not contain hidden code. I’ll show you how to find and unhide that hidden code below, something that many people starting out with Wordpress miss. Such a mistake can have you linking to bad link partners which can cause your site [...]]]></description>
		<link>http://aliyev.ws/?p=119</link>
			</item>
	<item>
		<title>XMMS on Ubuntu</title>
		<description><![CDATA[I&#8217;ve finally got new hdd for my laptop. So I decided to dedicate myself on getting to know more about Desktop version of Ubuntu. Latest copy was installed successfully without any troubles except driver for Nvidia. But that was easily solved by downloading and installing latest driver.

So after a little while I felt that I [...]]]></description>
		<link>http://aliyev.ws/?p=113</link>
			</item>
	<item>
		<title>3 Things in Linux you should NOT Install</title>
		<description><![CDATA[While I’m all for promoting the use of Linux and software on Linux, unless you absolutely know what you’re doing, there are certain things you should not install. Entirely too often, I see people on LinuxQuestions.org asking how to configure one of these or why they will not work. So, in no particular order, 3 [...]]]></description>
		<link>http://aliyev.ws/?p=95</link>
			</item>
	<item>
		<title>Linux file permissions</title>
		<description><![CDATA[The basics of file ownership and permissions on Linux. Learn to understand who are the owners of a file or directory, how the file permissions work and how you can view them, and learn how to set basic file permissions yourself.

&#60; Permissions and ownership &#8211; why? &#62;
If you can&#8217;t access some of the files on [...]]]></description>
		<link>http://aliyev.ws/?p=86</link>
			</item>
	<item>
		<title>How to change a file&#8217;s owner and group in Linux</title>
		<description><![CDATA[&#60; chown &#8211; change the owner of a file &#62;
You can change the owner and group of a file or a directory with the chown command. Please, keep in mind you can do this only if you are the root user or the owner of the file.
Set the file&#8217;s owner:
$ chown username somefile
After giving this [...]]]></description>
		<link>http://aliyev.ws/?p=82</link>
			</item>
</channel>
</rss>
