<?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>sudo command &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/sudo-command/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Tue, 23 Aug 2011 05:24:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>How To Disable Ctrl + Alt + Del On Ubuntu 11</title>
		<link>https://lifelinux.com/how-to-disable-ctrl-alt-del-on-ubuntu-11/</link>
					<comments>https://lifelinux.com/how-to-disable-ctrl-alt-del-on-ubuntu-11/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Tue, 23 Aug 2011 05:18:06 +0000</pubDate>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[/etc/event.d/control-alt-delete]]></category>
		<category><![CDATA[/etc/init/control-alt-delete.conf]]></category>
		<category><![CDATA[alt key]]></category>
		<category><![CDATA[combination system]]></category>
		<category><![CDATA[control alt delete]]></category>
		<category><![CDATA[control line]]></category>
		<category><![CDATA[control system]]></category>
		<category><![CDATA[ctrl alt del]]></category>
		<category><![CDATA[exec]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux server]]></category>
		<category><![CDATA[sudo command]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=972</guid>

					<description><![CDATA[<p>To disable the reboot action taken by pressing the Ctrl+Alt+Delete key combination, comment out the following line in the file /etc/init/control-alt-delete.conf. Type the following command # sudo vi /etc/init/control-alt-delete.conf Output # control-alt-delete - emergency keypress handling # # This task is run whenever the Control-Alt-Delete key combination is # pressed, and performs a safe reboot [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-disable-ctrl-alt-del-on-ubuntu-11/">How To Disable Ctrl + Alt + Del On Ubuntu 11</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p>To disable the reboot action taken by pressing the Ctrl+Alt+Delete key combination, comment out the following line in the file /etc/init/control-alt-delete.conf.<br />
<span id="more-972"></span><br />
Type the following command</p>
<pre>
# sudo vi /etc/init/control-alt-delete.conf
</pre>
<p>Output</p>
<pre>
# control-alt-delete - emergency keypress handling
#
# This task is run whenever the Control-Alt-Delete key combination is
# pressed, and performs a safe reboot of the machine.

description     "emergency keypress handling"
author          "Scott James Remnant <scott@netsplit.com>"

start on control-alt-delete

task
exec shutdown -r now "Control-Alt-Delete pressed"
</pre>
<p>Change the following line</p>
<pre>
exec shutdown -r now "Control-Alt-Delete pressed"
</pre>
<p>To</p>
<pre>
#exec shutdown -r now "Control-Alt-Delete pressed"
</pre>
<p>Save and exit the file</p>
<g:plusone href="https://lifelinux.com/how-to-disable-ctrl-alt-del-on-ubuntu-11/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-disable-ctrl-alt-del-on-ubuntu-11/">How To Disable Ctrl + Alt + Del On Ubuntu 11</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-disable-ctrl-alt-del-on-ubuntu-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Destroy All Hard Drive Data In Debian</title>
		<link>https://lifelinux.com/how-to-destroy-all-hard-drive-data-in-debian/</link>
					<comments>https://lifelinux.com/how-to-destroy-all-hard-drive-data-in-debian/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 23 Nov 2010 08:24:31 +0000</pubDate>
				<category><![CDATA[File System]]></category>
		<category><![CDATA[dd command]]></category>
		<category><![CDATA[delete hdd]]></category>
		<category><![CDATA[destroy all data in hdd]]></category>
		<category><![CDATA[destroy all hard drive]]></category>
		<category><![CDATA[destroy all hdd]]></category>
		<category><![CDATA[killall command]]></category>
		<category><![CDATA[sudo command]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=36</guid>

					<description><![CDATA[<p>If you want to delete all data contained in your hard drive so that you render it empty in case you want to sell it or for any other reasons, you need to follow these steps: 1. Turn on your computer and boot from Debian Live CD or any of its variants (Debian, Ubuntu, Xubuntu, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-destroy-all-hard-drive-data-in-debian/">How To Destroy All Hard Drive Data In Debian</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p>If you want to delete all data contained in your hard drive so that you  render it empty in case you want to sell it or for any other reasons,  you need to follow these steps:</p>
<p>1. Turn on your computer and boot from <strong>Debian Live CD</strong> or any of its variants (Debian, Ubuntu, Xubuntu, Edubuntu, Ubuntulite, Fluxbuntu, etc.).<span id="more-36"></span><br />
2. In the terminal, run the command given below to disable the swap partition:</p>
<pre>sudo swapoff</pre>
<p><strong>Note:</strong> If you don&#8217;t execute this command, some data might remain on your hard drive.</p>
<p>3. Now you have to run the command listed below to zero out your hard drive:</p>
<pre>sudo dd if=/dev/zero of=/dev/sda</pre>
<p>The formatting process might take a long time to finish, this depends on  the size of your hard disk. To view remaining time, you have to run  this command:</p>
<pre>sudo killall -USR1 dd</pre>
<p>Upon running the command listed above, you will be shown the disk space &#8220;cleaned&#8221; in GB.</p>
<g:plusone href="https://lifelinux.com/how-to-destroy-all-hard-drive-data-in-debian/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-destroy-all-hard-drive-data-in-debian/">How To Destroy All Hard Drive Data In Debian</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-destroy-all-hard-drive-data-in-debian/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
