Tuesday, May 6, 2008

nixCraft Linux Sys Admin Blog

nixCraft Linux Sys Admin Blog

Link to nixCraft Linux Sys Admin Blog

What Can You Do With A Second Linux Server Ethernet port?

Posted: 06 May 2008 06:45 PM CDT

Nathan has published an interesting article at Linux.com about second Ethernet port:

Purchase a new PC or motherboard soon, and the chances are good that it will come with two built-in network interfaces -- either two Ethernet jacks or one Ethernet and one Wi-Fi. Tossing in a second adapter is an inexpensive way for the manufacturer to add another bullet point to the product description -- but what exactly are you supposed to do with it? If you are running Linux, you have several alternatives.

My second Ethernet port usage

What's your second Ethernet port usage?

Related Posts:



© What Can You Do With A Second Linux Server Ethernet port? - nixCraft - Support nixCraft when you shop at amazon. Thanks!

mplayer: Play All Mp3 Files In Reverse Order

Posted: 06 May 2008 06:23 PM CDT

mplayer lacks an option for selecting files in a reverse order. So here is a quick way to playback all mp3 files in reverse order:
$ ls -1 -r *.mp3 > mp3.rev
$ mplayer -playlist mp3.rev

Where,

  • -r reverse order while sorting
  • -1 list one file per line
  • -playlist file : Play files according to a playlist file

Let's hear your shell hack in the comments.

Related Posts:



© mplayer: Play All Mp3 Files In Reverse Order - nixCraft - Support nixCraft when you shop at amazon. Thanks!

OpenBSD Set / Change Default Gateway

Posted: 06 May 2008 11:59 AM CDT

How do I change or set a default gateway under OpenBSD operating system?

Answer to "OpenBSD Set / Change Default Gateway"


Copyright © nixCraft. All Rights Reserved. Support nixCraft when you shop at amazon. Thanks!

Explain Usage Of The Linux Left Bracket /usr/bin/[ Command

Posted: 06 May 2008 01:13 AM CDT

I see [ command in /usr/bin directory. What is the /usr/bin/[ command used for?

Answer to "Explain Usage Of The Linux Left Bracket /usr/bin/[ Command"


Copyright © nixCraft. All Rights Reserved. Support nixCraft when you shop at amazon. Thanks!

No comments: