Displaying 3 results from an estimated 3 matches for "537912".
Did you mean:
53.912
2017 Oct 13
8
Status of OpenSSL 1.1 support
Hi,
more or less a year ago Kurt Roeckx provided an initial port towards the
OpenSSL 1.1 API [0]. The patch has been left untouched [1] and it has
been complained about a missing compat layer of the new vs the old API
within the OpenSSL library [2].
This is how I reconstructed the situation as of today and I am not
aware of any progress in regard to the newer library within the OpenSSH
project.
2011 Jun 30
0
Re: Screenshots - how to?
OK
More problems folks. I can't screenshot Crysis - which I am doing to test a possible shader regression - in the latest Git.
I am using:
Code:
#!/bin/bash
for (( c=1; c<=1000; c++ ))
do
scrot --delay 30 --quality 50 --thumb 58 "~/Pictures/screenshot($c).png" --exec 'rm \"$f\"'
done
I have also tried (in place of Scrot with appropriate switches
2012 Mar 26
1
Help: Boot FreeDOS from the second pri. partition
Hi all,
I'm going to create an USB flash disk. Here's the partition structure.
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 537911 268955+ 83 Linux
/dev/sdb2 537912 1598793 530441 c W95 FAT32 (LBA)
/dev/sdb1 I used for installing boot loader(syslinux) and other small
standalone utilities. /dev/sdb2 is used for FreeDOS and I have copied
necessary files to the partition. Here's my syslinux.cfg in /dev/sdb1.
UI menu.c32
TIMEOUT 300
default loca...