MESSAGE
DATE | 2004-05-26 |
FROM | Ruben I Safir
|
SUBJECT | Subject: [hangout] Fwd: Linux Journal Weekly Newsletter - May 26 [html@ssc.com]
|
On 2004.05.26 04:37 Linux Journal News Notes wrote:
Linux Journal Weekly News Notes -- May 26 _________________________________________________________________
Sponsor: Appro
Appro, a leading provider of high-performance and enterprise computing systems, today leads the industry with the most manageable modular compute solutions available, including blade servers, rack-optimized servers and Linux clusters based on Intel or AMD processors. Appro helps companies worldwide create more flexible, cost-effective and manageable IT infrastructures and offer cutting-edge technology, such as Quad AMD Opteron servers. Get your free White Paper! Visit the Appro Web site: http://www.appro.com to build high performance Linux clusters today! _________________________________________________________________
Feature Links of the Week
How Linux Saved My Files and My Job: http://www.linuxjournal.com/article.php?sid=7596 -- Rory Winston shares his adventure of trying to recover a hard drive on his Windows laptop. The only thing that worked? BG-Rescue Linux.
Reducing OS Boot Times for In-Car Computer Applications, Part II: http://www.linuxjournal.com/article.php?sid=7594 -- In part two of his series, Damien Stolarz outlines the steps involved in the boot process, the time involved for each and ways to reduce the overall boot time.
Writing Scalable Applications with PHP: http://www.linuxjournal.com/article.php?sid=7593 -- In a follow-up to his article in the April issue of LJ, Xavier Spriet provides code and procedures for developing working PHP applications.
Tech Tip
The saga of "how can I securely send mail from my laptop when it's plugged in to someone else's network" continues. If you run a wireless network, you probably block port 25 to keep people from using your network for spamming. The problem is how do you make an outgoing SMTP connection from your laptop when you travel to other people's wireless networks?
Miek Gieben has an elegant answer based on Postfix and OpenSSH. Set up Postfix on the laptop to use localhost and a high port as its relayhost, then tunnel that high port to port 25 on your mail server.
Details and config file entries for the basic method are here: http://www.miek.nl/linux/postfix.html.
For security, though, you don't want to let people log in to your OpenSSH server as you without a passphrase. So, instead of using your main OpenSSH identity for the tunnel, add a user called tunnel to the OpenSSH server and make a tunnel-only SSH key on the laptop with this command:
ssh-keygen -t dsa -f tunnel
In the file tunnel.pub, add the following options to the beginning of the line:
command="/bin/false",no-X11-forwarding,no-agent-forwarding,no-pty
and then copy the contents of tunnel.pub to the end of the tunnel user's .ssh/authorized_keys file on the OpenSSH server.
If you can run only /bin/false and you can't forward X or the SSH agent, what's left? Port forwarding. Add -i tunnel to Miek's instructions to use the tunnel, and replace miekg-at- with tunnel-at-.
Upcoming Events
INBOX--The Everything E-mail Event, June 2-4, San Jose, CA
50 Conference Sessions, 100 Speakers, Special Events. Investigate the largest ever e-mail event. Sign up today!: http://www.inboxevent.com Use discount code LJW04 when registering and save $100!
Expanded Training Offered at USENIX Annual Technical Conference 2004 (USENIX'04)
Build Your Own Conference: 6 days of training from industry experts; renowned plenary speakers every morning; technical sessions everyday including Guru Is In, new SIG sessions and general and Freenix/open-source refereed papers. Learn about what's new from the technical best. Early registration discount: http://www.usenix.org/usenix04/lj ends June 7th. USENIX'04: June 27-July 2, 2004, Boston, MA.
XP Agile Universe, August 15-18, Calgary, Alberta
Extreme Programming (XP) and Agile Processes have disrupted our view of software development, leading the industry towards lean, adaptable development methodologies--changing the way software will be developed for some time. At XPAU: http://www.xpuniverse.com, learn about them first-hand from the people leading the change. _________________________________________________________________
To remove yourself from this list, see www.ssc.com/mailing-lists: http://www.ssc.com/mailing-lists. _________________________________________________________________ -- __________________________ Brooklyn Linux Solutions
So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998
DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002 http://fairuse.nylxs.com
http://www.mrbrklyn.com - Consulting http://www.inns.net <-- Happy Clients http://www.nylxs.com - Leadership Development in Free Software http://www2.mrbrklyn.com/resources - Unpublished Archive or stories and articles from around the net http://www2.mrbrklyn.com/downtown.html - See the New Downtown Brooklyn....
1-718-382-0585 ____________________________ NYLXS: New Yorker Free Software Users Scene Fair Use - because it's either fair use or useless.... NYLXS is a trademark of NYLXS, Inc
|
|