<?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>nixCraft &#187; red hat fedora</title> <atom:link href="http://www.cyberciti.biz/tips/tag/red-hat-fedora/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 03 Feb 2012 22:45:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Allow A Normal User To Run Commands As root Under Linux / UNIX Operating Systems</title><link>http://www.cyberciti.biz/tips/allow-a-normal-user-to-run-commands-as-root.html</link> <comments>http://www.cyberciti.biz/tips/allow-a-normal-user-to-run-commands-as-root.html#comments</comments> <pubDate>Sat, 13 May 2006 03:33:33 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[FAQ]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[/etc/sudoers]]></category> <category><![CDATA[apache web server]]></category> <category><![CDATA[command line arguments]]></category> <category><![CDATA[default configuration]]></category> <category><![CDATA[linux system]]></category> <category><![CDATA[red hat fedora]]></category> <category><![CDATA[root user]]></category> <category><![CDATA[shutdown command]]></category> <category><![CDATA[sudo configuration]]></category> <category><![CDATA[sudo how to]]></category> <category><![CDATA[sudoers file]]></category> <category><![CDATA[superuser]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/allow-a-normal-user-to-run-commands-as-root.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/unix' title='See all UNIX(R) related articles/tips'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/unix-logo.gif' border='0' /></a></div> From my mail bag:<blockquote>I would like to run few commands such as stop or start web server as a root user. How do I allow a normal user to run these commands as root?</blockquote>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/allow-a-normal-user-to-run-commands-as-root.html/feed</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>Configure Static Routes In Debian or Red Hat Enterprise Linux</title><link>http://www.cyberciti.biz/tips/configuring-static-routes-in-debian-or-red-hat-linux-systems.html</link> <comments>http://www.cyberciti.biz/tips/configuring-static-routes-in-debian-or-red-hat-linux-systems.html#comments</comments> <pubDate>Thu, 13 Apr 2006 14:32:00 +0000</pubDate> <dc:creator>LinuxTitli</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[/etc/network/interfaces]]></category> <category><![CDATA[192 168 1 2]]></category> <category><![CDATA[192 168 1 254]]></category> <category><![CDATA[adaptive routing]]></category> <category><![CDATA[centos static route]]></category> <category><![CDATA[debian]]></category> <category><![CDATA[debian static route]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[interface file]]></category> <category><![CDATA[internet data center]]></category> <category><![CDATA[ip command]]></category> <category><![CDATA[linux add static route]]></category> <category><![CDATA[linux static route]]></category> <category><![CDATA[linux static routes]]></category> <category><![CDATA[network interface]]></category> <category><![CDATA[network scripts]]></category> <category><![CDATA[red hat fedora]]></category> <category><![CDATA[redhat routing]]></category> <category><![CDATA[redhat static route]]></category> <category><![CDATA[redhat static routes]]></category> <category><![CDATA[route command]]></category> <category><![CDATA[route-eth0]]></category> <category><![CDATA[route-eth0 file]]></category> <category><![CDATA[routing table]]></category> <category><![CDATA[static route fedora]]></category> <category><![CDATA[static route linux]]></category> <category><![CDATA[static route redhat]]></category> <category><![CDATA[static router]]></category> <category><![CDATA[static routes]]></category> <category><![CDATA[static routing]]></category> <category><![CDATA[system administrator]]></category> <category><![CDATA[ubuntu routing]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/configuring-static-routes-in-debian-or-red-hat-linux-systems.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/networking' title='See all Linux/UNIX networking related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/networking.png' border='0' /></a></div> <span
class="drop_cap">S</span>tatic routes improves overall performance of your network (especially bandwidth saving). They are also useful in stub networks (i.e. there is only one link to the network). For example, each LAN (located at different offices) is connected to HQ IDC (Internet data center) using single T1/LL/Wan links.<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/redhatfedora-linux' title='See all Redhat/CentOS/Fedora Core related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/rhlogo.gif' border='0' /></a></div> For example under <a
href="#rhelf">Red Hat/Fedora</a> Linux you can add static router for eth0 network interface by editing /etc/sysconfig/network-scripts/route-eth0 file. Under <a
href="#deb">Debian Linux</a> add static route by editing /etc/network/interface file.<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/debian-linux' title='See all Debian/Ubuntu Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/debianlogo.gif' border='0' /></a></div>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/configuring-static-routes-in-debian-or-red-hat-linux-systems.html/feed</wfw:commentRss> <slash:comments>30</slash:comments> </item> <item><title>Executing Linux / UNIX commands from web page</title><link>http://www.cyberciti.biz/tips/executing-linuxunix-commands-from-web-page-part-i.html</link> <comments>http://www.cyberciti.biz/tips/executing-linuxunix-commands-from-web-page-part-i.html#comments</comments> <pubDate>Thu, 05 Jan 2006 23:35:00 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[bash shell script]]></category> <category><![CDATA[cgi bin directory]]></category> <category><![CDATA[cgi code]]></category> <category><![CDATA[cgi program]]></category> <category><![CDATA[cgi support]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[red hat fedora]]></category> <category><![CDATA[run bash script from web]]></category> <category><![CDATA[run shell script from web]]></category> <category><![CDATA[web interface]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/executing-linuxunix-commands-from-web-page-part-i.html</guid> <description><![CDATA[A Web interfaces is almost used by routers and many other sophisticated programs such as webmin. However, why go for a web interface or execute commands from web page? For automation purpose, you need to use a web interfaces. Another advantage is you can access your web-based interface from any computer, running any operating system, [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/executing-linuxunix-commands-from-web-page-part-i.html/feed</wfw:commentRss> <slash:comments>36</slash:comments> </item> <item><title>How Do I Secure Grub Boot Loader?</title><link>http://www.cyberciti.biz/tips/how-do-i-secure-grub-boot-loader.html</link> <comments>http://www.cyberciti.biz/tips/how-do-i-secure-grub-boot-loader.html#comments</comments> <pubDate>Wed, 19 Oct 2005 01:14:00 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[/boot/grub/menu.lst]]></category> <category><![CDATA[/etc/grub.conf]]></category> <category><![CDATA[boot option]]></category> <category><![CDATA[boot time]]></category> <category><![CDATA[compromise system security]]></category> <category><![CDATA[debian grub fogot password]]></category> <category><![CDATA[dual boot with windows]]></category> <category><![CDATA[grub boot loader authentication]]></category> <category><![CDATA[grub boot loader password]]></category> <category><![CDATA[grub bootloader]]></category> <category><![CDATA[grub bootloader password]]></category> <category><![CDATA[grub failsafe security]]></category> <category><![CDATA[grub password]]></category> <category><![CDATA[grub password protection]]></category> <category><![CDATA[grub.conf password]]></category> <category><![CDATA[how to secure grub]]></category> <category><![CDATA[linux kernel]]></category> <category><![CDATA[password line]]></category> <category><![CDATA[red hat fedora]]></category> <category><![CDATA[secure grub]]></category> <category><![CDATA[securing grub]]></category> <category><![CDATA[single user mode]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-secure-grub-boot-loader.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> You can set a password for the GRUB bootloader. This prevents users from entering single user mode or changing settings at boot time.
When your system is rebooted, grub presents the boot option menu. From this menu one can easily login into a single user mode without the password which might result into compromise system security.
For example, anyone can access the data or change the settings. However you can setup a password for grub with password option. This option forces grub to ask for a password before making any changes or entering into single user mode. You need to type p followed by password.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/how-do-i-secure-grub-boot-loader.html/feed</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Linux &gt; Command line BitTorrent client</title><link>http://www.cyberciti.biz/tips/linux-command-line-bittorrent-client.html</link> <comments>http://www.cyberciti.biz/tips/linux-command-line-bittorrent-client.html#comments</comments> <pubDate>Mon, 14 Mar 2005 13:26:00 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[bittorrent client]]></category> <category><![CDATA[bittorrent-curses_command]]></category> <category><![CDATA[computer program]]></category> <category><![CDATA[curses]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[distribution protocol]]></category> <category><![CDATA[fedora core]]></category> <category><![CDATA[free software implementation]]></category> <category><![CDATA[mac os x]]></category> <category><![CDATA[os linux]]></category> <category><![CDATA[python version]]></category> <category><![CDATA[red hat fedora]]></category> <category><![CDATA[redhat fedora]]></category> <category><![CDATA[torrent]]></category> <category><![CDATA[wget command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-command-line-bittorrent-client.html</guid> <description><![CDATA[BitTorrent is the name of a peer-to-peer (P2P) file distribution protocol, and of a free software implementation of that protocol. The BitTorrent client is a computer program developed by BitTorrent, Inc. used to download and upload files via the BitTorrent protocol. You can download python based command line BitTorrent client download for Linux/BSD/Mac OS X/UNIX [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-command-line-bittorrent-client.html/feed</wfw:commentRss> <slash:comments>88</slash:comments> </item> </channel> </rss>
