11%
02.05.2022
The release of Ubuntu 22.04 (Jammy Jellyfish) has been met with almost universal praise. But the company sees certain use cases and scenarios that could greatly benefit from a real-time kernel
11%
02.02.2021
.
As surely as night follows day, automated attacks will target the default Secure Shell port (TCP port 22), so I will use SSH as the guinea pig test case with the knowledge that I can move the real SSH service
11%
10.06.2015
and right. Unfortunately, my laptop has a 16:9 display with a resolution of 1,600x900 pixels.
Common Denominator
Some research on the topic of screen resolution reveals the root cause: the maximum
11%
17.01.2023
yum install ohpc-slurm-server
Last metadata expiration check: 0:22:28 ago on Sun 04 Dec 2022 08:29:36 AM EST.
Dependencies
11%
04.04.2023
$ sudo yum install ohpc-slurm-server
Last metadata expiration check: 0:22:28 ago on Sun 04 Dec 2022 08:29:36 AM EST.
Dependencies resolved
11%
10.04.2015
an exception in Windows Firewall.
Finding Relevant WMI Objects
The WMI subsystem in Windows provides information about all hardware and software in more than 600 classes, each with several attributes
11%
02.08.2021
the configuration and capabilities of memory DIMMs and revealed that my system has four DDR3 RAM devices of 2048MB configured at speeds of 1333MTps (mega transfers per second).
Playing with RAM Drives
To begin, you
11%
07.01.2024
press the Tab key twice, you will get a list of the filesystems mkfs
currently supports. For example, on my Ubuntu 22.04 system, I get the following output.
$ mkfs
mkfs
11%
14.03.2013
will be using the Mongo shell to create a document (Listing 1).
Listing 1
Test
01 # mongo
02 MongoDB shell version: 2.2.0
03 connecting to: test
04 > use football
05 switched to db football
06 > db
11%
16.10.2012
to the screen (STDOUT; line 15).
Listing 1: SSH Script
01 #!/usr/bin/php
02
03
04 $ssh = ssh2_connect('192.168.1.85', 22);
05 ssh2_auth_password($ssh, 'khess', 'password');
06 $stream = ssh2_exec