Archive for the tag 'Shared'

Removing Reseller’s Access to Server’s Shared IP in DirectAdmin

As an Admin, you can give Resellers the ability to create User web sites using the Server’s Shared (main) IP address. At this time, you cannot remove this ability through the control panel.

To solve the problem manually, remove the desired IP address from the ip.list file in the Reseller’s DirectAdmin config directory

Reseller’s DirectAdmin config directory

/usr/local/directadmin/data/users/username/ip.list

This change will not affect the Reseller’s current Users (if they are using the server’s main IP, they will continue to do so.

Source & credit - http://www.directadmin.com

SBDavid

Shared Libraries

Shared Libraries

Shared libraries are units of code, such as glibc, which are used by a number of applications and services. Applications utilizing a shared library typically load the shared code when the application is initialized, so any applications using the updated library must be halted and relaunched.
To determine which running applications link against a particular library, use the lsof command as in the following example:

Example

$ lsof /lib/libnsl.so.1

COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
dbus-laun 3337 jyothis mem REG 8,2 79612 1882725 /lib/libnsl-2.9.so
dbus-daem 3338 jyothis mem REG 8,2 79612 1882725 /lib/libnsl-2.9.so
xscreensa 3343 jyothis mem REG 8,2 79612 1882725 /lib/libnsl-2.9.so
xfce4-ses 3347 jyothis mem REG 8,2 79612 1882725 /lib/libnsl-2.9.so

« Prev