Entries Tagged as 'How Tos'
Before we get started, if you have a personal calendar, Google has a quick how-to here. The Google tutorial only covers basic calendars. This tutorial will cover both personal and shared calendars.
Google Calendar is neat and pretty much every phone and app has some sync system that works with it… except Thunderbird with the [...]
[Read more →]
Tags: Calendaring · Google · How Tos · Sunbird · WebDav · iCal · lightning · thunderbird
I get this a lot from friends and Google is full of examples, but here it is again.
If you have a file that begins with a hyphen (one of these: -) you’ll have a tough time removing it unless you remember something simple from Command Line 101. In most CLI environments, your shell has [...]
[Read more →]
Tags: How Tos · Unix · linux
If you install a NIC in a Solaris SPARC box, at least on Solaris 9, and you don’t know the device name, the following will help:
prtconf -pv | more
look for
device_type: ‘network’
Near the network device you’ll see model and name, similar to this:
model: ‘SUNW,pci-qfe’
name: ‘SUNW,qfe’
In this case your device is a qfe card. You can get [...]
[Read more →]
Tags: How Tos · solaris