Configure Outlook 2003 over HTTP
This is a method to access your exchange mailbox, using Outlook, outside of the LAN network of the mail server, using HTTP. The setup was done using MS Exchange on Small Business Server 2003 and MS Outlook 2003. It will most likely work on other versions as well.
In order for RPC over HTTP to work, you will need to install the Secure Access Certificate on your computer. Installing the certificate will allow the entire certificate authority chain to be trusted.
Installing TrueType Fonts
To install TrueType on a gnome system, follow these steps:
- Create a ~/.fonts directory.
- Copy the TrueType files to your ~/.fonts directory.
- Verify that the fonts are available to your system with the fc-list command.
Clean out SMTP queue in MS Exchange
This is an issue that can cause a lot of grief if you have a lot of NDR messages in a queue, if your server has been attacked with spam, if someone is using it as an unauthorized relay, or a few other scenarios. There are 2 ways to clean it up. If its only a few messages that you need to delete, the best way is to use method 1, for a large amount of emails, use method 2.
Installing LAMP server on Ubuntu
Ubuntu version that was used: 8.04
To begin, install some packages that may be required later on:
sudo apt-get install binutils cpp fetchmail flex gcc libarchive-zip-perl libc6-dev libcompress-zlib-perl libdb4.3-dev libpcre3 libpopt-dev lynx m4 make ncftp nmap openssl perl perl-modules unzip zip zlib1g-dev autoconf automake1.9 libtool bison autotools-dev g++ build-essential
Then, install MySQL:
Adding language layouts to Xfce
If you need to use multiple keyboard layouts, the panel keyboard layout switch in Xfce is not very useful (at least at the time of this writing). All you can do is add it to the panel and see your default language. Assuming that the language is already installed on your system and you just want to add it to the layout switcher, here's what needs to be done:
Installing Xfce on Ubuntu
Why Xubuntu?
Xfce is ideal workstation desktop environment for slower end computers (P2 and up with 256 megs of RAM or so). Kubuntu and Ubuntu with KDE and Gnome can consume quite a bit of resources, so if you need something lightweight you should consider Xfce. Xubuntu is the version of Ubuntu that comes with Xfce as its default desktop environment.
Count the number of files
This is a bash command that returns the number of files in a current directory:
ls | wc -l
More Articles...
Page 20 of 21
<< Start < Prev 19 20 21 Next > End >>