I was installing Evolution to my laptop recently (see article on Evolution, the best Outlook replacement). After firing up Evolution, I didn’t have the option for Exchange. I found that the Exchange connector is listed as a suggested package, so my command of “apt-get install evolution” only retrieved the basics.
I’ve seen this problem before: I [...]
Archive for November, 2007
Advanced Software/ Package Management with Wajig
Posted in Uncategorized on November 29, 2007 | Leave a Comment »
Advanced Networking – BGP and OSPF with Quagga
Posted in Advanced Topics, Linux, Networks on November 29, 2007 | Leave a Comment »
I’ve been in the IT industry for almost 15 years, and worked with both large and small companies. I have never had an opportunity to work with the BGP protocol, until now. My experience with it has been fun (for a nerd), and I have now expanded my networking knowledge, just a little [...]
Network Interface examples
Posted in Uncategorized on November 12, 2007 | Leave a Comment »
I found this sample file on the net, so I thought I’d post it here. There are some excellent and complexconfig examples here:
It has a few good examples of configurations for your interfaces file. See Also: http://www.cyberciti.biz/faq/setting-up-an-network-interfaces-file/ #/etc/network/interfaces — configuration file for ifup(8), ifdown(8)
#
# A “#” character in the very first column makes the rest [...]
3D Effects in Ubuntu
Posted in Uncategorized on November 8, 2007 | Leave a Comment »
On my system with nVidia card, I did the following to enable 3D effects (and later, dual display with 3D effects, which is really cool).
From Terminal:
gksudo nvidia-settings
sudo apt-get install compizconfig-settings-manager
This will install the Advanced Desktop Effects option under System-Preferences
System-Preferences-Appearance-Visual Effects-Extra
Linux Networking
Posted in Linux, Linux Commands, Quick Tips on November 2, 2007 | Leave a Comment »
Quick Tips on Networking with Linux
Sometimes you may boot your computer and find that the network is not up. You check the built in network tools, and can’t easily see what the problem is – time to drop to the command prompt to make some changes. Here are some tips:
Check you current settings:
ifconfig
Don’t see your [...]