<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	 xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>GLPI &#8211; ITHOWTOO.COM</title>
	<atom:link href="https://www.ithowtoo.com/install-something-on-linux/glpi/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ithowtoo.com</link>
	<description>Various IT Projects involving Linux and Windows.</description>
	<lastBuildDate>Tue, 09 Jan 2024 08:21:13 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>

<image>
	<url>https://www.ithowtoo.com/wp-content/uploads/2016/11/cropped-mac-1-32x32.jpg</url>
	<title>GLPI &#8211; ITHOWTOO.COM</title>
	<link>https://www.ithowtoo.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">185377979</site>	<item>
		<title>Automatic Restore of GLPI Backup Script</title>
		<link>https://www.ithowtoo.com/automatic-restore-of-glpi-backup-script/</link>
					<comments>https://www.ithowtoo.com/automatic-restore-of-glpi-backup-script/#respond</comments>
		
		<dc:creator><![CDATA[ithowtoo_m86okr]]></dc:creator>
		<pubDate>Mon, 08 Jan 2024 13:59:21 +0000</pubDate>
				<category><![CDATA[GLPI]]></category>
		<guid isPermaLink="false">https://www.ithowtoo.com/?p=1932</guid>

					<description><![CDATA[This is the script that I use to restore my glpi backups: restore_glpi_backup.sh:]]></description>
		
					<wfw:commentRss>https://www.ithowtoo.com/automatic-restore-of-glpi-backup-script/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1932</post-id>	</item>
		<item>
		<title>Install GLPI on Ubuntu 22.04</title>
		<link>https://www.ithowtoo.com/install-glpi-on-ubuntu-22-04/</link>
					<comments>https://www.ithowtoo.com/install-glpi-on-ubuntu-22-04/#comments</comments>
		
		<dc:creator><![CDATA[ithowtoo_m86okr]]></dc:creator>
		<pubDate>Sun, 29 Jan 2023 17:59:35 +0000</pubDate>
				<category><![CDATA[GLPI]]></category>
		<category><![CDATA[Install GLPI on Ubuntu 22.04]]></category>
		<guid isPermaLink="false">https://www.ithowtoo.com/?p=1860</guid>

					<description><![CDATA[Installing GLPI on Ubuntu 22.04 is a pretty straight forward process and can be done easily in about 10 minutes following the instructions below. Update and Upgrade Ubuntu Before installing GLPI we want to make sure that our cleanly installed Ubuntu 22.04 server has all the latest updates installed on it to do this run [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.ithowtoo.com/install-glpi-on-ubuntu-22-04/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1860</post-id>	</item>
		<item>
		<title>How to Update GLPI 10</title>
		<link>https://www.ithowtoo.com/how-to-update-glpi-10/</link>
					<comments>https://www.ithowtoo.com/how-to-update-glpi-10/#respond</comments>
		
		<dc:creator><![CDATA[ithowtoo_m86okr]]></dc:creator>
		<pubDate>Fri, 20 Jan 2023 19:25:31 +0000</pubDate>
				<category><![CDATA[GLPI]]></category>
		<category><![CDATA[Update GLPI]]></category>
		<guid isPermaLink="false">https://www.ithowtoo.com/?p=1809</guid>

					<description><![CDATA[Updating GLPI to the latest version is a pretty simple process but it is a good idea to do a backup of the current glpi config before starting the upgrade. As a secondary backup copy the glpi folder to a backup folder by running the following command cp -r /var/www/html/glpi/ /var/www/html/glpi-old The upgrade process is [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.ithowtoo.com/how-to-update-glpi-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1809</post-id>	</item>
		<item>
		<title>Automate GLPI Backups</title>
		<link>https://www.ithowtoo.com/automate-glpi-backups/</link>
					<comments>https://www.ithowtoo.com/automate-glpi-backups/#respond</comments>
		
		<dc:creator><![CDATA[ithowtoo_m86okr]]></dc:creator>
		<pubDate>Sun, 22 Aug 2021 16:57:00 +0000</pubDate>
				<category><![CDATA[GLPI]]></category>
		<category><![CDATA[Automate GLPI Backups]]></category>
		<category><![CDATA[Backups]]></category>
		<guid isPermaLink="false">https://www.ithowtoo.com/?p=1619</guid>

					<description><![CDATA[Following on from my last post on backing up GLPI we can easily automate this process so that GLPI is backed up automatically every night so that if needed there will be backups available for restore. To create an automated backup first we need to create the backup script by typing: Next we have to [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.ithowtoo.com/automate-glpi-backups/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1619</post-id>	</item>
		<item>
		<title>GLPI Initial Setup</title>
		<link>https://www.ithowtoo.com/glpi-initial-setup/</link>
					<comments>https://www.ithowtoo.com/glpi-initial-setup/#comments</comments>
		
		<dc:creator><![CDATA[ithowtoo_m86okr]]></dc:creator>
		<pubDate>Sat, 21 Aug 2021 12:12:03 +0000</pubDate>
				<category><![CDATA[GLPI]]></category>
		<category><![CDATA[Initial Setup]]></category>
		<guid isPermaLink="false">https://www.ithowtoo.com/?p=1628</guid>

					<description><![CDATA[GLPI Initial Setup When you log into GLPI for the first time you will see the following bar along the top of the page: To remove the &#8220;For security reasons, please remove file: install/install.php&#8221; warning go to the terminal on the server and go to the /var/www/html/glpi/install folder: Then run the following command: When you [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.ithowtoo.com/glpi-initial-setup/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1628</post-id>	</item>
		<item>
		<title>Backup GLPI</title>
		<link>https://www.ithowtoo.com/backup-glpi/</link>
					<comments>https://www.ithowtoo.com/backup-glpi/#comments</comments>
		
		<dc:creator><![CDATA[ithowtoo_m86okr]]></dc:creator>
		<pubDate>Sat, 21 Aug 2021 09:50:36 +0000</pubDate>
				<category><![CDATA[GLPI]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[GLPI Backup]]></category>
		<guid isPermaLink="false">https://www.ithowtoo.com/?p=1615</guid>

					<description><![CDATA[Backup GLPI After installing GLPI in my last post the next installation step is to back up the installation so that it can be restored if anything goes wrong while you are setting up GLPI. The process of backing up GLPI is really simple and involves 2 steps: 1. Backup the mysql database To back [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.ithowtoo.com/backup-glpi/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1615</post-id>	</item>
		<item>
		<title>Installing GLPI on Ubuntu 20.04</title>
		<link>https://www.ithowtoo.com/installing-glpi-on-ubuntu-20-04/</link>
					<comments>https://www.ithowtoo.com/installing-glpi-on-ubuntu-20-04/#respond</comments>
		
		<dc:creator><![CDATA[ithowtoo_m86okr]]></dc:creator>
		<pubDate>Sat, 14 Aug 2021 19:51:22 +0000</pubDate>
				<category><![CDATA[GLPI]]></category>
		<category><![CDATA[Ubuntu 20.04]]></category>
		<guid isPermaLink="false">https://www.ithowtoo.com/?p=1585</guid>

					<description><![CDATA[GLPI is a really great Asset Management Suite with built in ITIL Helpdesk function and a knowledgebase that integrate really nicely. I have been using this software since about 2004 so it is a really mature project! This installation of GLPI is pretty straight forwards and can be done with the following Steps: 1. Upgrade [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.ithowtoo.com/installing-glpi-on-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1585</post-id>	</item>
	</channel>
</rss>
