18%
14.03.2013
to jail>;
10 j.hostname = ;
11 j.ip_number = ;
12 /* call system call */
13 i = jail(&j);
14 [...]
15 execv(, ...);
16 [...]
17 exit(0);
18
18%
17.02.2015
particle[(int) N];
14 PARTICLE *particles;
15 ...
16 for(i=0;i17 particle[i].nxtParticle=(i==N-1)?NULL:&particle[i+1];
18 particle[i].idparticle=i;
19 }
2. This program either loads some
17%
17.06.2017
,100) :: array_s ! Uses stack
13 real, dimension(:), allocatable :: array_h ! Uses heap
14 type(other_struct), dimension(5) :: meta_data ! Structure
15 end type my_struct
16
17 ! Use derived
17%
25.03.2021
_idle_timeout 3m;
10 http2_max_requests 1000;
11
12 access_log /usr/local/var/log/nginx/http2.log http2;
13
14 ssl_certificate /test.crt;
15 ssl_certificate_key /test.key;
16
17 root
17%
27.09.2021
08 integer :: counter
09 integer :: counter_limit
10 integer :: ierr
11
12 type(rec) :: my_record
13
14 counter_limit = 2000
15
16 ierr = -1
17 open(unit=8,file
17%
04.12.2024
by the NAS.
Listing 2
Forcing an iSCSI Connection
$ sudo /sbin/iscsiadm -m node -T iqn.2000-01.com.synology:MYDEVICE.Target-1.4d9e3bda2ee -p 192.168.1.10 -l
Logging in to [iface: default, target
17%
05.08.2024
/.ansible/collections:/usr/share/ansible/collections
executable location = /usr/bin/ansible
python version = 3.11.2 (main, Feb 17 2023, 09:48:02) [GCC 8.5.0 20210514 (Red Hat 8.5.0-18)] (/usr/bin/python3.11)
jinja version = 3.1.2
libyaml = False
17%
14.08.2017
=> 'sqlite3',
09 :database => 'contacts.sqlite'
10 )
11
12 class Contact < ActiveRecord::Base
13 end
14
15 get '/contacts' do
16 @contacts = Contact.all
17 @response_message = {data: @contacts, success
17%
13.02.2017
.key | apt-key add -
08 $ apt-key list
09 ...
10
11 $ aptitude update
12 $ aptitude safe-upgrade
13 $ aptitude remove tftpd
14 $ update-inetd --remove tftpd
15 $ aptitude install opsi-atftpd
16 $ aptitude
17%
17.02.2015
quickly and you're in a closed environment where SMTP is not available.
Execution
The file /etc/cron.daily/00logwatch (Figure 1) shows how to adjust the email recipient on Debian-based servers. However