<?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>Command Line Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/command-line/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/command-line/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Tue, 16 Jan 2024 09:51:33 +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>
	<item>
		<title>Top 50 Linux Commands for Users?</title>
		<link>https://www.aiuniverse.xyz/top-50-linux-commands-for-users/</link>
					<comments>https://www.aiuniverse.xyz/top-50-linux-commands-for-users/#respond</comments>
		
		<dc:creator><![CDATA[Maruti Kr.]]></dc:creator>
		<pubDate>Tue, 16 Jan 2024 09:38:12 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[File Management]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Network Utilities]]></category>
		<category><![CDATA[Package Management]]></category>
		<category><![CDATA[Process Management]]></category>
		<category><![CDATA[Shell Commands]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[User Permissions]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=18424</guid>

					<description><![CDATA[<p>Here are the top 50 Linux commands that are commonly used by users: 2. pwd: Print the current working directory. 3. cd: Change directory. 4. cp: Copy <a class="read-more-link" href="https://www.aiuniverse.xyz/top-50-linux-commands-for-users/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/top-50-linux-commands-for-users/">Top 50 Linux Commands for Users?</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-full is-resized"><img fetchpriority="high" decoding="async" src="https://www.aiuniverse.xyz/wp-content/uploads/2024/01/Your-paragraph-text-1.png" alt="" class="wp-image-18429" width="841" height="581" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2024/01/Your-paragraph-text-1.png 601w, https://www.aiuniverse.xyz/wp-content/uploads/2024/01/Your-paragraph-text-1-300x207.png 300w" sizes="(max-width: 841px) 100vw, 841px" /></figure>



<p>Here are the top 50 Linux commands that are commonly used by users:</p>



<ol class="wp-block-list">
<li><strong>ls:</strong> List files and directories.</li>
</ol>



<pre class="wp-block-code"><code>ls</code></pre>



<p><strong>2. pwd: </strong>Print the current working directory.</p>



<pre class="wp-block-code"><code>pwd</code></pre>



<p><strong>3. cd:</strong> Change directory.</p>



<pre class="wp-block-code"><code>cd &#91;directory]</code></pre>



<p><strong>4. cp: </strong>Copy files or directories.</p>



<pre class="wp-block-code"><code>cp &#91;source] &#91;destination]</code></pre>



<p><strong>5. mv:</strong> Move or rename files or directories.</p>



<pre class="wp-block-code"><code>mv &#91;source] &#91;destination]</code></pre>



<p><strong>6. rm:</strong> Remove/delete files or directories.</p>



<pre class="wp-block-code"><code>rm &#91;file]</code></pre>



<p><strong>7. mkdir: </strong>Create a new directory.</p>



<pre class="wp-block-code"><code>mkdir &#91;directory]</code></pre>



<p><strong>8. rmdir:</strong> Remove an empty directory.</p>



<pre class="wp-block-code"><code>rmdir &#91;directory]</code></pre>



<p><strong>9. touch: </strong>Create an empty file or update the access and modification times.</p>



<pre class="wp-block-code"><code>touch &#91;file]</code></pre>



<p><strong>10. cat:</strong> Display the content of a file.</p>



<pre class="wp-block-code"><code>cat &#91;file]</code></pre>



<p><strong>11. nano:</strong> Text editor for creating and editing files.</p>



<pre class="wp-block-code"><code>nano &#91;file]</code></pre>



<p><strong>12. vi or vim:</strong> Another text editor.</p>



<pre class="wp-block-code"><code>vi &#91;file]</code></pre>



<p><strong>13. echo: </strong>Display a message or a variable.</p>



<pre class="wp-block-code"><code>echo &#91;message]</code></pre>



<p><strong>14. grep: </strong>Search for a pattern in a file.</p>



<pre class="wp-block-code"><code>grep &#91;pattern] &#91;file]</code></pre>



<p><strong>15. ps: </strong>Display information about active processes.</p>



<pre class="wp-block-code"><code>ps</code></pre>



<p><strong>16. kill: </strong>Terminate a process.</p>



<pre class="wp-block-code"><code>kill &#91;process_id]</code></pre>



<p><strong>17. chmod:</strong> Change file permissions.</p>



<pre class="wp-block-code"><code>chmod &#91;permissions] &#91;file]</code></pre>



<p><strong>18. chown:</strong> Change file ownership.</p>



<pre class="wp-block-code"><code>chown &#91;owner:group] &#91;file]</code></pre>



<p><strong>19. man:</strong> Display the manual for a command.</p>



<pre class="wp-block-code"><code>man &#91;command]</code></pre>



<p><strong>20. top:</strong> Display and update sorted information about processes.</p>



<pre class="wp-block-code"><code>top</code></pre>



<p><strong>21. df:</strong> Display disk space usage.</p>



<pre class="wp-block-code"><code>df</code></pre>



<p><strong>22. du: </strong>Display file and directory space usage.</p>



<pre class="wp-block-code"><code>du &#91;options] &#91;file or directory]</code></pre>



<p><strong>23. cpuspeed:</strong> Display and change CPU speed and voltage settings.</p>



<pre class="wp-block-code"><code>cpuspeed</code></pre>



<p><strong>24. uname:</strong> Display system information.</p>



<pre class="wp-block-code"><code>uname -a</code></pre>



<p><strong>25. ifconfig: </strong>Display and configure network interfaces.</p>



<pre class="wp-block-code"><code>ifconfig</code></pre>



<p><strong>26. ping: </strong>Test network connectivity.</p>



<pre class="wp-block-code"><code>ping &#91;host]</code></pre>



<p><strong>27. traceroute: </strong>Trace the route to a network server.</p>



<pre class="wp-block-code"><code>traceroute &#91;host]</code></pre>



<p><strong>28. wget: </strong>Download files from the internet.</p>



<pre class="wp-block-code"><code>wget &#91;URL]</code></pre>



<p><strong>29. tar:</strong> Compress and decompress files.</p>



<pre class="wp-block-code"><code>tar -zxvf &#91;file.tar.gz]</code></pre>



<p><strong>30. zip/unzip:</strong> Compress and decompress files in ZIP format.</p>



<pre class="wp-block-code"><code>zip &#91;archive.zip] &#91;files]
unzip &#91;archive.zip]</code></pre>



<p><strong>31. ssh: </strong>Connect to a remote server securely.</p>



<pre class="wp-block-code"><code>ssh &#91;user]@&#91;host]</code></pre>



<p><strong>32. scp: </strong>Copy files between local and remote machines.</p>



<pre class="wp-block-code"><code>scp &#91;file] &#91;user]@&#91;host]:&#91;destination]</code></pre>



<p><strong>33. sudo: </strong>Execute a command with administrative privileges.</p>



<pre class="wp-block-code"><code>sudo &#91;command]</code></pre>



<p><strong>34. apt-get or yum:</strong> Package management commands for installing, updating, and removing software packages.</p>



<pre class="wp-block-code"><code>sudo apt-get install &#91;package]
sudo yum install &#91;package]</code></pre>



<p><strong>35. lsblk: </strong>List information about block devices.</p>



<pre class="wp-block-code"><code>lsblk</code></pre>



<p><strong>36. mount/unmount:</strong> Mount or unmount filesystems.</p>



<pre class="wp-block-code"><code>mount &#91;device] &#91;mount_point]
umount &#91;mount_point]</code></pre>



<p><strong>37. find:</strong> Search for files in a directory hierarchy.</p>



<pre class="wp-block-code"><code>find &#91;directory] -name &#91;filename]</code></pre>



<p><strong>38. uptime:</strong> Display how long the system has been running.</p>



<pre class="wp-block-code"><code>uptime</code></pre>



<p><strong>39. history: </strong>Display command history.</p>



<pre class="wp-block-code"><code>history</code></pre>



<p><strong>40. date:</strong> Display or set the system date and time.</p>



<pre class="wp-block-code"><code>date</code></pre>



<p><strong>41. cal:</strong> Display a calendar.</p>



<pre class="wp-block-code"><code>cal</code></pre>



<p><strong>42. whoami:</strong> Display the current username.</p>



<pre class="wp-block-code"><code>whoami</code></pre>



<p><strong>43. passwd: </strong>Change user password.</p>



<pre class="wp-block-code"><code>passwd</code></pre>



<p><strong>44. useradd/userdel: </strong>Add or remove a user account.</p>



<pre class="wp-block-code"><code>sudo useradd &#91;username]
sudo userdel &#91;username]</code></pre>



<p><strong>45. groupadd/groupdel:</strong> Add or remove a group.</p>



<pre class="wp-block-code"><code>sudo groupadd &#91;groupname]
sudo groupdel &#91;groupname]</code></pre>



<p><strong>46. chmod: </strong>Change file permissions.</p>



<pre class="wp-block-code"><code>chmod &#91;permissions] &#91;file]</code></pre>



<p><strong>47. clear: </strong>Clear the terminal screen.</p>



<pre class="wp-block-code"><code>clear</code></pre>



<p><strong>48. shutdown/reboot:</strong> Shutdown or restart the system.</p>



<pre class="wp-block-code"><code>sudo shutdown now
sudo reboot</code></pre>



<p><strong>49. curl:</strong> Transfer data from or to a server.</p>



<pre class="wp-block-code"><code>curl &#91;URL]</code></pre>



<p><strong>50. lsof:</strong> List open files and the processes that opened them.</p>



<pre class="wp-block-code"><code>lsof</code></pre>



<p>These commands cover a wide range of functionalities, from managing files and directories, to user management, network configuration, and system information retrieval. They are fundamental to navigating and managing a Linux system effectively</p>
<p>The post <a href="https://www.aiuniverse.xyz/top-50-linux-commands-for-users/">Top 50 Linux Commands for Users?</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/top-50-linux-commands-for-users/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install composer in windows</title>
		<link>https://www.aiuniverse.xyz/how-to-install-composer-in-windows/</link>
					<comments>https://www.aiuniverse.xyz/how-to-install-composer-in-windows/#respond</comments>
		
		<dc:creator><![CDATA[Maruti Kr.]]></dc:creator>
		<pubDate>Fri, 01 Dec 2023 09:59:27 +0000</pubDate>
				<category><![CDATA[laravel]]></category>
		<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Composer]]></category>
		<category><![CDATA[Dependency Manager]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Environment]]></category>
		<category><![CDATA[how to install composer in windows]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[instructions]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[WINDOWS]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=18143</guid>

					<description><![CDATA[<p>Composer is a dependency manager for PHP applications. It allows you to install, update, and manage third-party libraries for your Laravel project. Laravel uses Composer to manage <a class="read-more-link" href="https://www.aiuniverse.xyz/how-to-install-composer-in-windows/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-install-composer-in-windows/">How to install composer in windows</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-full is-resized"><img decoding="async" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-22.png" alt="" class="wp-image-18153" width="841" height="390" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-22.png 665w, https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-22-300x139.png 300w" sizes="(max-width: 841px) 100vw, 841px" /></figure>



<p>Composer is a dependency manager for PHP applications. It allows you to install, update, and manage third-party libraries for your Laravel project. Laravel uses Composer to manage its own dependencies, as well as the dependencies of any packages you install.</p>



<p><strong>To install Composer on Windows, you can follow these steps:</strong></p>



<ol class="wp-block-list">
<li>Go to <a href="https://getcomposer.org/download/">https://getcomposer.org/download/</a> in your web browser.</li>
</ol>



<figure class="wp-block-image size-large is-resized"><img decoding="async" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-15-1024x491.png" alt="" class="wp-image-18145" width="456" height="218" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-15-1024x491.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-15-300x144.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-15-768x368.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-15.png 1143w" sizes="(max-width: 456px) 100vw, 456px" /></figure>



<p>2. Download the Composer-Setup.exe file by clicking on the &#8220;Windows Installer&#8221; option.</p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-14-1024x542.png" alt="" class="wp-image-18144" width="456" height="241" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-14-1024x542.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-14-300x159.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-14-768x407.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-14.png 1239w" sizes="auto, (max-width: 456px) 100vw, 456px" /></figure>



<p>3. Once the file is downloaded, double-click on it to run the installer.</p>



<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-16.png" alt="" class="wp-image-18146" width="457" height="253" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-16.png 675w, https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-16-300x166.png 300w" sizes="auto, (max-width: 457px) 100vw, 457px" /></figure>



<p>4. The installer will guide you through the setup process. You can leave the default settings as they are or customize them as per your preference.</p>



<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-17.png" alt="" class="wp-image-18147" width="460" height="293" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-17.png 622w, https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-17-300x191.png 300w" sizes="auto, (max-width: 460px) 100vw, 460px" /></figure>



<p>5. When you reach the &#8220;Installation Options&#8221; screen, make sure the &#8220;Add Composer to PATH&#8221; option is checked. This will allow you to use Composer from any directory in the Command Prompt.</p>



<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-18.png" alt="" class="wp-image-18148" width="464" height="346" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-18.png 689w, https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-18-300x224.png 300w" sizes="auto, (max-width: 464px) 100vw, 464px" /></figure>



<p>6. Continue with the installation by following the remaining on-screen instructions.</p>



<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-19.png" alt="" class="wp-image-18149" width="463" height="332" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-19.png 720w, https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-19-300x215.png 300w" sizes="auto, (max-width: 463px) 100vw, 463px" /></figure>



<p>7. After the installation finishes, open a new Command Prompt window (or restart it if it was already open).</p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-20-1024x536.png" alt="" class="wp-image-18150" width="477" height="249" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-20-1024x536.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-20-300x157.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-20-768x402.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-20.png 1130w" sizes="auto, (max-width: 477px) 100vw, 477px" /></figure>



<p>8. To verify if Composer is installed properly, type &#8220;composer&#8221; in the Command Prompt and press Enter. It should display the Composer version and a list of available commands.</p>



<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-21.png" alt="" class="wp-image-18151" width="486" height="255" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-21.png 1011w, https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-21-300x157.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-21-768x403.png 768w" sizes="auto, (max-width: 486px) 100vw, 486px" /></figure>



<p>That&#8217;s it! Composer is now installed on your Windows system, and you can start using it for managing your PHP dependencies.</p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-install-composer-in-windows/">How to install composer in windows</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/how-to-install-composer-in-windows/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
