<?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; Tip of the day</title> <atom:link href="http://www.cyberciti.biz/tips/category/tip-of-the-day/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>Wed, 24 Apr 2013 18:50:55 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>How To Use Gmail Account To Relay Email From a Shell Prompt</title><link>http://www.cyberciti.biz/tips/linux-use-gmail-as-a-smarthost.html</link> <comments>http://www.cyberciti.biz/tips/linux-use-gmail-as-a-smarthost.html#comments</comments> <pubDate>Sun, 05 Apr 2009 19:29:28 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Backup]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[desktop operating system]]></category> <category><![CDATA[email clients]]></category> <category><![CDATA[email messages]]></category> <category><![CDATA[email server]]></category> <category><![CDATA[gmail]]></category> <category><![CDATA[mail transfer agent]]></category> <category><![CDATA[mail user]]></category> <category><![CDATA[server environment]]></category> <category><![CDATA[smarthost]]></category> <category><![CDATA[test mail]]></category> <category><![CDATA[unix desktop]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4596</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/shell-scripting' title='See all Bash/Shell scripting related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/terminal.png' border='0' /></a></div> Usually, you do not need to setup an email server under Linux desktop operating system. Most GUI email clients (such as Thunderbird) supports Gmail POP3 and IMAP configurations. But, how do you send mail via the standard or /usr/bin/mail user agents or a shell script? Programs such as sendmail / postfix / exim can be configured as a gmail smarthost but they are largely overkill for this use. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-use-gmail-as-a-smarthost.html/feed</wfw:commentRss> <slash:comments>46</slash:comments> </item> <item><title>How To Tail (View) Multiple Files on UNIX / Linux Console</title><link>http://www.cyberciti.biz/tips/multitail-view-multiple-files-like-tail-command.html</link> <comments>http://www.cyberciti.biz/tips/multitail-view-multiple-files-like-tail-command.html#comments</comments> <pubDate>Mon, 09 Feb 2009 19:28:32 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[data center]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Download of the day]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Log Management]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[admin job]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[browse through several log files at once]]></category> <category><![CDATA[log messages]]></category> <category><![CDATA[logfiles]]></category> <category><![CDATA[Mail server]]></category> <category><![CDATA[multiple files]]></category> <category><![CDATA[multitail  command]]></category> <category><![CDATA[portsnap command]]></category> <category><![CDATA[real time log view]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[unix sys admin]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4399</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all UNIX/Linux SysAdmin related news/tips" href="http://www.cyberciti.biz/tips/category/sys-admin"><img
src="http://files.cyberciti.biz/cbzcache/3rdparty/sysadmin-logo.jpg" border="0" alt="" /></a></div> tail is one of the best tool to view log files in a real time (tail -f /path/to/log.file). The  program  MultiTail  lets  you view one or multiple files like the original tail program. The difference is that it creates multiple windows on your console (with ncurses). This is one of those dream come true program for UNIX sys admin job. You can browse through several log files at once and do various operations like search for errors and much more.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/multitail-view-multiple-files-like-tail-command.html/feed</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>Find Out If Your WebSite Blocked In China Or Not</title><link>http://www.cyberciti.biz/tips/download-firefox-china-channel-addon.html</link> <comments>http://www.cyberciti.biz/tips/download-firefox-china-channel-addon.html#comments</comments> <pubDate>Thu, 30 Oct 2008 06:34:41 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Download of the day]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Mozilla]]></category> <category><![CDATA[News]]></category> <category><![CDATA[OS X]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[windows vista]]></category> <category><![CDATA[china china]]></category> <category><![CDATA[china prc]]></category> <category><![CDATA[chinese internet]]></category> <category><![CDATA[chinese ministry]]></category> <category><![CDATA[Download China Channel Firefox Addon]]></category> <category><![CDATA[firefox 3]]></category> <category><![CDATA[internet censorship]]></category> <category><![CDATA[mainland china]]></category> <category><![CDATA[ministry of information]]></category> <category><![CDATA[prc government]]></category> <category><![CDATA[republic of china]]></category> <category><![CDATA[trip to china]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3261</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/mozilla' title='See all Mozilla FireFox related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/firefox.png' border='0' /></a></div> Internet censorship in the People's Republic of China is conducted under a wide variety of laws and administrative regulations. In accordance with these laws, more than sixty Internet regulations have been made by the People's Republic of China (PRC) government, and censorship systems are vigorously implemented by provincial branches of state-owned ISPs, business companies, and organizations. So how do you find out if your website is blocked by the Great Firewall of China?]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/download-firefox-china-channel-addon.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Exporting Networked File Systems Via Another Networked File System</title><link>http://www.cyberciti.biz/tips/access-networked-file-system-mounts.html</link> <comments>http://www.cyberciti.biz/tips/access-networked-file-system-mounts.html#comments</comments> <pubDate>Fri, 18 Jul 2008 10:24:24 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Windows server]]></category> <category><![CDATA[bad idea]]></category> <category><![CDATA[cifs]]></category> <category><![CDATA[cluster file system]]></category> <category><![CDATA[ftp]]></category> <category><![CDATA[networked file system]]></category> <category><![CDATA[nfs]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[performance issue]]></category> <category><![CDATA[permission problem]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2477</guid> <description><![CDATA[How do I access networked file system mounts such nfs via ftp servers under Linux / UNIX?]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/access-networked-file-system-mounts.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>How To Deal With Shortage Of UNIX / Linux Administrators</title><link>http://www.cyberciti.biz/tips/few-qualified-unix-linux-administrators.html</link> <comments>http://www.cyberciti.biz/tips/few-qualified-unix-linux-administrators.html#comments</comments> <pubDate>Fri, 27 Jun 2008 21:04:08 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[admin training]]></category> <category><![CDATA[linux admin]]></category> <category><![CDATA[linux administrators]]></category> <category><![CDATA[linux command]]></category> <category><![CDATA[linux system administrator]]></category> <category><![CDATA[pluggable authentication modules]]></category> <category><![CDATA[unix admin]]></category> <category><![CDATA[unix system administrator]]></category> <category><![CDATA[unix systems admin]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2417</guid> <description><![CDATA[It happens all the time. Sooner or later, every organization may run out of qualified admin staff because of various issues. So how do you deal with fresh out of school admins or other helping people in your organization?]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/few-qualified-unix-linux-administrators.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>mplayer: Play All Mp3 Files In Reverse Order</title><link>http://www.cyberciti.biz/tips/reverse-play-mp3-files-in-directory.html</link> <comments>http://www.cyberciti.biz/tips/reverse-play-mp3-files-in-directory.html#comments</comments> <pubDate>Tue, 06 May 2008 19:23:19 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux Multimedia]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[hack]]></category> <category><![CDATA[mp3 file playlist]]></category> <category><![CDATA[mp3 files]]></category> <category><![CDATA[mplayer]]></category> <category><![CDATA[mplayer command]]></category> <category><![CDATA[play mp3 file]]></category> <category><![CDATA[playback]]></category> <category><![CDATA[shell]]></category> <category><![CDATA[sort file in reverse order]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2269</guid> <description><![CDATA[Reverse order files while sorting and play with mplayer multimedia player.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/reverse-play-mp3-files-in-directory.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>How to: Install KDE 4 Desktop under Ubuntu Linux 7.10</title><link>http://www.cyberciti.biz/tips/install-kde-4.html</link> <comments>http://www.cyberciti.biz/tips/install-kde-4.html#comments</comments> <pubDate>Sun, 20 Jan 2008 19:16:08 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Kde]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux laptop]]></category> <category><![CDATA[Linux login control]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[/etc/apt/sources.list]]></category> <category><![CDATA[apt get kde]]></category> <category><![CDATA[debian kde]]></category> <category><![CDATA[how to install kde4]]></category> <category><![CDATA[install kde 4]]></category> <category><![CDATA[install kde4]]></category> <category><![CDATA[install kde4 kubuntu]]></category> <category><![CDATA[install kde4 ubuntu]]></category> <category><![CDATA[installing kde4]]></category> <category><![CDATA[kde 4 download]]></category> <category><![CDATA[kde 4 release]]></category> <category><![CDATA[kde 4 screenshots]]></category> <category><![CDATA[kde 4 ubuntu]]></category> <category><![CDATA[kde desktop]]></category> <category><![CDATA[kde4 ubuntu]]></category> <category><![CDATA[kubuntu kde4]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/install-kde-4.html</guid> <description><![CDATA[KDE 4 has been released. I've received couple of questions about installing KDE 4 under Ubuntu Linux 7.10. KDE 4 Packages are available for Ubuntu Linux version 7.10 (Gutsy) and from development Ubuntu Linux Hardy version. They install to /usr/lib/kde4 and can be installed alongside your existing KDE 3. However these packages are not compatible [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/install-kde-4.html/feed</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>setsid: Keep Linux / UNIX program running while you logs out</title><link>http://www.cyberciti.biz/tips/howto-runs-linux-unix-program-in-newsession.html</link> <comments>http://www.cyberciti.biz/tips/howto-runs-linux-unix-program-in-newsession.html#comments</comments> <pubDate>Tue, 16 Oct 2007 19:53:02 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[hangup]]></category> <category><![CDATA[keep running command]]></category> <category><![CDATA[nohup command]]></category> <category><![CDATA[setsid command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-runs-linux-unix-program-in-newsession.html</guid> <description><![CDATA[I already wrote about nohup command, which allows you to ignore HUP (hangup) signal and keep running the command after user logged out. You can accomplish the same behavior using screen or disown command. setsid is another program that runs a program in a new session. For example run a script called ~/scripts/mirror.site: ssh you@remote-box.com [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/howto-runs-linux-unix-program-in-newsession.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Quick Shell Tip: Remove grep command while grepping something using ps command</title><link>http://www.cyberciti.biz/tips/grepping-ps-output-without-getting-grep.html</link> <comments>http://www.cyberciti.biz/tips/grepping-ps-output-without-getting-grep.html#comments</comments> <pubDate>Mon, 15 Oct 2007 21:51:02 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[grep command]]></category> <category><![CDATA[grep perl]]></category> <category><![CDATA[ps command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/grepping-ps-output-without-getting-grep.html</guid> <description><![CDATA[Generally you use ps command to find out all running process. You may also pipe out ps command output via grep command to pickup desired output. Basically you don't want display grep command as the process. Let us run combination of ps and grep command to find out all perl processes: $ ps aux &#124; [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/grepping-ps-output-without-getting-grep.html/feed</wfw:commentRss> <slash:comments>17</slash:comments> </item> <item><title>Find out DNS Server Version With DNS Server Fingeprinting tool</title><link>http://www.cyberciti.biz/tips/howto-remotely-determine-dns-server-version.html</link> <comments>http://www.cyberciti.biz/tips/howto-remotely-determine-dns-server-version.html#comments</comments> <pubDate>Thu, 27 Sep 2007 11:02:23 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[fingerprint]]></category> <category><![CDATA[fpdns command]]></category> <category><![CDATA[remotely find software version]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-remotely-determine-dns-server-version.html</guid> <description><![CDATA[By hiding out DNS server version number you can improve server security. fpdns is a program that remotely determines DNS server versions. It does this by sending a series of borderline DNS queries which are compared against a table of responses and server versions. (just like nmap command’s remote OS detection facility). A nameserver basically [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/howto-remotely-determine-dns-server-version.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>zcommands: Read gzip compressed text files on fly</title><link>http://www.cyberciti.biz/tips/decompress-and-expand-text-files.html</link> <comments>http://www.cyberciti.biz/tips/decompress-and-expand-text-files.html#comments</comments> <pubDate>Fri, 31 Aug 2007 15:31:07 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Solaris]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[compressed files]]></category> <category><![CDATA[gz]]></category> <category><![CDATA[gzip format]]></category> <category><![CDATA[text files]]></category> <category><![CDATA[uncompressed files]]></category> <category><![CDATA[zcat command]]></category> <category><![CDATA[zcmp command]]></category> <category><![CDATA[zdiff command]]></category> <category><![CDATA[zdump command]]></category> <category><![CDATA[zegrep command]]></category> <category><![CDATA[zfgrep command]]></category> <category><![CDATA[zgrep command]]></category> <category><![CDATA[zless command]]></category> <category><![CDATA[zmore command]]></category> <category><![CDATA[znew command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/decompress-and-expand-text-files.html</guid> <description><![CDATA[Both Linux and Unix like oses comes with z commands. It allows you to read gzip compressed text files using zless, zcat and zmore etc. gzip reduces the size of the files using Lempel-Ziv coding (LZ77). Whenever possible, each file is replaced by one with the extension .gz, while keeping the same ownership modes, access [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/decompress-and-expand-text-files.html/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Run wget In Background For an Unattended Download of Files</title><link>http://www.cyberciti.biz/tips/howto-run-wget-in-background.html</link> <comments>http://www.cyberciti.biz/tips/howto-run-wget-in-background.html#comments</comments> <pubDate>Mon, 27 Aug 2007 10:51:14 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[download]]></category> <category><![CDATA[downloaded file]]></category> <category><![CDATA[iso file]]></category> <category><![CDATA[linux ssh download file]]></category> <category><![CDATA[nohup command]]></category> <category><![CDATA[partially downloaded file]]></category> <category><![CDATA[screen command]]></category> <category><![CDATA[shell]]></category> <category><![CDATA[unattended download]]></category> <category><![CDATA[wget]]></category> <category><![CDATA[wget command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-run-wget-in-background.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> <span
class="drop_cap">H</span>ere is a quick tip, if you wish to perform an unattended download of large files such as Linux DVD ISO file use the wget command as follows:]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/howto-run-wget-in-background.html/feed</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Domain Expiration Check Shell Script</title><link>http://www.cyberciti.biz/tips/domain-check-script.html</link> <comments>http://www.cyberciti.biz/tips/domain-check-script.html#comments</comments> <pubDate>Tue, 21 Aug 2007 15:39:45 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[cron jobs]]></category> <category><![CDATA[date of expiration]]></category> <category><![CDATA[domain information]]></category> <category><![CDATA[domain whois]]></category> <category><![CDATA[expiration date]]></category> <category><![CDATA[grep command]]></category> <category><![CDATA[shell script]]></category> <category><![CDATA[whois command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/domain-check-script.html</guid> <description><![CDATA[I've already written about a shell script to check / monitor domain renew / expiration date here. Now I’ve modified matt’s domain-check script to support additional C/TLDs .in, .biz, .org and .info domains. I've also added 5 seconds delay to avoid whois server rejecting query. This script checks to see if a domain has expired. [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/domain-check-script.html/feed</wfw:commentRss> <slash:comments>62</slash:comments> </item> <item><title>Ubuntu Linux install development / system library functions man pages (manual)</title><link>http://www.cyberciti.biz/tips/howto-install-development-system-library-functions-manpage.html</link> <comments>http://www.cyberciti.biz/tips/howto-install-development-system-library-functions-manpage.html#comments</comments> <pubDate>Mon, 30 Jul 2007 22:59:17 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[install man pages]]></category> <category><![CDATA[man command]]></category> <category><![CDATA[program libraries]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[view system library functions]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-install-development-system-library-functions-manpage.html</guid> <description><![CDATA[I’m little surprised to find that Ubuntu Linux skips development man pages by default. A quick search using apt-cache pointed out to manpages-dev package. It includes manual pages about using GNU/Linux for development. Install development man pages Use apt-get command: $ sudo apt-get install manpages-dev To view library calls (functions within program libraries), enter: $ [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/howto-install-development-system-library-functions-manpage.html/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Howto: Verify Downloaded Linux / BSD DVD or CD ISO images for integrity</title><link>http://www.cyberciti.biz/tips/linux-unix-verify-dvd-cd-iso-images.html</link> <comments>http://www.cyberciti.biz/tips/linux-unix-verify-dvd-cd-iso-images.html#comments</comments> <pubDate>Thu, 26 Jul 2007 02:31:32 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[digital fingerprint]]></category> <category><![CDATA[dvd iso]]></category> <category><![CDATA[iso images]]></category> <category><![CDATA[md5 checksum]]></category> <category><![CDATA[md5sum]]></category> <category><![CDATA[md5_hash]]></category> <category><![CDATA[md5_message_digest]]></category> <category><![CDATA[wget]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-unix-verify-dvd-cd-iso-images.html</guid> <description><![CDATA[You need to verify that that downloaded Linux DVD or ISO images are intact before you burn and use them. This is security feature. But how do you verify ISO images? Answer is quite simple use md5sum command to compute and check MD5 message digest. Why verify ISO images? a) To protect yourself b) Verify [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-unix-verify-dvd-cd-iso-images.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Fix corrupted RPM database on CentOS 5 / Redhat enterprise Linux 5 / Fedora 7</title><link>http://www.cyberciti.biz/tips/howto-fix-rhel-corrupted-rpm-database.html</link> <comments>http://www.cyberciti.biz/tips/howto-fix-rhel-corrupted-rpm-database.html#comments</comments> <pubDate>Wed, 25 Jul 2007 02:56:34 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[error messages]]></category> <category><![CDATA[hangs]]></category> <category><![CDATA[rm command]]></category> <category><![CDATA[rpm]]></category> <category><![CDATA[rpm command]]></category> <category><![CDATA[rpm rebuilddb]]></category> <category><![CDATA[yum]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-fix-rhel-corrupted-rpm-database.html</guid> <description><![CDATA[If rpm / yum command hangs during operations or you see error messages - it means your rpm database corrupted. /var/lib/rpm/ stores rpm database just delete the same and rebuild rpm database: Command to rebuild rpm database rm -f /var/lib/rpm/__db* rpm --rebuilddb Read rpm / yum man pages for more information]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/howto-fix-rhel-corrupted-rpm-database.html/feed</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Repeat last shell command that started with a particular word</title><link>http://www.cyberciti.biz/tips/repeat-last-bash-csh-shell-command.html</link> <comments>http://www.cyberciti.biz/tips/repeat-last-bash-csh-shell-command.html#comments</comments> <pubDate>Sun, 08 Jul 2007 06:12:39 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[command history]]></category> <category><![CDATA[csh shell]]></category> <category><![CDATA[down arrow keys]]></category> <category><![CDATA[history feature]]></category> <category><![CDATA[input stream]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[shell tips]]></category> <category><![CDATA[word type]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/repeat-last-bash-csh-shell-command.html</guid> <description><![CDATA[Bash / CSH shell offers command history feature. Most of you may be aware and using of UP / DOWN arrow keys to recall previous commands. History expansions introduce words from the history list into the input stream, making it easy to repeat commands, insert the arguments to a previous ommand into the current input [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/repeat-last-bash-csh-shell-command.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Troubleshooting tip: Lan card (NIC) ordering changed after upgrading to Redhat (RHEL) Linux 4.5</title><link>http://www.cyberciti.biz/tips/howto-fix-rhel-centos-nic-ordering-after-upgrade.html</link> <comments>http://www.cyberciti.biz/tips/howto-fix-rhel-centos-nic-ordering-after-upgrade.html#comments</comments> <pubDate>Fri, 15 Jun 2007 13:13:40 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[Troubleshooting]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-fix-rhel-centos-nic-ordering-after-upgrade.html</guid> <description><![CDATA[If you are running Dell PowerEdge 2950 server or HP ProLiant BL480c G1 server and upgraded from old version to latest Red Hat Enterprise Linux ES release 4.5 (Nahant Update 5) you will notice that ordering of your NIC devices changed. Fix problem before upgrade: Before running upgrade via up2date command open /etc/sysconfig/network-scripts/ifcfg-eth0 file (for [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/howto-fix-rhel-centos-nic-ordering-after-upgrade.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Howto: Prevent a Linux kernel module from auto loading</title><link>http://www.cyberciti.biz/tips/avoid-linux-kernel-module-driver-autoloading.html</link> <comments>http://www.cyberciti.biz/tips/avoid-linux-kernel-module-driver-autoloading.html#comments</comments> <pubDate>Wed, 13 Jun 2007 18:13:14 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <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[Sys admin]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[Troubleshooting]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/avoid-linux-kernel-module-driver-autoloading.html</guid> <description><![CDATA[In some situation you may want to avoid loading a Linux driver module automatically . For example: [a] You would like to use proprietary device driver (I'm against any sort of proprietary drivers) and not inbuilt (reverse engineer) kernel driver. [b] If your server system connected without a diskette / floppy drive; kernel will try [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/avoid-linux-kernel-module-driver-autoloading.html/feed</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>Shell tip: change to a directory having very long name</title><link>http://www.cyberciti.biz/tips/howto-bash-shell-change-long-directory-name.html</link> <comments>http://www.cyberciti.biz/tips/howto-bash-shell-change-long-directory-name.html#comments</comments> <pubDate>Wed, 06 Jun 2007 06:39:29 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[UNIX]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-bash-shell-change-long-directory-name.html</guid> <description><![CDATA[Let us say your have a long directory name called "A_VERY_ VERY LONG_ DIRECTORY_NAME_TO_ TYPE _ A _ B _C"... So how do you change to a directory, which is having very long name without typing full name? Simply use a wildcard character called * as follows $ cd A_VERY_VERY* Or type cd A_VERY and [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/howto-bash-shell-change-long-directory-name.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>