<?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>linux Archives - Belchamber Web Tools, AI Guidance &amp; Code</title>
	<atom:link href="https://tools.belchamber.us/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://tools.belchamber.us/tag/linux/</link>
	<description>Aaron Belchamber: AI-Centric Senior Cloud Software Engineer - Jacksonville FL</description>
	<lastBuildDate>Wed, 21 Feb 2024 19:04:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">99928718</site>	<item>
		<title>.deb files:  Installing Debian packages on your server</title>
		<link>https://tools.belchamber.us/deb-files-installing-debian-packages-on-your-server/</link>
					<comments>https://tools.belchamber.us/deb-files-installing-debian-packages-on-your-server/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sun, 28 Feb 2016 16:31:41 +0000</pubDate>
				<category><![CDATA[Servers & Hosts]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=1006</guid>

					<description><![CDATA[<p>Many awesome software packages like Odoo come with free downloadable editions, it&#8217;s much easier to install software and packages via the command line, but sometimes you might need to download the package so you have an image ready to deploy quickly.  Whatever your reason, if you have a .deb file, that&#8217;s the package for Debian [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/deb-files-installing-debian-packages-on-your-server/">.deb files:  Installing Debian packages on your server</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/deb-files-installing-debian-packages-on-your-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1006</post-id>	</item>
		<item>
		<title>Solving &#8220;Network Error: Connection Refused&#8221; errors when trying to Putty into LAMP stack</title>
		<link>https://tools.belchamber.us/solving-network-error-connection-refused-errors-when-trying-to-putty-into-lamp-stack/</link>
					<comments>https://tools.belchamber.us/solving-network-error-connection-refused-errors-when-trying-to-putty-into-lamp-stack/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Mon, 22 Jun 2015 14:23:55 +0000</pubDate>
				<category><![CDATA[Server & .htaccess]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[openssh]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=862</guid>

					<description><![CDATA[<p>Trying to putty into your server, you may get a &#8220;Connection Refused&#8221; error.  That&#8217;s usually because the Open SSH server and client aren&#8217;t installed, just run this at the command line and restart Apache. sudo apt-get install openssh-server openssh-client</p>
<p>The post <a href="https://tools.belchamber.us/solving-network-error-connection-refused-errors-when-trying-to-putty-into-lamp-stack/">Solving &#8220;Network Error: Connection Refused&#8221; errors when trying to Putty into LAMP stack</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/solving-network-error-connection-refused-errors-when-trying-to-putty-into-lamp-stack/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">862</post-id>	</item>
		<item>
		<title>Linux command line &#8220;stat&#8221; command used to show file or system status</title>
		<link>https://tools.belchamber.us/linux-command-line-stat-command-used-show-file-system-status/</link>
					<comments>https://tools.belchamber.us/linux-command-line-stat-command-used-show-file-system-status/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Tue, 20 Jan 2015 13:31:35 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Servers & Hosts]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux tips]]></category>
		<category><![CDATA[web server]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=695</guid>

					<description><![CDATA[<p>From the command line in Linux, &#8220;stat&#8221; is a useful command.  Good luck committing it&#8217;s 30+ options to memory&#8230;.  Here&#8217;s the help output for easy reference to study if you&#8217;re so inclined. I probably use %U and %G the most when I run into file permission issues and realized I cleared the Symfony cache accidentally [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/linux-command-line-stat-command-used-show-file-system-status/">Linux command line &#8220;stat&#8221; command used to show file or system status</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/linux-command-line-stat-command-used-show-file-system-status/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">695</post-id>	</item>
		<item>
		<title>Linux command line to delete all files and folders in current directory</title>
		<link>https://tools.belchamber.us/linux-command-line-delete-files-folders-current-directory/</link>
					<comments>https://tools.belchamber.us/linux-command-line-delete-files-folders-current-directory/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Fri, 02 Jan 2015 08:23:24 +0000</pubDate>
				<category><![CDATA[Server & .htaccess]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=662</guid>

					<description><![CDATA[<p>In Linux, &#8220;cd&#8221; your way to the directory you want to completely clean out, then type: I suggest going into the directory first, then &#8220;ls&#8221; to list the contents so you can see what you&#8217;re deleting before using this command, though! Just a reminder, the prompt symbol is the &#8220;$&#8221; you don&#8217;t type that, on [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/linux-command-line-delete-files-folders-current-directory/">Linux command line to delete all files and folders in current directory</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/linux-command-line-delete-files-folders-current-directory/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">662</post-id>	</item>
	</channel>
</rss>
