Thomas

Results 71 issues of Thomas

Hello, I try to clone a source partition with these subvolumes ``` $ sudo btrfs su li /mnt/source/ ID 270 gen 746 top level 5 path @ ID 278 gen...

Hi, I cannot use `\` to enter a line-break when using a lengthy command, e.g. ``` $ vmcreate --project=lve \ > --user=test \ > --password=secret ``` Can you please advise...

Hello! Could you please share some additional information regarding the installation? In my particular case I'm running CM12.1 + Xposed. In Xposed I have installed FakeGApps module. From Fdroid (microG...

Hi, I have an app (Pi-hole Droid) that must connect to a different subnet (192.168.100.0/24). The mobile is connected to subnet 192.168.1.0/24. When AFWall+ is enabled the connection is blocked....

Review

Hi, I have created BTRFS on an external device in order to store backups. For creating backups I use snapper + [snap-sync](github.com/wesbarnett/snap-sync). My question is: How can I check the...

Open source WireGuard mesh network client. https://github.com/gravitl/netmaker Alternative to Tailscale, Nebula, ZeroTier.

Hello, can you please advise how to configure Tailscale setup to use a own managed control server, e.g. [headscale](https://github.com/juanfont/headscale)? THX

Hi! I have installed Blankstore.apk version 0.7.5. However GMSCore self-check reports: Play Store has wrong signature How can I fix this issue? ![screenshot_20170802-214906 1](https://user-images.githubusercontent.com/12523591/28892609-d5be96fa-77ce-11e7-92fe-4fd04975d1a2.png)

Hi, I've tried to create a inc-*.cfg for _debian---netinst.iso_, however I failed badly. Could you please advise how to create a working cfg for this iso? THX

Hi, the script is executing this command to install Grub2: `sudo ${GRUB2_INSTALL} ${GRUB_TARGET} --boot-directory=${USBMNT}/boot ${USBDEV}` or `sudo grub-install --target=x86_64-efi --efi-directory=/mnt/tmp --removable --boot-directory=/mnt/tmp/boot /dev/sdd1` However, there's no _device.map_ in /boot/grub/ on...