Linux Tutorials on the topic “Ubuntu”
-
Integrate Video Streaming Into Your C/C++ Application Using Nex Gen Media Server API
Author: sanyoliu1 • Tags: ubuntu, c-programming • Comments: 2Integrate Video Streaming Into Your C/C++ Application Using Nex Gen Media Server API Recently I took a closer look at Nex Gen Media Server and their API framework. NGMS is a multi-purpose streaming server which supports some of the popular streaming protocols such as RTSP, RTMP, Apple's HTTP Live, and MPEG-2 Transport Stream. NGMS comes with transcoding support and is able to capture and reformat live video streams and adapt them to be received by another type of device, such as capturing an HD video feed and converting it to be received by an iPhone over 3g. My focus was to integrate the NGMS API to control the streaming features directly from my own C application. In this example I am using Ubuntu Linux 10.04.
-
Ripping An MP3 CD On Linux Mint 11
Author: CSch • Tags: ubuntu, desktop • Comments: 0
Ripping An MP3 CD On Linux Mint 11 This article describes how to rip music off an audio CD in acceptable shape with a moderate bitrate and in MP3 format on Linux Mint 11. There are are numerous ways of ripping a CD on Linux, but not all of them provide the standard comfort one should have, for instance a fairly high bitrate for your music, so that it does not sound like hammering on a trashcan with an iron spoon, or automated fetching of disk and track information from the internet, so you do not have to do it all manually. The way I describe should provide all these things, however it may be that if you are ripping a rather unknown audio disk, there is no data about it on the CD database.
-
Android Smartphone USB Tethering (Linux Mint 11)
Author: CSch • Tags: android, desktop, ubuntu • Comments: 0
Android Smartphone USB Tethering (Linux Mint 11) This article is about how to tether your Android smartphone with Linux Mint 11 and similar operating systems via USB, meaning how to use your smartphone's network to access the Internet on your computer by linking them with a USB cable.
-
-
Serving CGI Scripts With Nginx On Debian Squeeze/Ubuntu 11.04
Author: Falko Timme • Tags: debian, ubuntu, web server, nginx • Comments: 6
Serving CGI Scripts With Nginx On Debian Squeeze/Ubuntu 11.04 This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on Debian Squeeze/Ubuntu 11.04. While nginx itself does not serve CGI, there are several ways to work around this. I will outline three solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second and third solution are very similar - both use a CGI wrapper to serve CGI scripts.
-
How To Install Repcached (Memcached Replication) For High-Availability Over 2 Nodes On Ubuntu 11.04
Author: michael.cmech • Tags: ubuntu, high-availability, lighttpd, web server • Comments: 3
How To Install Repcached (Memcached Replication) For High-Availability Over 2 Nodes On Ubuntu 11.04 This is a short tutorial based on MarcusSpiegel's howto found here. This how to will cover the missing parts for installing Repcached on Ubuntu server 11.04. This is a copy/paste friendly tutorial so using putty will make this a lot easier. This how to will show you how to install and build memcached with replication, create a startup script and configure PHP to use memcache for sessions rather than storing them as files. This tutorial assumes you have set up 2 servers to replicate the information over.
-
Setting Up ProFTPd + TLS On Ubuntu 11.04 (Natty Narwhal)
Author: Falko Timme • Tags: ftp, security, ubuntu • Comments: 5
Setting Up ProFTPd + TLS On Ubuntu 11.04 (Natty Narwhal) FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on an Ubuntu 11.04 server.
-
Creating A Bootable USB Device On Linux Mint 11
Author: CSch • Tags: desktop, ubuntu • Comments: 4
Creating A Bootable USB Device On Linux Mint 11 This tutorial will show you how to make your USB hard disk device a bootable Linux system. Linux Mint 11 needs about 4.7 gigabyte of free space on your hard drive, so make sure your device has at least that much space available. I am using an 8 gigabyte stick which is enough to install Mint on it and additionally have some space left to save data. In my case, I will install Linux Mint 11 on my USB device, but it should work similarly with other systems. To create a bootable disk, you need either an iso-image of the desired Linux system or a real Linux DVD.
-
Continuous Deployment With Jenkins And Rex
Author: jfried • Tags: linux, programming, ubuntu • Comments: 1
Continuous Deployment With Jenkins And Rex In this tutorial I will show you how to do continuous deployment with jenkins as a ci tool and Rex as a deployment tool. Together, we will set up Jenkins, the build and test process, a Subversion repository and our example Perl App. This tutorial can be used with Java-, PHP-, Rails-, ... projects as well. But for simplicity I've chosen Perl. This howto focuses on Ubuntu LTS 11.04 but it can also be done with other Linux Distributions.
-
Running Magento 1.6.0.0 On Nginx (LEMP) on Debian Squeeze/Ubuntu 11.04
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 2
Running Magento 1.6.0.0 On Nginx (LEMP) on Debian Squeeze/Ubuntu 11.04 This tutorial shows how you can install and run Magento 1.6.0.0 on a Debian Squeeze or Ubuntu 11.04 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). Magento is an open-source, feature-rich ecommerce platform; I will use the Magento Community Edition here which is licensed under an open source certified license (OSL v3.0). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
Installing MySQL Administrator Tool To Connect To Remote Databases
Author: SamTzu • Tags: debian, mysql, ubuntu • Comments: 4Installing MySQL Administrator Tool To Connect To Remote Databases This tutorial provides step-by-step instructions on how to install MySQL Admin tool on an Ubuntu 11.04 system and how to connect to a remote host with it. This should also work on most Debian based operating systems.