How to install curl in Cygwin phptuts August 20, 2016 Curl is a tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, TELNET, DICT, FILE and LDAP. Curl supports HTTPS certificates, HTTP… Continue Reading
How to add packages after install Cygwin phptuts August 19, 2016 Cygwin don’t support command yum for install a new package. But we can use apt-cyg to install a new package on within Cygwin. apt-cyg is… Continue Reading
Windows: how to install sshpass phptuts July 29, 2022 Use Cygwin Recent search terms:sshpass windowssshpass скачать windows Continue Reading
Windows: how to install tesseract phptuts June 16, 2022 Step 1: install Cygwin Read this article: http://tutorialspots.com/how-to-install-ssh-daemon-on-windows-2954.html Step 2: install apt-cyg Read this article: http://tutorialspots.com/how-to-add-packages-after-install-cygwin-3237.html Step 3: install tesseract List all tesseract packages: https://cygwin.com/cgi-bin2/package-grep.cgi?grep=tesseract&arch=x86_64… Continue Reading
Ubuntu 20.04: How to Install and Configure VNC server? phptuts May 27, 2022 I. Install Gnome 3 desktop Step 1: sudo apt install ubuntu-gnome-desktop Step 2: II. TigerVNC server Step 1: apt install tigervnc-standalone-server Step 2: sudo apt-get… Continue Reading
CentOS 7: How to Install and Configure VNC server? phptuts August 9, 2020 I. Install xfce Desktop: Step 1: CentOS 7: how to install xfce Desktop II. Install VNC Server Step 2: Result: Step 3: Start vncserver :… Continue Reading
NodeJS snippet: create socks5 with ssh phptuts July 30, 2020 NodeJS snippet: create socks5 with ssh Test example: Continue Reading
How to fix error: Can’t complete SOCKS5 connection to 0.0.0.0:0 phptuts July 30, 2020 Example error 1: Example error 2: How to fix error? Use option --socks5-hostname Fix example 1: Fix example 2: Continue Reading
How to install netcat on Windows phptuts January 16, 2019 Simple, you can install netcat with cygwin Read more: How to add packages after install Cygwin Result: Done!, now you can use netcat Recent search… Continue Reading
How to build the OpenSSL library on CentOS phptuts January 9, 2018 We make an example on CentOS 7 64bits. Step 1: Result: make make install Continue Reading