23%
30.11.2025
software repository on your computer. Listing 1 shows you the Yum repository file for Fedora 14/15, or RHEL 6; the OpenShift website has installation how-tos for other systems (including Windows and Mac OS X
23%
30.11.2025
, to monitoring and controlling complete systems.
Identifying Services
OpenNMS can automatically identify the services you need to monitor. In versions up to 1.8.x, this task is handled by the capabilities daemon
23%
30.11.2025
, Mac OS X, and Solaris), and it supports a wide number of guest systems, including exotics such as DOS/WIN 3.1 and OS/2.
Installing VirtualBox is easy on any platform because it usually only involves
23%
07.10.2025
) provides a simple and secure way to make public keys for email addresses available over HTTPS. The underlying standard was first implemented in GnuPG version 2.1.12 and has been enabled by default since
23%
30.11.2025
), also remember the filesystem's extended attributes. Rsync uses the -X option for this, and tar understands --selinux and --xattrs. Later, you can umount the filesystem and run kpartx -d to delete
23%
30.11.2025
to storage
08 mv archiv/cur/$i storage
09
10 # Create storage directory for email
11 mkdir storage/$pref.$i
12
13 # Extract attachments from mail
14 ripmime -i storage/$i -d storage/$pref.$i
15
16
23%
30.11.2025
systems on your virtual machines, the Linux host system must provide a 64-bit kernel. To determine this, run the uname -m command, and it should output a value of x86_64 or amd64. You can run virtual
23%
31.10.2025
, followed by an installation guide using a virtual instance of Ubuntu 12.04 as an example. Then, I'll demonstrate the main administration tool. Following this, the root filesystem on a test system
23%
27.05.2025
, specifying the relationships between projects, their build configurations (e.g., Debug
or Release
), and target platforms (e.g., Any CPU
or x64
). The file also stores global solution settings, including
23%
30.11.2025
SELinux Information with -Z
01 # id -Z
02 user_u:system_r:unconfined_t
03 # ls -dZ /var/www/html
04 drwxr-xr-x root root system_u:object_r:httpd_sys_content_t /var/www/html
05 # ps -efZ | grep httpd
06