29%
31.10.2025
14 expect -exact "$ "
15 send -- "ssh aspen\r"
16 expect -exact "password: "
17 send -- "PASSWORD\r"
18 expect -exact "$ "
19 send -- "ps -ef|grep apache\r"
20 expect -exact "$ "
21 send -- "exit\r"
22
29%
30.11.2025
/filter.d/sasl.conf:
failregex = (?i): warning: [-._\w]+\[\]: SASL (?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed: authentication failure
A quick hunt through my /var/log/mail.log files reveals:
Dec 20 22
29%
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
29%
30.01.2020
VPCFrontNet:
14 Type: AWS::EC2::Subnet
15 Properties:
16 CidrBlock:
17 Ref: VPCSubnetFront
18 MapPublicIpOnLaunch: true
19 VpcId:
20 Ref: FortiVPC
21
22 Forti
29%
13.06.2016
to the files.
If want to transfer only the changed files, append :D to the path name:
--backup-point="192.168.100.100:22:/vmfs/volumes/hp-test:D"
If you want XSIBackup always to transfer all the data
29%
25.09.2023
compete with x86 chips from Intel and AMD, or even the best many-core ARM offerings, but it shows great promise and is therefore worth tinkering with.
Figure
29%
14.03.2013
.template('main')
13
14 @bottle.post('/survey')
15 def survey():
16 club = bottle.request.forms.get("club")
17 if (club == None or club == ""):
18 club="No club defined..."
19
20 clubs.save({"club":club})
21
29%
31.10.2025
on Linux servers.
Windows 8 and Windows Server 2012 introduce the new SMB protocol 2.2. It accelerates access to data on the network that has normally been stored locally, such as SQL Server databases
29%
30.11.2025
under the
18 # following copyright:
19 #
20 # (c) 2002-2005 International Business Machines, Inc.
21 # 2005-2010 Linux-HA contributors
22 #
23 # See usage() function below for more details ...
24 #
25
29%
30.11.2025
"------------------------------------------------------"
18 echo -n "Replace stored data line (y)? ";read we
19 if [ "$we" = "y" ];
20 then
21
22 # Delete line and write to
23 # temporary file
24
25 # Build sed instruction
26