John Sing Dao Siu
John Sing Dao Siu
I believe not only tracker, but https torrent links are also affected. I tried following: https://releases.ubuntu.com/20.04/ubuntu-20.04-live-server-amd64.iso.torrent mldonkey seems not able to fetch the torrent file.
This is a very old thread and 1.6.9 is > 3yrs. Following is output when compiling the current master branch. ``` ╰─$ ./configure --static-plugins=tls --enable-plugins=tls --local --debug --trace ******************************************** *...
I am currently using the following settings in my lighttpd: ``` ssl.honor-cipher-order = "enable" ssl.cipher-list = "AES256+EECDH" ssl.ec-curve = "secp384r1" ssl.use-sslv2 = "disable" ssl.use-sslv3 = "disable" ``` Lighttpd doesn't allow...
I am using 1.6. > Monkey HTTP Server v1.6.10 > Built : Jun 13 2016 17:02:13 (/usr/bin/cc 5.3.1) > Home : http://monkey-project.com > [+] Process ID is 15519 > [+]...
I believe so, it only happen if I use > http:/// It works if I specify index.php at the end of url.
This must be fixed. I have to search google to find this extension here. I really doubt how many are willing to switch browser for just one function.
I was looking for this for a long time. However I found a way to use remote-ssh to a alpine vm recently. Following is what I did on the alpine(remote)...
> I don't mind if this is ever officially supported, but fixing git and allowing me to disable the warning would make this a great solution for me. Alpine always...
> > Alpine always do minimal installation, so we have to install git ourselves. In the alpine box, as root: > > ```shell > > apk add git > >...
> > In vscode setting, try: > > ```json > > "git.ignoreMissingGitWarning": true, > > ``` > > I already had this setting enabled. Ignoring the warning hides the popup...