Ubuntu-news is about one simple thing - news about Ubuntu GNU/Linux, so you can find them all in one place.

NoMachine & LXDE Installer for Ubuntu/Debian

This is the first in a line of tutorials I am working on for less experienced linux users to effectively use their VPS. I’ve been tinkering with a little script that some of you might find helpful, it’s designed to install LXDE and NoMachine on a fresh VPS installation.

Encrypt Your Data With EncFS (Debian Squeeze/Ubuntu 11.10)

EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. It is a pass-through filesystem, not an encrypted block device, which means it is created on top of an existing filesystem. This tutorial shows how you can use [...]

Five Best Linux Distributions

Whether you’re a beginner or you’ve been using Linux systems for years, you probably have an opinion on what the best distribution is. “Best,” is obviously a relative term, and we understand that what’s best for beginners may not be best for advanced users, and so on.

Maintaining Remote Web Sites With sitecopy (Debian Squeeze/Ubuntu 11.10)

sitecopy is a tool for copying locally stored web sites to a remote web server (using FTP or WebDAV). It helps you to keep the remote site synchronized with your local copy by uploading modified local files and deleting remote files that have been deleted on the local computer. This tutorial shows how you can [...]

Configuring DNSSEC On BIND9 (9.7.3) On Debian Squeeze/Ubuntu 11.10

This guide explains how you can configure DNSSEC on BIND9 (version 9.7.3 that comes with Debian Squeeze/Ubuntu 11.10) on Debian Squeeze and Ubuntu 11.10. It covers how to enable DNSSEC on authoritative nameservers (master and slave) and on resolving nameservers, creation of keys and much more..

How To Fix Broken Packages In Ubuntu Or Debian

Adding a PPA channel to your system is stupidly simple, but once you’ve done it and you’re not properly versed in Debian package management, you may have destroyed your system. I got this software from a PPA channel just so that I could try out the experimental Blu-Ray support. Little did I know (well, actually, [...]

Install Jitsi 1.0 in Debian, Linux Mint and Ubuntu

Jitsi is a multi-protocol, multi-platform voice and video instant messenger client. It is mostly implemented in Java, and is Free/Open Source software licensed under the LGPL. Where other VoIP services and clients send data in the clear, Jitsi sets itself apart by making use of ZRTP to set up secure communication with SRTP, Secure Real-time [...]

Debian/Ubuntu: Making a Package Repository on Your LAN

This is one of those things that doesn’t get explained much, because it’s almost too simple to document: it’s often useful to keep a few Debian package files (.deb files, used in Debian, Ubuntu, and Linux distributions derived from them) available for installation, either on your local host or on other computers on the same [...]

Openshift client tools installation in debian/ubuntu

OpenShift is a free cloud-based application platform from RedHat. Of late I caught an interest in Cloud Computing and wanted to try out different stuff. Though I did extensive reading on Eucalyptus, Amazon EC2, Ubuntu Cloud, etc. I wanted to try something hands on and chose to experiment with OpenShift.

Running Feng Office (Community Edition) On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10

Feng Office is a web-based software that integrates project management, client relationship management, billing, financing, among other features that help you efficiently run your professional services business. nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

Debian, Ubuntu patching up rocky romance

Many things are afoot in the Debian world: ideas to reduce distro complexity and developer feedback cycle time; the embrace of the rise of ARM; and more TLC between Debian and its derivatives.

Icinga Configuration For Nginx On Debian Wheezy/Ubuntu 11.10

Icinga is an enterprise grade open source monitoring system which keeps watch over networks and any conceivable network resource, notifies the user of errors and recoveries and generates performance data for reporting. It is a fork of Nagios.

Ubuntu, Debian top community poll

Popular community site LinuxQuestions.org has published the results of its 2011 Members Choice Awards, which have yielded results that might be a bit surprising for those who believe the Linux community has turned away from Canonical’s Ubuntu distribution.

Linux command line basics for beginners: Part 1

You may consider this article as somewhat of a “part two” of the Command line programs for everyday use in linux article I wrote a few days ago. It’s all about going step-by-step to get you, the user, proficient at the command-line and become envy material for your friends.

Running Simple Groupware On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10

This tutorial shows how you can install and run Simple Groupware on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced “engine x”) + MySQL + PHP).

LEGO® MINDSTORMS® NXT 2.0 Support in Debian/Ubuntu

A LEGO® MINDSTORMS® NXT 2.0 recently arrived at our house. Of course it only comes with proprietary support for Windows/Mac, so I set out to see what FOSS support for the hardware I could find.

Running TYPO3 4.6 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10

This tutorial shows how you can install and run a TYPO3 (version 4.6) web site on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced “engine x”) + MySQL + PHP).

Debian vs. Ubuntu vs. Linux Mint: Which Distribution Should You Use?

There are so many distributions out there that it’s become quite ridiculous to a handful of users, while others enjoy the massive variety of how Linux is served. In this case, you really can be picky enough to mimic James Bond with “shaken, not stirred.”

Network preseeding Debian/Ubuntu with a static ip address & dhcp address for initial config

I was trying to get a fully automated network install of Ubuntu 10.04 working with a static ip address that gets set up in the preseed file. My entire preseed was working but the static ip address was not.

Install Java in Linux (Ubuntu / Debian)

This manual is to help install java (jdk) in Ubuntu / Debian Linux. Previously we discussed about how java’s installation has evolved over a period, then I promised to write an article on installing java on Linux. Yes I love Linux!

Arch, Ubuntu, and Debian Linux ported to the HP TouchPad tablet

Now it’s possible to install a full-blown Linux operating system on the TouchPad using some of the same tools you would use to install Android. The end result is a tablet that lets you choose whether to run webOS or another operating system when you turn it on.

Finding Out Package Dependencies With apt-rdepends On Debian/Ubuntu

Sometimes you need to find out all the dependencies of a package. This tutorial explains how to use apt-rdepends to recursively list all dependencies of a Debian/Ubuntu package.

Running Joomla 1.7 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10

This tutorial shows how you can install and run a Joomla 1.7 web site on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced “engine x”) + MySQL + PHP).

Running Contao 2.10.2 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10

This tutorial shows how you can install and run a Contao 2.10.2 web site on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced “engine x”) + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers [...]

Readers’ Choice Awards 2011

Best Linux Distribution:Ubuntu…..Runner-up: Debian. apt, apt and more apt this year in the distribution category.

Running Mailman On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04/11.10

The Mailman package from the Debian/Ubuntu repositories comes with a configuration for Apache, but not for nginx. This tutorial shows how you can use the Debian Squeeze/Ubuntu 11.04/11.10 Mailman package in an nginx vhost. Nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static [...]

People Behind Debian: Mark Shuttleworth, Ubuntu’s founder

I probably don’t have to present Mark Shuttleworth… he was already a Debian developer when he became millionaire after having sold Thawte to Verisign in 1999. Then in 2002 he became the first African (and first Debian developer) in space.

Debian Beckons Ubuntu Refugees to Come Home

Long time Ubuntu users have been complaining loudly about Unity’s lack of stability, limited options and an overall unfinished feel. Distros that have watched Ubuntu gobbling up the Linux mind-share are suddenly getting a second look by unhappy Ubuntu users seeking alternatives to Unity.

How to install Spotify onto Ubuntu/Debian/Linux

Spotify is all the rage now on Macs and PCs alike but Linux is not left out in the rain completely. So here is how to get Spotify on Ubuntu/Debian/Linux. First the Premium method.

Using GeoIP With Nginx On Debian Squeeze/Ubuntu 11.04

This tutorial explains how to use the GeoIP module with nginx on Debian Squeeze/Ubuntu 11.04 to find out where your visitors come from. The GeoIP module sets multiple variables like $geoip_country_name, $geoip_country_code, $geoip_city, etc. that you can use in your PHP scripts or directly in your nginx configuration, for example to serve content in different [...]

« Previous Entries


Technorati Profile
Ubuntu-News is not related to the Ubuntu Project.
All logos and trademarks on this site are property of their respective owners.