<?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>Host &#8211; Mario Chivale ♦ Personal Website</title>
	<atom:link href="https://www.mario.chivale.com/tag/host/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.mario.chivale.com</link>
	<description>Mario Chivale Personal Website ♦ IT • Informatyka • Computer Science • Elektronika • Electronics • Elektryka • Electricity</description>
	<lastBuildDate>Fri, 11 Oct 2024 04:06:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Linux Debiam IMAPsync Move Email Messages Between Servers via Console</title>
		<link>https://www.mario.chivale.com/linux-debiam-imapsync-move-email-messages-between-servers-via-console/</link>
		
		<dc:creator><![CDATA[Tatsu]]></dc:creator>
		<pubDate>Wed, 22 May 2024 04:42:30 +0000</pubDate>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Host]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[imapsync]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[synchronize]]></category>
		<guid isPermaLink="false">https://www.mario.chivale.com/?p=838</guid>

					<description><![CDATA[Below is the instruction for synchronizing email folders between servers, for example, between the previous and the current mail server. The example pertains to servers based on the Debian Linux system. How to check your Debian release? Type on a terminal: cat /etc/debian_version 12.x =&#62; Bookworm 11.x =&#62; Bullseye 10.x =&#62; Buster 9.x =&#62; Stretch [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">Below is the instruction for synchronizing email folders between servers, for example, between the previous and the current mail server. The example pertains to servers based on the Debian Linux system.</p>
<p><em>How to check your Debian release?</em></p>
<p>Type on a terminal:<br />
<strong>cat /etc/debian_version</strong></p>
<p>12.x =&gt; Bookworm<br />
11.x =&gt; Bullseye<br />
10.x =&gt; Buster<br />
9.x =&gt; Stretch<br />
8.x =&gt; Jessie<br />
7.x =&gt; Wheezy</p>
<p>1. Install imapsync dependencies on a Debian system.</p>
<p>• Debian 12 Bookworm<br />
deb http://deb.debian.org/debian bookworm main contrib</p>
<p>• Debian 11 Bullseye<br />
deb http://deb.debian.org/debian bullseye main contrib</p>
<p>• Debian 10 Buster<br />
deb http://deb.debian.org/debian buster main contrib</p>
<p>• Debian 9 Stretch<br />
deb http://deb.debian.org/debian stretch main contrib</p>
<p><strong>apt update &amp;&amp; apt upgrade -y</strong></p>
<p><strong>apt install libauthen-ntlm-perl libcgi-pm-perl libcrypt-openssl-rsa-perl libdata-uniqid-perl libencode-imaputf7-perl libfile-copy-recursive-perl libfile-tail-perl libio-socket-inet6-perl libio-socket-ssl-perl libio-tee-perl libhtml-parser-perl libjson-webtoken-perl libmail-imapclient-perl libparse-recdescent-perl libproc-processtable-perl libmodule-scandeps-perl libreadonly-perl libregexp-common-perl libsys-meminfo-perl libterm-readkey-perl libtest-mockobject-perl libtest-pod-perl libunicode-string-perl liburi-perl libwww-perl libtest-nowarnings-perl libtest-deep-perl libtest-warn-perl libnet-server-perl make time cpanminus -y</strong></p>
<p>2. Download IMAPsync (to some catalog):<br />
<a href="https://www.Mario.Chivale.com/download/IMAPsync.zip" target="_blank" rel="noopener">https://www.Mario.Chivale.com/download/IMAPsync.zip</a><br />
<strong>chmod +x imapsync</strong></p>
<p>3. Perform a test:<br />
<strong>./imapsync &#8211;testslive</strong></p>
<p>4. Install IMAPsync on the system:<br />
<strong>cp imapsync /usr/bin/</strong></p>
<p>5. Synchronize mail between servers:</p>
<pre><strong>imapsync \</strong>
<strong>--host1 MailServer1 --user1 User1 --password1 Password1 \</strong>
<strong>--host2 MailServer2 --user2 User2 --password2 Password2</strong></pre>
<p>or</p>
<pre>imapsync --host1 <strong>MailServer1</strong> --user1 <strong>User1 </strong> --password1 <strong>Password1 </strong> --host2 <strong>MailServer2 </strong> --user2 <strong>User2</strong> --password2 <strong>Password2</strong></pre>
<p><span style="text-decoration: underline; color: #ff0000;"><em>Change MailServer1 and MailServer2 to your E-Mail servers, User1 and User2 to your username and Password1 and Password2 to your password!</em></span></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MySQL Commands</title>
		<link>https://www.mario.chivale.com/mysql-commands/</link>
					<comments>https://www.mario.chivale.com/mysql-commands/#respond</comments>
		
		<dc:creator><![CDATA[Tatsu]]></dc:creator>
		<pubDate>Thu, 01 Jun 2023 05:02:22 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[ALTER]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[CONNECT]]></category>
		<category><![CDATA[Connections]]></category>
		<category><![CDATA[FLUSH]]></category>
		<category><![CDATA[Host]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[SELECT]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[user]]></category>
		<guid isPermaLink="false">https://www.mario.chivale.com/?p=614</guid>

					<description><![CDATA[Some of the most important SQL commands Connect to MySQL Server: mysql -u UserName -p Show Users: SELECT user FROM mysql.user; Show Users and Hosts: SELECT user,host FROM mysql.user; Change Password for User: ALTER USER 'UserName'@'Host' IDENTIFIED BY 'NewPassword'; FLUSH PRIVILEGES; If you have any questions, write your question bellow in the &#8220;Leave a Reply&#8221; [&#8230;]]]></description>
										<content:encoded><![CDATA[<h1 style="text-align: justify;">Some of the most important SQL commands</h1>
<p><strong>Connect to MySQL Server</strong>:</p>
<pre>mysql -u UserName -p</pre>
<p><strong>Show Users</strong>:</p>
<pre>SELECT user FROM mysql.user;</pre>
<p><strong>Show Users and Hosts</strong>:</p>
<pre>SELECT user,host FROM mysql.user;</pre>
<p><strong>Change Password for User</strong>:</p>
<pre>ALTER USER 'UserName'@'Host' IDENTIFIED BY 'NewPassword';
FLUSH PRIVILEGES;</pre>
<div align="center"><strong>If you have any questions,<br />
write your question bellow in the &#8220;Leave a Reply&#8221; form.<br />
<em>Thanks!</em></strong></div>
<p>&nbsp;</p>
<div align="center"><a title="PayPal- Donate" href="https://www.paypal.com/donate/?hosted_button_id=5TA4H4TJHD4BJ" target="_blank" rel="noopener"><img decoding="async" title="PayPal - Donate" src="/img/paypal-donate.webp" alt="Paypal - Donate" /></a></div>
<p style="text-align: justify;"><strong>MySQL</strong> is an <strong>open source</strong>, multi-dimensional, relational <strong>database management system</strong>. It is an essential tool for any webmaster/designer/developer, and to get started using it, one must understand the basic commands available.</p>
<p style="text-align: justify;">The most commonly used <strong>MySQL</strong> command is <strong>SELECT</strong>, which lets you query a database table for specific information. This is followed by <strong>INSERT</strong>, which inserts values into an existing row in the database table. <strong>UPDATE</strong> is also used to modify an existing record in the database, while <strong>DELETE</strong> removes an entry from the table. Other commands are used to create, alter, or drop a table, query a database, control user access, and export and import data.</p>
<p style="text-align: justify;"><strong>One of the most important MySQL commands</strong> is <strong>CREATE TABLE</strong>, which lets you add a new table to a database. This must be followed by the table name, the column names and the data types for each column. To delete a table, the <strong>DROP</strong> command is used. <strong>ALTER TABLE</strong> can be used to add, delete, modify, or rename a column within a table. The <strong>TRUNCATE</strong> command is used to delete all records from a table without dropping the entire table.</p>
<p style="text-align: justify;">Once a table has been added, <strong>MySQL</strong> commands must be used to store, modify, and query data that is stored within the table. For example, the <strong>INSERT</strong> command is used to add a row to an existing table. The <strong>UPDATE</strong> command lets you modify existing values in the table, while <strong>SELECT</strong> is used to search for data within the table.</p>
<p style="text-align: justify;">In addition to the above commands, there are many other MySQL commands that are commonly used. These may include commands to set up user accounts, create stored procedures, create triggers, export data, back up data, and more. MySQL commands should be learned and mastered by anyone who needs to manage or work with a complex database. With the help of these commands, a user can create and manipulate database tables, store and modify data, and query a database.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.mario.chivale.com/mysql-commands/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
