Linux: how to fix error: ./configure: line 2710: 25372 Segmentation fault phptuts August 15, 2020 Linux: how to fix error: First , check memory, you see only 349Mb free: Now, clear ram cache: Clear RAM cache and swap space on… Continue Reading
CentOS 7 : how to build Leptonica Library phptuts August 14, 2020 Leptonica Library Homepage: https://github.com/DanBloomberg/leptonica Dependencies: ZLIB LIBPNG JPEG LIBTIFF LIBWEBP Step 1: clone repo leptonica Step 2: Result Step 3: Result: Step 4: make Result:… Continue Reading
Linux: How to find functions from lib .so files? phptuts August 13, 2020 Linux: How to find functions from lib .so files? Solution 1: to find functions from one lib .so file: Example file /usr/local/lib/libopencv_ml.so Result: Find one… Continue Reading
CentOS 7: how to install wine 32bits phptuts August 11, 2020 Requirements: Nux-dextop repository: read this artice to install on CentOS 7 Epel-release repository. Script: install-wine-i686-centos7.sh Reference: https://github.com/zma/usefulscripts/blob/master/script/install-wine-i686-centos7.sh Continue Reading
How to install Photoshop on CentOS 7 phptuts August 11, 2020 Step 1: install xfce Desktop CentOS 7: how to install xfce Desktop Step 2: Download Photoshop CS6 setup file and key to folder Downloads Step… Continue Reading
CentOS: How to fix error: Protected multilib versions: package.i686 != package.x86_64 phptuts August 10, 2020 Example Error: Check in yum You will see a old verion x86_64 installed and 2 new versions (one x86_64 and one i686) available in yum… Continue Reading
CentOS: how to install PlayOnLinux phptuts August 9, 2020 Homepage: https://www.playonlinux.com/en/ Requirements: xfce Desktop Step 1: install wxPython CentOS 7: how to install wxPython Step 2: Step 3: Result: Step 4: Result: Step 5:… Continue Reading
CentOS 7: how to install wxPython phptuts August 9, 2020 Step 1: install python >=3.5 example: CentOS 7: install python36 and python36-pip Step 2: Result: Step 3: Result: Step 4: Step 5: Recent search terms:wxpython… Continue Reading
CentOS 7: install python36 and python36-pip phptuts August 9, 2020 Requirement: epel repo Step 1: Remove all old python verions like: Step 2: Result: Continue Reading
CentOS 7: How to use xrdp remote access phptuts August 9, 2020 Step 1: Install XRDP Step 2: Install xfce CentOS 7: how to install xfce Desktop Step 3 – Configure xRDP In this step, we create… Continue Reading