<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Cioby's site</title><link>http://www.cioby.ro/</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/cioby" /><description>Cioby's site - free site containing tutorials, articles and topics about Linux, Cisco networking, virtualization and databases.</description><language>en-gb</language><lastBuildDate>Thu, 23 Feb 2012 22:53:21 PST</lastBuildDate><generator>Joomla! 1.5 - Open Source Content Management</generator><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/cioby" /><feedburner:info uri="cioby" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>cioby</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>Creating and managing virtual switches on ESX servers</title><link>http://feedproxy.google.com/~r/cioby/~3/wMeEqVXbpnY/creating-and-managing-virtual-switches-on-esx-servers.php</link><category>frontpage</category><author>cioby.service@gmail.com (Cristian Ciobanu)</author><pubDate>Mon, 01 Aug 2011 09:52:40 PDT</pubDate><guid isPermaLink="false">http://www.cioby.ro/virtualization/creating-and-managing-virtual-switches-on-esx-servers.php</guid><description>&lt;hr style="background: red; color: red; height: 2px;" width="100%" /&gt;
&lt;img src="http://www.cioby.ro/templates/siteground-j15-1/images/vmware.gif" alt="Vmware" style="float: right; padding-left: 5px; padding-bottom: 1px;" border="0" /&gt;
&lt;h2 style="font-size: 15px; text-decoration: underline; display: inline;"&gt;Introduction&lt;/h2&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;p class="contenttext"&gt;Virtual switches also known as vSwitches are logical switches built into the ESX infrastructure which allows you to connect virtual machines at layer 2 and provide traffic management for virtual machines. A &lt;strong&gt;vSwitch&lt;/strong&gt; has 56 logical ports by default and can be extended up to 4088 ports in vSphere 4. You can create and manage vSwitches through the vSphere Client or through the VMware ESX Service Console using the &lt;strong&gt;esxcfg-vswitch&lt;/strong&gt; command. A vSwitch can be created without any NICs mapped to it, or with one or more NICs mapped to it. If the vSwitch does not have any NICs attached to it is called an internal vSwitch, because it allows communication only within the ESX host. A single ESX host can support up to 127 virtual switches.&lt;/p&gt;</description><feedburner:origLink>http://www.cioby.ro/virtualization/creating-and-managing-virtual-switches-on-esx-servers.php</feedburner:origLink></item><item><title>How to backup and restore databases in MySQL</title><link>http://feedproxy.google.com/~r/cioby/~3/71slo2unnGA/how-to-backup-and-restore-databases-in-mysql.php</link><category>frontpage</category><author>cioby.service@gmail.com (Cristian Ciobanu)</author><pubDate>Mon, 30 May 2011 23:45:50 PDT</pubDate><guid isPermaLink="false">http://www.cioby.ro/databases/how-to-backup-and-restore-databases-in-mysql.php</guid><description>&lt;hr width="100%" style="background: red; color: red; height: 2px;" /&gt;
&lt;p class="contenttext"&gt;&lt;img border="0" style="float: right; padding-left: 5px; padding-bottom: 1px;" alt="MySQL" src="http://www.cioby.ro/templates/siteground-j15-1/images/mysql.gif" /&gt;&lt;/p&gt;
&lt;h2 style="font-size: 15px; text-decoration: underline; display: inline;"&gt;Introduction&lt;/h2&gt;
&lt;br /&gt; &lt;br /&gt;
&lt;p class="contenttext"&gt;Making backups for your MySQL databases is really important, in cases of disasters, data loss, database migration or replication.&amp;nbsp;There are situations when a user with full privileges to a specific database can issue by mistake a DROP DATABASE statement and delete its contents. As a database administrator you should ensure you have regular backups for all databases which can be used for later restoration. There are several tools out there to make database backups and restores but here we'll talk only about the command line tools provided by MySQL.&lt;/p&gt;</description><feedburner:origLink>http://www.cioby.ro/databases/how-to-backup-and-restore-databases-in-mysql.php</feedburner:origLink></item><item><title>Understanding file permissions and ownership on Linux</title><link>http://feedproxy.google.com/~r/cioby/~3/_D_jPfiqHpo/understanding-file-permissions-and-ownership-on-linux.php</link><category>frontpage</category><author>cioby.service@gmail.com (Cristian Ciobanu)</author><pubDate>Thu, 05 May 2011 02:03:18 PDT</pubDate><guid isPermaLink="false">http://www.cioby.ro/linux/understanding-file-permissions-and-ownership-on-linux.php</guid><description>&lt;hr style="background: red; color: red; height: 2px;" width="100%" /&gt;
&lt;p&gt;&lt;img style="float: right; padding-left: 5px; padding-bottom: 1px;" alt="Bash prompt" src="http://www.cioby.ro/templates/siteground-j15-1/images/bash.gif" border="0" /&gt;&lt;/p&gt;
&lt;h2 style="font-size: 15px; text-decoration: underline; display: inline;"&gt;Introduction&lt;/h2&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;p class="contenttext"&gt;The Linux filesystem is based on a hierarchical directory structure where the root mount point is defined by the &lt;strong&gt;'/'&lt;/strong&gt; symbol. In fact everything is a collection of files (files, directories, partitions, pipes, sockets, and hardware devices). Directories are used as containers that list other files. Most Linux distributions follow the &lt;strong&gt;Filesystem Hierarchy Standard (FHS)&amp;nbsp;&lt;/strong&gt;for organizing the filesystem structure. &lt;strong&gt;Permissions &lt;/strong&gt;are used to control who can read, write and execute the contents of a file, and &lt;strong&gt;ownership&lt;/strong&gt;&amp;nbsp;indicates to which username and group a file belongs. If you are working as a system administrator, assigning incorrect permissions or ownership can have serious consequences in terms of security. In this article I will explain the theory and show you how to manipulate them using some practical examples.&lt;/p&gt;</description><feedburner:origLink>http://www.cioby.ro/linux/understanding-file-permissions-and-ownership-on-linux.php</feedburner:origLink></item><item><title>Configuring a Cisco router or switch as a DHCP server</title><link>http://feedproxy.google.com/~r/cioby/~3/VYbNfkMVSgI/configuring-a-cisco-router-or-switch-as-a-dhcp-server.php</link><category>frontpage</category><author>cioby.service@gmail.com (Cristian Ciobanu)</author><pubDate>Thu, 14 Apr 2011 05:28:53 PDT</pubDate><guid isPermaLink="false">http://www.cioby.ro/cisco/configuring-a-cisco-router-or-switch-as-a-dhcp-server.php</guid><description>&lt;hr width="100%" style="background: red; color: red; height: 2px;" /&gt;
&lt;p class="contenttext"&gt;&lt;img border="0" style="float: right; padding-left: 5px; padding-bottom: 1px;" alt="Cisco" src="http://www.cioby.ro/templates/siteground-j15-1/images/cisco.gif" /&gt;&lt;/p&gt;
&lt;h2 style="font-size: 15px; text-decoration: underline; display: inline;"&gt;Introduction&lt;/h2&gt;
&lt;br /&gt; &lt;br /&gt;
&lt;p class="contenttext"&gt;Dynamic Host Configuration Protocol (&lt;strong&gt;DHCP&lt;/strong&gt;) is a client/server protocol which allows you to allocate network configuration parameters like IP addresses, subnet masks, DNS servers, default gateways and many more to end devices. This protocol uses the UDP ports 67 and 68 as defined in RFC 2131. Nowadays allmost network devices support DHCP including workstations, printers, IP phones, handheld devices etc. Using dynamic IP address assigment you can minimize errors which can appear on manual configuration and also reduce the administrative overhead. Cisco embedded the DHCP server functionality beginning with IOS Version &lt;strong&gt;12.0(1)T&lt;/strong&gt;. By default, the Cisco IOS DHCP server and relay agent features are enabled but are not configured.&lt;/p&gt;</description><feedburner:origLink>http://www.cioby.ro/cisco/configuring-a-cisco-router-or-switch-as-a-dhcp-server.php</feedburner:origLink></item><item><title>Creating and managing VMFS volumes on ESX hosts</title><link>http://feedproxy.google.com/~r/cioby/~3/P0PJeGziy1Y/creating-and-managing-vmfs-volumes-on-esx-hosts.php</link><category>frontpage</category><author>cioby.service@gmail.com (Cristian Ciobanu)</author><pubDate>Tue, 29 Mar 2011 11:13:32 PDT</pubDate><guid isPermaLink="false">http://www.cioby.ro/virtualization/creating-and-managing-vmfs-volumes-on-esx-hosts.php</guid><description>&lt;hr width="100%" style="background: red; color: red; height: 2px;" /&gt;
&lt;img border="0" style="float: right; padding-left: 5px; padding-bottom: 1px;" alt="Vmware" src="http://www.cioby.ro/templates/siteground-j15-1/images/vmware.gif" /&gt;
&lt;h2 style="font-size: 15px; text-decoration: underline; display: inline;"&gt;Introduction&lt;/h2&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;p class="contenttext"&gt;&lt;strong&gt;VMFS&lt;/strong&gt; (Virtual Machine File System) is a proprietary high-performance cluster file system used on Vmware ESX servers to store virtual machines, ISO files and templates. VMFS comes in 3 versions. The last version &lt;strong&gt;VMFS-3&lt;/strong&gt; has introduced an important enhacement by adding directory structure in the filesystem.  It has also some limitations regarding the file size  which depends on the block size. So for a block size of 1MB you can have a maximum file size of 256GB. The maximum values for the block size and file size are 8MB respectively 2TB. ESX 3.x and higher allows up to 32 ESX hosts to be shared on a VMFS file system. Since VMFS is a journaling filesystem when a crash occurs, it does not run a full fsck on the volume, but merely checks the journal. A VMFS volume is used as a datastore to hold all of the files needed by virtual machines. In this article we will discuss only the command line management tools for VMFS although you can do this by using the vSphere client.&lt;/p&gt;</description><feedburner:origLink>http://www.cioby.ro/virtualization/creating-and-managing-vmfs-volumes-on-esx-hosts.php</feedburner:origLink></item><item><title>Using CDP (Cisco Discovery Protocol)</title><link>http://feedproxy.google.com/~r/cioby/~3/BCQYJ7xfvQ4/using-cdp-cisco-discovery-protocol.php</link><category>frontpage</category><author>cioby.service@gmail.com (Cristian Ciobanu)</author><pubDate>Tue, 22 Mar 2011 22:01:05 PDT</pubDate><guid isPermaLink="false">http://www.cioby.ro/cisco/using-cdp-cisco-discovery-protocol.php</guid><description>&lt;hr style="background: red; color: red; height: 2px;" width="100%" /&gt;
&lt;p class="contenttext"&gt;&lt;img src="http://www.cioby.ro/templates/siteground-j15-1/images/cisco.gif" alt="Cisco" style="float: right; padding-left: 5px; padding-bottom: 1px;" border="0" /&gt;&lt;/p&gt;
&lt;h2 style="font-size: 15px; text-decoration: underline; display: inline;"&gt;Introduction&lt;/h2&gt;
&lt;br /&gt; &lt;br /&gt;
&lt;p class="contenttext"&gt;&lt;strong&gt;Cisco Discovery Protocol&lt;/strong&gt; (&lt;strong&gt;CDP&lt;/strong&gt;) is a Cisco proprietary protocol which is used to collect information about neighboring routers and switches. It operates at Layer2 (data link layer) and comes in two versions &lt;strong&gt;CDPv1&lt;/strong&gt; (initial release) available since IOS version 10.3 and &lt;strong&gt;CDPv2&lt;/strong&gt; available from IOS Version 12.0(3)T. &lt;strong&gt;CDP &lt;/strong&gt;is very useful when you need to gather information about the network topology like IP addresses, device capabilities, platform and also offers a quick way for troubleshooting and documenting the network. CDP is enabled by default on all available interfaces. CDP traffic between devices is not encrypted so this can be a real security issue. As best practice is recommended that CDP should be disabled mainly on devices that connects to external networks.&lt;/p&gt;</description><feedburner:origLink>http://www.cioby.ro/cisco/using-cdp-cisco-discovery-protocol.php</feedburner:origLink></item><item><title>Installing and configuring vsftpd FTP server on Linux</title><link>http://feedproxy.google.com/~r/cioby/~3/kShbaPb-qjQ/installing-and-configuring-vsftpd-ftp-server-on-linux.php</link><category>frontpage</category><author>cioby.service@gmail.com (Cristian Ciobanu)</author><pubDate>Fri, 18 Mar 2011 10:00:23 PDT</pubDate><guid isPermaLink="false">http://www.cioby.ro/linux/installing-and-configuring-vsftpd-ftp-server-on-linux.php</guid><description>&lt;hr style="background: red; color: red; height: 2px;" width="100%" /&gt;
&lt;p&gt;&lt;img style="float: right; padding-left: 3px; padding-bottom: 1px;" alt="Bash prompt" src="http://www.cioby.ro/templates/siteground-j15-1/images/icons/ftp.gif" border="0" /&gt;&lt;/p&gt;
&lt;h2 style="font-size: 15px; text-decoration: underline; display: inline;"&gt;Introduction&lt;/h2&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;p class="contenttext"&gt;&lt;strong&gt;FTP&lt;/strong&gt; (File Transfer Protocol) is a well-known network protocol used to transfer files between servers on the Internet or local networks. The FTP protocol is based on a client-server architecture and allows an FTP client to connect to an FTP server and download or upload files. From a networking perspective, two main types of FTP exists &lt;strong&gt;active &lt;/strong&gt;and &lt;strong&gt;passive&lt;/strong&gt;. In active FTP, the FTP server initiates a data transfer connection back to the client. For passive FTP, the connection is initiated from the FTP client. The &lt;strong&gt;vsftpd&lt;/strong&gt; (Very Secure FTP Daemon) program is a fairly popular FTP server and is being used by major FTP sites and by default comes with many Linux distributions. The vsftpd software was designed to be fast, stable, and secure.&lt;/p&gt;</description><feedburner:origLink>http://www.cioby.ro/linux/installing-and-configuring-vsftpd-ftp-server-on-linux.php</feedburner:origLink></item><item><title>Configuring master-master replication in MySQL</title><link>http://feedproxy.google.com/~r/cioby/~3/p6tTUBZvamE/configuring-master-master-replication-in-mysql.php</link><category>frontpage</category><author>cioby.service@gmail.com (Cristian Ciobanu)</author><pubDate>Wed, 09 Mar 2011 00:02:35 PST</pubDate><guid isPermaLink="false">http://www.cioby.ro/databases/configuring-master-master-replication-in-mysql.php</guid><description>&lt;hr style="background: red; color: red; height: 2px;" width="100%" /&gt;
&lt;p class="contenttext"&gt;&lt;img style="float: right; padding-left: 5px; padding-bottom: 1px;" alt="MySQL" src="http://www.cioby.ro/templates/siteground-j15-1/images/mysql.gif" border="0" /&gt;&lt;/p&gt;
&lt;h2 style="font-size: 15px; text-decoration: underline; display: inline;"&gt;Introduction&lt;/h2&gt;
&lt;br /&gt; &lt;br /&gt;
&lt;p class="contenttext"&gt;&lt;strong&gt;Replication &lt;/strong&gt;is used in MySQL to propagate data between two or more database servers. One common setup for replication is to have one master server and one or more slave servers which will receives updates from the master. This is known as a &lt;strong&gt;master-slave&lt;/strong&gt; replication. In our scenario we will implement a &lt;strong&gt;master-master&lt;/strong&gt; replication topology. This kind of setup is used mostly for high availability environments in which both master servers will replicate updates to each other. Any operations performed on one of the masters such as inserts, updates, deletes will be automatically replicated to the other master server. This setup has an advantage namely that if one of the masters drops down the other one will take its role without losing any data. In case of the master-slave setup if the master drops down you must manually enable the slave server to become master until the issue is solved.{jcomments on}&lt;/p&gt;</description><feedburner:origLink>http://www.cioby.ro/databases/configuring-master-master-replication-in-mysql.php</feedburner:origLink></item><item><title>How to configure local logging on Cisco IOS</title><link>http://feedproxy.google.com/~r/cioby/~3/Mp7STISo41w/how-to-configure-local-logging-on-cisco-ios.php</link><category>frontpage</category><author>cioby.service@gmail.com (Cristian Ciobanu)</author><pubDate>Wed, 23 Feb 2011 12:07:57 PST</pubDate><guid isPermaLink="false">http://www.cioby.ro/cisco/how-to-configure-local-logging-on-cisco-ios.php</guid><description>&lt;hr width="100%" style="background: red; color: red; height: 2px;" /&gt;
&lt;p class="contenttext"&gt;&lt;img border="0" style="float: right; padding-left: 5px; padding-bottom: 1px;" alt="Cisco" src="http://www.cioby.ro/templates/siteground-j15-1/images/cisco.gif" /&gt;&lt;/p&gt;
&lt;h2 style="font-size: 15px; text-decoration: underline; display: inline;"&gt;Introduction&lt;/h2&gt;
&lt;br /&gt; &lt;br /&gt;
&lt;p class="contenttext"&gt;Device logs often offer valuable information when troubleshooting a network issue. Interface status, security alerts, environmental conditions, CPU process hog, and many other events on the router or switch can be captured and analyzed later by studying the logs. By default, all log messages on a Cisco router or switch are sent to the console port. Only users that are physically connected to the console port may view these messages. If you are connected to a Cisco device via &lt;strong&gt;Telnet &lt;/strong&gt;or &lt;strong&gt;SSH &lt;/strong&gt;and want to see console messages, you can enter the command &lt;strong&gt;terminal monitor&lt;/strong&gt; in privileged exec mode. Cisco devices support five types of logging:&lt;/p&gt;
&lt;ul class="contenttext"&gt;
&lt;li&gt;&lt;strong&gt;console logging&lt;/strong&gt; - all messages are sent to the console port (default)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;terminal logging&lt;/strong&gt; - similar with the console logging but the messages are displayed on the VTY lines of the device.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;buffered logging&lt;/strong&gt; - stores the log messages using a circular buffer in the device's RAM&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;host logging (syslog)&lt;/strong&gt; - forwards log messages to an external syslog server&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SNMP logging&lt;/strong&gt; - uses SNMP traps to send log messages to an external SNMP server&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://www.cioby.ro/cisco/how-to-configure-local-logging-on-cisco-ios.php</feedburner:origLink></item><item><title>Scheduling tasks using crontab in Linux</title><link>http://feedproxy.google.com/~r/cioby/~3/xmFZU24rL4A/scheduling-tasks-using-crontab-in-linux.php</link><category>frontpage</category><author>cioby.service@gmail.com (Cristian Ciobanu)</author><pubDate>Mon, 14 Feb 2011 12:53:00 PST</pubDate><guid isPermaLink="false">http://www.cioby.ro/linux/scheduling-tasks-using-crontab-in-linux.php</guid><description>&lt;hr width="100%" style="background: red; color: red; height: 2px;" /&gt;
&lt;p&gt;&lt;img border="0" src="http://www.cioby.ro/templates/siteground-j15-1/images/bash.gif" alt="Bash prompt" style="float: right; padding-left: 5px; padding-bottom: 1px;" /&gt;&lt;/p&gt;
&lt;h2 style="font-size: 15px; text-decoration: underline; display: inline;"&gt;Introduction&lt;/h2&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;p class="contenttext"&gt;&lt;strong&gt;Cron &lt;/strong&gt;is a Linux/UNIX service that allows users to run scripts or programs automatically at a specified time and is commonly used to automate system maintenance or administration. It starts when the system boots and runs in the background as long as the system is up. The cron daemon is similar to the &lt;strong&gt;Task Scheduler&lt;/strong&gt; application from Windows. It’s often useful to have a script or command executed without any human intervention. For example, you might want to have a script that creates regular backups of your files and folders and stores them in a specified location. For this cron is the perfect tool to do the job.&lt;/p&gt;</description><feedburner:origLink>http://www.cioby.ro/linux/scheduling-tasks-using-crontab-in-linux.php</feedburner:origLink></item><item><title>Enabling SSH on Cisco routers and switches</title><link>http://feedproxy.google.com/~r/cioby/~3/FxSwanUzLp8/enabling-ssh-on-cisco-routers-and-switches.php</link><category>frontpage</category><author>cioby.service@gmail.com (Cristian Ciobanu)</author><pubDate>Mon, 31 Jan 2011 12:54:04 PST</pubDate><guid isPermaLink="false">http://www.cioby.ro/cisco/enabling-ssh-on-cisco-routers-and-switches.php</guid><description>&lt;hr width="100%" style="background: red; color: red; height: 2px;" /&gt;
&lt;p class="contenttext"&gt;&lt;img border="0" style="float: right; padding-left: 5px; padding-bottom: 1px;" alt="Cisco" src="http://www.cioby.ro/templates/siteground-j15-1/images/cisco.gif" /&gt;&lt;/p&gt;
&lt;h2 style="font-size: 15px; text-decoration: underline; display: inline;"&gt;Introduction&lt;/h2&gt;
&lt;br /&gt; &lt;br /&gt;
&lt;p class="contenttext"&gt;Some IOS images on Cisco devices use telnet as default login method for the vty lines. Using telnet is not safe because all traffic including usernames and passwords is transmitted in clear text. This way anybody using a protocol analyzer can gain access to the data. Lately telnet access method has been replaced by &lt;strong&gt;SSH &lt;/strong&gt;which offers increased security by encrypting all traffic between source and destination. SSH protocol comes in two versions SSH1 and SSH2. Communication between the client and server is encrypted in both versions. You should implement SSH version 2 when possible because it uses a more enhanced security encryption algorithm. &lt;strong&gt;SSH1&lt;/strong&gt; became available in Cisco's IOS, starting with release 12.1(1)T. In order to use &lt;strong&gt;SSH2&lt;/strong&gt; you need a IOS version 12.3(4)T or newer.&lt;/p&gt;</description><feedburner:origLink>http://www.cioby.ro/cisco/enabling-ssh-on-cisco-routers-and-switches.php</feedburner:origLink></item><item><title>Changing the Service Console IP Address on ESX servers</title><link>http://feedproxy.google.com/~r/cioby/~3/z9AQf8auHDo/changing-the-service-console-ip-address-on-esx-servers.php</link><category>frontpage</category><author>cioby.service@gmail.com (Cristian Ciobanu)</author><pubDate>Wed, 19 Jan 2011 12:23:38 PST</pubDate><guid isPermaLink="false">http://www.cioby.ro/virtualization/changing-the-service-console-ip-address-on-esx-servers.php</guid><description>&lt;hr style="background: red; color: red; height: 2px;" width="100%" /&gt;
&lt;img style="float: right; padding-left: 5px; padding-bottom: 1px;" alt="Vmware" src="http://www.cioby.ro/templates/siteground-j15-1/images/vmware.gif" border="0" /&gt;
&lt;h2 style="font-size: 15px; text-decoration: underline; display: inline;"&gt;Introduction&lt;/h2&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;p class="contenttext"&gt;Normally, the IP address for the service console is set at the first installation of an ESX server. There are situations in which you need to change the IP address, for example if the server is moved into a different location or VLAN. VMware provides a set of tools that can be ran from the physical host’s console and are helpful in these situations. It's recommended to make this changes from the physical console and not over SSH, Telnet, or vCenter unless you have multiple service consoles configured, as it will result in a disconnection of the session.&lt;/p&gt;</description><feedburner:origLink>http://www.cioby.ro/virtualization/changing-the-service-console-ip-address-on-esx-servers.php</feedburner:origLink></item><item><title>How to reset root password in MySQL</title><link>http://feedproxy.google.com/~r/cioby/~3/NZDeeP7rILQ/how-to-reset-root-password-in-mysql.php</link><category>frontpage</category><author>cioby.service@gmail.com (Cristian Ciobanu)</author><pubDate>Sat, 15 Jan 2011 00:31:52 PST</pubDate><guid isPermaLink="false">http://www.cioby.ro/databases/how-to-reset-root-password-in-mysql.php</guid><description>&lt;hr style="background: red; color: red; height: 2px;" width="100%" /&gt;
&lt;p class="contenttext"&gt;&lt;img style="float: right; padding-left: 5px; padding-bottom: 1px;" alt="MySQL" src="http://www.cioby.ro/templates/siteground-j15-1/images/mysql.gif" border="0" /&gt;&lt;/p&gt;
&lt;h2 style="font-size: 15px; text-decoration: underline; display: inline;"&gt;Introduction&lt;/h2&gt;
&lt;br /&gt; &lt;br /&gt;
&lt;p class="contenttext"&gt;By default some installations of MySQL server come with no password for the root account. If you have set a password and forgot it you have to use the following procedure to reset it. The procedure is available for mysql instances installed on Linux operating systems. The passwords in MySQL are stored on the user table from the mysql database and are encrypted using the mysql &lt;strong&gt;PASSWORD()&lt;/strong&gt; function. The used encryption algorithm is one way and cannot be reversed.&lt;/p&gt;
&lt;p class="contenttext"&gt;In this procedure we won't recover the existing password for the root account but instead we will reset it by changing it with a new one.&lt;/p&gt;</description><feedburner:origLink>http://www.cioby.ro/databases/how-to-reset-root-password-in-mysql.php</feedburner:origLink></item><item><title>Customize bash history in Linux</title><link>http://feedproxy.google.com/~r/cioby/~3/3PZw5Es9Ec4/customize-bash-history-in-linux.php</link><category>frontpage</category><author>cioby.service@gmail.com (Cristian Ciobanu)</author><pubDate>Sun, 09 Jan 2011 14:00:00 PST</pubDate><guid isPermaLink="false">http://www.cioby.ro/linux/customize-bash-history-in-linux.php</guid><description>&lt;hr style="background: red; color: red; height: 2px;" width="100%" /&gt;
&lt;p&gt;&lt;img style="float: right; padding-left: 5px; padding-bottom: 1px;" alt="Bash prompt" src="http://www.cioby.ro/templates/siteground-j15-1/images/bash.gif" border="0" /&gt;&lt;/p&gt;
&lt;h2 style="font-size: 15px; text-decoration: underline; display: inline;"&gt;Introduction&lt;/h2&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;p class="contenttext"&gt;If you are a fan of the bash prompt and you have used Linux for some time it is quite likely that you have used the &lt;strong&gt;history &lt;/strong&gt;command in your daily work. This command is used to recall previously entered commands at the bash prompt. This is an important feature of bash which could save you a lot of time for example if you type really long commands. By default the history option in bash is enabled. If somehow the option is not active you could turn it on by running the following command:&lt;/p&gt;
&lt;p class="command"&gt;# set -o history&lt;/p&gt;</description><feedburner:origLink>http://www.cioby.ro/linux/customize-bash-history-in-linux.php</feedburner:origLink></item><item><title>Creating and configuring VLANs on Cisco Catalyst switches</title><link>http://feedproxy.google.com/~r/cioby/~3/4-2zdwtseb4/creating-and-configuring-vlans-on-cisco-catalyst-switches.php</link><category>frontpage</category><author>cioby.service@gmail.com (Cristian Ciobanu)</author><pubDate>Sun, 02 Jan 2011 14:00:00 PST</pubDate><guid isPermaLink="false">http://www.cioby.ro/cisco/creating-and-configuring-vlans-on-cisco-catalyst-switches.php</guid><description>&lt;hr width="100%" style="background: red; color: red; height: 2px;" /&gt;
&lt;p class="contenttext"&gt;&lt;img border="0" style="float: right; padding-left: 5px; padding-bottom: 1px;" alt="Cisco" src="http://www.cioby.ro/templates/siteground-j15-1/images/cisco.gif" /&gt;&lt;/p&gt;
&lt;h2 style="font-size: 15px; text-decoration: underline; display: inline;"&gt;Introduction&lt;/h2&gt;
&lt;br /&gt; &lt;br /&gt;
&lt;p class="contenttext"&gt;A &lt;strong&gt;VLAN &lt;/strong&gt;(Virtual LAN)&amp;nbsp;is a term derived from LAN (Local area network) and represents a logical grouping of hosts with the same set of requirements. All host in a VLAN communicate as if they were attached to the same broadcast domain, regardless of their physical location. By grouping several switch ports in different VLANs we are creating separate logical broadcast domains. All member ports of the same VLAN can communicate between them without using any Layer 3 routing. In order to allow communication between different VLANs we must use VLAN trunking or a layer 3 router. Using VLANs can provide the following benefits:&lt;/p&gt;</description><feedburner:origLink>http://www.cioby.ro/cisco/creating-and-configuring-vlans-on-cisco-catalyst-switches.php</feedburner:origLink></item><item><title>Customizing and colorizing Linux bash prompt</title><link>http://feedproxy.google.com/~r/cioby/~3/UAxrM38qpN0/customizing-and-colorizing-linux-bash-prompt.php</link><category>frontpage</category><author>cioby.service@gmail.com (Cristian Ciobanu)</author><pubDate>Sun, 26 Dec 2010 14:00:00 PST</pubDate><guid isPermaLink="false">http://www.cioby.ro/linux/customizing-and-colorizing-linux-bash-prompt.php</guid><description>&lt;hr style="background: red; color: red; height: 2px;" width="100%" /&gt;
&lt;p&gt;&lt;img style="float: right; padding-left: 5px; padding-bottom: 1px;" alt="Bash prompt" src="http://www.cioby.ro/templates/siteground-j15-1/images/bash.gif" border="0" /&gt;&lt;/p&gt;
&lt;h2 style="font-size: 15px; text-decoration: underline; display:inline;"&gt;Introduction&lt;/h2&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;p class="contenttext"&gt;Sometimes you get bored with the way the bash prompt looks like and you want to customize it by adding some useful features or changing colors. The default Bash prompt usually ends with a dollar sign $. Bash itself will show its major and minor version (\s-\v\$), for example, bash-3.00$. Most Linux distributions redefine the prompt to include additional information, such as your current login and computer, which is useful when you’re moving between accounts and computers. In order to customize the bash prompt we need to modify the &lt;strong&gt;$PS1&lt;/strong&gt; and &lt;strong&gt;$PS2&lt;/strong&gt; environment variables by our desire.&lt;/p&gt;
&lt;p class="contenttext"&gt;Bash will use the value of the &lt;strong&gt;$PS1&lt;/strong&gt; variable for your main prompt. If you include variable names in the string, Bash will substitute the value of the variables into your prompt. Bash has a &lt;strong&gt;PS2&lt;/strong&gt; (prompt string 2) variable, which is the prompt for incomplete command lines such as when you use a multiline quotation. By default, this prompt is a greater-than sign (&amp;gt;).&lt;/p&gt;</description><feedburner:origLink>http://www.cioby.ro/linux/customizing-and-colorizing-linux-bash-prompt.php</feedburner:origLink></item><item><title>Creating and using swap partitions on Linux</title><link>http://feedproxy.google.com/~r/cioby/~3/jfmfpA0PeJE/creating-and-using-swap-partitions-on-linux.php</link><category>frontpage</category><author>cioby.service@gmail.com (Cristian Ciobanu)</author><pubDate>Sun, 19 Dec 2010 14:00:00 PST</pubDate><guid isPermaLink="false">http://www.cioby.ro/linux/creating-and-using-swap-partitions-on-linux.php</guid><description>&lt;hr style="background: red; color: red; height: 2px;" width="100%" /&gt;
&lt;img style="float: right; padding-left: 5px; padding-bottom: 1px;" alt="HDD" src="http://www.cioby.ro/templates/siteground-j15-1/images/hdd.gif" border="0" /&gt;
&lt;h2 style="font-size: 15px; text-decoration: underline; display: inline;"&gt;Introduction&lt;/h2&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;p class="contenttext"&gt;Swap space represents an area on the physical disk (usually a dedicated partition) which holds temporarily a process memory image. This area is often called virtual memory because it allows processes to use memory beyond the physical RAM available on your computer. Swapping and paging algorithms allow processes or portions of processes to move between physical memory and a mass storage device. This frees up space in physical memory.&lt;/p&gt;
&lt;p class="contenttext"&gt;As the swap space is stored on the disk the access times tend to be slow compared to the RAM. In Linux we can have two types of swap space: a dedicated partition on the physical disk or a swap file which resides among other files on the filesystem. Linux kernels newer that 2.4.10 allow 32 swap areas.&lt;/p&gt;</description><feedburner:origLink>http://www.cioby.ro/linux/creating-and-using-swap-partitions-on-linux.php</feedburner:origLink></item><item><title>How to configure port security on Cisco Catalyst switches</title><link>http://feedproxy.google.com/~r/cioby/~3/mIusYmI0n2c/how-to-configure-port-security-on-cisco-catalyst-switches.php</link><category>frontpage</category><author>cioby.service@gmail.com (Cristian Ciobanu)</author><pubDate>Sun, 12 Dec 2010 14:00:00 PST</pubDate><guid isPermaLink="false">http://www.cioby.ro/cisco/how-to-configure-port-security-on-cisco-catalyst-switches.php</guid><description>&lt;hr width="100%" style="background: red; color: red; height: 2px;" /&gt;
&lt;p class="contenttext"&gt;&lt;img border="0" style="float: right; padding-left: 5px; padding-bottom: 1px;" alt="Cisco" src="http://www.cioby.ro/templates/siteground-j15-1/images/cisco.gif" /&gt;&lt;/p&gt;
&lt;h2 style="font-size: 15px; text-decoration: underline; display: inline;"&gt;Introduction&lt;/h2&gt;
&lt;br /&gt; &lt;br /&gt;
&lt;p class="contenttext"&gt;In some environments, a network must be secured by controlling what stations can gain access to the network itself. Port security is a feature used on Cisco Catalyst switches which limits the MAC addresses allowed to appear on a specific port. In most cases network administrators use this to secure access to the physical network.&lt;/p&gt;
&lt;p class="contenttext"&gt;Using this feature only predefined static MAC addresses or limited number of dynamic MAC addresses can access the network. Suppose a user tries to connect to a port which has port security enabled and his MAC address does not appear on the list of allowed MAC addresses. In this case the port will be shut down or the packets arriving on that port will be dropped with a specific action. To resolve this issue the port must be re-enabled manually by the network administrator or automatically after a period of time if the errdisable cause is configured for automatic recovery (by default after 300 seconds).&lt;/p&gt;</description><feedburner:origLink>http://www.cioby.ro/cisco/how-to-configure-port-security-on-cisco-catalyst-switches.php</feedburner:origLink></item></channel></rss>

