Archive for the 'HowTo' Category
Wednesday, January 20th, 2010
In most cases, Ubuntu desktop systems will automatically detect and mount removable media, and this is largely done with software that is part of the X Windows system; for server systems without X Windows however, this sort of thing requires a bit of work.
Now some may ask, “Why automount removable media at all?” It is […]
Read the rest of this entry »
Posted in Case Study, Command Line, Debian, HowTo, Linux, Ubuntu | No Comments »
Saturday, January 2nd, 2010
Sound problems fall in to three basic categories, and the first thing you want to do is determine which one you’re dealing with. The easiest thing you can do is test your speakers with something else, using the same cable. If your speakers and cable are confirmed to be in good working order, then the […]
Read the rest of this entry »
Posted in Case Study, Command Line, HowTo, Linux, Ubuntu | No Comments »
Saturday, December 26th, 2009
prerequisite concepts: prelude, basic config., port fwd, proxy conn.
I don’t often have the opportunity to experiment on computers running Windows, but every once in a long while it simply cannot be avoided. I recently found myself wanting to look up a password in Revelation, a password manager for the Gnome Desktop on Linux; I […]
Read the rest of this entry »
Posted in Case Study, HowTo, Linux, Ubuntu | No Comments »
Saturday, November 1st, 2008
prerequisite concepts: prelude, basic configuration
This post is as much about customizing the root shell as it is about SSH environment variables, but I’m adding this to my OpenSSH collection because it’s applicable to any user.
I occasionally work on servers where, for a variety of reasons, I share an account with one or more other […]
Read the rest of this entry »
Posted in Case Study, HowTo, Linux | No Comments »
Friday, October 17th, 2008
prerequisite concepts: prelude, basic configuration, port forwarding
Network address translation (NAT) is a very common method of providing secure access to hosts on a private network. Given the limited amount of IPv4 addresses, computer networks with relatively few, very few, and even a single public IP address are common. A typical small business customer of […]
Read the rest of this entry »
Posted in Command Line, HowTo, Linux | 2 Comments »
Thursday, October 16th, 2008
prerequisite concepts: prelude, basic configuration
Port forwarding is a versatile feature which informs several popular concepts, including X Forwarding and tunneling which are briefly explained below; more advanced port magic will be addressed elsewhere.
X Forwarding
At the end of the previous installment of this series is an example SSH client configuration file, usually located at ~/.ssh/conf; […]
Read the rest of this entry »
Posted in Command Line, HowTo, Linux | 3 Comments »
Saturday, October 4th, 2008
Having discovered the advantages of รก la carte VoIP pricing, I pondered how to extrapolate my experience for general discussion while avoiding the pitfalls of interpolation and abridgement. The Reference Book of Rates, Price Indices, and Household Expenditures for Telephone Service published by the FCC’s Wireline Competition Bureau provides a rough estimate of wireline telephone […]
Read the rest of this entry »
Posted in Case Study, HowTo, Reviews, Telephony | No Comments »
Friday, September 26th, 2008
prerequisite concepts: prelude
If you’re not already using a config file (~/.ssh/config) you should peruse the documentation to see what it offers; an ongoing benefit I enjoy is that it allows me to accomplish more while typing less. Suppose, for example, you need to access two mail servers which are both behind a firewall and sharing […]
Read the rest of this entry »
Posted in Command Line, HowTo, Linux | 3 Comments »
Thursday, September 25th, 2008
This is a prelude to a series of articles focused on how the sophisticated power of OpenSSH may be harnessed to great advantage with less effort than one might think. Readers already familiar with OpenSSH and passwordless authentication may wish to skip ahead:
OpenSSH: Basic Configuration
OpenSSH: Port Forwarding
OpenSSH: Proxy Connections
OpenSSH: Environmental Override
SSH Coolness … Even On […]
Read the rest of this entry »
Posted in Command Line, HowTo, Linux | 3 Comments »
Wednesday, September 24th, 2008
AppArmor, introduced to Ubuntu with Gutsy, is yet another security tool unleashed upon the infosphere. In part, AppArmor is intended as an alternative to SELinux, which can easily be seen as daunting to configure; unfortunately, many such projects are daunting for those admins forced to walk the plank of unfamiliarity above a sea of expectations. […]
Read the rest of this entry »
Posted in Case Study, Command Line, HowTo, Linux, Ubuntu | No Comments »