» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with System + HOWTO

How-To: encrypted partitions over LVM with LUKS

Even though new distros installers tend to support filesystem encryption out of the box, most of the time, it might be interesting to actually understand how it works, mainly when it happens that your system fails to boot :).

Most literature found on the Internet tend to cover how to set up LVM over a partition encrypted with LUKS, this tutorial takes another approach and will explain how to create LUKS encrypted partitions over LVM. The reason for this.... I wanted to have unencrypted partitions :D.


read more

Debian: Debian/Ubuntu Tips & Tricks

How-To: Remote syslog logging on Debian and Ubuntu

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

Debian: Debian/Ubuntu Tips & Tricks

How-To: Set up a LAN gateway with DHCP, Dynamic DNS and iptables on Debian Etch

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

Debian: Debian/Ubuntu Tips & Tricks

How-To: Intel Wireless 4965 AGN with Ad-Hoc network + WEP

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

Debian: Debian/Ubuntu Tips & Tricks

DIY - How to Install a Central Vacuum System in your Home!

DIY - How to Install a Central Vacuum System in your Home!

Well, if you want to save some bucks while installing a central vacuum system in your house, here’s a perfect DIY for it although I do not recommended it.

After several months of research, I installed a central vacuum system in my house during many nights and weekends from December 2004 through January 2005. It was a big project, but well worth the effort. This instructable is intended to give an idea of the scope of the project.

via instructables

, , , , , , , , , , ,

User:zedomax: Zedomax

AutomaticallyMountPartitions - Community Ubuntu Documentation

This script is very usefull,speacilly in the latest versions of Ubuntu as the partitions are not mounted automatically at startup.

opensource: del.icio.us tag/opensource

Hack - How to Remove the Start Button from your Windows XP!

StartKiller removes the Start Button from your Windows XP!

For those of you with a Windows Start Button on your keyboard, here’s a great way to get rid of the actual Start Button on your screen.

Start Killer removes the Start button from your taskbar. When you run Start Killer it remove the Start button from taskbar and give you additional space on taskbar, when you close Start Killer the Start button is again shows.

Though the Start Button is removed, you can still open Start Menu using CTRL+ESC or WIN key. StartKiller place icon into system tray. Right-click on icon to close StartKiller or to open Settings dialog. You can remove icon from system tray. In this case use CTRL+ALT+SHIFT+F12 to open settings dialog box.

Download it here

via lifehacker

, , , , , , , , ,

User:zedomax: Zedomax

How-To set up a serial console on Debian

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

Debian: Debian/Ubuntu Tips & Tricks

How-To set up a serial console client

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

Debian: Debian/Ubuntu Tips & Tricks

How-To set up a serial console on Ubuntu

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

Debian: Debian/Ubuntu Tips & Tricks

How-To: Import/Export GPG key pair

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

Debian: Debian/Ubuntu Tips & Tricks

How-To: Customizing SSH client

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

Debian: Debian/Ubuntu Tips & Tricks

Using Your Knoppix CD as a Rescue CD

<sep/>Your Linux box won't boot, and your data sits there unreachable. Luckily, you have your trusty Knoppix CD, so you can bust into the most locked up system, as long as the filesystems are still<sep/>

knoppix: del.icio.us/tag/knoppix

How-To: email notification upon available package updates with cron-apt

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

Debian: Debian/Ubuntu Tips & Tricks

Flipping the Linux switch: 5 tips every new Linux user should know - Download Squad

Flipping the Linux switch: 5 tips every new Linux user should know - Download Squad

opensource: del.icio.us tag/opensource

How-To: Find files on your computer with find

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

Debian: Debian/Ubuntu Tips & Tricks

Page 1 | Next >>