Some issues about Cisco Linksys Routers
According to Jason Perlow, some routers of Cisco have certain issues. The models mentioned were WRT-610N, E3000, E2000, and E1000. According to the article, those models were experiencing reliability issues and sometimes knocks out your Internet access. The devices get so hot to a point were you would think it’s overheating.
Good news is that Cisco Engineers are actively looking to fix the issues and make the users “happy” and “confident” about Cisco Linksys producs. You can read his entire article at http://www.zdnet.com/blog/perlow/cisco-linksys-the-makeover/16665
Searching contents of a file using command line
find /path/to/directory -exec grep -c “abc” {} /dev/null \;
BSD Magazine October 2010 Issue
Check out my article in this issue, entitled I.T. Certifications and The Value I Got In It

-
Commissioning FreeBSD with the Drupal Content Management Framework – Part 1
With nearly 6000 modules and PHP support Drupal offers a sophisticated web development platform as well as a thriving community. Drupal, originally conceived by Dries Buytaert, has a reputation of being an extremely capable DContent Management System (CMS) albeit with a steep learning curve. While many criticisms concerning the complexity of the interface will be addressed in the forthcoming Drupal 7 release (which is currently in the alpha stage), Drupal 6 excels in stability, flexibility and high quality code. The developers also subscribe to a transparent policy towards security issues, and have a dedicated security team which ensures that core modules remain high quality. Used as the basis of many high profile sites.
- ROB SOMMERVILLE -
Building VPNs on OpenBSD
A VPN is a network made up of multiple private networks situated at different locations, linked together using secure tunnels over a public (insecure) network, typically the Internet. VPNs are becoming increasingly popular, as they allow companies to join the LANs of their branches or subsidiaries into a single private network (site-to-site VPNs) or to provide mobile employees, such as sales people, access to their corporate network from outside the premises (remote-access VPNs), thus making accessing and sharing internal information much easier.
- Daniele Mazzocchio -
Closed-source and unsupported drivers with FreeBSD
Sooner or later you come to a conclusion that you need to have an enhanced mobility throughout your home place. And you decide to purchase an Wi-Fi card and put it into a home gate-keeper. Do you know about troubles that could bring this simple transaction like WiFi network card purchase?Some might ask – is it necessary to buy a WiFi-card instead of a simple AccessPoint (AP)? At first glance you can figure out that there exist the fine models of ADSL-modems with wireless capabilities and that could work as AP. However, it should be noticed that: a) not all home connections to an Internet-provider go through a „copper” like phone- or cable-line; b) you simply need to add a WiFi-capability to an already working gate; c) a WiFi-card itself costs several times cheaper of AP.
- Anton Borisov -
I.T. certifications and the value I got in it
Joshua shares his experience with our readers, this time about certifications.
- Joshua Ebarvia
Click here to download your FREE copy…
Protected: x86 Assembly Language For-loop Demo
09.26.2010 at 8:38 pm Enter your password to view comments.
BSD Magazine September 2010 Issue

Check out my article in this issue, entitled The Difference Between FreeBSD and Ubuntu in a Not So Technical Way
The September 2010 Issue of BSD Magazine is out now!

Download your copy here http://bsdmag.org/system/articles/attachment1s/12486/original/BSD_and_LINUX_09_2010_.pdf
-
Installing a Citrix Client on FreeBSD
As our computing needs change, so does our criteria for selecting an operating system. Today, my job and my family are in different cities.
- ANDREW L. GOULD -
Writing shellcode for Linux and *BSD
A shellcode is a sequence of machine language instructions which an already-running program can be forced to execute by altering its execution flow through software vulnerabilities (e.g. stack overflow, heap overflow or format strings).
- DANIELE MAZZOCCHIO -
How To Convert Text to Voice Using Festival and Lame in FreeBSD
In 2007 I built a web-based IM/ Chat Service which was later launched as an iPhone web app. Making a long story short I retired the service in 2008 and that was that.
- DIEGO MONTALVO -
FreeBSD Squid proxy with Parental Controls How-To
Traditionally, web pages were served via a webserver such as Apache and transmitted via the network on port 80 to a web-browser.
- ROB SOMERVILLE -
Network monitoring with Nagios and OpenBSD PART 2
So our OpenBSD-based network now includes redundant firewalls (http://www.kernel-panic.it/openbsd/carp/index.html), domain name servers (http://www.kernel-panic.it/openbsd/dns/index.html), a mail gateway (http://www.kernel-panic.it/openbsd/mail/index.html) and a web proxy cache (http://www.kernel-panic.it/openbsd/proxy/index.html).
- DANIELE MAZZOCCHIO -
The Difference Between FreeBSD and Ubuntu in a Not So Technical Way
As a system administrator, I have been using various distributions of Linux and FreeBSD. I am comfortable in a mixed environment of *nix operating systems to provide network services.
- JOSHUA EBARVIA