6%
14.08.2020
is: In smartctl database [for details use: -P show]
ATA Version is: ACS-2, ATA8-ACS T13/1699-D revision 4c
SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Sun Aug 2 10:41:21 2020 EDT
SMART
6%
29.09.2020
4c
SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Sun Aug 2 10:41:21 2020 EDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
6%
30.11.2025
/share/zoneinfo -type f | \
07 grep -v 'posix|right|Etc|SystemV | \
08 grep -i $city`
09 echo -n "Time in $1: "; TZ=`echo $z` date
The first section of this code ensures that the script's argument
6%
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
6%
20.06.2022
yellow
07 continue
08 }
09 Write-Host ""
10
11 [...]
12
13 Write-Host "Removing all MailboxExportRequests." -fore green
14 Get-MailboxExportRequest | Remove-MailboxExportRequest -Confirm
6%
30.11.2025
into Linux when Linus Torvalds added it to kernel version 2.6.19. GFS2 was thus a later entry to the kernel than the comparable OCFS2, which made it into kernel 2.6.16.
In the kernel, GFS relies
6%
06.10.2022
_init_remote(&unw_cursor, g_unw_as, unw_ctx));
05
06 /* - Search - */
07 bool found_stack_entry = false;
08 do {
09 unw_word_t ip = 0;
10 unw_get_reg(&unw_cursor, UNW_REG_IP, &ip);
11
12 Dwfl_Module* module = dwfl
6%
30.11.2025
,
09 'protocol' => 'imap',
10 'port' => 143,
11 // Plaintext logins are disabled by default on
12 // IMAP servers (see RFC 3501 [6.2.3])
13 'secure' => 'tls',
14 'maildomain
6%
30.11.2025
_URI "/etc/passwd"
09 SecDefaultAction phase:2,log,auditlog,deny,status:403
The third instruction defines the auditlog storage location relative to the Apache installation path. Finally, the Sec
6%
07.04.2022
WorldApp extends StatelessWidget {
08 @override
09 Widget build(BuildContext context) {
10 return MaterialApp(
11 title: 'Hello World',
12 home: Scaffold(
13 appBar: AppBar(
14