-
```
C:\test>ag hello | "c:\Program Files\Git\usr\bin\xxd.exe"
00000000: 6865 6c6c 6f2e 7478 743a 313a 4865 6c6c hello.txt:1:Hell
00000010: 6f2c 2057 6f72 6c64 2120 0d0d 0a o, World! ...
`…
-
Diving into the data a bit, i'm seeing that only about a quarter of the UDP payload data is changing from packet to packet. Seems strange.
AP is on channel 149, init string was:
echo "3cd001008…
-
```
SALT=aabbccddeeff0011
echo raininspain | openssl enc -aes256 -pbkdf2 -pass pass:hello -S $SALT > crypt.bin
openssl enc -aes256 -pbkdf2 -pass pass:hello -d -in crypt.bin
# bad magic number
``…
-
Converted from [SourceForge issue 1424766](http://sourceforge.net/support/tracker.php?aid=1424766), submitted by nobody
Would like to see some Output Options added, similar to
those of the ReHash ut…
-
following instructions; i get this error when i compile;
lboost_log_setup -lboost_system -lboost_thread -lboost_filesystem `pkg-config --libs libusb-1.0` -lpthread
/usr/bin/ld: libADV7842.a(FX2D…
-
I commented it out but wondering why it's failing on such trivial packages.
```Step 4/7 : RUN apt-get install -y vim tmux htop
---> Running in 32e4c98c88a2
Reading package lists...
Building dep…
-
`tdx-attester` encodes and sends the full 64K CCEL blob as part of the evidence but only a small part of it contains relevant eventlog data. The evidence creation/processing can be optimized by stripp…
mythi updated
5 months ago
-
https://rt.cpan.org/Public/Bug/Display.html?id=36384
PPI 1.215/1.216_01:
```
perl -WE 'open( my $fh, ">", "contains_nul.pl"); print $fh "my \$a; \0 my \$b; print 1;";'
xxd -g1 contains_nul.pl
00000…
-
### Scan Directory
```
$ find /home -type f -printf "%f\t%u\t%g\t%p\t%m\n" 2>/dev/null |column -t
// %f filename, %u user, %g group, %p path, %m permission
```
### Base64 Decode
```
$ echo ZmRh…
-
**Describe the bug**
OSX
Version: v4.40.5
```
cat test.yaml
test:
this: cool
➜ yq -i '.test.this = "bla: bla\ntwice: bla"' test.yaml
➜ cat test.yaml
test:
this: |-
bla: bla
…