Onur Yılmaz
Onur Yılmaz
I also get the same error on **Debian GNU/Linux 9.5 (stretch)**: ``` $ ./PacketSender_Linux_x64_v5.7.52.AppImage ./PacketSender_Linux_x64_v5.7.52.AppImage: /lib/x86_64-linux-gnu/libz.so.1: version `ZLIB_1.2.9' not found (required by /tmp/.mount_PacketxQHBT6/usr/bin/../lib/libpng16.so.16) ``` [PacketSender_Linux_x64_v5_6_1.AppImage](https://github.com/dannagle/PacketSender/releases/download/v5.6.2/PacketSender_Linux_x64_v5_6_1.AppImage) works fine. As @NeilT-UK said,...
Hi @ZGuQing, running multiple containers at the same time requires to set different SSH ports on host. I'm using both Monterey and Big Sur on my system as guest OS...
Hi @ZGuQing, as far as I understand from log, it does not seem to be SSH port conflict. Are you using same `.img` disk file for both containers? (It should...
While running below step (docker build): ``` Step 11/42 : RUN pacman -Syu xorg-server-xvfb wget xterm xorg-xhost xorg-xrandr sshpass --noconfirm && if [[ "${SCROT}" ]]; then pacman -Syu scrot base-devel...
Using `-Syu` on pacman forces many packages to upgrade which can cause other problems in docker build. For example, `yara` upgrade bumps `libyara.so` to 9 which makes libguestfs-test-tool fail with...
@dumbasPL @maxlapides I found "older" docker images of `naked` in [here](https://hub.docker.com/r/dickhub/docker-osx). :eyes: You can go back from broken `digest: efdbec5854b5` to older images one by one for a working one....
Hi @PhilippeCuvillier , is there any target milestone for this feature to be implemented? My **.md** document contains `*` for unordered lists and after TOC is created, markdownlint gives ~100+...
I agree. I tried with [this file](https://github.com/csonuryilmaz/heybot/blob/master/heybot/README.md) but it didn't worked for me. So I built manually. Is there a special reason for not supporting numbered lists?
Thanks, I don't know whether I will be successful or not but at the first opportunity I will fork and try to add that feature.
I forked and worked about 2-3 hours on that but as being a *bash scripting newbie* I couldn't be successful. It outputs this from numbered headers: ![ekran goruntusu - 11-04-2017...