Linux Tutorials on the topic “Ubuntu”
-
Installing Firefox 4.0 (.deb Package) On Ubuntu 10.10
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 10
Installing Firefox 4.0 (.deb Package) On Ubuntu 10.10 In this short guide I will show you how you can install the new Mozilla Firefox 4.0 browser (released March 22, 2011) on an Ubuntu 10.10 desktop. Fortunately, there's a Launchpad PPA repository that has Firefox 4.0 .deb packages, so we can easily install it through Ubuntu's package manager.
-
How To Install And Use MyDLP
Author: shelta • Tags: linux, security, ubuntu • Comments: 3How To Install And Use MyDLP This document can be used as a guide to installation of MyDLP Appliance. It also describes the basic usage. MyDLP is an easy, simple and open DLP (data loss prevention) solution, licensed under GPLv3. MyDLP 1.0 is released on 10 November 2010. MyDLP Appliance is a distribution based on Ubuntu Server. The distribution comes as a easy to deploy key solution. Protecting customer records, securing confidential files, data flow enforcements... they are all achievable within 30 minutes.
-
Installing Google Android SDK 1.0 On Ubuntu 8.04 Desktop
Author: Falko Timme • Tags: android, desktop, other, ubuntu • Comments: 34
Installing Google Android SDK 1.0 On Ubuntu 8.04 Desktop This guide explains how you can install the Google Android SDK 1.0 on an Ubuntu 8.04 desktop. With this stable release of the Android SDK, you can now develop applications for Android smartphones (like T-Mobile's G1) and offer them on the Android Market.
-
-
Setting Up An Android App Build Environment With Eclipse, Android SDK, PhoneGap (Ubuntu 10.10)
Author: Falko Timme • Tags: android, desktop, programming, ubuntu • Comments: 9
Setting Up An Android App Build Environment With Eclipse, Android SDK, PhoneGap (Ubuntu 10.10) This tutorial describes how you can set up a development environment for building Android apps on an Ubuntu 10.10 desktop using Eclipse, the Android SDK, and PhoneGap. I will describe how to build Android apps from the command line with PhoneGap and from the GUI with Eclipse and PhoneGap and how to test them in an Android emulator and on a real Android device. PhoneGap allows you to develop your Android applications using web technologies such as HTML, CSS, and JavaScript (e.g. with JavaScript libraries such as jQuery/jQTouch), and it will turn these web apps into native Android apps (in fact, PhoneGap supports multiple platforms such as Android, iPhone, Palm, Windows Mobile, Symbian, so you can use the same sources to create apps for multiple platforms).
-
Ubuntu 10.10 Samba Standalone Server With tdbsam Backend
Author: Falko Timme • Tags: samba, storage, ubuntu • Comments: 0
This tutorial explains the installation of a Samba fileserver on Ubuntu 10.10 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.
-
How To Compile Coloured rTorrent From SVN In Ubuntu 10.10 Maverick Meerkat / Debian 6 Squeeze With ruTorrent
Author: Stephan Jau • Tags: debian, ubuntu • Comments: 6How To Compile Coloured rTorrent From SVN In Ubuntu 10.10 Maverick Meerkat / Debian 6 Squeeze With ruTorrent rTorrent is a popular command line based bittorrent client. It provides very powerful features yet it is very light on the system - contrary to other bittorrent clients like Vuze. There are a couple of webinterfaces for it but they are not truly need. SSH access combined with the "screen" program provide you all the tools you need. In addition to the previous compilation guides of rTorrent, this one will also feature ruTorrent on a force Apache SSL connection with password protection.
-
Nagios Installation On Ubuntu 10.04 (Lucid Lynx)
Author: rbishop • Tags: monitoring, ubuntu • Comments: 9
Nagios Installation On Ubuntu 10.04 (Lucid Lynx) This tutorial shows how to set up Ubuntu Lucid Lynx (10.4) server with the Nagios Monitoring System. Nagios is a powerful, highly configurable monitoring and alarming system, which can monitor a wide variety of systems (network, server, daemons, applications). Monitoring could be done for instance for availability or utilization. The monitoring could be restricted to services which are connectable from the outside (e.g. a webserver on port 80/tcp), or with the help of NRPE (Nagios Remote Plugin Executor) plugins for testing could also be executed remote. We will be installing Nagios, Nagios Plugins, and Postfix with this tutorial. Postfix will be configured to send email via your alternate email server. This tutorial will only give you the basic configuration with Postfix, any additional settings can be found in multiple places on the Internet.
-
How To Install And Configure Cherokee Web Server With PHP 5 And MySQL 5 Support On Ubuntu 8.10 Server (Intrepid Ibex)
Author: Leszek • Tags: cherokee, ubuntu • Comments: 6
How To Install And Configure Cherokee Web Server With PHP 5 And MySQL 5 Support On Ubuntu 8.10 Server (Intrepid Ibex) This tutorial shows how to install Cherokee from source with PHP and MySQL support on a Ubuntu 8.10 server machine. The reason for compiling from source instead of using apt to install binary packages is that there are older versions in the repositories than the ones available on Cherokee's homepage. The main goal is to install the webserver so I didn't bother compiling everything else. That way you won't spend to much time on doing things I didn't want to describe.
-
How To Install OpenPublish On Ubuntu Server 10.04 LTS
Author: timtan • Tags: ubuntu • Comments: 1
How To Install OpenPublish On Ubuntu Server 10.04 LTS This tutorial explains how to install OpenPublish on an Ubuntu 10.04 LTS server. Open Publish is an open source platform designed specifically for the online news industry.
-
How To Install Tomcat6 With SUN-Java And Apache2 Integration On Ubuntu 10.04 [Lucid Lynx] With Virtual Hosts
Author: Jaac • Tags: apache, ubuntu • Comments: 5
How To Install Tomcat6 With SUN-Java And Apache2 Integration On Ubuntu 10.04 [Lucid Lynx] With Virtual Hosts Apache Tomcat (or Jakarta Tomcat or simply Tomcat) is an open source servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run. Tomcat should not be confused with the Apache web server, which is a C implementation of an HTTP web server; these two web servers are not bundled together. Apache Tomcat includes tools for configuration and management, but can also be configured by editing XML configuration files.