<?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>Ubuntu Archives - Tricky Enough</title>
	<atom:link href="https://www.trickyenough.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.trickyenough.com/tag/ubuntu/</link>
	<description>Explore and Share the Tech</description>
	<lastBuildDate>Fri, 04 Apr 2025 20:36:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.trickyenough.com/wp-content/uploads/2021/05/favicon-32x32-1.png</url>
	<title>Ubuntu Archives - Tricky Enough</title>
	<link>https://www.trickyenough.com/tag/ubuntu/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">100835972</site>	<item>
		<title>How to Install Guest Additions in VirtualBox on Ubuntu?</title>
		<link>https://www.trickyenough.com/how-to-install-guest-additions-in-virtualbox-on-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-guest-additions-in-virtualbox-on-ubuntu</link>
					<comments>https://www.trickyenough.com/how-to-install-guest-additions-in-virtualbox-on-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[Vishvajit Kumar]]></dc:creator>
		<pubDate>Mon, 17 Mar 2025 12:31:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux os]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[virtual box]]></category>
		<category><![CDATA[Virtualbox]]></category>
		<guid isPermaLink="false">https://www.trickyenough.com/?p=163612</guid>

					<description><![CDATA[<p>You may have noticed certain limitations if you installed Ubuntu as a guest operating system in VirtualBox. The screen resolution may be stuck, file sharing between the host and guest may fail, and overall performance may appear sluggish. This is where the VirtualBox Guest Additions come in. In this post, we will show you how...</p>
<p>The post <a href="https://www.trickyenough.com/how-to-install-guest-additions-in-virtualbox-on-ubuntu/">How to Install Guest Additions in VirtualBox on Ubuntu?</a> appeared first on <a href="https://www.trickyenough.com">Tricky Enough</a>.</p>
]]></description>
										<content:encoded><![CDATA[





























































<p>You may have noticed certain limitations if you installed <a href="https://ubuntu.com/" target="_blank" rel="nofollow">Ubuntu</a> as a guest operating system in VirtualBox. The screen resolution may be stuck, file sharing between the host and guest may fail, and overall performance may appear sluggish. This is where the VirtualBox Guest Additions come in. In this post, we will show you how to install VirtualBox Guest Additions in Ubuntu.</p>



<p>Guest Additions are a collection of drivers and utilities that enhance the integration of the host and guest operating systems. Installing Guest Additions unlocks various valuable functions, such as:</p>



<ul class="wp-block-list">
<li><strong>Mouse Integration </strong>is seamless, with no need to press a key to release the mouse.</li>



<li><strong>Shared Clipboard</strong> allows for copying and pasting between the host and guest operating systems.</li>



<li><strong>Drag and Drop Support </strong>easily transfers files between systems.</li>



<li><strong>Improved video performance </strong>by dynamically<a href="https://www.trickyenough.com/choosing-a-webinar-platform-for-hr/" target="_blank" rel="noreferrer noopener"> resizing the guest OS screen</a>.</li>



<li><strong>Shared Folders </strong>allow you to access host files from the guest system.</li>
</ul>



<h2 class="wp-block-heading"><strong>Prerequisites</strong></h2>



<p>Before starting with the installation, ensure that you meet the following requirements:</p>



<h3 class="wp-block-heading"><strong>1. System Requirements</strong></h3>



<ul class="wp-block-list">
<li>A working VirtualBox installation.</li>



<li>VirtualBox-based Ubuntu guest OS with enough free storage (at least 500MB)</li>
</ul>



<h3 class="wp-block-heading"><strong>2. Ensure VirtualBox is Installed</strong></h3>



<p>If you haven&#8217;t already downloaded and installed VirtualBox, do so from the official website.</p>



<h3 class="wp-block-heading"><strong>3. Install Necessary Packages</strong></h3>



<p>You must first install some essential packages before proceeding to install Guest Additions. Run the following command on the Ubuntu terminal:</p>



<div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-8cf370e7 wp-block-group-is-layout-flex">
<p><em><mark class="has-inline-color has-vivid-green-cyan-color">sudo apt update &amp;&amp; sudo apt upgrade -y</mark></em></p>



<p><mark class="has-inline-color has-vivid-green-cyan-color"><em>sudo apt install build-essential dkms linux-headers-$(uname -r)</em></mark></p>
</div>



<p>These packages guarantee that the Guest Additions modules are compiled properly.</p>



<h2 class="wp-block-heading"><strong>Step-by-Step Guide to Install Guest Additions in Ubuntu</strong></h2>



<h3 class="wp-block-heading"><strong>Step 1: Update Ubuntu System</strong></h3>



<p>Keeping your system up to date is usually a smart idea <a href="https://www.trickyenough.com/mobile-application/" target="_blank" rel="noreferrer noopener">when installing new applications</a>. Open the terminal and run:</p>



<p><em><mark class="has-inline-color has-vivid-green-cyan-color">sudo apt update &amp;&amp; sudo apt upgrade -y</mark></em></p>



<h3 class="wp-block-heading"><strong>Step 2: Install Required Dependencies</strong></h3>



<p>To ensure a smooth installation, install the following packages:</p>



<p><em><mark class="has-inline-color has-vivid-green-cyan-color">sudo apt install build-essential dkms linux-headers-$(uname -r)</mark></em></p>



<h3 class="wp-block-heading"><strong>Step 3: Insert the Guest Additions ISO Image</strong></h3>



<ol class="wp-block-list">
<li>Launch VirtualBox and activate your Ubuntu virtual computer.</li>



<li>In VirtualBox, select Devices &gt; Insert Guest Additions CD Image.</li>



<li>To begin the installation, click Run when prompted.</li>
</ol>



<h3 class="wp-block-heading"><strong>Step 4: Mount the ISO Image Manually (If Not Auto-Mounted)</strong></h3>



<p>If the ISO does not mount itself, open a terminal and run:</p>



<p><em><mark class="has-inline-color has-vivid-green-cyan-color">sudo mount /dev/cdrom /mnt</mark></em></p>



<h3 class="wp-block-heading"><strong>Step 5: Run the Guest Additions Installer</strong></h3>



<p>Once the ISO has been mounted, proceed to the directory and run the installer:</p>



<div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-8cf370e7 wp-block-group-is-layout-flex">
<p><em><mark class="has-inline-color has-vivid-green-cyan-color">cd /mnt</mark></em></p>



<p><em><mark class="has-inline-color has-vivid-green-cyan-color">sudo ./VBoxLinuxAdditions.run</mark></em></p>
</div>



<p>Wait for the installation to be completed.</p>



<h3 class="wp-block-heading"><strong>Step 6: Restart Ubuntu to Apply Changes</strong></h3>



<p>After the installation, restart the Ubuntu guest system:</p>



<p><em><mark class="has-inline-color has-vivid-green-cyan-color">sudo reboot</mark></em></p>



<h2 class="wp-block-heading"><strong>Verifying the Installation</strong></h2>



<p>After the system restarts, see if the installation was successful.</p>



<ol class="wp-block-list">
<li><strong>Seamless Mouse Integration &#8211; </strong>Move the mouse freely between the host and the visitor without pressing the release key.</li>



<li><strong>Screen Resizing &#8211; </strong>Try resizing the VirtualBox window and see whether Ubuntu adjusts accordingly.</li>



<li><strong>Shared Clipboard and Drag-and-Drop &#8211; </strong>Turn them on in VirtualBox&#8217;s Devices &gt; Shared Clipboard and Drag-and-Drop settings.</li>
</ol>



<p>If these features work, the installation is complete!</p>



<h2 class="wp-block-heading"><strong>Troubleshooting Common Issues</strong></h2>



<h3 class="wp-block-heading"><strong>1. Guest Additions ISO Not Found</strong></h3>



<p>If VirtualBox cannot find the ISO, manually download it from the VirtualBox website.</p>



<h3 class="wp-block-heading"><strong>2. Unable to Mount Guest Additions to ISO</strong></h3>



<p>Try manually mounting it with the following:</p>



<p><em><mark class="has-inline-color has-vivid-green-cyan-color">sudo mount /dev/cdrom /mnt</mark></em></p>



<h3 class="wp-block-heading"><strong>3. Kernel Headers Not Found Error</strong></h3>



<p>Ensure that you have installed them correctly using:</p>



<p><em><mark class="has-inline-color has-vivid-green-cyan-color">sudo apt install linux-headers-$(uname -r)</mark></em></p>



<h3 class="wp-block-heading"><strong>4. Screen Resolution Not Changing</strong></h3>



<p>If the resolution does not change, try running:</p>



<p><em><mark class="has-inline-color has-vivid-green-cyan-color">xrandr &#8211;auto</mark></em></p>



<h3 class="wp-block-heading"><strong>5. Shared Clipboard or Drag-and-Drop Not Working</strong></h3>



<p>Check that they are enabled in VirtualBox settings under Devices &gt; Shared Clipboard and Devices &gt; Drag and Drop.</p>



<h2 class="wp-block-heading"><strong>Conclusion</strong></h2>



<p>How to install VirtualBox Guest Additions on Ubuntu is a simple operation that can greatly improve your virtual machine experience. It improves performance, allows for flawless integration with the host system, and unlocks helpful capabilities like a shared clipboard, drag-and-drop, and seamless display scaling.</p>



<p>Following the instructions in this article should result in a fully running Ubuntu VM with all Guest Addition capabilities enabled. If you find any problems, check the troubleshooting section for solutions to common issues.<br> </p>





























































<p>The post <a href="https://www.trickyenough.com/how-to-install-guest-additions-in-virtualbox-on-ubuntu/">How to Install Guest Additions in VirtualBox on Ubuntu?</a> appeared first on <a href="https://www.trickyenough.com">Tricky Enough</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.trickyenough.com/how-to-install-guest-additions-in-virtualbox-on-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">163612</post-id>	</item>
		<item>
		<title>How to Disable Root Login in Ubuntu for Enhanced Server Security?</title>
		<link>https://www.trickyenough.com/how-to-disable-root-login-in-ubuntu-for-enhanced-server-security/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-disable-root-login-in-ubuntu-for-enhanced-server-security</link>
					<comments>https://www.trickyenough.com/how-to-disable-root-login-in-ubuntu-for-enhanced-server-security/#respond</comments>
		
		<dc:creator><![CDATA[Sushant Gupta]]></dc:creator>
		<pubDate>Mon, 24 Feb 2025 11:58:25 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[disable root login ubuntu]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[root login]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://www.trickyenough.com/?p=163479</guid>

					<description><![CDATA[<p>Securing your Linux-based server is a key step toward preventing unauthorized access and security threats. One of the most efficient ways to do this is to disable root login in Ubuntu via SSH. By default, all Linux systems include a root user who has complete control over the system. This means that if an attacker...</p>
<p>The post <a href="https://www.trickyenough.com/how-to-disable-root-login-in-ubuntu-for-enhanced-server-security/">How to Disable Root Login in Ubuntu for Enhanced Server Security?</a> appeared first on <a href="https://www.trickyenough.com">Tricky Enough</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Securing your Linux-based server is a key step toward preventing unauthorized access and security threats. One of the most efficient ways to do this is to disable root login in Ubuntu via SSH.</p>



<p>By default, all <a href="https://www.trickyenough.com/how-to-clear-cache-on-linux/" target="_blank" rel="noreferrer noopener">Linux systems include a root user</a> who has complete control over the system. This means that if an attacker acquires root access, they will be able to completely control, alter, or destroy your server. Allowing root login over SSH raises the risk of brute-force attacks, in which hackers attempt to guess your root password and get access.</p>



<p>To improve security, disable root login and establish a non-root user with administrative access. In this post, we&#8217;ll walk you through the steps to deactivate root login via SSH on Ubuntu, preventing unauthorized users from accessing your server as root.</p>



<h2 class="wp-block-heading"><strong>Step 1: Logging In and Checking Authentication Logs</strong></h2>



<p>Before making any changes to the SSH setup, you must connect to your server as a non-root user with sudo capabilities. You will also check the authentication logs for any unauthorized login attempts.</p>



<h3 class="wp-block-heading"><strong>Accessing Your Server as a Non-Root User</strong></h3>



<p>To log in with a password, run the following line in your terminal:</p>



<p><em><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color">ssh sammy@your_server_ip</mark></em></p>



<p>To perform key-based authentication, use:</p>



<p><em><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color">ssh -i your_private_key sammy@your_server_ip</mark></em></p>



<p><strong>Note:</strong> Replace sammy with the username of your sudo-enabled user and your_server_ip with the IP address of the Ubuntu server.</p>



<p>You should create a sudo-enabled account before removing the root login. Without a sudo user, you may lose administrative control over your server.</p>



<h3 class="wp-block-heading"><strong>Checking Authentication Logs for Unauthorized Access</strong></h3>



<p>Once logged in, go to the authentication logs directory.</p>



<p><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color"><em>cd /var/log/</em></mark></p>



<p>To view the authentication log, run the following command:</p>



<p><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color"><em>sudo cat auth.log</em></mark></p>



<p>This log includes all login attempts to your server, both successful and failed. If you notice several failed login attempts, it indicates that someone is attempting to break into your server.</p>



<p>Disabling root login significantly lowers the risk of brute-force attacks and unauthorized access.</p>



<h2 class="wp-block-heading"><strong>Step 2: Disable Root Login Ubuntu Over SSH</strong></h2>



<p>To disable root login, edit the SSH configuration file and restart the SSH service.</p>



<h3 class="wp-block-heading"><strong>Editing the SSH Configuration File</strong></h3>



<p>Open the SSH daemon configuration file with a text editor, such as nano.</p>



<p><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color"><em>sudo nano /etc/ssh/sshd_config</em></mark></p>



<p>Search for the following line in the file:</p>



<p><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color"><em>PermitRootLogin yes</em></mark></p>



<p>Change it to:</p>



<p><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color"><em>PermitRootLogin no</em></mark></p>



<p>This setting informs the SSH daemon to refuse all SSH login attempts from the root user.</p>



<p><strong>Tip:</strong> If the line does not already exist in your configuration file, add it at the end.</p>



<p>After making the changes, save the file by pressing CTRL + X, Y, and Enter.</p>



<h3 class="wp-block-heading"><strong>Restarting the SSH Service</strong></h3>



<p>To apply the modifications, restart the SSH service by running the following command:</p>



<p><em><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color">sudo systemctl restart sshd</mark></em></p>



<p>Restarting the SSH service ensures that any configuration changes take effect immediately.</p>



<h2 class="wp-block-heading"><strong>Step 3: Testing If Root Login Is Disabled</strong></h2>



<p>Now that we&#8217;ve changed the SSH setup, we&#8217;ll see if the root login is disabled.</p>



<h3 class="wp-block-heading"><strong>Attempting to Log In as Root</strong></h3>



<p>Open a new terminal window and attempt to log in as the root user.</p>



<p>In the case of password-based authentication:</p>



<p><em><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color">ssh root@your_server_ip</mark></em></p>



<p>For authentication based on keys:</p>



<p><em><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color">ssh -i your_private_key root@your_server_ip</mark></em></p>



<p>If the changes were successfully implemented, you should get the following error message:</p>



<p>Permission denied; please try again.</p>



<p>This confirms that SSH no longer supports root logins.</p>



<h3 class="wp-block-heading"><strong>Logging In with a Sudo User</strong></h3>



<p>Because root login is disabled, you should now visit the server as a non-root user.</p>



<p>In the case of <a href="https://www.trickyenough.com/advanced-security-systems-must-seen-believed/" target="_blank" rel="noreferrer noopener">password-based authentication</a>:</p>



<p><em><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color">ssh sammy@your_server_ip</mark></em></p>



<p>For authentication based on keys:</p>



<p><em><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color">ssh -i your_private_key sammy@your_server_ip</mark></em></p>



<p>Once logged in, you can use sudo to conduct administrative activities. For example, to upgrade your system, run:</p>



<p><em><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color">sudo apt update &amp;&amp; sudo apt upgrade -y</mark></em></p>



<p>Using a sudo-enabled user allows you to maintain complete control over your system while keeping it secure.</p>



<h2 class="wp-block-heading"><strong>Additional Security Tips</strong></h2>



<p>In addition to blocking root login, you should adopt the following security measures:</p>



<ol class="wp-block-list">
<li><strong>Use SSH Key Authentication:</strong> To improve security, use SSH keys rather than passwords.</li>



<li><strong>Change the SSH Port:</strong> Change the SSH port (22) by default to reduce your risk of brute-force attacks.</li>
</ol>



<p><strong>Enable a Firewall:</strong> Use the Uncomplicated Firewall (UFW) to prevent unwanted access:<br>sudo ufw allow OpenSSH</p>



<p><em><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color">sudo ufw enable</mark></em></p>



<ol start="3" class="wp-block-list">
<li><strong>Use Fail2Ban:</strong> To automatically block IP addresses with a history of unsuccessful login attempts, install Fail2Ban.</li>
</ol>



<p><strong>Regularly Update Your System:</strong> Update your server regularly to fix security flaws.<br><em><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color">sudo apt update &amp;&amp; sudo apt upgrade -y</mark></em></p>



<h2 class="wp-block-heading"><strong>Conclusion</strong></h2>



<p>We discussed how to disable root login ubuntu in this article. Ubuntu to make your Linux-based computer more secure. We effectively prevented direct root access by changing the SSH configuration file and restarting the SSH service, which lowered the possibility of unwanted access.</p>



<p>Your server is now more secure with root login disabled, and you may still use a sudo-enabled non-root user to carry out administrative activities.</p>



<p>You can further strengthen your server&#8217;s defenses by following best security practices, which include using SSH keys, changing the default SSH port, and turning on a firewall.</p>
<p>The post <a href="https://www.trickyenough.com/how-to-disable-root-login-in-ubuntu-for-enhanced-server-security/">How to Disable Root Login in Ubuntu for Enhanced Server Security?</a> appeared first on <a href="https://www.trickyenough.com">Tricky Enough</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.trickyenough.com/how-to-disable-root-login-in-ubuntu-for-enhanced-server-security/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">163479</post-id>	</item>
		<item>
		<title>How to Install Jellyfin Media Server on Ubuntu?</title>
		<link>https://www.trickyenough.com/how-to-install-jellyfin-media-server-on-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-jellyfin-media-server-on-ubuntu</link>
					<comments>https://www.trickyenough.com/how-to-install-jellyfin-media-server-on-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[Vipin Gupta]]></dc:creator>
		<pubDate>Thu, 06 Jul 2023 23:31:05 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Jellyfin]]></category>
		<category><![CDATA[Jellyfin app]]></category>
		<category><![CDATA[jellyfin review]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[media server]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://www.trickyenough.com/?p=88707</guid>

					<description><![CDATA[<p>Jellyfin media server is open-source and free software. Using Jellyfin, you can explore content on Android, Computers, Fire TV devices, Android TV, and more. However, when talking about installing the Jellyfin media server, it is not limited to Linux solely. It can be operated on macOS, Microsoft Windows, or in a Docker container. So, if...</p>
<p>The post <a href="https://www.trickyenough.com/how-to-install-jellyfin-media-server-on-ubuntu/">How to Install Jellyfin Media Server on Ubuntu?</a> appeared first on <a href="https://www.trickyenough.com">Tricky Enough</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"><br />
<html><body></p>
<p>
</p>


<p>Jellyfin media server is open-source and free software. Using Jellyfin, you can explore content on Android, Computers, Fire TV devices, Android TV, and more. However, when talking about installing the Jellyfin media server, it is not limited to Linux solely. It can be operated on macOS, Microsoft Windows, or in a Docker container. So, if you plan to install Jellyfin on Ubuntu, you&#8217;ve landed on the right page. Here is the step-by-step guide on installing the <a href="https://www.trickyenough.com/why-you-should-use-jellyfin/" target="_blank" rel="noreferrer noopener">Jellyfin media server</a> on Ubuntu. Let&#8217;s get started!</p>



<h2 class="wp-block-heading" id="h-how-to-install-jellyfin-media-server-on-ubuntu-step-by-step-process">How to install Jellyfin Media Server on Ubuntu? (Step-by-step process)</h2>



<p>Here&#8217;s the step-by-step process to install Jellyfin Media Server on Ubuntu:</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="1879" height="884" src="https://www.trickyenough.com/wp-content/uploads/2023/07/Jellyfin-Media-Server-on-Ubuntu.jpeg" alt="install jellyfin on ubuntu" class="wp-image-88770" srcset="https://www.trickyenough.com/wp-content/uploads/2023/07/Jellyfin-Media-Server-on-Ubuntu.jpeg 1879w, https://www.trickyenough.com/wp-content/uploads/2023/07/Jellyfin-Media-Server-on-Ubuntu-300x141.jpeg 300w, https://www.trickyenough.com/wp-content/uploads/2023/07/Jellyfin-Media-Server-on-Ubuntu-1024x482.jpeg 1024w, https://www.trickyenough.com/wp-content/uploads/2023/07/Jellyfin-Media-Server-on-Ubuntu-768x361.jpeg 768w, https://www.trickyenough.com/wp-content/uploads/2023/07/Jellyfin-Media-Server-on-Ubuntu-1536x723.jpeg 1536w, https://www.trickyenough.com/wp-content/uploads/2023/07/Jellyfin-Media-Server-on-Ubuntu-150x71.jpeg 150w" sizes="(max-width: 1879px) 100vw, 1879px" /><figcaption class="wp-element-caption">Image credits: screenshot taken from the website</figcaption></figure>



<h3 class="wp-block-heading" id="h-step-1-enable-jellyfin-gpg-key">Step 1. Enable Jellyfin GPG Key</h3>



<p>First and foremost, add the Jellyfin GPG key to ensure that the pack you install belongs to an authentic source. Here is the command to enable secure protocol support &#8211;</p>



<figure class="wp-block-table"><table><tbody><tr><td><strong>sudo apt install apt-transport-https</strong></td></tr></tbody></table></figure>



<p>Add key &#8211;&nbsp;</p>



<figure class="wp-block-table"><table><tbody><tr><td><strong>wget -O &#8211; https://repo.jellyfin.org/jellyfin_team.gpg.key | sudo apt-key add &#8211;</strong></td></tr></tbody></table></figure>



<h3 class="wp-block-heading" id="h-step-2-add-jellyfin-repository">Step 2. Add Jellyfin Repository</h3>



<p>It&#8217;s time to add the Jellyfin repository. There is an official repository offered by Jellyfin to Ubuntu. Run the following command to add the repository.</p>



<figure class="wp-block-table"><table><tbody><tr><td><strong>echo &#8220;deb [arch=$( dpkg &#8211;print-architecture )] https://repo.jellyfin.org/$( awk -F&#8217;=&#8217; &#8216;/^ID=/{ print $NF }&#8217; /etc/os-release ) $( awk -F&#8217;=&#8217; &#8216;/^VERSION_CODENAME=/{ print $NF }&#8217; /etc/os-release ) main&#8221; | sudo tee /etc/apt/sources.list.d/jellyfin.list</strong></td></tr></tbody></table></figure>



<h3 class="wp-block-heading" id="h-step-3-run-system-update">Step 3. Run System Update</h3>



<p>Once again update the complete package list to add the Jellyfin repository.&nbsp;&nbsp;</p>



<figure class="wp-block-table"><table><tbody><tr><td><strong>sudo apt update</strong></td></tr></tbody></table></figure>



<h3 class="wp-block-heading" id="h-step-4-install-jellyfin-on-ubuntu">Step 4. Install Jellyfin on Ubuntu</h3>



<p>Automatically <a href="https://www.trickyenough.com/how-to-install-jellyfin-on-windows/" target="_blank" rel="noreferrer noopener">install Jellyfin</a> on Ubuntu or <a href="https://www.trickyenough.com/debian-vs-red-hat/" target="_blank" rel="noreferrer noopener">Debian-based Linux</a> operating systems. Here is the command for the same -Ãƒâ€šÂ&nbsp;</p>



<figure class="wp-block-table"><table><tbody><tr><td><strong>sudo apt install jellyfin</strong></td></tr></tbody></table></figure>



<h3 class="wp-block-heading" id="h-step-5-enable-jellyfin-server">Step 5. Enable Jellyfin Server</h3>



<p>Once Jellyfin is successfully installed on Ubuntu, it&#8217;s time to kickstart the services and enable them for the future. Use this command to start and enable the Jellyfin service &#8211;</p>



<figure class="wp-block-table"><table><tbody><tr><td><strong>sudo systemctl enable jellyfin</strong></td></tr></tbody></table></figure>



<p>To check everything is in its place and running properly, use this command &#8211;&nbsp;</p>



<figure class="wp-block-table"><table><tbody><tr><td><strong>sudo systemctl status jellyfin</strong></td></tr></tbody></table></figure>



<p>Press Ctrl+C to exit!&nbsp;</p>



<h3 class="wp-block-heading" id="h-step-6-setup-jellyfin-server">Step 6. Setup Jellyfin Server</h3>



<p>Now, everything is in place, and Jellyfin is running perfectly on Ubuntu. Now, it&#8217;s time to explore the web interface. Jellyfin automatically runs on port 8096. Go to the browser on Ubuntu, add the address, and navigate.&nbsp;</p>



<figure class="wp-block-table"><table><tbody><tr><td><strong>http://localhost:8096</strong></td></tr></tbody></table></figure>



<p>Now, the Jellyfin web interface will show up where you can move forward with the configuration and initial setup of the media server. If you&#8217;re using a remote machine to access Jellyfin, add the IP address in place of the local host. You can also mention the hostname of the Ubuntu system.</p>



<h3 class="wp-block-heading" id="h-step-7-add-username-and-password">Step 7. Add Username and Password</h3>



<p>Tap on the Next option to complete the process. A new screen will appear where the Admin can set up the username and password. Add your chosen username and password, and click on the next option.</p>



<h3 class="wp-block-heading" id="h-step-8-enable-library">Step 8. Enable Library</h3>



<p>As you visit the add media library page, click the + button to choose from different media files like images, music, and videos. Also, add the folder path, country, and other details.&nbsp;</p>



<h3 class="wp-block-heading" id="h-step-9-login-jellyfin-server">Step 9. Login Jellyfin Server&nbsp;</h3>



<p>To log in, enter your username and password! You can now explore and access photos, videos, music, and other files.</p>



<h2 class="wp-block-heading" id="h-conclusion">Conclusion</h2>



<p>Installing and setting up the Jellyfin media server on Ubuntu is no big Science. You only need a little focus and a detailed step-by-step guide to complete the process. We hope this guide to installing Jellyfin Media Server on Ubuntu helped you and made the process easier than ever before.</p>



<p><strong>Suggested</strong>:</p>



<p><a href="https://www.trickyenough.com/kodi-vs-jellyfin/" target="_blank" rel="noreferrer noopener">Kodi vs. Jellyfin</a>.</p>



<p><a href="https://www.trickyenough.com/jellyfin-review/" target="_blank" rel="noreferrer noopener">Jellyfin Review 2023: Everything You Need to Know</a>.</p>


</p>
<p></body></html></p><p>The post <a href="https://www.trickyenough.com/how-to-install-jellyfin-media-server-on-ubuntu/">How to Install Jellyfin Media Server on Ubuntu?</a> appeared first on <a href="https://www.trickyenough.com">Tricky Enough</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.trickyenough.com/how-to-install-jellyfin-media-server-on-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">88707</post-id>	</item>
		<item>
		<title>How To Reset Windows Password With Ubuntu?</title>
		<link>https://www.trickyenough.com/reset-windows-password-with-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=reset-windows-password-with-ubuntu</link>
					<comments>https://www.trickyenough.com/reset-windows-password-with-ubuntu/#comments</comments>
		
		<dc:creator><![CDATA[Robin Khokhar]]></dc:creator>
		<pubDate>Fri, 27 Apr 2018 06:39:00 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Reset Windows Password With Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows Password]]></category>
		<guid isPermaLink="false">https://www.trickyenough.com/?p=6064</guid>

					<description><![CDATA[<p>If you are a Windows user, you might be aware of one secret option. Yes, the option of creating the password of reset disk. Such a thing is inevitably a boon to Windows users and millions of users are using the same. This will be a help for those who have forgotten their passwords and...</p>
<p>The post <a href="https://www.trickyenough.com/reset-windows-password-with-ubuntu/">How To Reset Windows Password With Ubuntu?</a> appeared first on <a href="https://www.trickyenough.com">Tricky Enough</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you are a Windows user, you might be aware of one secret option. Yes, the option of creating the password of reset disk. Such a thing is inevitably a boon to Windows users and millions of users are using the same. This will be a help for those who have forgotten their passwords and are finding no way out. In windows, the administrator’s role is surely an important one. The admin account is often concealed in Windows unless you activate it manually.</p>
<h2>Things To Remember:</h2>
<p>This method is free of cost and with such one, you can <strong>reset windows password with Ubuntu</strong> to a level of perfection. Hence, let us move ahead and get to know such a great method to reset the windows password with Ubuntu.</p>
<h2>Reset Windows Password with Ubuntu Live CD/USB.</h2>
<p>Before you begin with anything, I suggest you get a good USB installer to your rescue. With a USB installer, you can create a bootable Ubuntu USB Flash drive. Then, move ahead and <a href="https://www.ubuntu.com/download/desktop" target="_blank" rel="noopener noreferrer">download Ubuntu 16.04</a> from any reliable source.<br />
After the completion of above work, launch the Ubuntu USB Installer and select Ubuntu from the drop-down menu. Then, select the browse tab in order to select the Ubuntu ISO File.<br />
Further, to let you know everything in a bit more detailing, let us take the step by step route. So, let’s begin.</p>
<p><strong>Suggested:</strong></p>
<p><a href="https://www.trickyenough.com/how-can-we-use-linux-without-installing/" target="_blank" rel="noopener noreferrer">How to use Linux without installing</a>.</p>
<p><strong>Step 1:</strong> Get a great USB Installer and download the Ubuntu 16.04.</p>
<p><img decoding="async" class="aligncenter size-full wp-image-6066" src="https://www.trickyenough.com/wp-content/uploads/2018/04/1.png" alt="" width="513" height="399" srcset="https://www.trickyenough.com/wp-content/uploads/2018/04/1.png 513w, https://www.trickyenough.com/wp-content/uploads/2018/04/1-300x233.png 300w" sizes="(max-width: 513px) 100vw, 513px" /></p>
<p><strong>Step 2:</strong> Create the Bootable USB Ubuntu Live Drive with any USB Installer.</p>
<p><strong>Step 3:</strong> Now, choose on Ubuntu from the drop-down box and select “Browse” for the selection of an Ubuntu ISO Image.</p>
<p><strong>Step 4:</strong> Now, after the completion of the above steps, let us move into a bit more detailing. Boot your PC from the Ubuntu USB Drive. And after the creation of the Ubuntu bootable USB Flash drive, you will have to reboot your PC. Now, you can get access to the PC BIOS by pressing simple buttons such as the ESC, F10, F9 or F2.</p>
<p>Move ahead towards the boot menu and click on USB as the initial boot up option.</p>
<p><strong>Step 5:</strong> Now, Install <strong>Chntpw</strong>. Download and click on this package and install it on the Ubuntu Live Disk.</p>
<p><strong>Step 6:</strong> Your Windows system will automatically mount the hard disk partition. Or else, if you want to see the SAM file, it is the file which stores the Windows Log-in Password.</p>
<p><strong>Step 7:</strong> After you locate the SAM file, just double-click on it and check the properties in the popup menu. Here, you will see the file location and you will just need to note the download file location for future references.</p>
<p><strong>Step 8:</strong> Head towards the command line section. Chntpw is the name of the application which contains the feature of the terminal in it. For using it, you will need to open the command line terminal. For opening the command line, just press Ctrl+Alt+T and the same will be kept in front of you.</p>
<p><strong>Step 9:</strong> Run the following command to go to the configuration folder:</p>
<p><strong>cd </strong>/media/&lt;drive_identifier&gt;/WINDOWS/system32/config</p>
<p><strong>Step 10: </strong>Reset the Administrator on your Windows password. For this, you will have to type the following command for running the chntpw tool:</p>
<p>sudo chntpw -u Administrator SAM</p>
<p>Now, the final step for resetting the windows password is to mount the hard disk partition. Such mounting is done at the location where your windows are currently installed. After performing all the procedures, you will surely reset your windows password with Ubuntu.</p>
<h2>Optional: Reset Windows Password Instantly with Commercial software</h2>
<p>As you can see from the above steps, it is not a simple task at all. You have to go through a lot of details to finally recover the password. Not to mention the risk that would mess up the computer. So if you are looking for easy ways, then you should take a look at TunesBro WinGeeker, one of the best ways to reset windows password. It empowers a clean UI and you only need to make a few clicks to remove the password. Not believe it? You can check the details on this tutorial page. <img decoding="async" class="aligncenter wp-image-6067 size-full" src="https://www.trickyenough.com/wp-content/uploads/2018/04/2-1.jpg" alt="Reset Windows Password With Ubuntu" width="684" height="462" srcset="https://www.trickyenough.com/wp-content/uploads/2018/04/2-1.jpg 684w, https://www.trickyenough.com/wp-content/uploads/2018/04/2-1-300x203.jpg 300w" sizes="(max-width: 684px) 100vw, 684px" /></p>
<p><strong>Final Words</strong></p>
<p>So, after reading the whole chunk of essential information, I hope you have got the solution, finally. In any case, you feel an issue, again go through the above instructions and you will find no difficulty whatsoever. At last, resetting a windows password with Ubuntu might not have been much easier with these steps.</p>
<p>If you have further questions then please let us know through Comments. </p>
<p>The post <a href="https://www.trickyenough.com/reset-windows-password-with-ubuntu/">How To Reset Windows Password With Ubuntu?</a> appeared first on <a href="https://www.trickyenough.com">Tricky Enough</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.trickyenough.com/reset-windows-password-with-ubuntu/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6064</post-id>	</item>
	</channel>
</rss>
