Skip to main content

Questions tagged [verification]

Filter by
Sorted by
Tagged with
1 vote
0 answers
119 views

osslsigncode verify VirtualBox-7.1.0-164728-Win.exe: Functional. osslsigncode verify vc_redist.x64.exe: Broken. Why? How to fix? Full logs below. Debian 12. Functional: osslsigncode verify VirtualBox-...
adrelanos's user avatar
  • 1,976
1 vote
0 answers
3k views

I want to verify the CAN interfaces on my embedded system. It has two can ports: can0 and can1. I bring them both up with the following sequence: # ip link set can0 type can bitrate 1000000 dbitrate ...
MisdeBug's user avatar
0 votes
2 answers
178 views

I've renewed and imported my old self-generated GPG certificate. After setting the new expiration date I've uploaded my cert using gpg --keyserver pgp.mit.edu --send-keys <key id> Receiving a ...
Pinke Helga's user avatar
2 votes
1 answer
9k views

I have been using the following command so far to verify my /etc/fstab: sudo findmnt --verify Unfortunately, it spills out warnings for each unreachable disk (which I don't care about) and I have not ...
xeruf's user avatar
  • 651
3 votes
1 answer
9k views

I have a cloud setup with 6 front end computers using Apache. I installed a new SSL certificate. Now I want to verify that all the machines have the certificate. The problem is if I just use https://...
Alexis Wilke's user avatar
  • 3,115
1 vote
1 answer
2k views

Is there a simple command to verify the password of the current user? The command $ su -c true $(id -nu) suffices for non-root users. However a root user doesn’t need to verify his identity when ...
k.stm's user avatar
  • 759
-1 votes
1 answer
162 views

I am trying to validate a drive that supports secure erase in multiple formats. The format is specified in a vendor specific ATA-8 packet. Our technician has solved the issue quite ingeniously by ...
Brian Stark's user avatar
0 votes
1 answer
3k views

Is there a standard method for searching and importing a pgp key using curl or wget? I was going through verifying the download with a gpg signed shasum256 file and encountered the problem of trying ...
placid chat's user avatar
1 vote
1 answer
390 views

Packages for several BSD and Linux operating systems / distributions are downloaded over a potentially insecure connecting or are later on replaced with a malicious version on the local disk. The ...
user6756's user avatar
2 votes
0 answers
2k views

Following the notes at the kernel.org site, but I cannot seem to verify the signature of the kernel. I tried to use the given script to handle it for me, but that has failed too. user@localhost ~ $ ...
Jon's user avatar
  • 515
0 votes
2 answers
83 views

I have this read operation: read -p "Please enter your name:" username How could I verify the users name, in one line? If it's not possible in a sane way in one line, maybe a Bash function putted ...
Arcticooling's user avatar
  • 4,523
0 votes
3 answers
2k views

I have some photo files on my phone, and I am backing them up to an external drive. (Everything is mounted on a linux laptop.) I have copied the files, when I should really have mv'ed them. However, ...
user3728501's user avatar
22 votes
5 answers
19k views

I'm using dd to copy data from an old hard drive to a new one. I want to be sure that the data's integrity is secure. On this answer, Gilles says If [dd] terminated successfully, then the backup is ...
Sparhawk's user avatar
  • 20.6k
4 votes
0 answers
2k views

Our postfix setup uses recipient address verification. Obviously, postfix uses a special email address for this process, defined right here. $ /usr/sbin/postconf | grep double_bounce_sender ...
Jürgen Gmach's user avatar
14 votes
3 answers
17k views

I have a bunch of videos which I want to check if they are complete or not. Some of them may be downloaded partially, but they are not faulty. How can I efficiently check if these video are completely ...
Ho1's user avatar
  • 2,674
4 votes
1 answer
4k views

I have downloaded Debian installation iso from http://cdimage.debian.org/debian-cd/current/amd64/iso-dvd/. I have also downloaded the MD5SUMS and MD5SUMS.sign . I verified the md5sum of iso matches ...
Bharat G's user avatar
  • 526
3 votes
1 answer
1k views

I'm currently running cfv -C -rr to generate a SFV file that contains the CRC32 checksums of all files in all subdirectories. The issue is that because there are so many hardlinks, this process is ...
user115746's user avatar
1 vote
0 answers
4k views

I have copied some files to an SFTP-only server. I want to verify that all the files arrived intact. Since the server is SFTP-only, I cannot run e.g., an MD5sum on the remote host. I have the server ...
JamesTheAwesomeDude's user avatar
3 votes
2 answers
493 views

I have a process that generates output mostly in lexicographically sorted order according to a (timestamp) field, but occasionally the lines will be output in the wrong order: 2014-08-14 15:42:02....
ecatmur's user avatar
  • 245
1 vote
2 answers
3k views

We currently extract a TAR archive to a SD-Card like this tar xf ${ROOT}/rootfs.tar -C /cynox/${DRIVE}/${TARGET} As a side note: The rootfs.tar contains files for an embedded Linux system. Some of ...
Rev's user avatar
  • 111
4 votes
1 answer
790 views

I have just updated a remote machine which is running Ubuntu Server 12.04. I have only access through SSH and now it's asking for a reboot. I'm guessing a new kernel was installed. I need to make it ...
Savir's user avatar
  • 1,261
111 votes
7 answers
139k views

I want to make a fresh new copy of a large number of files from one local drive to another. I've read that rsync does a checksum comparison of files when sending them to a remote machine over a ...
Frez's user avatar
  • 1,213
1 vote
3 answers
313 views

If you want to keep for example a build or server system clean, it is very useful to be able to check that all files are present and accounted for by the package metadata. At work we have a very nice ...
l0b0's user avatar
  • 53.6k