Mar 11 2008

Ubuntu installation on a low RAM machine

Tag: ubuntutengo @ 12:04 pm

Ever wanted to get a decent ubuntu on an older PC, a legacy machine that you found down the cellar? Then you might run into weird trouble when installing from a live CD or DVD - the installer needs more than the available RAM
While booting the system, press Ctrl+Alt+F1 to go to console
Select a disk […]


Mar 11 2008

Move a complete directory from one server to another

Tag: ubuntutengo @ 11:52 am

There are multiple ways of moving folders from one machine to another. You could connect via FTP, download all stuff and then upload the folder to the other machine. But this approach would suffer from slow connections and a step in-between that is not really needed. So the best and easiest way ist to trasnfer […]


Mar 10 2008

Burn a DVD on Linux/Ubuntu

Tag: multimedia, ubuntuadmin @ 6:53 am

Coming from Windows, doing simple tasks on linux or ubuntu can sometimes appear to be hard.
To make things easier, here’s the routine to burn a video DVD on ubuntu:
Use (!) tovid, a wrapper for all the underlying scripts and tools. If you haven’t installed it yet
sudo apt-get tovid
use tovid to create the basic menu structure. […]


Mar 10 2008

Access a shared linux folder from Windows XP via Samba

Tag: ubuntuadmin @ 6:35 am

In the previous post you’ve learned how to share folders among pure linux machines. Now, in reality you’d like to access that securely hosted files on that linux server from a machine running Windows XP. Here’s how to achive that:
On the server
sudo apt-get install samba
sudo gedit /etc/samba/smb.conf
and add:
workgroup = GROUP
netbios name = little_smb_server (no […]


Mar 10 2008

Share a folder on Ubuntu via NFS

Tag: ubuntutengo @ 5:36 am

First post on the zen of linux. A good start would be a basic post about how to get multiple machines working on a shared folder.
The way to go in the linux/unix world is to use the pretty stable and reliable NFS filesystem.
At first, you have to select a machine you would like to make […]


« Previous Page