April 28, 2008
This tutorial is a quick tutorial on how to upgrade Ubuntu 7 to Ubuntu 8.
First update your system:
# aptitude upgrade
Then install update-manager-core:
# aptitude install update-manager-core
Then upgrade your system by following onscreen prompts:
# do-release-upgrade
^ You may need to run this command more than once to completely upgrade your system.
Tags:
linux,
system administration,
ubuntu
Related posts
No Comments
Filed under: Uncategorized by — aaron @ 8:18 pm
April 28, 2008
Run the following command:
# cat /etc/issue
Or something more reliable:
# cat /etc/lsb-release
Tags:
linux,
system administration,
ubuntu
Related posts
No Comments
Filed under: Uncategorized by — aaron @ 8:15 pm
April 28, 2008
To install an application in Ubuntu (either verion 6, 7 or 8), you can use the following command:
# aptitude install <application>
Where <application> is the application you wish to install.
Tags:
linux,
system administration,
ubuntu
Related posts
No Comments
Filed under: Uncategorized by — aaron @ 8:09 pm
April 28, 2008
We have had a number of customers approach us regarding what method to use for uploading ASP/ASP.NET and decided to find some code which does not require a dll component. We found this useful site: http://www.webconcerns.co.uk/asp/uploadasp/default.asp
Tags:
asp,
programming,
windows
Related posts
No Comments
Filed under: Uncategorized by — aaron @ 1:49 am