43%
07.10.2025
a mouse. Fortunately, I have explored terminal user interface (TUI) tools often in this column. Tools like btop [12], glances [13], speedometer [14], nethogs [15], and even plain old top [16] are ready
43%
31.10.2025
more detailed insights into how Btrfs has allocated space to specific data types. The metadata is always stored redundantly by default to improve fault tolerance:
Data: total=16.01GB, used=15.40GB
43%
31.10.2025
, Germany, which has been specializing in Open Source Systems Management for more than 15 years.
43%
30.11.2025
hit approximately 1.8 million units. Cloud servers also will make up an increasing portion of total server shipments – growing from slightly more than 5 percent of the market in 2010 to more than 15
43%
30.11.2025
OS*)
15 PING="ping"
16 PING2=""
17 ;;
18 esac
19 ...
20
21 for i in server1 server2 server3 workstation1 workstation2
22 do
23 $PING $i $PING2 > /dev/null
24 if [ "$?" != "0
43%
30.11.2025
.
Among the Former Sun properties to receive a makeover are Solaris 10, with the latest release, Oracle Solaris 10 8/11, reaching the streets on September 15. According to the company, the new release
43%
30.11.2025
dh_group modp1024;
09 }
10 generate_policy off;
11 }
12
13 sainfo address 192.168.2.0/24 any address 172.16.0.0/16 any {
14 pfs_group modp1024;
15 encryption_algorithm aes256;
16
43%
30.11.2025
mainlog.info('an informative message')
11 mainlog.warning('a warning')
12
13 mylog.debug('no message from My-Module')
14 mylog.setLevel(logging.DEBUG)
15 mylog.debug('another message from My
43%
30.11.2025
print
13 else:
14 print "The system configuration file %s does not exist, aborting." % cblr_systems
15 print
16 sys.exit(1)
17
18 column_header = [ "name","os","eth0-mac
43%
30.11.2025
) (out= 131)(deflated 17%)
adding: WEB-INF/(in = 0) (out= 0)(stored 0%)
adding: WEB-INF/web.xml(in = 63) (out= 48)(deflated 23%)
# cp helloworld.war ../../jboss-5.1.0.GA/server/all/deploy/
20:15