<?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#"
	>

<channel>
	<title>linux &#8211; Captain 365</title>
	<atom:link href="https://captain-365.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://captain-365.com</link>
	<description>Exploring the Azure blue seas</description>
	<lastBuildDate>Wed, 27 Sep 2023 12:39:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">182898163</site>	<item>
		<title>Linux Commands</title>
		<link>https://captain-365.com/linux-commands/</link>
					<comments>https://captain-365.com/linux-commands/#respond</comments>
		
		<dc:creator><![CDATA[Captain 365]]></dc:creator>
		<pubDate>Wed, 27 Sep 2023 12:39:43 +0000</pubDate>
				<category><![CDATA[Captains Blog]]></category>
		<category><![CDATA[CyberSecurity]]></category>
		<category><![CDATA[linux]]></category>
		<guid isPermaLink="false">https://captain-365.com/?p=499</guid>

					<description><![CDATA[Installing software Command Description Remarks sudo apt install &#60;PackageName&#62; Install Software Package sudo apt remove &#60;PackageName&#62; Remove package -autoremove will also remove all files that are not needed anymore. sudo apt show List installed sudo apt update Update within version sudo apt upgrade Upgrade highest version available sudo apt &#8211;only-upgrade No updating, but upgrading sudo ... <a title="Linux Commands" class="read-more" href="https://captain-365.com/linux-commands/" aria-label="Read more about Linux Commands">Read more</a>]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading has-accent-color has-text-color" style="font-style:italic;font-weight:600">Installing software</h2>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<div class="wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<figure class="wp-block-table is-style-stripes"><table><thead><tr><th><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-accent-color">Command</mark></th><th><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-accent-color">Description</mark></th><th><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-accent-color">Remarks</mark></th></tr></thead><tbody><tr><td><em>sudo apt install &lt;PackageName&gt;</em></td><td>Install Software Package</td><td></td></tr><tr><td><em>sudo apt remove &lt;PackageName&gt;</em></td><td>Remove package</td><td>-autoremove will also remove all files that are not needed anymore.</td></tr><tr><td></td><td></td><td></td></tr><tr><td><em>sudo apt show</em></td><td>List installed </td><td></td></tr><tr><td><em>sudo apt update</em></td><td>Update within version</td><td></td></tr><tr><td><em>sudo apt upgrade</em></td><td>Upgrade highest version available</td><td></td></tr><tr><td><em>sudo apt &#8211;only-upgrade</em></td><td>No updating, but upgra<strong>d</strong>ing</td><td></td></tr><tr><td><em>sudo apt &#8211;full-upgrade</em></td><td>??</td><td></td></tr><tr><td>sudo apt list | grep &lt;PackageName></td><td>see if a package is installed</td><td></td></tr><tr><td></td><td></td><td></td></tr></tbody></table></figure>
</div>
</div>



<h2 class="wp-block-heading has-accent-color has-text-color" style="font-style:italic;font-weight:600">Users accounts </h2>



<figure class="wp-block-table is-style-stripes"><table class="has-fixed-layout"><thead><tr><th><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-accent-color">Command</mark></th><th><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-accent-color">Description</mark></th><th><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-accent-color">Remarks</mark></th></tr></thead><tbody><tr><td><em>sudo add user &lt;UserName></em></td><td>create user</td><td><em>&#8211;ingroup &lt;Groupname></em></td></tr><tr><td><em>sudo passwd &lt;UserName></em></td><td>change password </td><td></td></tr><tr><td><em>sudo chfn &lt;UserName></em></td><td>change user details</td><td></td></tr><tr><td>sudo chsh &lt;UserName></td><td>change user shell (desktop)</td><td></td></tr><tr><td>sudo usermod -a -G sudo &lt;UserName></td><td>add user to users who can use sudo </td><td></td></tr><tr><td></td><td></td><td></td></tr></tbody></table></figure>



<h2 class="wp-block-heading has-accent-color has-text-color" style="font-style:italic;font-weight:600">Services</h2>
</div>
</div>



<figure class="wp-block-table is-style-stripes"><table class="has-fixed-layout"><thead><tr><th><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-accent-color">Command</mark></th><th><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-accent-color">Description</mark></th><th><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-accent-color">Remarks</mark></th></tr></thead><tbody><tr><td>sudo service &lt;ServiceName></td><td>status | start | stop | restart</td><td></td></tr><tr><td>systemctp enable autostart</td><td>Adds it to autostart after reboot it is always started automaticly.</td><td>does not also start the service.</td></tr><tr><td></td><td></td><td></td></tr></tbody></table></figure>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://captain-365.com/linux-commands/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">499</post-id>	</item>
	</channel>
</rss>
