Ubuntu blogs

Tip, if you want latest version of a game in ubuntu

After playing several games in ubuntu I have realized the games are slowly updated in the distribution, even though newer verions exists.

Now downloading the game and compiling it yourself, usually lead to other programs that is needed and then you have to compile them too. It can mount up to a large number, an example is compiling freeorion.

So the tip is to use ubuntu packages as much as possible for the mandatory programs/libraries and source for the game itself. Compiling is then usually a matter of, something like this:

tar -xzvf game.tgz
cd game
./configure
make
sudo make install

A problem can be to find the binary file to start the game..but the name can usually be found in the game directory itself or under game directory and bin

On not giving up on Linux (Ubuntu specifically)

Speaking to this audience strictly as a new Linux convert, I want to say to everyone, "Don't give up". What you are doing is working with a different OS, one that is not Windows and one that is as powerful and as reliable if not more than other OS around. Do some research and come to your own conclusions. That is your right. My words here are my own understanding and valid to a point. But my purpose is to encourage all not to give up.

My Story.

Multiple OS boot problem

I´m new in UBUNTU. I install it in a Toshiba Notebook in an external HD. After that my machine request a multiple OS boot screen but if I remove the external HD it will not start in normal way in Vista.

I want o have both OS but I do not want to be carrying the external HD always. How I do to start in Vista with our receiving an error when I do not have the external HD with UBUNTU.

Thanks

How to Create a Private Encrypted Folder On Ubuntu 8.10 (Intrepid)

eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux.It provides advanced key management and policy features. eCryptfs stores cryptographic metadata in the header of each file written, so that encrypted files can be copied between hosts; the file will be decryptable with the proper key, and there is no need to keep track of any additional information aside from what is already in the encrypted file itself. Think of eCryptfs as a sort of “gnupgfs”.eCryptfs is a native Linux filesystem. The kernel module component of eCryptfs is part of the Linux kernel since 2.6.19.

Full Story

HowTo upgrade from Debian Etch (4.0 ) to Lenny (5.0)

Debian Lenny’s release is getting closer and closer and many people will want to upgrade their Debian Etch servers to Lenny.This is currently in testing so it is not recommended to use these instruction in production.This tutorial will explain how to upgrade from Debian Etch (4.0 ) to Lenny (5.0)

Full Story

Adobe AIR on Ubuntu 8.10

Does anyone know the correct procedure for installing Adobe AIR on Ubuntu 8.10? I already successfully installed Adobe Flash Player but I am not sure how or where to install Adobe AIR.

Tools to delete files securely in GNU/Linux

Deleting a file or reformatting a disk does not destroy your sensitive data. The data can easily be undeleted. That’s a good thing if you accidentally throw something away, but what if your trying to destroy financial data, bank account passwords, or classified company information. In this article you will learn number of tools(Shred,Wipe,srm,smem,sfill,sswap,DBAN) to delete files securely in GNU/ Linux

Full Story

How to Install Adobe Flash in Debian Etch/Lenny/Sid

In this tutorial we will see how to install Adobe Flash in Debian Etch/Lenny/Sid. Adobe Flash (previously called "Macromedia Flash"') is a multimedia platform created by Macromedia and currently developed and distributed by Adobe Systems. Since its introduction in 1996, Flash has become a popular method for adding animation and interactivity to web pages; Flash is commonly used to create animation, advertisements, and various web page components, to integrate video into web pages, and more recently, to develop rich Internet applications.

Full Story

How to use SSH Via HTTP Proxy using Corkscrew in Ubuntu

If you want to ssh your vps server or your home computer from your work place (assuming you are using http proxy).You need to use Corkscrew.corkscrew is a simple tool to tunnel TCP connections through an HTTP proxy supporting the CONNECT method. It reads stdin and writes to stdout during the connection, just like netcat.

Full Story

pv (Pipe Viewer) - Shell pipeline element to meter data passing through

pv (Pipe Viewer) can be inserted into any normal pipeline between two processes to give a visual indication of how quickly data is passing through, how long it has taken, how near to completion it is, and an estimate of how long it will be until
completion.To use it, insert it in a pipeline between two processes, with the appropriate options.

Full Story

How to Install and Configure DHCP Server in Ubuntu Server

A DHCP Server assigns IP addresses to client computers. This is very often used in enterprise networks to reduce configuration efforts. All IP addresses of all computers are stored in a database that resides on a server machine.A DHCP server can provide configuration settings using two methods

Full Story

How to Install Latest Wine in debian Etch

Wine makes it possible to run Windows programs alongside any Unix-like operating system,particularly Linux. At its heart, Wine is an implementation of the Windows Application Programing Interface (API) library, acting as a bridge between the Windows program and Linux.Think of Wine as a compatibility layer, when a Windows program tries to perform a function that Linux doesn’t normally understand, Wine will translate that program’s instruction into one supported by the system. For example, if a program asks the system to create a Windows pushbutton or text-edit field, Wine will convert that instruction into its Linux equivalent in the form of a command to the window manager using the standard X11 protocol.

Full Story

How to set up host interface networking for VirtualBox on Ubuntu

To start, NAT is by far the easiest way to get your guests connected to the interweb, but you may want to use the guests as servers. For this you need Host Networking.To configure Host Networking you need to configure network bridging, you basically go through four steps on the host machine

Full Story

Howto set up a Wireless Bridge in Debian

A wireless router is great when toting a computer with a wireless interface around, but moving a wired computer to another room or floor often means stringing an unsightly Ethernet cable through the house. The alternative is buying a wireless adapter, hoping that a Linux driver is available for it (there often isn’t). Even a wireless interface is no good when used out of range of the wireless router.

Full Story

Install SugarCRM community edition in Ubuntu Intrepid Ibex Server

SugarCRM is a complete CRM system for businesses of all sizes. Core CRM functionality includes sales force automation, marketing campaigns, support cases, project management, calendaring, and more. It supports MySQL and MS SQL Server.

Full Story