Linux.com

NewsVac: News from around the Web

  • Networks: The Crux of Tomorrow's Datacenter 1 week, 6 days ago
    Perhaps Scott McNealy was right when he said "the network is the computer" all those years ago, and the next generation of datacenters will bear that out.
  • Researchers could face legal risks for network snooping 3 weeks, 5 days ago
    A group of researchers from the University of Colorado and University of Washington could face both civil and criminal penalties for a research project in which they snooped on users of the Tor anonymous proxy network. Should federal prosecutors take interest in the project, the researchers could also face up to 5 years in jail for violating the Wiretap Act.
  • Meet Squid 3 weeks, 6 days ago
    Squid is a caching proxy server that can provide enhanced performance for HTTP and FTP. Squid will cache commonly accessed sites so that it can improve performance by 10-20% for Internet connections.
  • Netgear's open wireless-G router for open source hackers 1 month, 3 weeks ago
    "NETGEAR has announced a wireless router specifically targeted at the Linux community. The WGR614L is based on a MIPS CPU with 16M of RAM an 4M of flash, along with 802.11g and 10/100 ethernet connectivity. It currently runs Tomato and DD-WRT firmware and will soon add support for OpenWRT."
  • From Live Mesh to the Open Mesh 3 months, 2 weeks ago
    Marc Canter has written a series of blog posts outlining the issues, constructs, technologies, and standards required to build out an"open mesh."
  • Cisco:networking is hot again 3 months, 2 weeks ago
    NAC, Trustsec, PCI, Linux and more are all on the table as Cisco VP outlines the network giant's strategy moving forward.
  • Why we should care about the spectrum debate 5 months, 2 weeks ago
    The debate of who should manage the wireless spectrum and whether it should be open is key to the future of mobile and personal computing, experts say.
  • Muni Wi-Fi's second chance 5 months, 2 weeks ago
    Wi-Fi networks can work with a little tweaking, a new study finds.
  • IPv6 and IPv4 - big trouble coming, and soon 5 months, 3 weeks ago
    You'll know that most of the Internet runs on IP version 4, the first cut of the Internet Protocol to see widespread use. It was standardised in 1981; for the past twenty five years or so, it's underpinned the beyond-massive expansion of the Internet.
  • AT&T to crush copyrighted network packets 7 months, 1 week ago
    "AT&T says it's time to start filtering copyrighted content at the network level. During a panel discussion at the International Consumer Electronics Show (CES), The New York Times reports, the communications giant joined Microsoft and NBC Universal in arguing that internet service providers - like AT&T itself - should be sniffing your networks packets and blocking anything that copyright holders don't traveling over the wire."
  • IPv6 Set for Root Adoption? 7 months, 2 weeks ago
    IPv6 adoption has a key adoption deadline looming this year, but is still facing plenty of barriers to adoption. Key among them is this: IPv6 address information is not included in most of the root DNS servers that power the Internet. This makes IPv6 to IPv6 connections a difficult proposition.
  • Book review: Linux Networking Cookbook 8 months ago
    "Linux networking cookbook is a book for both a seasoned and new Linux network administrator. It includes valuable time saving recipes, tools and related resources. The book is written in clear and concise style with tons of examples and working code .... "
  • Open source NAC, but only with commercial support 8 months, 1 week ago
    "If you work for a university where you have a large pool of talented, but cheap, labor (interns), then an open source project might make sense because you have people who can manage and maintain the system..."
  • Squeeze maximum usage out of your network resources 10 months, 3 weeks ago
    If you have UNIX-based programming experience, then you've probably worried at some point about enhancing your network throughput. In this article, learn some useful techniques to squeeze the most out of your bandwidth, and get a big performance boost with some of the methods described here.
  • Un-plugged rant: GNU/Linux and wireless 11 months ago
    "Sometimes I just gotta wonder about GNU/Linux and wi-fi...Maybe you can help .... "
  • More News

Linux.com : Networking

A hands-on look at Vyatta Community Edition 4 networking software

By Cory Buford on August 13, 2008 (4:00:00 PM)

Vyatta offers hardware and open source software for enterprise-level network infrastructure. Vyatta can turn any 32-bit x86 machine with at least one network interface into a network appliance that handles routing, firewall, and VPN tasks. The company released Vyatta Community Edition 4 in April, with improved scalability and feature enhancements. Large enterprises now have a low-cost alternative to proprietary hardware like the Cisco 7200.

Read the Rest - Post Comment

Benchmarking network performance with Network Pipemeter, LMbench, and nuttcp

By Ben Martin on August 13, 2008 (9:00:00 AM)

Network latency and bandwidth are the two metrics most likely to be of interest when you benchmark a network. Even though most service and product advertising focuses on bandwidth, at times the latency can be a more important metric. Here's a look at three projects that include tools to test your network performance: nepim "network pipemeter," LMbench, and nuttcp.

Read the Rest - 3 comments

ssh-xfer: Quickly grabbing files over an existing SSH connection

By Ben Martin on August 08, 2008 (9:00:00 AM)

The Secure Shell (SSH) and Secure Copy (SCP) make remotely performing system administration and copying files across secure links a painless operation. SSH and SCP use the same SSH protocol to protect network communications, but they rely on users knowing if they want a shell or to copy a file beforehand. You cannot easily use an existing SSH shell connection to a remote machine and just grab one or two files; if you want the files, you'll have to make another SSH connection for the file copy using SCP -- unless you have ssh-xfer.

Read the Rest - 11 comments

autonom.us aims to be think-tank on network service software licensing issues

By Bruce Byfield on August 06, 2008 (7:00:00 PM)

Network services are one of the fastest growing areas in modern software. However, while network services have much of the convenience of free software, only a minority are available under a free license. In fact, it was only last November that the Free Software Foundation (FSF) released the GNU Affero General Public License for network services. Under these conditions, last week's announcement of the formation of autonom.us, a new activist group "to focus on issues of software freedom in network services," seems overdue. The group's immediate plans are still evolving, but currently, its main goal -- so far as it has one yet -- seems to be as a policy discussion and advocacy group.

Read the Rest - 2 comments

The power of cross-platform synchronization

By Lisa Hoover on July 21, 2008 (4:00:00 PM)

These days there are plenty of ways to back up your computer files. The options are easy when you're dealing with one computer -- just back up your files to an external hard drive and forget about it -- but when several machines are involved, each with a different operating system, things can get complicated. If you frequently work on more than one computer, having access to your synchronized files no matter where you are can also be useful. PowerFolder, a backup and file synchronizing service, helps you cover all your bases, no matter what platform or how many computers you're using.

Read the Rest - 11 comments

Avoid latency while editing remote files using bcvi

By Ben Martin on July 11, 2008 (9:00:00 AM)

The ability to run both console and graphical programs securely on a remote system using SSH brings you a great deal of freedom. When the communications link to that remote system has high latency, however, running interactive programs such as a text editor on the remote machine can become a real test of your patience. The bcvi project lets you edit files on a remote system using gvim (or another editor) on your local desktop machine to avoid the latency. Even without latency issues, bcvi is a handy tool when you want to use gvim to edit a file on a server that does not have gvim or the X libraries installed.

Read the Rest - 10 comments

Monitoring network performance with GNetWatch

By Ben Martin on July 10, 2008 (9:00:00 AM)

GNetWatch is a network monitoring and performance testing tool that lets you can see the status of hosts on your network, send ping requests of varying size and quality of service to hosts, and investigate SNMP information. GNetWatch includes support for using Wireshark and nmap to snoop packets and investigate hosts on the network.

Read the Rest - Post Comment

Patches coming today for DNS vulnerability

By Joe Barr on July 08, 2008 (8:05:22 PM)

Whether you're running Linux, Windows, Cisco, Sun, or other DNS servers, you are at risk from a newly discovered vulnerability. So says Dan Kaminsky, head of penetration testing research at IO Active, who accidently discovered the DNS "design flaw" earlier this year.

Read the Rest - 1 comment

An introduction to the Kismet packet sniffer

By Joe Barr on July 03, 2008 (4:00:00 PM)

Kismet is a wireless "detector, sniffer, and intrusion detection system," and one of the growing list of essential open source tools for computer network security professionals. Kismet runs on any POSIX-compliant platform, including Windows, Mac OS X, and BSD, but Linux is the preferred platform because it has more unencumbered RFMON-capable drivers than any of the others.

Read the Rest - 3 comments

Investigating strange dialup activity with Wireshark

By Colin Beckingham on July 01, 2008 (4:00:00 PM)

A controlled dial-on-demand router is a convenient tool. An uncontrolled dial-on-demand router is not. The Wireshark network protocol analyzer helped me track down the cause of some strange and unwanted dialup connections.

Read the Rest - 4 comments

Monitoring network performance with speedometer

By Ben Martin on June 24, 2008 (9:00:00 AM)

Speedometer shows a graph of your current and past network speed in your console, letting you see your network connection's up and downstream speed and history at a glance. You can also use speedometer directly on a file to monitor the download performance and history of a specific download instead of all network traffic. When displaying the total network traffic, speedometer is sort of like gkrellm, in that you can see the current and past network performance on a graph, but you can easily run it over an SSH connection without having to set up gkrellmd.

Read the Rest - 3 comments

Benchmarking NFSv3 vs. NFSv4 file operation performance

By Ben Martin on June 20, 2008 (9:00:00 AM)

NFS version 4, published in April 2003, introduced stateful client-server interaction and "file delegation," which allows a client to gain temporary exclusive access to a file on a server. NFSv4 brings security improvements such as RPCSEC_GSS, the ability to send multiple operations to the server at once, new file attributes, replication, client side caching, and improved file locking. Although there are a number of improvements in NFSv4 over previous versions, this article investigates just one of them -- performance.

Read the Rest - 3 comments

Starting SSH connections simply with SSHMenu

By Ben Martin on June 18, 2008 (9:00:00 AM)

SSHMenu adds a button to your GNOME panel that displays a configurable drop-down list of hosts that you have might like to connect to with SSH.

Read the Rest - 17 comments

Tasty Tomato firmware for routers

By Kurt Edelbrock on June 11, 2008 (4:00:00 PM)

Breathe new functionality into your router with Tomato third-party firmware for popular models of Broadcom-based routers, including popular models manufactured by Linksys.

Read the Rest - 11 comments

Fwknop and single packet authorization

By Robert D. Currier on May 20, 2008 (9:00:00 AM)

Protecting servers by placing them behind a firewall is a best-practice methodology for systems administrators, but it's not a panacea: those systems are still visible to network scanners such as nmap and nessus. While services like SMTP and HTTP may need to be accessible to the public, most enterprises also have private internal servers that require external access by traveling support staff. For those users, fwknop, an open source utility that provides single packet authorization, can help sysadmins hide their servers from network nasties.

Read the Rest - 6 comments

Keeping your SSH connections alive with autossh

By Ben Martin on May 16, 2008 (4:00:00 PM)

With autossh, you can monitor your SSH connections and restart them if they stop sending traffic or SSH exits abnormally. This makes autossh perfect for keeping secure port forwarding available.

Read the Rest - 1 comment

What can you do with a second Ethernet port?

By Nathan Willis on May 06, 2008 (4:00:00 PM)

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.

Read the Rest - 26 comments

Control and keep an eye on many VNC sessions at once

By Ben Martin on April 30, 2008 (9:00:00 AM)

With vncthumbnailviewer you can see many VNC desktops at once and jump in to control any of them with a double click. vncthumbnailviewer acts like many VNC clients, so it can help you monitor many VNC servers.

Read the Rest - 2 comments

Commercial KVM-based virtual desktop program arrives

By Steven J. Vaughan-Nichols on April 30, 2008 (5:01:00 AM)

KVM (Kernel-based Virtual Machine), Linux's own baked-in virtualization program, has been gaining popularity. Now, Qumranet, the company behind KVM, is releasing a commercial virtual desktop called Solid ICE based on KVM technology.

Read the Rest - Post Comment

Rt2x00 project for wireless nearing success

By Bruce Byfield on April 24, 2008 (7:00:00 PM)

If you use wireless networking in GNU/Linux with native drivers, then chances are that you benefit from work done by the Rt2x00 project. You may use the MadWifi Atheros drivers with OpenHal, or drivers for the Realtek RTL8180 chipset, but most likely you use one of the drivers developed by the Rt2x00 for Ralink chipsets. In the nearly four years since the project began, its work has moved from having a reputation for bugginess to the point where some of its drivers are now part of the latest Linux kernels. Recently, Linux.com talked to three of the lead developers on the project about where Rt2x00 has been and where it is going.

Read the Rest - 7 comments

  |<   <   1   2   3   >   >|


 
Tableless layout Validate XHTML 1.0 Strict Validate CSS Powered by Xaraya