
<?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>Kali Linux and Windows Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/kali-linux-and-windows/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/tag/kali-linux-and-windows/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Tue, 02 Jun 2020 00:27:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://www.technig.com/wp-content/uploads/2020/04/32x32.png</url>
	<title>Kali Linux and Windows Archives - TECHNIG</title>
	<link>https://www.technig.com/tag/kali-linux-and-windows/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<item>
		<title>Sharing File Between Kali Linux and Windows 10</title>
		<link>https://www.technig.com/share-file-between-kali-linux-windows-10/</link>
					<comments>https://www.technig.com/share-file-between-kali-linux-windows-10/#comments</comments>
		
		<dc:creator><![CDATA[Shams]]></dc:creator>
		<pubDate>Wed, 13 Sep 2017 09:30:10 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[File Sharing Service]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[How to Fix]]></category>
		<category><![CDATA[Kali Linux]]></category>
		<category><![CDATA[Kali Linux and Windows]]></category>
		<category><![CDATA[Network File Sharing]]></category>
		<category><![CDATA[Penetration Testing]]></category>
		<category><![CDATA[Secure File Sharing]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=10580</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/09/Sharing-Files-between-Kali-Linux-and-Windows-10-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Sharing Files between Kali Linux and Windows 10 - Technig" decoding="async" fetchpriority="high" srcset="https://www.technig.com/wp-content/uploads/2017/09/Sharing-Files-between-Kali-Linux-and-Windows-10-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/09/Sharing-Files-between-Kali-Linux-and-Windows-10-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/Sharing-Files-between-Kali-Linux-and-Windows-10-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>File sharing in a Windows networked machines is simple. But sharing file between Kali Linux and Windows has a bit complicated process. You need to know both Linux and Windows file sharing protocols and utilities to share file between Kali Linux and Windows 10. Previously, we wrote many articles about sharing files between different operating [&#8230;]</p>
<p>The post <a href="https://www.technig.com/share-file-between-kali-linux-windows-10/">Sharing File Between Kali Linux and Windows 10</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/09/Sharing-Files-between-Kali-Linux-and-Windows-10-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Sharing Files between Kali Linux and Windows 10 - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/09/Sharing-Files-between-Kali-Linux-and-Windows-10-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/09/Sharing-Files-between-Kali-Linux-and-Windows-10-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/Sharing-Files-between-Kali-Linux-and-Windows-10-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>File sharing in a Windows networked machines is simple. But sharing file between <a href="https://www.kali.org/" rel="noopener">Kali Linux</a> and Windows has a bit complicated process. You need to know both Linux and Windows file sharing protocols and utilities to share file between Kali Linux and Windows 10. Previously, we wrote many articles about sharing files between different operating system. Here we completely focus an easy way to share file between Kali Linux and Windows 10.</p>
<p><strong>The process to Share file between Kali Linux and Windows.</strong></p>
<ol>
<li>Check network connectivity.</li>
<li>Enable Windows File Sharing.</li>
<li>Create a Share folder in Windows.</li>
<li>Configure Kali Linux File Sharing.</li>
<li>Install &#8220;cifs-utils&#8221; for mounting the shared folder in Linux.</li>
<li>Access Windows shared folder from Linux.</li>
<li>Sharing file between Linux and Windows.</li>
</ol>
<h1>Share File between Kali Linux and Windows 10</h1>
<p>Do all the process of above list to enable file sharing between Kali Linux and Windows 10. Before starting the file sharing, make sure your Windows and Linux machine are works properly.</p>
<p><strong>Note:</strong> Here I just explain some important commands. All the process are explained clearly in the video at the end of this post.</p>
<h3><strong>1. Check Network Connectivity</strong></h3>
<p>Checking network connectivity with &#8220;<strong>ipconfig</strong>&#8221; command in Windows and &#8220;<strong>ifconfig</strong>&#8221; command in Kali Linux. Your computer must be on the same network.</p>
<figure id="attachment_10646" aria-describedby="caption-attachment-10646" style="width: 764px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/Check-Network-Connectivity-in-Windows-and-Linux.jpg"><img decoding="async" class="wp-image-10646 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/Check-Network-Connectivity-in-Windows-and-Linux.jpg" alt="Check Network Connectivity in Windows and Linux" width="764" height="494" srcset="https://www.technig.com/wp-content/uploads/2017/09/Check-Network-Connectivity-in-Windows-and-Linux.jpg 764w, https://www.technig.com/wp-content/uploads/2017/09/Check-Network-Connectivity-in-Windows-and-Linux-300x194.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/Check-Network-Connectivity-in-Windows-and-Linux-210x136.jpg 210w" sizes="(max-width: 764px) 100vw, 764px" /></a><figcaption id="caption-attachment-10646" class="wp-caption-text">Check Network Connectivity in Windows and Linux</figcaption></figure>
<p>The &#8220;<strong>ipconfig</strong>&#8221; command shows IP address configuration of Windows operating system. And the &#8220;<strong>ifconfig</strong>&#8221; command shows the Linux IP address and network configuration.</p>
<blockquote><p><em><strong>Related</strong>:</em> <a href="https://www.technig.com/network-ubuntu-and-windows-10/" rel="noopener">How to network Linux and Windows 10</a>?</p></blockquote>
<h3>2. Enable Windows File Sharing.</h3>
<p>I don&#8217;t want to explain it again. You can check the process of enabling file sharing in Windows 10 on the above network Linux and Windows article. From advanced sharing settings of Windows, expand <strong>All Networks</strong> and turn on public file sharing and disable password protection option then click <strong>Save Changes</strong>.</p>
<p>Do the step 3 create a folder and share it for file sharing. This folder will be accessible from Linux.</p>
<h3>5. Install &#8220;cifs-utils&#8221; for mounting the shared folder in Linux.</h3>
<p>The CIFS filesystem is the preferred method for mounting SMB/CIFS shares on Linux. The in-kernel CIFS filesystem relies on a set of user-space tools. That package of tools is called cifs-utils. Although not really part of Samba proper, these tools were originally part of the Samba package.</p>
<p>To install &#8220;cifs-utils&#8221; type &#8220;<strong>apt-get install cifs-utils</strong>&#8221; in termial.</p>
<figure id="attachment_10652" aria-describedby="caption-attachment-10652" style="width: 1184px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/Install-cifs-utils-for-mounting-the-shared-folder-in-Linux.jpg"><img decoding="async" class="wp-image-10652 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/Install-cifs-utils-for-mounting-the-shared-folder-in-Linux.jpg" alt="Install cifs-utils for mounting the shared folder in Linux - Share File between Kali Linux and Windows 10" width="1184" height="457" srcset="https://www.technig.com/wp-content/uploads/2017/09/Install-cifs-utils-for-mounting-the-shared-folder-in-Linux.jpg 1184w, https://www.technig.com/wp-content/uploads/2017/09/Install-cifs-utils-for-mounting-the-shared-folder-in-Linux-300x116.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/Install-cifs-utils-for-mounting-the-shared-folder-in-Linux-768x296.jpg 768w, https://www.technig.com/wp-content/uploads/2017/09/Install-cifs-utils-for-mounting-the-shared-folder-in-Linux-1024x395.jpg 1024w" sizes="(max-width: 1184px) 100vw, 1184px" /></a><figcaption id="caption-attachment-10652" class="wp-caption-text">Install cifs-utils for mounting the shared folder in Linux &#8211; Share File between Kali Linux and Windows 10</figcaption></figure>
<h3>6. Access Windows shared folder from Linux.</h3>
<p>Finally, access the shared folder of Windows 10 from Kali Linux. Try to mount the shared folder with &#8220;<strong>mount.cifs</strong>&#8220;command. This will mount the shared folder to the Linux system.</p>
<figure id="attachment_10654" aria-describedby="caption-attachment-10654" style="width: 904px" class="wp-caption alignnone"><a href="https://www.technig.com/wp-content/uploads/2017/09/Access-Windows-shared-folder-from-Linux-Technig.png"><img loading="lazy" decoding="async" class="wp-image-10654 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/Access-Windows-shared-folder-from-Linux-Technig.png" alt="Access Windows shared folder from Linux - Technig" width="904" height="105" srcset="https://www.technig.com/wp-content/uploads/2017/09/Access-Windows-shared-folder-from-Linux-Technig.png 904w, https://www.technig.com/wp-content/uploads/2017/09/Access-Windows-shared-folder-from-Linux-Technig-300x35.png 300w, https://www.technig.com/wp-content/uploads/2017/09/Access-Windows-shared-folder-from-Linux-Technig-768x89.png 768w" sizes="(max-width: 904px) 100vw, 904px" /></a><figcaption id="caption-attachment-10654" class="wp-caption-text">Access Windows shared folder from Linux &#8211; Technig</figcaption></figure>
<p><em>Command details: </em></p>
<ul style="list-style-type: circle;">
<li><strong>mount.cifs:</strong> is the command for mounting SMB/CIFS shares on Linux.</li>
<li><strong>//Win10:</strong> is the Windows 10 computer name. You can use the IP address as well.</li>
<li><strong>/SharedFiles:</strong> is the name of Windows 10 shared folder.</li>
<li><strong>/root:</strong> Kali Linux, root user.</li>
<li><strong>/Desktop:</strong> desktop directory of the Kali Linux, root user.</li>
<li><strong>/NetworkFiles:</strong> is the folder on the Kali Linux desktop for mounting shared files.</li>
<li><strong>-o user=shais:</strong> is the mount.cifs command option for specifying Windows user name and password.</li>
</ul>
<h2>Sharing File between Windows 10 and Kali Linux video tutorial</h2>
<p><iframe loading="lazy" title="How to Share File between Kali Linux and Windows 10 Easily?" width="1170" height="878" src="https://www.youtube.com/embed/GeW9dEiuFFc?wmode=transparent&amp;rel=0&amp;feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p>Any question?</p>
<p>Just comment us we will reply you as soon as possible.</p>
<p>The post <a href="https://www.technig.com/share-file-between-kali-linux-windows-10/">Sharing File Between Kali Linux and Windows 10</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/share-file-between-kali-linux-windows-10/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10580</post-id>	</item>
		<item>
		<title>How to Fix Unable to Locate Package Update in Kali Linux</title>
		<link>https://www.technig.com/unable-locate-package-update/</link>
					<comments>https://www.technig.com/unable-locate-package-update/#comments</comments>
		
		<dc:creator><![CDATA[Shams]]></dc:creator>
		<pubDate>Wed, 30 Aug 2017 06:17:55 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[How to Fix]]></category>
		<category><![CDATA[Information Security]]></category>
		<category><![CDATA[Kali Linux]]></category>
		<category><![CDATA[Kali Linux and Windows]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=10410</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/08/Fix-Unable-to-Locate-Package-Update-in-Kali-Linux-Technig.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Fix Unable to Locate Package Update in Kali Linux - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/08/Fix-Unable-to-Locate-Package-Update-in-Kali-Linux-Technig.png 840w, https://www.technig.com/wp-content/uploads/2017/08/Fix-Unable-to-Locate-Package-Update-in-Kali-Linux-Technig-300x150.png 300w, https://www.technig.com/wp-content/uploads/2017/08/Fix-Unable-to-Locate-Package-Update-in-Kali-Linux-Technig-768x384.png 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>We received many questions about Kali Linux apt-get update not working. Let&#8217;s fix unable to locate package update in Kali Linux correctly. The single most common causes of a broken Kali Linux installation are following unofficial advice, and particularly arbitrarily populating the system’s sources.List file with unofficial repositories. The following post aims to clarify what repositories [&#8230;]</p>
<p>The post <a href="https://www.technig.com/unable-locate-package-update/">How to Fix Unable to Locate Package Update in Kali Linux</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/08/Fix-Unable-to-Locate-Package-Update-in-Kali-Linux-Technig.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Fix Unable to Locate Package Update in Kali Linux - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/08/Fix-Unable-to-Locate-Package-Update-in-Kali-Linux-Technig.png 840w, https://www.technig.com/wp-content/uploads/2017/08/Fix-Unable-to-Locate-Package-Update-in-Kali-Linux-Technig-300x150.png 300w, https://www.technig.com/wp-content/uploads/2017/08/Fix-Unable-to-Locate-Package-Update-in-Kali-Linux-Technig-768x384.png 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>We received many questions about Kali Linux apt-get update not working. Let&#8217;s fix unable to locate package update in Kali Linux correctly. The single most common causes of a broken Kali Linux installation are following unofficial advice, and particularly arbitrarily populating the system’s sources.List file with unofficial repositories. The following post aims to clarify what repositories should exist in sources.list, and when they should be used.</p>
<blockquote>
<p style="text-align: left;">This repository is actually Debian’s Testing distribution with all the kali-specific packages (available in the kali-dev-only repository) force-injected with Kali packages taking precedence over the Debian packages. Sometimes when Testing changes, some Kali packages must be updated and this will not happen immediately. During this time, kali-dev is likely to be broken. This repository is where Kali developers push updated packages and is the basis used to create kali-rolling.</p>
</blockquote>
<h1>Fix Unable to Locate Package Update in Kali Linux</h1>
<p>To fix the broken Kali Linux installation just change the repository source from sources.list file. Open the sources.list file with a text editor and replace with the below sources list.</p>
<figure id="attachment_10417" aria-describedby="caption-attachment-10417" style="width: 486px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/08/Fix-Unable-to-locate-package-update-Kali-Linux.png"><img loading="lazy" decoding="async" class="wp-image-10417 size-full" src="https://www.technig.com/wp-content/uploads/2017/08/Fix-Unable-to-locate-package-update-Kali-Linux.png" alt="Fix Unable to locate package update Kali Linux" width="486" height="101" srcset="https://www.technig.com/wp-content/uploads/2017/08/Fix-Unable-to-locate-package-update-Kali-Linux.png 486w, https://www.technig.com/wp-content/uploads/2017/08/Fix-Unable-to-locate-package-update-Kali-Linux-300x62.png 300w" sizes="(max-width: 486px) 100vw, 486px" /></a><figcaption id="caption-attachment-10417" class="wp-caption-text">Fix Unable to locate package update Kali Linux</figcaption></figure>
<pre class="lang:default decode:true">deb http://http.kali.org/kali kali-rolling main contrib non-free
deb http://old.kali.org/kali sana main non-free contrib
deb http://old.kali.org/kali moto main non-free contrib</pre>
<ol>
<li>Type &#8220;<strong>leafpad /etc/apt/sources.list</strong>&#8221; command in terminal to open the sources.list file with Leafpad text editor.</li>
<li>Clean the sources.list old contents.</li>
<li>Copy and paste all above list to the sources.list file.</li>
<li>Save the Kali Linux sources.list file and close it.</li>
<li>Clean the apt-get cached files with &#8220;<strong>apt-get clean</strong>&#8221; command.</li>
<li>Finally, type &#8220;<strong>apt-get update</strong>&#8221; command to start the update.</li>
</ol>
<figure id="attachment_10416" aria-describedby="caption-attachment-10416" style="width: 937px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/08/Fix-Unable-to-Locate-Package-Update-in-Kali-Linux-Correctly.png"><img loading="lazy" decoding="async" class="wp-image-10416 size-full" src="https://www.technig.com/wp-content/uploads/2017/08/Fix-Unable-to-Locate-Package-Update-in-Kali-Linux-Correctly.png" alt="Fix Unable to Locate Package Update in Kali Linux Correctly" width="937" height="284" srcset="https://www.technig.com/wp-content/uploads/2017/08/Fix-Unable-to-Locate-Package-Update-in-Kali-Linux-Correctly.png 937w, https://www.technig.com/wp-content/uploads/2017/08/Fix-Unable-to-Locate-Package-Update-in-Kali-Linux-Correctly-300x91.png 300w, https://www.technig.com/wp-content/uploads/2017/08/Fix-Unable-to-Locate-Package-Update-in-Kali-Linux-Correctly-768x233.png 768w" sizes="(max-width: 937px) 100vw, 937px" /></a><figcaption id="caption-attachment-10416" class="wp-caption-text">Fix Unable to Locate Package Update in Kali Linux Correctly</figcaption></figure>
<p>Finally, the result should be like the below screenshot.</p>
<figure id="attachment_10418" aria-describedby="caption-attachment-10418" style="width: 1083px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/08/Fix-E-Unable-to-locate-package-Kali-Linux-2017-Technig.png"><img loading="lazy" decoding="async" class="wp-image-10418 size-full" src="https://www.technig.com/wp-content/uploads/2017/08/Fix-E-Unable-to-locate-package-Kali-Linux-2017-Technig.png" alt="Fix E Unable to locate package Kali Linux 2017 - Technig" width="1083" height="259" srcset="https://www.technig.com/wp-content/uploads/2017/08/Fix-E-Unable-to-locate-package-Kali-Linux-2017-Technig.png 1083w, https://www.technig.com/wp-content/uploads/2017/08/Fix-E-Unable-to-locate-package-Kali-Linux-2017-Technig-300x72.png 300w, https://www.technig.com/wp-content/uploads/2017/08/Fix-E-Unable-to-locate-package-Kali-Linux-2017-Technig-768x184.png 768w, https://www.technig.com/wp-content/uploads/2017/08/Fix-E-Unable-to-locate-package-Kali-Linux-2017-Technig-1024x245.png 1024w" sizes="(max-width: 1083px) 100vw, 1083px" /></a><figcaption id="caption-attachment-10418" class="wp-caption-text">Fix E Unable to locate package Kali Linux 2017 &#8211; Technig</figcaption></figure>
<p>Read more about Kali Linux update repository.</p>
<h3>The Kali Rolling Repository</h3>
<p>Kali-Rolling is our current active repository since the release of Kali 2016.1. Kali Rolling users are expected to have the following entries in their sources.list:</p>
<div class="codecolorer-container bash default">
<div class="bash codecolorer">
<pre class="lang:default decode:true">deb http://http.kali.org/kali kali-rolling main contrib non-free
# For source package access, uncomment the following line
# deb-src http://http.kali.org/kali kali-rolling main contrib non-free</pre>
<h3>Retired Kali Sana (2.0) Repositories</h3>
</div>
</div>
<p>For access to the retired sana repositories, have the following entries in your sources.list:</p>
<div class="codecolorer-container bash default">
<div class="bash codecolorer">
<pre class="lang:default decode:true">deb http://old.kali.org/kali sana main non-free contrib
# For source package access, uncomment the following line
# deb-src http://old.kali.org/kali sana main non-free contrib</pre>
</div>
</div>
<h3>Retired Kali moto (1.0) Repositories</h3>
<p>For access to the retired moto repositories, have the following entries in your sources.list:</p>
<div class="codecolorer-container bash default">
<div class="bash codecolorer">
<pre class="lang:default decode:true">deb http://old.kali.org/kali moto main non-free contrib
# For source package access, uncomment the following line
# deb-src http://old.kali.org/kali moto main non-free contrib</pre>
<p><em>You can find a list of official Kali Linux mirrors <a class="vt-p" title="Official Kali Linux Mirrors" href="https://docs.kali.org/community/kali-linux-mirrors">here</a>.</em></p>
<p>I found this update sources on the internet. It works as well.</p>
</div>
</div>
<pre class="lang:default decode:true"># deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL $
# deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL $
## Security updates
deb http://http.kali.org/ /kali main contrib non-free
deb http://http.kali.org/ /wheezy main contrib non-free
deb http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali-dev main/debian-installer
deb-src http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali main contrib non-free
deb http://http.kali.org/kali kali main/debian-installer
deb-src http://http.kali.org/kali kali main contrib non-free
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb-src http://security.kali.org/kali-security kali/updates main contrib non-fr$</pre>
<hr />
<p><strong>Related Search:</strong> Fix Unable To Locate Package in Kali Linux</p>
<p>e unable to locate package Kali Linux 2018<br />
e unable to locate package kali-Linux-full<br />
e unable to locate package vlc Kali Linux<br />
Unable to locate package check install Kali Linux<br />
Kali Linux repository issue<br />
unable to locate package kali 2018</p>
<p>The post <a href="https://www.technig.com/unable-locate-package-update/">How to Fix Unable to Locate Package Update in Kali Linux</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/unable-locate-package-update/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10410</post-id>	</item>
		<item>
		<title>How to Install VMware Tools Correctly in Ubuntu Linux?</title>
		<link>https://www.technig.com/install-vmware-tools-correctly-ubuntu-linux/</link>
					<comments>https://www.technig.com/install-vmware-tools-correctly-ubuntu-linux/#respond</comments>
		
		<dc:creator><![CDATA[Shams]]></dc:creator>
		<pubDate>Tue, 29 Aug 2017 08:03:50 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[How to Fix]]></category>
		<category><![CDATA[Kali Linux and Windows]]></category>
		<category><![CDATA[Ubuntu Desktop]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VMware Tools]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=10396</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Linux-Ubuntu-Technig.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install VMware tools on Linux Ubuntu - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Linux-Ubuntu-Technig.png 840w, https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Linux-Ubuntu-Technig-300x150.png 300w, https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Linux-Ubuntu-Technig-768x384.png 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>Linux desktop and server virtualization configuration on VMware is a hot topic of networking and cloud computing. You have installed a Linux on your virtualized lab but not work perfectly. After installing Linux on a VMware, you need to install VMware tools correctly to integrate virtual machine with the host system. VMware tools are a [&#8230;]</p>
<p>The post <a href="https://www.technig.com/install-vmware-tools-correctly-ubuntu-linux/">How to Install VMware Tools Correctly in Ubuntu Linux?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Linux-Ubuntu-Technig.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install VMware tools on Linux Ubuntu - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Linux-Ubuntu-Technig.png 840w, https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Linux-Ubuntu-Technig-300x150.png 300w, https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Linux-Ubuntu-Technig-768x384.png 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>Linux desktop and server virtualization configuration on VMware is a hot topic of networking and cloud computing. You have installed a Linux on your virtualized lab but not work perfectly. After installing Linux on a VMware, you need to install VMware tools correctly to integrate virtual machine with the host system. VMware tools are a suite of utilities that enhance the performance of the virtual machines guest operating system and improves the management of the virtual machine. Without VMware Tools installed in your guest operating system, guest performance lacks important functionality.</p>
<p><strong>Installing VMware Tools eliminates or improves these issues:</strong></p>
<ul style="list-style-type: circle;">
<li>Low video resolution.</li>
<li>Inadequate colour depth.</li>
<li>Incorrect display of network speed.</li>
<li>Restricted movement of the mouse.</li>
<li>Inability to copy and paste and drag-and-drop files.</li>
<li>Missing sound.</li>
<li>Provides the ability to take quiesced snapshots of the guest OS.</li>
<li>Synchronizes the time in the guest operating system with the time on the host.</li>
</ul>
<p><strong>VMware Tools includes these components:</strong></p>
<ul style="list-style-type: circle;">
<li>The VMware Tools service.</li>
<li>VMware device drivers.</li>
<li>The VMware user process.</li>
<li>VMware Tools control panel.</li>
</ul>
<p>Read more about VMware Tools features and functionalities on <a href="https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=340" target="_blank" rel="noopener noreferrer">overview of VMware tools</a>.</p>
<h1><a href="https://ikb.vmware.com/contactcenter/authoring/null" name="Installing"></a>Install VMware Tools Correctly on Ubuntu Linux</h1>
<p>The steps to install VMware Tools vary depending on the VMware product and the guest operating system you have installed. In this post, we are going to install VMware tools correctly on Linux Ubuntu using VMware workstation. The host system is a Windows 10.</p>
<p><strong>1.</strong> Right-click the Ubuntu virtual machine on VMware workstation then click <strong>Install VMware Tools</strong> to mount the VMware tools to DVD Rom.</p>
<figure id="attachment_10398" aria-describedby="caption-attachment-10398" style="width: 493px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/08/Easy-Install-VMware-Tools-on-Ubuntu-Linux.png"><img loading="lazy" decoding="async" class="wp-image-10398 size-full" src="https://www.technig.com/wp-content/uploads/2017/08/Easy-Install-VMware-Tools-on-Ubuntu-Linux.png" alt="Easy Install VMware Tools on Ubuntu Linux" width="493" height="327" srcset="https://www.technig.com/wp-content/uploads/2017/08/Easy-Install-VMware-Tools-on-Ubuntu-Linux.png 493w, https://www.technig.com/wp-content/uploads/2017/08/Easy-Install-VMware-Tools-on-Ubuntu-Linux-300x199.png 300w" sizes="(max-width: 493px) 100vw, 493px" /></a><figcaption id="caption-attachment-10398" class="wp-caption-text">Easy Install VMware Tools on Ubuntu Linux</figcaption></figure>
<p><strong>2.</strong> Open the <strong>DVD</strong> on the Ubuntu sidebar and copy the <strong>VMware-tools-distrib</strong> from inside the <strong>VMwareTools***tar.gz</strong> compressed file to the desktop.</p>
<figure id="attachment_10399" aria-describedby="caption-attachment-10399" style="width: 1040px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-Correctly-on-Ubuntu-Linux.jpg"><img loading="lazy" decoding="async" class="wp-image-10399 size-full" src="https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-Correctly-on-Ubuntu-Linux.jpg" alt="Install VMware tools Correctly on Ubuntu Linux" width="1040" height="650" srcset="https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-Correctly-on-Ubuntu-Linux.jpg 1040w, https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-Correctly-on-Ubuntu-Linux-300x188.jpg 300w, https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-Correctly-on-Ubuntu-Linux-768x480.jpg 768w, https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-Correctly-on-Ubuntu-Linux-1024x640.jpg 1024w" sizes="(max-width: 1040px) 100vw, 1040px" /></a><figcaption id="caption-attachment-10399" class="wp-caption-text">Install VMware tools Correctly on Ubuntu Linux</figcaption></figure>
<p><strong>3.</strong> Now, run the terminal command line and navigate to VMware folder on the desktop. Type &#8220;<strong>cd Desktop</strong>&#8221; to go to the desktop directory, then type &#8220;<strong>ls</strong>&#8221; to see what you have on your desktop. Navigate to VMware tools folder with &#8220;<strong>cd</strong>&#8221; (change directory) command.</p>
<figure id="attachment_10403" aria-describedby="caption-attachment-10403" style="width: 647px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Ubuntu-Linux-Technig.png"><img loading="lazy" decoding="async" class="wp-image-10403 size-full" src="https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Ubuntu-Linux-Technig.png" alt="Install VMware tools on Ubuntu Linux - Technig" width="647" height="135" srcset="https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Ubuntu-Linux-Technig.png 647w, https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Ubuntu-Linux-Technig-300x63.png 300w" sizes="(max-width: 647px) 100vw, 647px" /></a><figcaption id="caption-attachment-10403" class="wp-caption-text">Install VMware Tools on Ubuntu Linux &#8211; Technig</figcaption></figure>
<p><strong>4.</strong> Finally, type the &#8220;<strong>sudo ./vmware-install.pl -d</strong>&#8221; command to start VMware tools installation. When the installation has been finished, once restart your system to apply the changes.</p>
<figure id="attachment_10404" aria-describedby="caption-attachment-10404" style="width: 792px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/08/Install-vmware-install.pl-on-Ubnutu-Linux.png"><img loading="lazy" decoding="async" class="wp-image-10404 size-full" src="https://www.technig.com/wp-content/uploads/2017/08/Install-vmware-install.pl-on-Ubnutu-Linux.png" alt="Install vmware-install.pl on Ubnutu Linux" width="792" height="194" srcset="https://www.technig.com/wp-content/uploads/2017/08/Install-vmware-install.pl-on-Ubnutu-Linux.png 792w, https://www.technig.com/wp-content/uploads/2017/08/Install-vmware-install.pl-on-Ubnutu-Linux-300x73.png 300w, https://www.technig.com/wp-content/uploads/2017/08/Install-vmware-install.pl-on-Ubnutu-Linux-768x188.png 768w" sizes="(max-width: 792px) 100vw, 792px" /></a><figcaption id="caption-attachment-10404" class="wp-caption-text">Install VMware-install.pl on Ubuntu Linux</figcaption></figure>
<p><strong>5.</strong> Check the final reports whether the installation finished successfully or not. If you experience issues when installing VMware Tools, comment us for troubleshooting help.</p>
<figure id="attachment_10405" aria-describedby="caption-attachment-10405" style="width: 707px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/08/VMvare-tools-installed-seccessfully-on-Ubutnu-virtual-machine-Technig.png"><img loading="lazy" decoding="async" class="wp-image-10405 size-full" src="https://www.technig.com/wp-content/uploads/2017/08/VMvare-tools-installed-seccessfully-on-Ubutnu-virtual-machine-Technig.png" alt="VMware tools installed successfully on Ubuntu virtual machine - Technig" width="707" height="365" srcset="https://www.technig.com/wp-content/uploads/2017/08/VMvare-tools-installed-seccessfully-on-Ubutnu-virtual-machine-Technig.png 707w, https://www.technig.com/wp-content/uploads/2017/08/VMvare-tools-installed-seccessfully-on-Ubutnu-virtual-machine-Technig-300x155.png 300w" sizes="(max-width: 707px) 100vw, 707px" /></a><figcaption id="caption-attachment-10405" class="wp-caption-text">VMware tools installed successfully on Ubuntu virtual machine &#8211; Technig</figcaption></figure>
<p><strong>Additional Information:</strong></p>
<p>The VMware Tools are normally bundled with VMware products as well as security updates when applicable. As of VMware Tools version, customers also have the option to download from My VMware. Two different downloadable archives are presented, one for recent guest Operating System releases and another that covers older, legacy guest operating system versions. VMware Tools are typically forward and backward compatible with several product releases. For more information, see VMware Compatibility Guide.</p>
<p>The post <a href="https://www.technig.com/install-vmware-tools-correctly-ubuntu-linux/">How to Install VMware Tools Correctly in Ubuntu Linux?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/install-vmware-tools-correctly-ubuntu-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10396</post-id>	</item>
		<item>
		<title>How to Install Dual Boot Windows and Kali Linux?</title>
		<link>https://www.technig.com/how-to-install-dual-boot-windows-and-kali-linux/</link>
					<comments>https://www.technig.com/how-to-install-dual-boot-windows-and-kali-linux/#comments</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Mon, 08 Dec 2014 20:44:41 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Dual Boot]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Kali Linux]]></category>
		<category><![CDATA[Kali Linux and Windows]]></category>
		<category><![CDATA[Linux Installation]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=451</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2014/12/Dual-Boot-Windows-and-Linux.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2014/12/Dual-Boot-Windows-and-Linux.png 840w, https://www.technig.com/wp-content/uploads/2014/12/Dual-Boot-Windows-and-Linux-300x150.png 300w, https://www.technig.com/wp-content/uploads/2014/12/Dual-Boot-Windows-and-Linux-768x384.png 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>Installing a dual boot windows and Kali Linux operating system beside each other in a PC is not appealing much for Windows. But you must do it carefully, maybe you will lose all your hard disk data and information. To do a dual boot windows and Kali Linux you must have a Kali Linux DVD or a Bootable USB [&#8230;]</p>
<p>The post <a href="https://www.technig.com/how-to-install-dual-boot-windows-and-kali-linux/">How to Install Dual Boot Windows and Kali Linux?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2014/12/Dual-Boot-Windows-and-Linux.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2014/12/Dual-Boot-Windows-and-Linux.png 840w, https://www.technig.com/wp-content/uploads/2014/12/Dual-Boot-Windows-and-Linux-300x150.png 300w, https://www.technig.com/wp-content/uploads/2014/12/Dual-Boot-Windows-and-Linux-768x384.png 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p style="text-align: justify;">Installing a dual boot windows and Kali Linux operating system beside each other in a PC is not appealing much for Windows. But you must do it carefully, maybe you will lose all your hard disk data and information.</p>
<p style="text-align: justify;">To do a dual boot windows and Kali Linux you must have a Kali Linux DVD or a Bootable USB flash drive. In order to create a boot-able USB read the article how to <a href="https://www.technig.com/how-to-create-a-kali-linux-live-and-bootable-usb/">create a Kali Linux  Bootable USB</a>. This will help you simply download Kali Linux and create a boot able USB flash. Next prepare your system hard disk to host a Linux by shrinking the existing drive or use empty ones.</p>
<figure id="attachment_452" aria-describedby="caption-attachment-452" style="width: 759px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Disk-Management-Prepare-Hard-disk.jpg"><img loading="lazy" decoding="async" class="wp-image-452 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Disk-Management-Prepare-Hard-disk.jpg" alt="Disk Management - Prepare Hard disk" width="759" height="381" srcset="https://www.technig.com/wp-content/uploads/2014/12/Disk-Management-Prepare-Hard-disk.jpg 759w, https://www.technig.com/wp-content/uploads/2014/12/Disk-Management-Prepare-Hard-disk-300x151.jpg 300w" sizes="(max-width: 759px) 100vw, 759px" /></a><figcaption id="caption-attachment-452" class="wp-caption-text">Disk Management &#8211; Prepare Hard disk</figcaption></figure>
<p style="text-align: justify;">So everything is ready to boot your system with Kali boot-able USB and see the bellow screen.</p>
<figure id="attachment_454" aria-describedby="caption-attachment-454" style="width: 640px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Select-Install.jpg"><img loading="lazy" decoding="async" class="wp-image-454 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Select-Install.jpg" alt="Select Install" width="640" height="328" srcset="https://www.technig.com/wp-content/uploads/2014/12/Select-Install.jpg 640w, https://www.technig.com/wp-content/uploads/2014/12/Select-Install-300x154.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" /></a><figcaption id="caption-attachment-454" class="wp-caption-text">Select Install</figcaption></figure>
<p style="text-align: justify;">Now select <strong>install</strong> and press enter to start installation of Kali.</p>
<figure id="attachment_455" aria-describedby="caption-attachment-455" style="width: 807px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Kali-Linux-Lanaguage.jpg"><img loading="lazy" decoding="async" class="wp-image-455 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Kali-Linux-Lanaguage.jpg" alt="Kali Linux Lanaguage" width="807" height="163" srcset="https://www.technig.com/wp-content/uploads/2014/12/Kali-Linux-Lanaguage.jpg 807w, https://www.technig.com/wp-content/uploads/2014/12/Kali-Linux-Lanaguage-300x61.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Kali-Linux-Lanaguage-768x155.jpg 768w" sizes="(max-width: 807px) 100vw, 807px" /></a><figcaption id="caption-attachment-455" class="wp-caption-text">Kali Linux Lanaguage</figcaption></figure>
<p style="text-align: justify;">Select the <strong>language</strong> and press enter. You can leave it by default as well but better to set you specific location.</p>
<figure id="attachment_456" aria-describedby="caption-attachment-456" style="width: 800px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Select-your-location.jpg"><img loading="lazy" decoding="async" class="wp-image-456 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Select-your-location.jpg" alt="Select your location" width="800" height="211" srcset="https://www.technig.com/wp-content/uploads/2014/12/Select-your-location.jpg 800w, https://www.technig.com/wp-content/uploads/2014/12/Select-your-location-300x79.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Select-your-location-768x203.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></a><figcaption id="caption-attachment-456" class="wp-caption-text">Select your location</figcaption></figure>
<p style="text-align: justify;">In this page select the <strong>keyboard</strong> you want and press enter.</p>
<figure id="attachment_457" aria-describedby="caption-attachment-457" style="width: 801px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Select-your-keyboard.jpg"><img loading="lazy" decoding="async" class="wp-image-457 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Select-your-keyboard.jpg" alt="Select your keyboard" width="801" height="274" srcset="https://www.technig.com/wp-content/uploads/2014/12/Select-your-keyboard.jpg 801w, https://www.technig.com/wp-content/uploads/2014/12/Select-your-keyboard-300x103.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Select-your-keyboard-768x263.jpg 768w" sizes="(max-width: 801px) 100vw, 801px" /></a><figcaption id="caption-attachment-457" class="wp-caption-text">Select your keyboard</figcaption></figure>
<p style="text-align: justify;">In the <strong>configure the network </strong>page, set a host name for Kali Linux or leave it by default kali and press enter.</p>
<figure id="attachment_458" aria-describedby="caption-attachment-458" style="width: 793px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Configure-the-network.jpg"><img loading="lazy" decoding="async" class="wp-image-458 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Configure-the-network.jpg" alt="Configure the network" width="793" height="272" srcset="https://www.technig.com/wp-content/uploads/2014/12/Configure-the-network.jpg 793w, https://www.technig.com/wp-content/uploads/2014/12/Configure-the-network-300x103.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Configure-the-network-768x263.jpg 768w" sizes="(max-width: 793px) 100vw, 793px" /></a><figcaption id="caption-attachment-458" class="wp-caption-text">Configure the network</figcaption></figure>
<p style="text-align: justify;">Next page in <strong>domain name</strong> don&#8217;t type anything, leave empty and press enter.</p>
<figure id="attachment_459" aria-describedby="caption-attachment-459" style="width: 792px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Type-Domain-name.jpg"><img loading="lazy" decoding="async" class="wp-image-459 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Type-Domain-name.jpg" alt="Type Domain name" width="792" height="258" srcset="https://www.technig.com/wp-content/uploads/2014/12/Type-Domain-name.jpg 792w, https://www.technig.com/wp-content/uploads/2014/12/Type-Domain-name-300x98.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Type-Domain-name-768x250.jpg 768w" sizes="(max-width: 792px) 100vw, 792px" /></a><figcaption id="caption-attachment-459" class="wp-caption-text">Type Domain name</figcaption></figure>
<p style="text-align: justify;">For <strong>set up users and passwords</strong>, set a password for <strong>root</strong> user and press enter.</p>
<figure id="attachment_460" aria-describedby="caption-attachment-460" style="width: 781px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Set-up-users-and-passwords.jpg"><img loading="lazy" decoding="async" class="wp-image-460 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Set-up-users-and-passwords.jpg" alt="Set up users and passwords" width="781" height="396" srcset="https://www.technig.com/wp-content/uploads/2014/12/Set-up-users-and-passwords.jpg 781w, https://www.technig.com/wp-content/uploads/2014/12/Set-up-users-and-passwords-300x152.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Set-up-users-and-passwords-768x389.jpg 768w" sizes="(max-width: 781px) 100vw, 781px" /></a><figcaption id="caption-attachment-460" class="wp-caption-text">Set up users and passwords</figcaption></figure>
<p style="text-align: justify;">Just retype the password again and press enter.</p>
<figure id="attachment_462" aria-describedby="caption-attachment-462" style="width: 774px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Retype-the-password1.jpg"><img loading="lazy" decoding="async" class="wp-image-462 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Retype-the-password1.jpg" alt="Retype the password" width="774" height="207" srcset="https://www.technig.com/wp-content/uploads/2014/12/Retype-the-password1.jpg 774w, https://www.technig.com/wp-content/uploads/2014/12/Retype-the-password1-300x80.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Retype-the-password1-768x205.jpg 768w" sizes="(max-width: 774px) 100vw, 774px" /></a><figcaption id="caption-attachment-462" class="wp-caption-text">Retype the password</figcaption></figure>
<p style="text-align: justify;">In c<strong>onfigure the clock</strong> page, select the location for system time.</p>
<figure id="attachment_464" aria-describedby="caption-attachment-464" style="width: 792px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Configure-the-clock.jpg"><img loading="lazy" decoding="async" class="wp-image-464 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Configure-the-clock.jpg" alt="Configure the clock" width="792" height="357" srcset="https://www.technig.com/wp-content/uploads/2014/12/Configure-the-clock.jpg 792w, https://www.technig.com/wp-content/uploads/2014/12/Configure-the-clock-300x135.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Configure-the-clock-768x346.jpg 768w" sizes="(max-width: 792px) 100vw, 792px" /></a><figcaption id="caption-attachment-464" class="wp-caption-text">Configure the clock</figcaption></figure>
<p style="text-align: justify;">In the Partition disks page select <strong>Guided &#8211; use the largest continuous free space</strong> and press enter</p>
<figure id="attachment_465" aria-describedby="caption-attachment-465" style="width: 788px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Partition-disks.jpg"><img loading="lazy" decoding="async" class="wp-image-465 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Partition-disks.jpg" alt="Partition disks" width="788" height="356" srcset="https://www.technig.com/wp-content/uploads/2014/12/Partition-disks.jpg 788w, https://www.technig.com/wp-content/uploads/2014/12/Partition-disks-300x136.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Partition-disks-768x347.jpg 768w" sizes="(max-width: 788px) 100vw, 788px" /></a><figcaption id="caption-attachment-465" class="wp-caption-text">Partition disks</figcaption></figure>
<p style="text-align: justify;"><span style="color: #ff0000;"><strong>Be careful!.</strong></span> Don&#8217;t select <strong>entire disk options,</strong> these will remove all your hard disk data and recreate the partitions for Linux.</p>
<p style="text-align: justify;">If the <strong>Guided &#8211; use the largest continuous free space</strong> doesn&#8217;t work or you faced with some installation error issue, select <strong>Manual</strong> and create the partitions manually.</p>
<p style="text-align: justify;">Now select <strong>Separate /home partition</strong> and press enter.This will create tow partition, one for system files another for users profile.</p>
<figure id="attachment_466" aria-describedby="caption-attachment-466" style="width: 788px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Separate-home-partition.jpg"><img loading="lazy" decoding="async" class="wp-image-466 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Separate-home-partition.jpg" alt="Separate home partition" width="788" height="313" srcset="https://www.technig.com/wp-content/uploads/2014/12/Separate-home-partition.jpg 788w, https://www.technig.com/wp-content/uploads/2014/12/Separate-home-partition-300x119.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Separate-home-partition-768x305.jpg 768w" sizes="(max-width: 788px) 100vw, 788px" /></a><figcaption id="caption-attachment-466" class="wp-caption-text">Separate home partition</figcaption></figure>
<p style="text-align: justify;">Finally select <strong>Finish partitioning and write changes to disk</strong> and press enter.</p>
<figure id="attachment_467" aria-describedby="caption-attachment-467" style="width: 783px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Finish-partitioning.jpg"><img loading="lazy" decoding="async" class="wp-image-467 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Finish-partitioning.jpg" alt="Finish partitioning" width="783" height="418" srcset="https://www.technig.com/wp-content/uploads/2014/12/Finish-partitioning.jpg 783w, https://www.technig.com/wp-content/uploads/2014/12/Finish-partitioning-300x160.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Finish-partitioning-768x410.jpg 768w" sizes="(max-width: 783px) 100vw, 783px" /></a><figcaption id="caption-attachment-467" class="wp-caption-text">Finish partitioning</figcaption></figure>
<p style="text-align: justify;">Select <strong>Yes</strong> by Tab button to accept bring changes to hard disk and press enter.</p>
<figure id="attachment_469" aria-describedby="caption-attachment-469" style="width: 759px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Write-the-changes-to-disks.jpg"><img loading="lazy" decoding="async" class="wp-image-469 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Write-the-changes-to-disks.jpg" alt="Write the changes to disks" width="759" height="312" srcset="https://www.technig.com/wp-content/uploads/2014/12/Write-the-changes-to-disks.jpg 759w, https://www.technig.com/wp-content/uploads/2014/12/Write-the-changes-to-disks-300x123.jpg 300w" sizes="(max-width: 759px) 100vw, 759px" /></a><figcaption id="caption-attachment-469" class="wp-caption-text">Write the changes to disks</figcaption></figure>
<p style="text-align: justify;">Now partitions has been created and system will install the Kali Linux.</p>
<figure id="attachment_470" aria-describedby="caption-attachment-470" style="width: 791px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Copying-data-to-disk.jpg"><img loading="lazy" decoding="async" class="wp-image-470 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Copying-data-to-disk.jpg" alt="Copying data to disk" width="791" height="154" srcset="https://www.technig.com/wp-content/uploads/2014/12/Copying-data-to-disk.jpg 791w, https://www.technig.com/wp-content/uploads/2014/12/Copying-data-to-disk-300x58.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Copying-data-to-disk-768x150.jpg 768w" sizes="(max-width: 791px) 100vw, 791px" /></a><figcaption id="caption-attachment-470" class="wp-caption-text">Copying data to disk</figcaption></figure>
<p style="text-align: justify;">It takes time to install but don&#8217;t do anything. Let the installation process complete successfully.</p>
<p style="text-align: justify;">When ask you to Configure the package manager select <strong>No</strong> and press enter.</p>
<figure id="attachment_472" aria-describedby="caption-attachment-472" style="width: 798px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Configure-the-packeage-manager.jpg"><img loading="lazy" decoding="async" class="wp-image-472 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Configure-the-packeage-manager.jpg" alt="Configure the packeage manager" width="798" height="247" srcset="https://www.technig.com/wp-content/uploads/2014/12/Configure-the-packeage-manager.jpg 798w, https://www.technig.com/wp-content/uploads/2014/12/Configure-the-packeage-manager-300x93.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Configure-the-packeage-manager-768x238.jpg 768w" sizes="(max-width: 798px) 100vw, 798px" /></a><figcaption id="caption-attachment-472" class="wp-caption-text">Configure the packeage manager</figcaption></figure>
<p style="text-align: justify;">In the <strong>Install the boot loader on a hard disk</strong> page select <strong>Yes</strong> and press enter.</p>
<figure id="attachment_474" aria-describedby="caption-attachment-474" style="width: 783px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Install-the-GRUB-boot-loader.jpg"><img loading="lazy" decoding="async" class="wp-image-474 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Install-the-GRUB-boot-loader.jpg" alt="Install the GRUB boot loader" width="783" height="260" srcset="https://www.technig.com/wp-content/uploads/2014/12/Install-the-GRUB-boot-loader.jpg 783w, https://www.technig.com/wp-content/uploads/2014/12/Install-the-GRUB-boot-loader-300x100.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Install-the-GRUB-boot-loader-768x255.jpg 768w" sizes="(max-width: 783px) 100vw, 783px" /></a><figcaption id="caption-attachment-474" class="wp-caption-text">Install the GRUB boot loader</figcaption></figure>
<p style="text-align: justify;">Now in the <strong>Finish the installation</strong> page select <strong>Continue</strong> and press enter.</p>
<figure id="attachment_475" aria-describedby="caption-attachment-475" style="width: 787px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Finish-the-installation.jpg"><img loading="lazy" decoding="async" class="wp-image-475 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Finish-the-installation.jpg" alt="Finish the installation" width="787" height="211" srcset="https://www.technig.com/wp-content/uploads/2014/12/Finish-the-installation.jpg 787w, https://www.technig.com/wp-content/uploads/2014/12/Finish-the-installation-300x80.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Finish-the-installation-768x206.jpg 768w" sizes="(max-width: 787px) 100vw, 787px" /></a><figcaption id="caption-attachment-475" class="wp-caption-text">Finish the installation</figcaption></figure>
<p style="text-align: justify;">Finally the installation has finished successfully, you can log in with root user.</p>
<figure id="attachment_476" aria-describedby="caption-attachment-476" style="width: 664px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Log-in-Page.jpg"><img loading="lazy" decoding="async" class="wp-image-476 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Log-in-Page.jpg" alt="Log in Page" width="664" height="357" srcset="https://www.technig.com/wp-content/uploads/2014/12/Log-in-Page.jpg 664w, https://www.technig.com/wp-content/uploads/2014/12/Log-in-Page-300x161.jpg 300w" sizes="(max-width: 664px) 100vw, 664px" /></a><figcaption id="caption-attachment-476" class="wp-caption-text">Log in Page</figcaption></figure>
<p style="text-align: justify;">Welcome to Kali Linux.</p>
<figure id="attachment_477" aria-describedby="caption-attachment-477" style="width: 1023px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Welcom-to-Kali-Linux.jpg"><img loading="lazy" decoding="async" class="wp-image-477 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Welcom-to-Kali-Linux.jpg" alt="Welcom to Kali Linux" width="1023" height="767" srcset="https://www.technig.com/wp-content/uploads/2014/12/Welcom-to-Kali-Linux.jpg 1023w, https://www.technig.com/wp-content/uploads/2014/12/Welcom-to-Kali-Linux-300x225.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Welcom-to-Kali-Linux-768x576.jpg 768w, https://www.technig.com/wp-content/uploads/2014/12/Welcom-to-Kali-Linux-86x64.jpg 86w" sizes="(max-width: 1023px) 100vw, 1023px" /></a><figcaption id="caption-attachment-477" class="wp-caption-text">Welcom to Kali Linux</figcaption></figure>
<p style="text-align: justify;">When you restart your PC, you will see the Linux boot manager with windows boot option.</p>
<figure id="attachment_478" aria-describedby="caption-attachment-478" style="width: 706px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Windows-and-Kali-Linux-dual-boot.jpg"><img loading="lazy" decoding="async" class="wp-image-478 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Windows-and-Kali-Linux-dual-boot.jpg" alt="Windows and Kali Linux dual boot" width="706" height="325" srcset="https://www.technig.com/wp-content/uploads/2014/12/Windows-and-Kali-Linux-dual-boot.jpg 706w, https://www.technig.com/wp-content/uploads/2014/12/Windows-and-Kali-Linux-dual-boot-300x138.jpg 300w" sizes="(max-width: 706px) 100vw, 706px" /></a><figcaption id="caption-attachment-478" class="wp-caption-text">Windows and Kali Linux dual boot</figcaption></figure>
<p style="text-align: justify;">Hope, it can help you to learn more.</p>
<p style="text-align: justify;">I have install it very easy and simple, but for new Linux users it is difficult to install and run a Linux for the first time. Specially when you are using the tools of Hackers like Kali Linux or Back track.</p>
<p style="text-align: justify;">If you want to start Linux, the best Linux Operating System for starter is <strong><a href="https://ubuntu.com/">Ubuntu Desktop</a></strong>. It&#8217;s much better and easy with graphical interface. The repository  or software center of Ubuntu is rich and have all Windows alternative software. It&#8217;s hard to migrate completely from Windows to Linux but easy to learn and use both of them.</p>
<p>The post <a href="https://www.technig.com/how-to-install-dual-boot-windows-and-kali-linux/">How to Install Dual Boot Windows and Kali Linux?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/how-to-install-dual-boot-windows-and-kali-linux/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">451</post-id>	</item>
	</channel>
</rss>
