<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://sina.salek.ws"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Sina Salek Official Site - Sys Administration</title>
 <link>https://sina.salek.ws/taxonomy/term/124/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Sometimes i really hate yum and specially yum fastmirror plugin!</title>
 <link>https://sina.salek.ws/content/sometimes-i-really-hate-yum-and-specially-yum-fastmirror-plugin</link>
 <description>Sometimes i really hate yum and specially yum fastmirror plugin!</description>
 <comments>https://sina.salek.ws/content/sometimes-i-really-hate-yum-and-specially-yum-fastmirror-plugin#comments</comments>
 <category domain="https://sina.salek.ws/category/path/microblog">Microblog</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="https://sina.salek.ws/category/tags/sys-administration">Sys Administration</category>
 <pubDate>Sun, 04 Jan 2015 17:44:45 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1562 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Finally managed to enable fcgid on apache 2.4, tricky</title>
 <link>https://sina.salek.ws/content/finally-managed-enable-fcgid-apache-24-tricky</link>
 <description>Finally managed to enable fcgid on apache 2.4, tricky</description>
 <comments>https://sina.salek.ws/content/finally-managed-enable-fcgid-apache-24-tricky#comments</comments>
 <category domain="https://sina.salek.ws/taxonomy/term/575">میکروبلاگ</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="https://sina.salek.ws/category/tags/sys-administration">Sys Administration</category>
 <category domain="https://sina.salek.ws/category/tags/%DA%A9%D8%A7%D8%B1%DB%8C">کاری</category>
 <pubDate>Fri, 06 Sep 2013 10:38:00 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1433 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Linux Shell Bridge (Passing variables from scripting langauges like PHP to Linux Shell)</title>
 <link>https://sina.salek.ws/content/linux-shell-bridge-passing-variables-scripting-langauges-php-linux-shell</link>
 <description>&lt;p style=&quot;text-align: justify;&quot;&gt;It might sound strange at first but i 
must say that it&#039;s very useful 
specially if you have shell scripts as part of your application. Usually
 For making this scripts as automated as possible there should be a way 
to
 reuse the application&#039;s configurations (ips, passwords , etc) and not 
having to update a separate configuration file whenever anything changes
 in the application. It&#039;s not limited only to this and can be used to 
pass any kind of variables.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/linux-shell-bridge-passing-variables-scripting-langauges-php-linux-shell&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/linux-shell-bridge-passing-variables-scripting-langauges-php-linux-shell#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/bash-script">Bash-Script</category>
 <category domain="https://sina.salek.ws/category/tags/bridge">Bridge</category>
 <category domain="https://sina.salek.ws/category/tags/cli">CLI</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="https://sina.salek.ws/category/tags/php">PHP</category>
 <category domain="https://sina.salek.ws/category/tags/programming">Programming</category>
 <category domain="https://sina.salek.ws/category/tags/sys-administration">Sys Administration</category>
 <pubDate>Thu, 18 Feb 2010 19:21:09 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1304 at https://sina.salek.ws</guid>
</item>
<item>
 <title>How to mirror/sync a remote ftp folder with a local folder</title>
 <link>https://sina.salek.ws/content/how-mirrorsync-remote-ftp-folder-local-folder</link>
 <description>&lt;p&gt;lftp is one of the best utilities currently avaiable for working with ftp servers.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/how-mirrorsync-remote-ftp-folder-local-folder&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/how-mirrorsync-remote-ftp-folder-local-folder#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/bash-script">Bash-Script</category>
 <category domain="https://sina.salek.ws/category/tags/command-line">command line</category>
 <category domain="https://sina.salek.ws/category/tags/ftp">FTP</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="https://sina.salek.ws/category/tags/sys-administration">Sys Administration</category>
 <enclosure url="https://sina.salek.ws/sites/default/files/story/1307/lftp-install.zip" length="840770" type="application/zip" />
 <pubDate>Mon, 04 Jan 2010 11:46:31 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1307 at https://sina.salek.ws</guid>
</item>
<item>
 <title>How to find Linux bash script path (Self Path)</title>
 <link>https://sina.salek.ws/content/how-find-linux-bash-script-path-self-path</link>
 <description>&lt;p&gt;Writing smart programs using bash script is not easy, there are many issues along the way and one of them is what i&#039;m going to describe here.&lt;/p&gt;&lt;p&gt;Sometimes it&#039;s require for bash scripts to know their location, for example when they are part of a package and there are other require files (on the same location) for them to run properly, and it&#039;s also not possible to change the path to where they&#039;re located simply because they also need the current directory.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/how-find-linux-bash-script-path-self-path&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/how-find-linux-bash-script-path-self-path#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/bash-script">Bash-Script</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="https://sina.salek.ws/category/tags/sys-administration">Sys Administration</category>
 <pubDate>Mon, 04 Jan 2010 03:30:47 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1305 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Update/Upgrade/Install XAMPP (LAMPP) modules by Compiling</title>
 <link>https://sina.salek.ws/content/updateupgradeinstall-xampp-lampp-modules-compiling</link>
 <description>&lt;p&gt;&lt;em&gt;This article is not finished yet and it might not work for you at all, if you&#039;re still interested you can subscribe to its rss so you will be noticed whenever i update it.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;XAMPP source code &lt;a href=&quot;http://www.nat32.com/xampp/index.htm&quot; title=&quot;http://www.nat32.com/xampp/index.htm&quot;&gt;http://www.nat32.com/xampp/index.htm&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apachefriends.org/f/viewtopic.php?f=16&amp;amp;t=34411&quot; title=&quot;http://www.apachefriends.org/f/viewtopic.php?f=16&amp;amp;t=34411&quot;&gt;http://www.apachefriends.org/f/viewtopic.php?f=16&amp;amp;t=34411&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/updateupgradeinstall-xampp-lampp-modules-compiling&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/updateupgradeinstall-xampp-lampp-modules-compiling#comments</comments>
 <category domain="https://sina.salek.ws/category/path/research/project">Project</category>
 <category domain="https://sina.salek.ws/category/tags/lampp">LAMPP</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="https://sina.salek.ws/category/tags/open-source-0">Open Source</category>
 <category domain="https://sina.salek.ws/category/tags/php">PHP</category>
 <category domain="https://sina.salek.ws/category/tags/sys-administration">Sys Administration</category>
 <category domain="https://sina.salek.ws/category/tags/tutorial">Tutorial</category>
 <category domain="https://sina.salek.ws/category/tags/xampp">XAMPP</category>
 <category domain="https://sina.salek.ws/category/research-flags/useful">Useful</category>
 <pubDate>Sat, 24 Oct 2009 05:37:28 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1263 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Issue : INIT: no more processes left in this runlevel [SOLVED] !!</title>
 <link>https://sina.salek.ws/content/issue-init-no-more-processes-left-runlevel-solved</link>
 <description>&lt;p&gt;Issue : INIT: no more processes left in this runlevel&lt;/p&gt;&lt;p&gt;This is one of the issues i had for several months, i couldn&#039;t find any specific information about it and never had time to trace it in order to find a solution. But today i managed to fix it by reading many threads and articles and then tracing it from the beginning , since i&#039;m not the only one with this problem i decided to share it.&lt;/p&gt;&lt;p&gt;I used CentOS 5.3 for this tutorial , but it might be still useful even if you&#039;re using a Debian based distribution.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/issue-init-no-more-processes-left-runlevel-solved&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/issue-init-no-more-processes-left-runlevel-solved#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/centos">CentOS</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="https://sina.salek.ws/category/tags/sys-administration">Sys Administration</category>
 <pubDate>Thu, 22 Oct 2009 11:55:14 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1261 at https://sina.salek.ws</guid>
</item>
<item>
 <title>CentOS/RHEL5 does not detect some onboard network cards +Videos</title>
 <link>https://sina.salek.ws/content/centosrhel5-does-not-detect-some-onboard-network-cards-videos</link>
 <description>&lt;p style=&quot;text-align: justify;&quot;&gt;CentOS&#039;s kernel is a very old kernel comparing to many other distributions. The reason is stability but some times it gets annoying.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;For example today i wanted to upgrade CentOS 5.2 server at work to 5.3. to make this process as trouble free as possible i cloned the server into another computer but once it booted , i noticed that it doesn&#039;t detect new computer&#039;s on board network card! and it was impossible to do the upgrade without Internet.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/centosrhel5-does-not-detect-some-onboard-network-cards-videos&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/centosrhel5-does-not-detect-some-onboard-network-cards-videos#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/centos">CentOS</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="https://sina.salek.ws/category/tags/linux-kernel">Linux Kernel</category>
 <category domain="https://sina.salek.ws/category/tags/operating-system">Operating System</category>
 <category domain="https://sina.salek.ws/category/tags/sys-administration">Sys Administration</category>
 <pubDate>Fri, 09 Oct 2009 18:08:08 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1252 at https://sina.salek.ws</guid>
</item>
<item>
 <title>How to dump all MySQL databases into indivisual files at once</title>
 <link>https://sina.salek.ws/content/how-dump-all-mysql-databases-indivisual-files-once</link>
 <description>&lt;p&gt;I had to move 264 databases from one Linux server (Fedora) to another (CentOS), hard copying /var/lib/mysql wasn&#039;t a good idea because version of two MySQL databases were different and i had to repair all the tables after move so i decided to write a very short and usefull bash script.&lt;/p&gt;&lt;p&gt;It dumps all the databases but each database into a different file :&lt;/p&gt;&lt;div id=&quot;nuan_ria_plugin&quot;&gt;&lt;object id=&quot;plugin0&quot; style=&quot;position: absolute; z-index: 1000;&quot; type=&quot;application/x-dgnria&quot; height=&quot;0&quot; width=&quot;0&quot;&gt;&lt;param name=&quot;tabId&quot; value=&quot;ff-tab-336&quot; /&gt;&lt;param name=&quot;counter&quot; value=&quot;1251&quot; /&gt;&lt;/object&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/how-dump-all-mysql-databases-indivisual-files-once&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/how-dump-all-mysql-databases-indivisual-files-once#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/backup">Backup</category>
 <category domain="https://sina.salek.ws/category/tags/bash-script">Bash-Script</category>
 <category domain="https://sina.salek.ws/category/tags/database">Database</category>
 <category domain="https://sina.salek.ws/category/tags/drupal">Drupal</category>
 <category domain="https://sina.salek.ws/category/tags/drupal-planet">Drupal Planet</category>
 <category domain="https://sina.salek.ws/category/tags/dump">Dump</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="https://sina.salek.ws/category/tags/mysql">MySQL</category>
 <category domain="https://sina.salek.ws/category/tags/server">Server</category>
 <category domain="https://sina.salek.ws/category/tags/sys-administration">Sys Administration</category>
 <pubDate>Mon, 14 Sep 2009 16:26:19 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1233 at https://sina.salek.ws</guid>
</item>
</channel>
</rss>
