feeds2read
Latest Flows from this sub-category:
Noticias de iSeries / AS400 y noticias de Clientes ligeros Linux, XP y CE.Net

Busby SEO Challenge STT-PLN Online Community

Блог программиста-дилетанта

Logging, Syslog and Log Anaylsys Forums

Royal HeHe2-ness!

КОТорый летает сам по себе...

Пакет дня Debian

Ohmpie.com - Linux, Programming, Electronics, Freedom

My Linux Way

Shell Tips !

random selection from this sub-category:
GNU/Linux Magazine France

FootNotes - GNOME Desktop News

KernelTrap - Kernel news

Il blog di Andrea Lazzarotto

Ubuntu

Gentoo-Es - La comunidad Hispana de Gentoo Linux

Linux Journal - The Original Magazine of the Linux Community

КОТорый летает сам по себе...

LXer Linux News

Linux.com :: Features

Rss Directory > Computer > Unix/Linux > Debian/Ubuntu Tips & Tricks - Debuntu.org: .deb packages, Unix/Linux Tutorials and Articles.


Debuntu provides tutorials for Linux Administration. It is mainly focused on Debian based distributions, but how-tos should apply to other distributions with minor changes.
 
  Tue, 08 Jul 2008 17:36:28 +0200

In introduced terminator in a previous article as multi-view terminal.

Since then, terminator as quite evolved, with plenty of new features that were highlighted in Terminator 0.9 beta 1 post.


read more

syslogd is the Linux system logging utility that take care of filling up your files in /var/log when it is asked to.

On a standard system, logging is only done on the local drive. But syslog can be configured to receive logging from a remote client, or to send logging to a remote syslog server.

Some of the use cases could be:

  • A machine which filesystem goes read-only
  • Log replication

this tutorial will explain how to set up both the server, to receive message from a remote client, and the client to emit messages to a syslogd server.


read more

Linux is a perfect platform to act as a router/gateway.

In this tutorial, I will explain how to set up a Linux box to operate as a network router. The box will provide the following services:

  • DHCP server to provide the ip addresses to the machines in the LAN
  • DNS server to resolve domain names
  • Gateway with IP tables to give access to the Internet.
  • Firewall with IP tables.

The resulting machine will have quite a small footprint: about 600M, and except if your network is intensively used, a low spec computer can be recycled to do the job.

As the machine is going to operate as a router/firewall


read more

When copying files over the network, the files informations can be modified.

When using cp, one can avoid this issue by using the -a which will do the copy in archive mode, meaning that it will keep the links, preserve mode, ownership and timestamps and the copy is recursive.

the solution to this over the network is rsync alongside with ssh.


read more

The Intel wireless card 4965 AGN does not work properly on ad-hoc networks since hardy and kernel 2.6.24 or around, network-manager can't get it to use the mode ad-hoc and a standard configuration like:

$ sudo iwconfig wlan0 essid myessid mode ad-hoc channel X key s:mykey13charss
$ sudo dhclient wlan0

will fail to get an ip except a long battle at dhclient'ing around.

I managed to get a process to get things working faster.


read more

attached file:
type: text/plain size: 1.1 KB here

  Wed, 18 Jun 2008 02:36:41 +0200

Terminator 0.9, an application that allow you to have multiple terminal within the same window, is getting close to be released. FeatureFreeze has been started since a couple of weeks.

The bugs opened against terminator milestone 0.9 are being closed.

A big bunch of new features and enhancements come shipped with this new release.

A package is available from Launchpad PPA. You can grab the .deb there. Feedback to terminator bug tracker on launchpad are welcome.


read more

transmission, a lightweight bittorrent client version 1.22 was released on the 14th of June 2008.

A .deb package is available for Ubuntu Hardy i386 and amd64 from the debuntu repository.


read more

  Mon, 26 May 2008 02:21:22 +0200

transmission 1.21 is out.

Transmission is a fast, easy, and free multi-platform BitTorrent client with a focus on being lightweight yet feature-filled.


read more

  Sat, 24 May 2008 00:30:08 +0200

Subtitled movie lovers, here it comes, subtitleeditor 0.21.1 is out.


read more

  Sat, 03 May 2008 16:46:27 +0200

In the 2 previous articles, I explained how to set up a serial console on Ubuntu and Debian.

This tutorial will now show how to connect to those serial console using another machine using a software called minicom.


read more

  Sat, 03 May 2008 16:26:15 +0200

This tutorial will go over the steps to go through in order to set up a serial console on Debian Linux.

Debian uses sysvinit to handle the booting process, amongst the different task, and as such, there is a few differences between most of the tutorial that you might find on the internet regarding how to set up a serial console.

A Serial Console becomes handy when running a headless server (i.e no keyboard and screen) or if you cannot connect a a server because of a network issue.


read more

  Sat, 03 May 2008 15:10:15 +0200

This tutorial will go over the steps to go through in order to set up a serial console on Ubuntu Linux.

Unlike most other distros, Ubuntu uses upstart instead of sysvinit and as such, there is a few differences between most of the tutorial that you might find on the internet regarding how to set up a serial console.

A Serial Console becomes handy when running a headless server (i.e no keyboard and screen) or if you cannot connect a a server because of a network issue.


read more

  Tue, 15 Apr 2008 13:01:34 +0200

This tutorial will show how you can export and import a set of GPG keys from one computer to another.
This way, you can sign/encrypt the same way one different computer.


read more

  Sat, 12 Apr 2008 16:15:50 +0200

SSH is great. There is so many thing you can do with it other than just a remote secure shell like X forwarding, port forwarding, authenticate using a private/public key, compress the transmitted stream....

If you have different account that you use on an every day basis, it becomes quickly cumbersome to type those lengthly command lines.

One could work around this by using aliases, the right way would be to use ~/.ssh/config

This tutorial will show some customization examples that should cover most ssh use cases.


read more

Lately, I change my main user's username and homedir location. As a result, some application like evolution were kindda broken.

This tutorial will explain how to change some of evolution settings manually in order to fix any issues left from the name change.


read more

  Sat, 15 Mar 2008 22:04:13 +0100

Chainloading an operating system allows grub to boot an opearating system's boot loader. This is commonly used to boot Windows for instance.

I personnaly use it to be able to have my "production" system's grub on the MBR, and address other distros'grub install on their root partition. The advantage is that kernel updates are real easy to handle. Each testing distro modifying their own grub won't interfere with my main OS bootloader.

This tutorial will explain how to configure grub's menu.lst from the main OS to boot other OSes bootloader through an example.


read more

  Sat, 23 Feb 2008 16:46:30 +0100

Terminator gives the possibility of having multiples terminal within the same window.

As such, it makes it easier to handle multiple terminal sessions as for instance, working in one console and monitoring another one without constantly switching from a window to another.


read more

  Thu, 14 Feb 2008 02:56:21 +0100

After a number of years in development Linux Test Drive is becoming a reality, from the page:

LTD is a project that has been in development for the last three years. LTD allows the user to determine which distribution best fits their needs utilizing the Linux Distribution Chooser, and then once that is determined, give the user the ability to "test drive" that distribution directly over the Internet, without the need to download. We are currently taking pre-beta registrations for the LTD system.


read more

cron-apt is a tool run by a cron job at regular interval that will check for package updates and optionally do some actions.

cron-apt will by default download the packages without installing them.

This tutorial will explain how to set up cron-apt in order to have it send an email to a specified address when updates are ready to be installed.


read more

Lately, I have been trying vmware-server 2.0 beta build 63231. It worked pretty well, but for the fact that the Remote Console to the VM was not working through the MUI.

This article will describe the step to take in order to get it working.


read more

  Sat, 22 Dec 2007 18:58:00 +0100

Live CD are great, they let you try out a distribution without installing it. They allow you to run your favorite distribution on any computer and on the top of this, they become handy to recover a system.

Ubuntu live CD is already packed up with some pretty nifty software that allow you to do pretty much everything with the Live CD, but still, they might be some software you don't need that are include with it or, some software you need might be missing.

Another Pro for this is that by customizing your image, you will be able to install

This tutorial will show the steps to follow in order to customize an Ubuntu Live CD to your need by removing some component and adding some others.


read more

At the moment, the vmware-tools provided with workstation 6.0.2 do not compile under Ubuntu Gutsy 7.10.
Only one module fails: vmhgfs. This module allow one to share a folder on the host with the guest.

This tutorial will show the few changes required in order to be able to compile this module, and therefore ease file sharing between the host and the guest.


read more

  Sat, 17 Nov 2007 16:58:51 +0100

A standard Linux system has an incredible amount of files installed. Looking for a file location can be a painful task to do though a file browser.

Fortunately, there is a nifty command line available by default on any Linux distribution: find.

find can virtually find anything on your computer and comes with a lot of options. This tutorial will introduce a basic use of it and show how you can search your filesystem for file names matching a name pattern.


read more

  Sun, 14 Oct 2007 18:00:53 +0200

apt-file is a command line tool for searching packages in Debian/Ubuntu repositories.
Unlike apt-cache search, apt-file can find files in uninstalled or can list the content of uninstalled packages.

This tutorial will show how to install apt-file, update and search or list packages and files.


read more

Filesystems are usually created on a partition. When all your hard drive is already partitioned, creating a new partition can become a pain and creating a new filesystem within another filesystem file can save you a lot of hassles.

This tutorial will show the few steps required to have a new filesystem layout set within another filesystem.


read more

  Sat, 15 Sep 2007 17:51:11 +0200

pidgin 2.2.0 has made its way out, this release incorporate improvements from Google Summer of Code 2007 and bug fixes.


read more

  Tue, 21 Aug 2007 23:33:03 +0200

The pidgin team has just released pidgin 2.1.1.
People using Ubuntu Feisty Fawn can install it from Debuntu .deb repository


read more

  Mon, 20 Aug 2007 23:18:56 +0200

This tutorial will explain how to create a self-signed certificate that you will be able to use with apache in order to provide ssl support.

A self signed certificate won't provide as much security guarantees than a CA-signed certificate, but at least you will be able to use encrypted connection to your server.


read more

  Sat, 11 Aug 2007 16:29:53 +0200

This tutorial will show how-to connect to a Cisco VPN Concentrator using vpnc.

vpnc is a VPN client compatible with cisco3000 VPN Concentrator which runs in userspace and uses the tun kernel module.


read more

attached file:
type: text/x-csrc size: 3.45 KB here

Pidgin 2.1.0 was released on the 29th of July 2007. Thanks to steven for contacting me and asking me when it would be in the repository.
So here it comes, package for Ubuntu Feisty fawn.


read more


Disclaimer|Rss Directory|Try a Feed|Suggest a Feed|F-A-Q|Partners
Links: Référencement internet | Annuaire Webmaster  | ubuntu/debian tips
Comparateur de Prix | Logos, Sonneries, Jeux Java | Sonneries pour portables | Ringtones and logos for mobile phone | Accéssoires pour téléphone portable | Sonneries Et Logos
© copyright feeds2read.net 2005-2008