-
On a 512MB RAM VPS.
Files are being served from the static directory.
```
root@avocado:~/ubuntu# ../simplefilemanager
INFO Jester is making jokes at http://0.0.0.0:5000
Starting 1 threads
DEBUG …
-
It's quite scary that the dom0 is still using ext3 (I know this is hangover from XenServer) but ext3 has long since been deprecated and ext4 should be used, in fact [ext3 was removed from the standard…
-
My basic search process on SETools is to have tab open for doing searches on domains of interest. I just replace the source type with whatever I'm interested in. However, it seems that the new APOL is…
-
I am trying to apply GPO backup at the end of the unattended install. Found the cd_files was never being created because the directory is too deep. How can I get genisoimage to use the Rock Ridge exte…
-
Relevant information:
- https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/install-windows-from-a-usb-flash-drive
- https://docs.microsoft.com/en-us/windows-hardware/manufacture/d…
depau updated
4 years ago
-
To reproduce:
$ unzip deadlock.zip
Archive: deadlock.zip
inflating: deadlock.img
$ fls -f iso9660 deadlock.img
[hangs here]
This bug was found using [american fuzzy lo…
-
### Summary
I want to add meta-data and user-data files for Ubuntu autoinstall. The current module implementation does not support "-" in filenames. Ubuntu autoinstall is looking for two files, meta…
-
When I add this snippet as a file (`installer.nix`) to the [flake](https://github.com/nix-community/disko/blob/master/docs/disko-install.md#example-configuration-to-install), I get the infinite recurs…
bam80 updated
1 month ago
-
when I run this:
```
import toml
data = {'citation-items': [[{'id': 'ITEM-1'}, {'id': 'ITEM-2'}]] }
print(toml.dumps(data))
```
I get
```
citation-items = [ [ [ "id",], [ "id",],],]
`…
-
Ok, consider the case the root filesystem was compressed using `squashfs` or `erofs` into a file called `rootfs.erofs`.
According to [this](https://github.com/hanh-linux/gen-initramfs/wiki/Explanat…