<?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>Danik.info &#187; admin</title>
	<atom:link href="http://danik.info/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://danik.info</link>
	<description>useful notes for admins</description>
	<lastBuildDate>Fri, 18 May 2012 11:46:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Fix for Munin MySQL Monitoring Plugin Graph Not Showing or Blank</title>
		<link>http://danik.info/fix-for-munin-mysql-monitoring-plugin-graph-not-showing-or-blank/</link>
		<comments>http://danik.info/fix-for-munin-mysql-monitoring-plugin-graph-not-showing-or-blank/#comments</comments>
		<pubDate>Fri, 18 May 2012 11:46:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Advices]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[munin]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://danik.info/?p=3085</guid>
		<description><![CDATA[Munin is a monitoring tool used to survey and monitor the performance of computers, networks, SANs, applications, databases, weather measurements and other parameters. Munin remembers and records information it captured and presents them in graphs through a web interface. cPanel, through WebHost Manager (WHM) has added the Munin Service Monitor as easily installed plugin to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://danik.info/wp-content/uploads/2012/05/munin.png"><img class="aligncenter size-medium wp-image-3086" title="munin" src="http://danik.info/wp-content/uploads/2012/05/munin-300x78.png" alt="munin 300x78 Fix for Munin MySQL Monitoring Plugin Graph Not Showing or Blank" width="300" height="78" /></a></p>
<p>Munin is a monitoring tool used to survey and monitor the performance of computers, networks, SANs, applications, databases, weather measurements and other parameters. Munin remembers and records information it captured and presents them in graphs through a web interface. cPanel, through WebHost Manager (WHM) has added the Munin Service Monitor as easily installed plugin to monitor the web host and check the capacity of resources available.<span id="more-3085"></span></p>
<p>Easily install, <a href="http://munin.projects.linpro.no/">Munin</a> version 1.4 works immediately once webmaster installs it on the server through cPanel/WHM, and start checking and capturing various resources’ usage reading, including MySQL nodes such as MySQL throughputs, MySQL queries, MySQL Slow Queries, and MySQL threads. However, if you restart the server, Munin will fail to monitor MySQL nodes. No information is capture, and the graphs is no longer updated with statistics and appears blank. Sometimes, the MySQL graphs blank symptom may happen even when web server is not rebooted.</p>
<p>The error is due to a bug in a Perl library Munin uses which causes $PATH variable to be lost, and then causes the plugin cannot find the mysqladmin program which it needs to retrieve the numbers to populate in the graphs. Uninstall and reinstall Munin Service Monitor may make it works again, however, a more permanent solution is to hardcode the path of the program, which will fix the problem. Here the guide on how to specify the path to mysqladmin to Munin.</p>
<p><strong>Fix for Munin installed by cPanel/WHM</strong></p>
<ol>
<li>Determine where is mysqladmin program located with the one of the following command:which mysqladmin<br />
type mysqladmin<br />
locate mysqladminIf should return a path to mysqladmin which looks similar or the same to /usr/bin/mysqladmin.</li>
<li>Edit the /etc/munin/plugin-conf.d/cpanel.conf Munin configuration file, and modify the [mysql*] to look like below:<code><br />
[mysql*]<br />
user root<br />
group wheel<br />
env.mysqladmin /usr/bin/mysqladmin<br />
env.mysqlopts --defaults-extra-file=/root/.my.cnf<br />
</code>Ensure the env.mysqladmin value is path returned by step above. Also ensure that /root/.my.cnf contains correct root password to the MySQL databases.</li>
<li>Then restart Munin service:/etc/init.d/munin-node restart</li>
<li>Wait a while for MySQL statistics to be gathered, and check the graphs again.</li>
</ol>
<p><strong>Fix for Host or Server without cPanel Control Panel</strong></p>
<p>Simply add the “env.mysqladmin /usr/bin/mysqladmin” (ensure that the path is correct according to your system) to the /etc/munin/plugin-conf.d/munin-node file will do the trick, according to <a href="http://munin.projects.linpro.no/wiki/faq">Munin FAQ</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://danik.info/fix-for-munin-mysql-monitoring-plugin-graph-not-showing-or-blank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Change the Shared IP of a cPanel Server</title>
		<link>http://danik.info/how-to-change-the-shared-ip-of-a-cpanel-server/</link>
		<comments>http://danik.info/how-to-change-the-shared-ip-of-a-cpanel-server/#comments</comments>
		<pubDate>Tue, 15 May 2012 19:20:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Advices]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[ip change]]></category>
		<category><![CDATA[migration]]></category>

		<guid isPermaLink="false">http://danik.info/?p=3078</guid>
		<description><![CDATA[As a good administrator, when you change the shared IP of your cPanel server, you must ensure that there minimal interruption of service. The discussion below will guide you through the process of updating the main server IP, without affecting accounts with dedicated IPs and SSL certificates. The following three actions need to be executed [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://danik.info/wp-content/uploads/2012/05/cpanel-vps-optimized2.jpg"><img class="aligncenter size-medium wp-image-3080" title="cpanel-vps-optimized2" src="http://danik.info/wp-content/uploads/2012/05/cpanel-vps-optimized2-300x136.jpg" alt="cpanel vps optimized2 300x136 How to Change the Shared IP of a cPanel Server" width="300" height="136" /></a>As a good administrator, when you change the shared IP of your cPanel server, you must ensure that there minimal interruption of service.</p>
<p><span id="more-3078"></span></p>
<p>The discussion below will guide you through the process of updating the main server IP, without affecting accounts with dedicated IPs and SSL certificates. The following three actions need to be executed to change the shared IP of your cPanel server:</p>
<ul>
<li>Updating TTLs (Time-To-Live)</li>
<li>Adding new IP</li>
<li>Updating configurations</li>
</ul>
<p><strong>Updating TTLs</strong></p>
<p>Setting zone TTL’s on your server to a lower value a couple of days before changing the IP helps lower the caching period. Caching DNS servers should be configured to use the lowered TTL value – usually 3200. The TTL can be changed for all users on one server with the help of the following replace command:<br />
replace 86400 3200 — /var/named/*.db</p>
<p>Here, 86400 is the default TTL value. To find the TTL value set on your server, go to /etc/wwwacct.conf. After this, increment the serial numbers by installing the script mentioned below:</p>
<blockquote><p></p>
<p># cd /sbin<br />
# rm -f updateserial<br />
# wget http://www.ndchost.com/cpanel-whm/scripts/updateserial/download.php<br />
# chown root.root updateserial<br />
# chmod 0750 updateserial</p></blockquote>
<p>The script may be installed using the command: /sbin/updateserial -d /var/named<br />
Update nameservers using the command:</p>
<blockquote><p></p>
<p># /scripts/dnscluster synczone all</p></blockquote>
<p><strong>Add the new IP</strong></p>
<p>Two days after you update the TTLs, you can add the new IP and indicate that it is to be shared. To ensure the smooth working of you cPanel server, it is wise to indicate that the main IP is to be shared too. Follow the steps mentioned below to change the main server IP:</p>
<p>Edit /etc/sysconfig/network-scripts/ifcfg-ethx (where ethx is the adapter on which your public IP is located)<br />
Modify IPADDR, NETMASK, GATEWAY and NETWORK according to your IP parameters<br />
Edit /etc/sysconfig/network and modify additional parameters absent in the previous file<br />
Restart the network service<br />
Update configurations</p>
<p>With the help of the replace commands mentioned below, you can finalize the sharing if the IP.</p>
<blockquote><p>
# replace $oldip $newip — /var/cpanel/mainip<br />
# replace $oldip $newip — /var/cpanel/userdata/*/*<br />
# replace $oldip $newip — /var/named/*.db<br />
# replace $oldip $newip — /etc/*<br />
# service named restart<br />
# /scripts/rebuildhttpdconf</p></blockquote>
<p>As a final step, restore the TTL values you changed in the first section using the same commands as before to complete the process. A cPanel update following this will ensure that all cPanel files use the new IP.</p>
]]></content:encoded>
			<wfw:commentRss>http://danik.info/how-to-change-the-shared-ip-of-a-cpanel-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple arhive extracting alias in linux</title>
		<link>http://danik.info/simple-arhive-extracting-alias-in-linux/</link>
		<comments>http://danik.info/simple-arhive-extracting-alias-in-linux/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 08:38:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Advices]]></category>
		<category><![CDATA[arhive]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[unpack]]></category>

		<guid isPermaLink="false">http://danik.info/?p=3074</guid>
		<description><![CDATA[Add this to your ~/.bashrc extract () { if [ -f $1 ] ; then case $1 in *.tar.bz2) tar xvjf $1 &#38;&#38; cd $(basename "$1" .tar.bz2) ;; *.tar.gz) tar xvzf $1 &#38;&#38; cd $(basename "$1" .tar.gz) ;; *.tar.xz) tar Jxvf $1 &#38;&#38; cd $(basename "$1" .tar.xz) ;; *.bz2) bunzip2 $1 &#38;&#38; cd $(basename "$1" [...]]]></description>
			<content:encoded><![CDATA[<p>Add this to your ~/.bashrc</p>
<p><code>extract () {<br />
if [ -f $1 ] ; then<br />
case $1 in<br />
*.tar.bz2) tar xvjf $1 &amp;&amp; cd $(basename "$1" .tar.bz2) ;;<br />
*.tar.gz) tar xvzf $1 &amp;&amp; cd $(basename "$1" .tar.gz) ;;<br />
*.tar.xz) tar Jxvf $1 &amp;&amp; cd $(basename "$1" .tar.xz) ;;<br />
*.bz2) bunzip2 $1 &amp;&amp; cd $(basename "$1" /bz2) ;;<br />
*.rar) unrar x $1 &amp;&amp; cd $(basename "$1" .rar) ;;<br />
*.gz) gunzip $1 &amp;&amp; cd $(basename "$1" .gz) ;;<br />
*.tar) tar xvf $1 &amp;&amp; cd $(basename "$1" .tar) ;;<br />
*.tbz2) tar xvjf $1 &amp;&amp; cd $(basename "$1" .tbz2) ;;<br />
*.tgz) tar xvzf $1 &amp;&amp; cd $(basename "$1" .tgz) ;;<br />
*.zip) unzip $1 &amp;&amp; cd $(basename "$1" .zip) ;;<br />
*.Z) uncompress $1 &amp;&amp; cd $(basename "$1" .Z) ;;<br />
*.7z) 7z x $1 &amp;&amp; cd $(basename "$1" .7z) ;;<br />
*) echo "don't know how to extract '$1'..." ;;<br />
esac<br />
else<br />
echo "'$1' is not a valid file!"<br />
fi<br />
}</code></p>
<p>Now just type &#8220;extract filename&#8221; and you&#8217;re golden.</p>
]]></content:encoded>
			<wfw:commentRss>http://danik.info/simple-arhive-extracting-alias-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show hidden files on Mac OS X Lion</title>
		<link>http://danik.info/show-hidden-files-on-mac-os-x-lion/</link>
		<comments>http://danik.info/show-hidden-files-on-mac-os-x-lion/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 07:37:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Advices]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[mac os]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://danik.info/?p=3069</guid>
		<description><![CDATA[The easiest way how to show hidden files in finder is to run a command in terminal:  Open the Terminal application (Applications &#62; Utilities &#62; Terminal.app) Type in the following without the quotes “defaults write com.apple.Finder AppleShowAllFiles TRUE” Hit the ‘Enter’ key Restart the Finder by holding ‘Option’, click and hold on the icon. Click [...]]]></description>
			<content:encoded><![CDATA[<div><a href="http://danik.info/wp-content/uploads/2012/01/ninja-finder.jpg"><img class="aligncenter  wp-image-3070" title="ninja-finder" src="http://danik.info/wp-content/uploads/2012/01/ninja-finder-300x284.jpg" alt="ninja finder 300x284 Show hidden files on Mac OS X Lion" width="180" height="170" /></a></div>
<div></div>
<div><span style="line-height: 19px;">The easiest way how to show hidden files in finder is to run a command in terminal: </span></div>
<div></div>
<ul>
<li>Open the Terminal application (Applications &gt; Utilities &gt; Terminal.app)</li>
<li>Type in the following without the quotes “defaults write com.apple.Finder AppleShowAllFiles TRUE”</li>
<li>Hit the ‘Enter’ key</li>
<li>Restart the Finder by holding ‘Option’, click and hold on the icon. Click ‘Relaunch’</li>
</ul>
<div><span style="line-height: 19px;">To hide them again use this command:</span></div>
<div></div>
<ul>
<li>To re-hide the files type “defaults write com.apple.Finder AppleShowAllFiles FALSE”</li>
<li>Then restart the Finder again.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://danik.info/show-hidden-files-on-mac-os-x-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple way to install Midnight Commander in Mac OS Lion</title>
		<link>http://danik.info/simple-way-to-install-midnight-commander-in-mac-os-lion/</link>
		<comments>http://danik.info/simple-way-to-install-midnight-commander-in-mac-os-lion/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 09:41:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac os]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[mc]]></category>
		<category><![CDATA[midnight commander]]></category>

		<guid isPermaLink="false">http://danik.info/?p=3057</guid>
		<description><![CDATA[The simplest way I&#8217;ve found to install Midnight Commander in Mac OS Lion is to use rudix package. Rudix is a collection of Unix software packages for OS X Lion (plus Snow Leopard). http://code.google.com/p/rudix/ If you need step by step instruction go inside 1. Install rudix, just open terminal and type: curl -O http://rudix.googlecode.com/hg/Ports/rudix/rudix.py sudo [...]]]></description>
			<content:encoded><![CDATA[<p>The simplest way I&#8217;ve found to install Midnight Commander in Mac OS Lion is to use rudix package.<br />
Rudix is a collection of Unix software packages for OS X Lion (plus Snow Leopard).</p>
<p><a href="http://danik.info/wp-content/uploads/2011/12/Mc-screenshot.png"><img class="aligncenter size-medium wp-image-3063" title="Midnight Commander under MacOS Lion" src="http://danik.info/wp-content/uploads/2011/12/Mc-screenshot-300x166.png" alt="Mc screenshot 300x166 Simple way to install Midnight Commander in Mac OS Lion" width="300" height="166" /></a></p>
<p>http://code.google.com/p/rudix/</p>
<p>If you need step by step instruction go inside</p>
<p><span id="more-3057"></span></p>
<p>1. Install rudix, just open terminal and type:<br />
<code>curl -O http://rudix.googlecode.com/hg/Ports/rudix/rudix.py</code></p>
<p>sudo python rudix.py install rudix</p>
<p>2. Install mc using rudix, type in terminal:<br />
<code>sudo rudix install mc</code></p>
<p>3. Now you can run it by typing<br />
<code>sudo mc</code></p>
]]></content:encoded>
			<wfw:commentRss>http://danik.info/simple-way-to-install-midnight-commander-in-mac-os-lion/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>0Day Vulnerability in WordPress themes</title>
		<link>http://danik.info/vulnerability_in_wordpress/</link>
		<comments>http://danik.info/vulnerability_in_wordpress/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 07:02:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Advices for webmasters]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[fuckup]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://danik.info/?p=3050</guid>
		<description><![CDATA[Included in many wordpress themes utility for image resizing timthumb.php, is vulnerable to arbitrary loading PHP-code. In it’s config script has several domains from witch it is allowed to upload images: flickr.com picasa.com blogger.com wordpress.com img.youtube.com upload.wikimedia.org photobucket.com Because of lack of validation, it is possible to load a phpshell to the target wordpress blog. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://danik.info/wp-content/uploads/2011/08/wphack.jpg"><img class="aligncenter size-full wp-image-3051" title="wphack" src="http://danik.info/wp-content/uploads/2011/08/wphack.jpg" alt="wphack 0Day Vulnerability in WordPress themes" width="276" height="182" /></a></p>
<p>Included in many wordpress themes utility for image resizing timthumb.php, is vulnerable to arbitrary loading PHP-code.</p>
<p><span id="more-3050"></span></p>
<p>In it’s config script has several domains from witch it is allowed to upload images:</p>
<ul>
<li>flickr.com</li>
<li>picasa.com</li>
<li>blogger.com</li>
<li>wordpress.com</li>
<li>img.youtube.com</li>
<li>upload.wikimedia.org</li>
<li>photobucket.com</li>
</ul>
<p>Because of lack of validation, it is possible to load a phpshell to the target wordpress blog. Other words timthumb.php utility finds link blogger.com.hackersite.com / webshell.php legitimate and allows you to load a script to the server.<br />
Vulnerability found Mark Maunder , after his blog was hacked.<br />
p.s. you can download patched version from here <a href="http://code.google.com/p/timthumb/source/browse/trunk/timthumb.php">patched timthumb.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://danik.info/vulnerability_in_wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New smiles in Skype 5.5</title>
		<link>http://danik.info/new-smiles-in-skype-5-5/</link>
		<comments>http://danik.info/new-smiles-in-skype-5-5/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 06:42:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[smiles]]></category>
		<category><![CDATA[скайп]]></category>
		<category><![CDATA[смайлы]]></category>
		<category><![CDATA[смалики]]></category>

		<guid isPermaLink="false">http://danik.info/?p=3022</guid>
		<description><![CDATA[Hehey, now we got new smiles in Skype 5.5 and above ) (facepalm) or (fail) (waiting), (forever), or (impatience) (tumbleweed) (yn), (fingers), (fingerscrossed), or (crossedfingers) (wfh) (lalala), (lala) or (notlistening) (highfive), (hifive), or (h5) (hollest) (highfive), (hifive), or (h5)&#160;]]></description>
			<content:encoded><![CDATA[<p><a href="http://danik.info/wp-content/uploads/2011/08/skype-logo.jpg"><img class="aligncenter size-full wp-image-3040" title="skype-logo" src="http://danik.info/wp-content/uploads/2011/08/skype-logo.jpg" alt="skype logo New smiles in Skype 5.5" width="256" height="256" /></a></p>
<p>Hehey, now we got new smiles in Skype 5.5 and above )</p>
<p><span id="more-3022"></span></p>
<ul>
<li>
<ol> <img title="facepalm" src="/wp-content/uploads/2011/08/0186-facepalm-30px.png" alt="0186 facepalm 30px New smiles in Skype 5.5" width="30" height="30" />(facepalm) or (fail)</ol>
<ol> <img title="impatience" src="/wp-content/uploads/2011/08/0188-waiting-30px.png" alt="0188 waiting 30px New smiles in Skype 5.5" width="30" height="30" />(waiting), (forever), or (impatience)</ol>
<ol> <img title="tumbleweed" src="/wp-content/uploads/2011/08/0189-tumbleweed-30px.png" alt="0189 tumbleweed 30px New smiles in Skype 5.5" width="30" height="30" />(tumbleweed)</ol>
<ol> <img title="fingerscrossed" src="/wp-content/uploads/2011/08/0190-fingerscrossed-30px.png" alt="0190 fingerscrossed 30px New smiles in Skype 5.5" width="30" height="30" />(yn), (fingers), (fingerscrossed), or (crossedfingers)</ol>
<ol> <img title="wfh" src="/wp-content/uploads/2011/08/0191-wfh-30px.png" alt="0191 wfh 30px New smiles in Skype 5.5" width="30" height="30" />(wfh)</ol>
<ol> <img title="notlistening" src="/wp-content/uploads/2011/08/0192-lalala-30px.png" alt="0192 lalala 30px New smiles in Skype 5.5" width="30" height="30" />(lalala), (lala) or (notlistening)</ol>
<ol> <img title="highfive" src="/wp-content/uploads/2011/08/0193-highfive-30px.png" alt="0193 highfive 30px New smiles in Skype 5.5" width="30" height="30" />(highfive), (hifive), or (h5)</ol>
<ol> (hollest)</ol>
</li>
<p><img title="highfive" src="/wp-content/uploads/2011/08/0193-highfive-30px.png" alt="0193 highfive 30px New smiles in Skype 5.5" width="30" height="30" />(highfive), (hifive), or (h5)&nbsp;</ul>
]]></content:encoded>
			<wfw:commentRss>http://danik.info/new-smiles-in-skype-5-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Финальный релиз Google Chrome 12</title>
		<link>http://danik.info/finalnyj-reliz-google-chrome-12-vyshel-v-svet/</link>
		<comments>http://danik.info/finalnyj-reliz-google-chrome-12-vyshel-v-svet/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 04:25:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://danik.info/?p=3017</guid>
		<description><![CDATA[Вчера компания Google объявила о выпуске очередной стабильной версии своего веб-браузера Chrome — 12. Никаких революционных новшеств в релизе Google Chrome 12 нет, а главными изменениями стали поддержка аппаратного ускорения для трехмерных преобразований в каскадных таблицах стилей (3D CSS) — сама технология была представлена в WebKit летом 2009 года, а также возможность удаления Flash cookies [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://danik.info/wp-content/uploads/2011/06/google-chrome-12.png"><img class="aligncenter size-medium wp-image-3018" title="google-chrome-12" src="http://danik.info/wp-content/uploads/2011/06/google-chrome-12-300x300.png" alt="google chrome 12 300x300 Финальный релиз Google Chrome 12" width="300" height="300" /></a></p>
<p>Вчера компания Google объявила о выпуске очередной стабильной версии своего веб-браузера Chrome — 12.</p>
<p>Никаких революционных новшеств в релизе Google Chrome 12 нет, а главными изменениями стали поддержка аппаратного ускорения для трехмерных преобразований в каскадных таблицах стилей (3D CSS) — сама технология была представлена в WebKit летом 2009 года, а также возможность удаления Flash cookies (Local Shared Objects, LSO) прямо из браузера (раньше это можно было делать только с сайта Adobe).</p>
<p>Среди прочих изменений можно выделить улучшения в Safe Browsing (теперь пользователей предупреждают о скачивании потенциально подозрительных файлов) и запуск приложений по их названию из Omnibox, а также удаление Google Gears. Это все конечно обезапасит вас, но отчасти замедлит работу в Сети и вне ее.</p>
<p><span id="more-3017"></span></p>
<p>Основные изменения:</p>
<ul>
<li>добавлена аппаратная акселерация 3D CSS (только для Windows Vista / Mac OS X 10.6 и выше, демо);</li>
<li>добавлен запуск chrome apps из строки поиска;</li>
<li>в новые страницы настроек интегрирована синхронизация;</li>
<li>улучшена поддержка screen reader;</li>
<li>добавлена защита от загрузок вредоносных файлов;</li>
<li>добавлена возможность удаления Flash cookies;</li>
<li>закрыто 12 уязвимостей. Сумма наград — 6837 долларов;</li>
<li>удалён Google Gears;</li>
<li>добавлено новое предупреждение при нажатии Command-Q в Mac OS X.</li>
</ul>
<p><a href="http://googlechromereleases.blogspot.com/2011/06/chrome-stable-release.html">подробности </a></p>
]]></content:encoded>
			<wfw:commentRss>http://danik.info/finalnyj-reliz-google-chrome-12-vyshel-v-svet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTerm2 для Mac</title>
		<link>http://danik.info/iterm2-dlya-mac/</link>
		<comments>http://danik.info/iterm2-dlya-mac/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 12:26:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools for admins]]></category>
		<category><![CDATA[iterm]]></category>
		<category><![CDATA[iterm2]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[term]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://danik.info/?p=3007</guid>
		<description><![CDATA[Вкратце, iTerm2 является наследником iTerm, который, по-видимому, перестал бурно развиваться. В общем, iTerm2 подхватил выпавшее из рук iTerm знамя лучшего софта для доступа к терминалам. Из фич iTerm2 особо хочется отметить: очень удобная навигация по закладкам (у меня более 19 хостов) с поддержкой тегов. Это очень удобно, когда можно протегировать девайсы определенной организации, по типу [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://danik.info/wp-content/uploads/2011/04/logo.png"><img class="aligncenter size-full wp-image-3008" title="logo" src="http://danik.info/wp-content/uploads/2011/04/logo.png" alt="logo iTerm2 для Mac" width="480" height="187" /></a>Вкратце, <a href="http://www.iterm2.com/#/section/home">iTerm2</a> является наследником <a href="http://iterm.sourceforge.net/">iTerm</a>, который, по-видимому, перестал бурно развиваться. В общем, iTerm2 подхватил выпавшее из рук iTerm знамя лучшего софта для доступа к терминалам.</p>
<p style="text-align: left;"><span id="more-3007"></span></p>
<p>Из фич iTerm2 особо хочется отметить:</p>
<ul>
<li>очень удобная навигация по закладкам (у меня более 19 хостов) с поддержкой тегов. Это очень удобно, когда можно протегировать девайсы определенной организации, по типу (cisco, freebsd, linux)</li>
<li>split screen режим</li>
<li>потрясающая скорость работы</li>
<li>автокомплит</li>
<li>поддержка табов</li>
<li>правильно видный курсор</li>
<li>поддержка Growl</li>
<li>и многое другое</li>
</ul>
<p>люто рекомендуется к использованию.</p>
<p>Домашняя страница проекта <a href="http://www.iterm2.com/#/section/home">тут</a>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://danik.info/iterm2-dlya-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Делаем Skype 5 для mac еще лучше</title>
		<link>http://danik.info/delaem-skype-5-dlya-mac-eshhe-luchshe/</link>
		<comments>http://danik.info/delaem-skype-5-dlya-mac-eshhe-luchshe/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 07:46:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[rockettheme]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[skype 5 beta]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://danik.info/?p=2999</guid>
		<description><![CDATA[Пользователи маков давно ждали новой версии Skype, в то время как пользователи Windows получали апдейт за апдейтом. Казалось что разработчики совсем забыли о нас, однако недавно вышла новая beta-версия этого замечательного клиента. Самое первое что замечает пользователь во всех этих изменениях — обновленный интерфейс. Тут нужно отдать должное компании, потому что на этот раз разработчики [...]]]></description>
			<content:encoded><![CDATA[<p>Пользователи маков давно ждали новой версии Skype, в то время как пользователи Windows получали апдейт за апдейтом. Казалось что разработчики совсем забыли о нас, однако недавно вышла новая beta-версия этого замечательного клиента.</p>
<p style="text-align: center;"><a href="http://danik.info/wp-content/uploads/2011/03/skype.jpg"><img class="size-full wp-image-3000  aligncenter" title="skype" src="http://danik.info/wp-content/uploads/2011/03/skype.jpg" alt="skype Делаем Skype 5 для mac еще лучше" width="154" height="115" /></a></p>
<p>Самое первое что замечает пользователь во всех этих изменениях — обновленный интерфейс. Тут нужно отдать должное компании, потому что на этот раз разработчики решили не идти по пути развития Windows-версии, а создали совершенно новый интерфейс для маков. Тем не менее, есть и минусы, главным из которых является большие пробелы между сообщениями в чате.</p>
<p><span id="more-2999"></span>Вот как выглядит чат до нашего вмешательства:</p>
<p><a href="http://danik.info/wp-content/uploads/2011/03/skype_before.png"><img class="aligncenter size-full wp-image-3001" title="skype_before" src="http://danik.info/wp-content/uploads/2011/03/skype_before.png" alt="skype before Делаем Skype 5 для mac еще лучше" width="642" height="340" /></a>А это после модификаций:</p>
<p><a href="http://danik.info/wp-content/uploads/2011/03/skype_after.png"><img class="aligncenter size-full wp-image-3002" title="skype_after" src="http://danik.info/wp-content/uploads/2011/03/skype_after.png" alt="skype after Делаем Skype 5 для mac еще лучше" width="643" height="191" /></a></p>
<h3>Как установить?</h3>
<p>Все что нужно сделать – скопировать файлы стиля чата в папку.</p>
<p>Скачиваем <a href="http://danik.info/wp-content/uploads/2011/03/RocketTheme.zip">RocketTheme</a> (70 kb)</p>
<p>Затем разархивируем содержимое. Полученную папку <strong><em>RocketTheme.SkypeChatStyle</em></strong> нужно перенести в каталог <strong><em>~/Library/Application Support/Skype/ChatStyles</em></strong></p>
<p>Если папки ChatStyles нет, то ее нужно создать вручную. После этих манипуляций нужно перезапустить Skype и далее</p>
<p>Skype → Настройки (⌘,)→ Сообщения → Оформления → RocketTheme</p>
<p>После этого Skype опять нужно перезапустить чтобы изменения вступили в силу.</p>
<p>Перевод статьи A Prettier More Usable Skype 5 Mac Beta сайта <a href="http://www.rockettheme.com/blog/75-mac/948-a-prettier-more-usable-skype-5-mac-beta" target="_blank">rockettheme.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://danik.info/delaem-skype-5-dlya-mac-eshhe-luchshe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

