libOpenGL.so.0: cannot open shared object file

When starting RuneScape client on Ubuntu 20.04, i get folloiwng error Gtk-Message: 14:22:22.826: Failed to load module “canberra-gtk-module” /home/boby/Jagex/launcher/rs2client: error while loading shared libraries: libOpenGL.so.0: cannot open shared object file: No such file or directory To fix this, run sudo apt install libopengl0 -y

Moodle 3.2 PostgreSQL 12 Error reading from database

Moodle 3.2 PostgreSQL error

Moodle 3.2 site started showing error “Error reading from database”. I checked config.php, the database credentials are correct, i was able to login to Amazon AWS RDS PostgreSQL database with the credentaials and able to see the database tables with command \dt. psql -h mydb.hwfckmarrpeo.ap-southeast-2.rds.amazonaws.com -p 5432 -U moodle_user -W I enabled debug in DB … Read more

editor

Online Code Editor https://hemingwayapp.com https://replit.com/ – Online IDE, Run Programs, Collaborate with others.

Online Code Editor

Eclipse Che Eclipse Che is an Open Source Online Code editor. https://github.com/eclipse/che/ It supports several programming languages. Based on Visual Code Studio. RedHat.com supports this open-source project and provides Free hosting for the Eclipse Che community with the hope that it will result in ever-increasing community involvement and contributions. https://workspaces.openshift.com https://codesandbox.io

DSpace Change Header Text

DSpace change xmlui color

To change header text in DSpace xmlui interface Edit file vi /var/lib/tomcat8/webapps/xmlui/i18n/messages.xml Find DSpace Repository Replace text DSpace Home with new name. Restart tomcat8 systemctl restart tomcat8 See DSpace

Steaming to Anti Media Server using ffmpeg

To team a video io Anti Media Server using ffmpeg command line, use ffmpeg -re -i VIDEO_FILE.mp4 -codec copy -f flv ANT_MEDIA_SERVER_RTMP_URL Example ffmpeg -re -i video.mp4 -codec copy -f flv rtmp://stream.serverok.in/LiveApp/225873992721868053400782 Cammand with more steam option ffmpeg -re -i ‘video.mp4’ -c:v libx264 -b:v 1600k -preset ultrafast -b 900k -c:a aac -b:a 128k -s 1920×1080 … Read more

Install Ant Media Server on CentOS 8

To install Ant Media Server on CentOS 8, first install wget yum install wget -y Download installer script wget https://raw.githubusercontent.com/ant-media/Scripts/master/install_ant-media-server.sh Next you need to download binary zip file of Ant Media Server. For this install i used trail version ant-media-server-enterprise-2.2.1-20201029_2042.zip For community version, you can download from https://github.com/ant-media/Ant-Media-Server/releases Download it to same directory as “install_ant-media-server.sh”. … Read more

FileZilla Please make sure the LC_CTYPE (or LC_ALL) environment variable is set correctly

When starting FileZilla FTP client on Ubuntu 20.04, I get the following error A local filename could not be decoded. Please make sure the LC_CTYPE (or LC_ALL) environment variable is set correctly. Unless you fix this problem, files might be missing in the file listings. No further will be displayed this session. To fix this, … Read more

Test To Speech

Online Text to Speech Windows Text to Speech Software Linux Text to Speech Software speak can be installed with the command “apt install espeak” espeak -f 1.txt On Ubuntu apt install speech-dispatcher You can run it with spd-say “hello”