<?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 Guru</title>
	<atom:link href="https://linuxguru.co.in/feed/" rel="self" type="application/rss+xml" />
	<link>https://linuxguru.co.in</link>
	<description>Solution For Every Problem</description>
	<lastBuildDate>Wed, 02 Sep 2026 05:46:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://i0.wp.com/linuxguru.co.in/wp-content/uploads/2022/11/cropped-1-1.png?fit=32%2C32&#038;ssl=1</url>
	<title>Linux Guru</title>
	<link>https://linuxguru.co.in</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">193267823</site>	<item>
		<title>🐧 Create a PDF from Multiple Images in Linux</title>
		<link>https://linuxguru.co.in/%f0%9f%90%a7-create-a-pdf-from-multiple-images-in-linux/</link>
		
		<dc:creator><![CDATA[Jeet Choudhary]]></dc:creator>
		<pubDate>Wed, 02 Sep 2026 05:46:33 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<guid isPermaLink="false">https://linuxguru.co.in/?p=673</guid>

					<description><![CDATA[🔧 Step 1: Install img2pdf Open the terminal and run: sudo apt install img2pdf 📂 Step 2: Go to Your Image Folder Navigate to the folder containing your `.jpg` images: cd /path/to/image-folder 📄 Create PDF — Random/Directory Order To convert all JPG images into a PDF: img2pdf *.jpg -o filename.pdf img2pdf *.jpg -o images.pdf 🔢 [&#8230;]]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">673</post-id>	</item>
		<item>
		<title>Install Nvm Ubuntu</title>
		<link>https://linuxguru.co.in/install-nvm-ubuntu/</link>
		
		<dc:creator><![CDATA[Jeet Choudhary]]></dc:creator>
		<pubDate>Wed, 02 Jul 2025 07:07:28 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Install Nvm]]></category>
		<category><![CDATA[Install Nvm Ubuntu]]></category>
		<guid isPermaLink="false">https://linuxguru.co.in/?p=650</guid>

					<description><![CDATA[curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh &#124; bash export NVM_DIR=&#8221;$HOME/.nvm&#8221; [ -s &#8220;$NVM_DIR/nvm.sh&#8221; ] &#38;&#38; \. &#8220;$NVM_DIR/nvm.sh&#8221; # This loads nvm [ -s &#8220;$NVM_DIR/bash_completion&#8221; ] &#38;&#38; \. &#8220;$NVM_DIR/bash_completion&#8221; # This loads nvm bash_completion source ~/.bashrc]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">650</post-id>	</item>
		<item>
		<title>MongoDB For Ubuntu 24.04</title>
		<link>https://linuxguru.co.in/mongodb-for-ubuntu-24-04/</link>
		
		<dc:creator><![CDATA[Jeet Choudhary]]></dc:creator>
		<pubDate>Wed, 02 Jul 2025 07:03:36 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Install Mongodb]]></category>
		<category><![CDATA[Install Mongodb latest version]]></category>
		<category><![CDATA[Install Mongodb Ubuntu24.04]]></category>
		<category><![CDATA[Mongodb Ubuntu24.04]]></category>
		<guid isPermaLink="false">https://linuxguru.co.in/?p=648</guid>

					<description><![CDATA[sudo apt-get install gnupg curl curl -fsSL https://www.mongodb.org/static/pgp/server-8.0.asc &#124; \ sudo gpg -o /usr/share/keyrings/mongodb-server-8.0.gpg \ &#8211;dearmor echo &#8220;deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-8.0.gpg ] https://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.0 multiverse&#8221; &#124; sudo tee /etc/apt/sources.list.d/mongodb-org-8.0.list sudo apt-get update echo &#8220;mongodb-org hold&#8221; &#124; sudo dpkg &#8211;set-selections echo &#8220;mongodb-org-database hold&#8221; &#124; sudo dpkg &#8211;set-selections echo &#8220;mongodb-org-server hold&#8221; &#124; sudo dpkg &#8211;set-selections echo &#8220;mongodb-org-shell [&#8230;]]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">648</post-id>	</item>
		<item>
		<title>MongoDB For Ubuntu 20.04</title>
		<link>https://linuxguru.co.in/mongodb-for-ubuntu-20-04/</link>
		
		<dc:creator><![CDATA[Jeet Choudhary]]></dc:creator>
		<pubDate>Wed, 02 Jul 2025 07:00:06 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Install Mongodb]]></category>
		<category><![CDATA[Install Mongodb latest version]]></category>
		<category><![CDATA[Install Mongodb Ubuntu 20.04]]></category>
		<category><![CDATA[Mongodb Ubuntu 20.04]]></category>
		<guid isPermaLink="false">https://linuxguru.co.in/?p=645</guid>

					<description><![CDATA[sudo apt-get update sudo apt-get -y upgrade sudo apt-get -y install -f sudo apt-get -y autoremove wget -qO &#8211; https://www.mongodb.org/static/pgp/server-5.0.asc &#124; sudo apt-key add &#8211; sudo apt-get install gnupg wget -qO &#8211; https://www.mongodb.org/static/pgp/server-5.0.asc &#124; sudo apt-key add &#8211; echo &#8220;deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/5.0 multiverse&#8221; &#124; sudo tee /etc/apt/sources.list.d/mongodb-org-5.0.list sudo apt-get update sudo apt-get [&#8230;]]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">645</post-id>	</item>
		<item>
		<title>Install Hubstaff</title>
		<link>https://linuxguru.co.in/642-2/</link>
		
		<dc:creator><![CDATA[Jeet Choudhary]]></dc:creator>
		<pubDate>Wed, 02 Jul 2025 06:57:41 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[hubstaff]]></category>
		<category><![CDATA[Install hubstaff]]></category>
		<category><![CDATA[install hubstaff ubuntu]]></category>
		<guid isPermaLink="false">https://linuxguru.co.in/?p=642</guid>

					<description><![CDATA[Download the hubstaff deb file Click hear Then Go to Download Directory run this command sudo chmod 755 Hubstaff-filename.sh ./Hubstaff-filename.sh]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">642</post-id>	</item>
		<item>
		<title>Install Google Chrome</title>
		<link>https://linuxguru.co.in/install-google-chrome/</link>
		
		<dc:creator><![CDATA[Jeet Choudhary]]></dc:creator>
		<pubDate>Wed, 02 Jul 2025 06:42:55 +0000</pubDate>
				<category><![CDATA[Apache2]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>
		<guid isPermaLink="false">https://linuxguru.co.in/?p=639</guid>

					<description><![CDATA[Download the Chrome deb file Click hear Then Go to Download Directory run this command sudo dpkg -i google-chrome-stable_current_amd64.deb &#160;]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">639</post-id>	</item>
		<item>
		<title>Install MS teams</title>
		<link>https://linuxguru.co.in/install-ms-teams/</link>
		
		<dc:creator><![CDATA[Jeet Choudhary]]></dc:creator>
		<pubDate>Wed, 02 Jul 2025 06:25:39 +0000</pubDate>
				<category><![CDATA[Apache2]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Install MS teams]]></category>
		<category><![CDATA[Install MS teams ubuntu]]></category>
		<category><![CDATA[Install teams ubuntu]]></category>
		<guid isPermaLink="false">https://linuxguru.co.in/?p=634</guid>

					<description><![CDATA[sudo snap install teams-for-linux]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">634</post-id>	</item>
		<item>
		<title>Install VS Code</title>
		<link>https://linuxguru.co.in/install-vs-code/</link>
		
		<dc:creator><![CDATA[Jeet Choudhary]]></dc:creator>
		<pubDate>Wed, 02 Jul 2025 06:23:57 +0000</pubDate>
				<category><![CDATA[Apache2]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[How to Install VS Code]]></category>
		<category><![CDATA[How to Install VS Code ubuntu]]></category>
		<category><![CDATA[Install VS Code]]></category>
		<guid isPermaLink="false">https://linuxguru.co.in/?p=632</guid>

					<description><![CDATA[sudo snap install code &#8211;classic]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">632</post-id>	</item>
		<item>
		<title>Install sublime-text Ubuntu</title>
		<link>https://linuxguru.co.in/install-sublime-text-ubuntu/</link>
		
		<dc:creator><![CDATA[Jeet Choudhary]]></dc:creator>
		<pubDate>Wed, 02 Jul 2025 06:15:55 +0000</pubDate>
				<category><![CDATA[Home Securities]]></category>
		<category><![CDATA[Install sublime]]></category>
		<category><![CDATA[Install sublime ubuntu]]></category>
		<category><![CDATA[Sublime]]></category>
		<guid isPermaLink="false">https://linuxguru.co.in/?p=626</guid>

					<description><![CDATA[sudo snap install sublime-text &#8211;classic]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">626</post-id>	</item>
		<item>
		<title>Generate CSR</title>
		<link>https://linuxguru.co.in/generate-csr/</link>
		
		<dc:creator><![CDATA[Jeet Choudhary]]></dc:creator>
		<pubDate>Fri, 20 Sep 2024 07:55:57 +0000</pubDate>
				<category><![CDATA[Apache2]]></category>
		<guid isPermaLink="false">https://linuxguru.co.in/?p=613</guid>

					<description><![CDATA[openssl req -new -newkey rsa:2048 -nodes -keyout Domain.key -out Domain.csr]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">613</post-id>	</item>
	</channel>
</rss>
