|
You are here |
smallake.kr | ||
| | | | |
blog.danman.eu
|
|
| | | | | [AI summary] The user is trying to set up usbip-utils 2.0 on Ubuntu to enable remote USB device sharing. They encountered an error when attempting to attach a remote device, which was resolved by loading the vhci-hcd module and using sudo. The process involved compiling the tools from source, installing necessary modules, and ensuring correct permissions. The final step was verifying the device was recognized with lsusb. | |
| | | | |
hackliza.gal
|
|
| | | | | Hey there. These days I've been playing with libfuzzer, a tool that comes with clang compiler and that allows us to fuzz a program compiled with clang. The fuzzing consists on passing (pseudo-)random data as program input and check if that breaks. To do this with libfuzzer, it is required to define in the program a function called LLVMFuzzerTestOneInput that accepts a buffer of bytes as argument. Then libfuzzer will call this function in a loop with different data. | |
| | | | |
willhaley.com
|
|
| | | | | After following DigitalOcean's guide for upgrading to Ubuntu Xenial I hit a snag. DNS was broken. I do not see this as a fault of DigitalOcean, but more likely an issue with Ubuntu. Update: 2017-06-27 As U?ur Çetin mentions in the comments below, there is a simpler fix for this. Find the IP address of your mirror and create an /etc/hosts entry for it. Then simply run apt upgrade. Done! Once resolvconf is working properly again, you should be able to comment out or remove the /etc/hosts entry you created for the mirror. | |
| | | | |
labanskoller.se
|
|
| | | Inpired by Hackeriet's blog where Alexander Kjäll use to post CTF write-ups, I've decided to create a personal one for myself. Focus will be on IT security. Hackeriet's blog is powered by Jekyll which is a static site generator written in Ruby. See their post Creating a fast blog for how they set up their blog. I have decided to try another static site generator called Hugo, which is written in Go. | ||