Linux

Installing ehcp (Easy Hosting Control Panel) On Any Debian Or Apt-Get Based Distro, Including Ubuntu

Submitted by bvidinli (Contact Author) (Forums) on Wed, 2007-10-24 11:50. :: Debian | Linux | Ubuntu | Apache | Control Panels | DNS | FTP | MySQL | PHP | Postfix | Other | ISPConfig

Installing ehcp (Easy Hosting Control Panel) On Any Debian Or Apt-Get Based Distro, Including Ubuntu

In this tutorial I will show you howto install ehcp on any debian based distro, or any distro that has apt-get support. ehcp stands for Easy Hosting Control Panel. It may be used by anyone wanting to host multiple domains in his dedicated/vps server. It is a hosting control panel under development.

How To Utilize Your New Multimedia Keyboard Under Linux

Submitted by csarlee (Contact Author) (Forums) on Fri, 2007-04-27 15:36. :: Linux | Linux | Desktop

How To Utilize Your New Multimedia Keyboard Under Linux

Xbindkeys is a program that allows you to launch shell commands with your keyboard or your mouse under X Window. It links commands to keys or mouse buttons, using its configuration file. It does not depend on the window manager and can capture all keyboard keys.

Create Users And Change Passwords With A Bash Script

Submitted by fakrul (Contact Author) (Forums) on Fri, 2007-03-16 16:33. :: Linux

Create Users And Change Passwords With A Bash Script

These two scripts are very important for the system admin who regularly works with mail servers and somehow forgets to backup his system username and password! Let’s say somehow we lost the usernames and passwords of the mail server. In this case the admin has to manually create all the users and then change the passwords for all the users. Tedious job. Let’s make our life easier.

Setting the SUID/SGID bits: Giving a program YOUR permissions when it runs

Submitted by VirtualEntity (Contact Author) (Forums) on Fri, 2007-03-02 14:57. :: Linux | Linux

Setting the SUID/SGID bits: Giving a program YOUR permissions when it runs

Normally, when a program runs under Linux, it inherits the permissions of the user who is running it, thus if I run a program under my account, the program runs with the same permissions that I would have if that program were me. Thus, if I cannot open a certain file, the program I am running also cannot open the file in question. If I set the SUID or SGID bit for a file, this causes any persons or processes that run the file to have access to system resources as though they are the owner of the file.

Using TAR with Bunzip2 files

Submitted by VirtualEntity (Contact Author) (Forums) on Fri, 2007-03-02 14:41. :: Linux

Using TAR with Bunzip2 files

Bunzipping and then unTARring in two steps is not convenient.

It is not necessary to use Bunzip2 and then TAR to unzip a file in two separate steps.

Tar will do the job on its own if the -j switch is used, thus:

tar xjvf linux-source<version>.tar.bz2

By the same token, you may use the -z switch with a gzipped file, e.g.

tar zxvf linux-source<version>.tar.gz

Cisco 350 Series And Kismet

Submitted by un1x (Contact Author) (Forums) on Fri, 2006-11-24 15:20. :: Linux | Networking

Cisco 350 Series And Kismet

This tutorial is describing how to configure a Cisco Aironet wireless card and how to set up kismet in order to run with it.

Step-By-Step Configuration of NAT with iptables

Submitted by ganesh35 (Contact Author) (Forums) on Wed, 2006-11-08 19:53. :: Kernel | Linux

Step-By-Step Configuration of NAT with iptables

This tutorial shows how to set up network-address-translation (NAT) on a Linux system with iptables rules so that the system can act as a gateway and provide internet access to multiple hosts on a local network using a single public IP address. This is achieved by rewriting the source and/or destination addresses of IP packets as they pass through the NAT system.

How do I start the X server in Suse 9.2 when the graphic card is working work in text mode?

Submitted by till (Contact Author) (Forums) on Mon, 2006-08-07 16:03. :: Linux

To start the X server from a text mode session, execute the command:

startx

How do I find out if a remote system is still alive, if certain services are running, which processes are running, etc.?

Submitted by admin (Contact Author) (Forums) on Mon, 2006-08-07 15:58. :: Linux

You can use ping to see if the system is alive:

ping -c4 <system's IP address>

To see if a certain service is still alive, use the telnet command:

telnet <system's IP address> 25 (for SMTP)

telnet <system's IP address> 80 (for HTTP)

telnet <system's IP address> 110 (for POP3)

You can login to the system using SSH (port 22) (use PuTTY if you are on a Windows PC; PuTTY is an SSH client for Windows), and when you are on the system, you have a few useful tools to gather more information:

How do I scan my Linux system for rootkits, worms, trojans, etc.?

Submitted by falko (Contact Author) (Forums) on Mon, 2006-08-07 15:48. :: Linux | Security | Other

Either with chkrootkit or with rkhunter.

chkrootkit

Either install the package that comes with your distribution (on Debian you would run

apt-get install chkrootkit

), or download the sources from www.chkrootkit.org and install manually:

wget --passive-ftp ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz
tar xvfz chkrootkit.tar.gz
cd chkrootkit-<version>/
make sense

Afterwards, you can move the chkrootkit directory somewhere else, e.g. /usr/local/chkrootkit:

1
next page
last page
XML feed
"Facebook" is a registered trademark of Facebook, Inc. All rights reserved.