You are here

tool

HOW-TO Setup Ubuntu Server in the Cloud - Part II

See Part I of this article

This is Part II of Setup Ubuntu Server in the Cloud series.

4. Install and configure a firewall
Having a firewall in your system is mandatory. Configuring it correctly is even more important. I use 'iptables' for that matter and here is the command to install it, and then check its configuration which, at this time is empty:

dambrosio@XXXCNN4730:~$ sudo apt-get install iptables
dambrosio@XXXCNN4730:~$ sudo iptables -L

HOW-TO Setup Ubuntu Server in the Cloud - Part I

I just bought a server in the Cloud to run my development tools (i.e. SVN, JIRA, MySQL etc.). It is a 8.04 Ubuntu server with root access. So I need this server to work the way I want it, so here are the steps I took to prepare it:

1. Change the .bashrc file
I am so used to typing 'll' in the command line as alias for 'ls -lsa' that the first thing I changed was the .bashrc file to have the standard aliases enabled.

Type:

root@XXXCNN4730:/# vi ~/.bashrc

Get a view of your site on different combinations of Browsers and Operating Systems

Do you need to check how your website look on combination of browsers under different operating systems? Try entering the URL on the first page of the browsershots website.
Just choose the browsers you want to test under each operating system (no MAC OS available) the browsershots service will produce a series of images which area available online for 30 minutes, but that you can download and save for a more careful analysis.

Verify your Drupal Site with Google Webmaster Tools

If you host your site using Drupal CMS and want to use Google Webmaster Tools to increase it's visibility in Google search results, but you do not want to mess with your templates, php or site blocks, there is a very easy way to do it. Just use a URL Alias. Here is how:

  1. Log on to your Google Webmaster Tools account
  2. At your homepage, click on the "Add a Site" button and click on continue

Cygwin Personal Setup

Some time ago I wrote a post on my blog on how to setup the looks of your Cygwin bash shell using rxvt. Well, I normally add a few more settings to my environment just to make it more useful.

For instance, I add the following lines to my ~/.bash_profile with some aliases to make it easier with directory surfing.

alias ls='ls --color=auto' alias ll='ls -lsa' alias l='ls -la'

It is also useful to set some preferences for vi, and this is done in the ~/.vimrc file:

Subscribe to RSS - tool