<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>linux operating systems &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/linux-operating-systems/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Fri, 16 Sep 2011 15:32:27 +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 Restart Networking Service In Linux</title>
		<link>https://lifelinux.com/how-to-restart-networking-service-in-linux/</link>
					<comments>https://lifelinux.com/how-to-restart-networking-service-in-linux/#comments</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Fri, 16 Sep 2011 15:29:19 +0000</pubDate>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[/etc/init.d/network restart]]></category>
		<category><![CDATA[/etc/init.d/networking restart]]></category>
		<category><![CDATA[/etc/rc.d/rc.inet1 eth0_restart]]></category>
		<category><![CDATA[/etc/rc.d/rc.inet1 restart]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[linux operating systems]]></category>
		<category><![CDATA[network interface]]></category>
		<category><![CDATA[networking service]]></category>
		<category><![CDATA[novell]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[root user]]></category>
		<category><![CDATA[slackware]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=1220</guid>

					<description><![CDATA[<p>How to start/stop/restart networking service under Linux operating systems after making changes to IP configuration from a shell prompt ? Use the following commands as per your Linux distribution to start/stop/restart the networking service. RedHat / CentOS / Fedora To start networking service, enter # /etc/init.d/network start Or, # service network start To stop networking [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-restart-networking-service-in-linux/">How To Restart Networking Service In Linux</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>How to start/stop/restart networking service under Linux operating systems after making changes to IP configuration from a shell prompt ?<br />
<span id="more-1220"></span><br />
Use the following commands as per your Linux distribution to start/stop/restart the networking service.</p>
<h2>RedHat / CentOS / Fedora</h2>
<p>To start networking service, enter</p>
<pre># /etc/init.d/network start</pre>
<p>Or,</p>
<pre># service network start</pre>
<p>To stop networking service, enter</p>
<pre># /etc/init.d/network stop</pre>
<p>Or,</p>
<pre># service network stop</pre>
<p>To restart networking service, enter</p>
<pre># /etc/init.d/network restart</pre>
<p>Or,</p>
<pre># service network restart</pre>
<h2>Ubuntu / Debian</h2>
<p>To start networking service, enter</p>
<pre># sudo /etc/init.d/networking start</pre>
<p>Or,</p>
<pre># sudo service networking start</pre>
<p>To stop networking service, enter</p>
<pre># sudo /etc/init.d/networking stop</pre>
<p>Or,</p>
<pre># sudo service networking stop</pre>
<p>To restart networking service, enter</p>
<pre># sudo /etc/init.d/networking restart</pre>
<p>Or,</p>
<pre># service networking restart</pre>
<g:plusone href="https://lifelinux.com/how-to-restart-networking-service-in-linux/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-restart-networking-service-in-linux/">How To Restart Networking Service In Linux</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-restart-networking-service-in-linux/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How To Display All Cron Jobs On Linux</title>
		<link>https://lifelinux.com/how-to-display-all-cron-jobs-on-linux/</link>
					<comments>https://lifelinux.com/how-to-display-all-cron-jobs-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Mon, 22 Aug 2011 05:20:58 +0000</pubDate>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[/etc/cron.d/]]></category>
		<category><![CDATA[/etc/cron.daily/]]></category>
		<category><![CDATA[/etc/cron.hourly/]]></category>
		<category><![CDATA[/etc/cron.monthly/]]></category>
		<category><![CDATA[/etc/cron.weekly/]]></category>
		<category><![CDATA[/etc/crontab]]></category>
		<category><![CDATA[cat filename]]></category>
		<category><![CDATA[cron jobs]]></category>
		<category><![CDATA[crontab -l]]></category>
		<category><![CDATA[crontab command]]></category>
		<category><![CDATA[crontab files]]></category>
		<category><![CDATA[crontabs]]></category>
		<category><![CDATA[directory feature]]></category>
		<category><![CDATA[l view]]></category>
		<category><![CDATA[less command]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux operating systems]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[root user]]></category>
		<category><![CDATA[software package]]></category>
		<category><![CDATA[spool area]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[user accounts]]></category>
		<category><![CDATA[view software]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=936</guid>

					<description><![CDATA[<p>Using cron is via the crontab command which allows you to view or edit your crontab file, which is a per-user file containing entries describing commands to execute and the time(s) to execute them. Display Root cronjob # crontab -l Display user cronjob $ crontab -u user -l Display daily cronjob # cd /etc/cron.daily/ # [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-display-all-cron-jobs-on-linux/">How To Display All Cron Jobs On Linux</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>Using cron is via the <strong>crontab command</strong> which allows you to view or edit your crontab file, which is a per-user file containing entries describing commands to execute and the time(s) to execute them.<br />
<span id="more-936"></span></p>
<h2>Display Root cronjob</h2>
<pre>
# crontab -l
</pre>
<h2>Display user cronjob</h2>
<pre>
$ crontab -u user -l
</pre>
<h2>Display daily cronjob</h2>
<pre>
# cd /etc/cron.daily/
# cat * | more
</pre>
<h2>Display hourly cronjob</h2>
<pre>
# cd /etc/cron.hourly/
# cat * | more
</pre>
<h2>Display weekly cronjob</h2>
<pre>
# cd /etc/cron.weekly /
# cat * | more
</pre>
<h2>Display monthly cronjob</h2>
<pre>
# cd /etc/cron.monthly/
# cat * | more
</pre>
<g:plusone href="https://lifelinux.com/how-to-display-all-cron-jobs-on-linux/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-display-all-cron-jobs-on-linux/">How To Display All Cron Jobs On Linux</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-display-all-cron-jobs-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Check BIOS Information In Linux</title>
		<link>https://lifelinux.com/how-to-check-bios-version-in-linux/</link>
					<comments>https://lifelinux.com/how-to-check-bios-version-in-linux/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Wed, 25 May 2011 06:00:07 +0000</pubDate>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[acpi]]></category>
		<category><![CDATA[bios shadowing]]></category>
		<category><![CDATA[boot from cd]]></category>
		<category><![CDATA[command line option]]></category>
		<category><![CDATA[content distribution]]></category>
		<category><![CDATA[dell inc]]></category>
		<category><![CDATA[dmidecode bios infomation]]></category>
		<category><![CDATA[Dmidecode command]]></category>
		<category><![CDATA[dmidecode Linux bios]]></category>
		<category><![CDATA[dmidecode Linux server BIOS]]></category>
		<category><![CDATA[information vendor]]></category>
		<category><![CDATA[kb rom]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[legacy]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux command line]]></category>
		<category><![CDATA[linux operating systems]]></category>
		<category><![CDATA[pc card pcmcia]]></category>
		<category><![CDATA[phoenix technologies ltd]]></category>
		<category><![CDATA[rom size]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=787</guid>

					<description><![CDATA[<p>Under Linux operating systems use the dmidecode command to check system BIOS information. The output from the dmidecode command include the BIOS version, Bios release date, BIOS vendor, BIOS language and other BIOS characteristics available on the system. Type the following command as root # dmidecode --type bios Output SMBIOS 2.4 present. Handle 0x0000, DMI [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-check-bios-version-in-linux/">How To Check BIOS Information In Linux</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>Under Linux operating systems use the <strong>dmidecode</strong> command to check system BIOS information. The output from the <strong>dmidecode</strong> command include the BIOS version, Bios release date, BIOS vendor, BIOS language and other BIOS characteristics available on the system.<span id="more-787"></span><br />
Type the following command as root</p>
<pre>
# dmidecode --type bios
</pre>
<p>Output</p>
<pre>
SMBIOS 2.4 present.

Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
        Vendor: Phoenix Technologies LTD
        Version: 6.00
        Release Date: 10/13/2009
        Address: 0xEA2E0
        Runtime Size: 89376 bytes
        ROM Size: 64 kB
        Characteristics:
                ISA is supported
                PCI is supported
                PC Card (PCMCIA) is supported
                PNP is supported
                APM is supported
                BIOS is upgradeable
                BIOS shadowing is allowed
                ESCD support is available
                USB legacy is supported
                Smart battery is supported
                BIOS boot specification is supported
                Targeted content distribution is supported
        BIOS Revision: 4.6
        Firmware Revision: 0.0
</pre>
<g:plusone href="https://lifelinux.com/how-to-check-bios-version-in-linux/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-check-bios-version-in-linux/">How To Check BIOS Information In Linux</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-check-bios-version-in-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Install OpenSSH on Centos / RedHat</title>
		<link>https://lifelinux.com/how-to-install-openssh-on-centos-redhat/</link>
					<comments>https://lifelinux.com/how-to-install-openssh-on-centos-redhat/#comments</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Tue, 10 May 2011 08:06:12 +0000</pubDate>
				<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[/etc/ssh/sshd_config]]></category>
		<category><![CDATA[best security]]></category>
		<category><![CDATA[centos install open ssh client]]></category>
		<category><![CDATA[centos install open ssh server]]></category>
		<category><![CDATA[client applications]]></category>
		<category><![CDATA[dport]]></category>
		<category><![CDATA[firewall 1]]></category>
		<category><![CDATA[firewall settings]]></category>
		<category><![CDATA[linux operating systems]]></category>
		<category><![CDATA[port 22]]></category>
		<category><![CDATA[security practices]]></category>
		<category><![CDATA[server configuration]]></category>
		<category><![CDATA[server daemon]]></category>
		<category><![CDATA[sshd]]></category>
		<category><![CDATA[yum command]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=365</guid>

					<description><![CDATA[<p>What is OpenSSH ? OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on. Users of telnet, rlogin, and ftp may not realize that their password is transmitted across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-install-openssh-on-centos-redhat/">How To Install OpenSSH on Centos / RedHat</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><h3>What is OpenSSH ?</h3>
<p><strong>OpenSSH</strong> is a FREE version of the SSH connectivity tools that technical users of the Internet rely on. Users of telnet, rlogin, and ftp may not realize that their password is transmitted across the Internet unencrypted, but it is. <strong>OpenSSH</strong> encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other attacks. Additionally, <strong>OpenSSH</strong> provides secure tunneling capabilities and several authentication methods, and supports all SSH protocol versions.<span id="more-365"></span></p>
<h3>Install OpenSSH under CentOS Linux</h3>
<p>To install the server and client type the following command:</p>
<pre>[root@lifelinux ~]# yum install openssh-server</pre>
<p>Start the service:</p>
<pre>[root@lifelinux ~]# service sshd start</pre>
<p>Set sshd service to automatically start at boot time, type the following command</p>
<pre>[root@lifelinux ~]# chkconfig sshd on</pre>
<p>Check &amp; Make sure port 22 is opened:</p>
<pre>[root@lifelinux ~]# netstat -tulpn | grep :22</pre>
<p>Sample outputs:</p>
<pre>tcp        0      0 :::22                       :::*                        LISTEN      1703/sshd</pre>
<h3>OpenSSH Server Configuration</h3>
<p>Now you need to edit the /etc/ssh/sshd_config file using vi or any other editor and you need to change the following Directives or add the following directives for OpenSSH server configuration these are only some of basic directives if you want to know available directives check <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5">here</a><br />
To change SSH listening port, example change port to 2222</p>
<pre>Port 2222</pre>
<p>To disable root logins, edit or add as follows:</p>
<pre>PermitRootLogin no</pre>
<p>Allow only SSH protocol 2</p>
<pre>Protocol 2</pre>
<p>Allow only user1 and user2 over SSH:</p>
<pre>AllowUsers user1 user2</pre>
<h3>Firewall Settings</h3>
<p>Open /etc/sysconfig/iptables file, enter:</p>
<pre>[root@lifelinux ~]# vi /etc/sysconfig/iptables</pre>
<p>Add the following line</p>
<pre>-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT</pre>
<p>Save and close the file. Restart the firewall:</p>
<pre>[root@lifelinux ~]# /etc/init.d/iptables restart</pre>
<g:plusone href="https://lifelinux.com/how-to-install-openssh-on-centos-redhat/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-install-openssh-on-centos-redhat/">How To Install OpenSSH on Centos / RedHat</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-install-openssh-on-centos-redhat/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
