error: ‘x264_bit_depth’ undeclared (first use in this function)

error: ‘x264_bit_depth’ undeclared (first use in this function)

When installing ffmpeg, i get error This is due to incompatability with ffmpeg and x264. What you can do is

How to view login history on Linux Server

To see login history on a Linux system, you can use the “last” command. On the screenshot above, it shows

prestashop reset admin password

Reset Prestashop admin password

On Prestashop 1.7, open file Find the value of “cookie_key”. Now run following SQL Example This set password for admin

Extract Backup of one database from mysqldump all databases

Extract Backup of one database from mysqldump all databases

When you backup MySQL Server with command You get a MySQL backup file containing all databases. If you want to

mysqldump

mysqldump

mysqldump is a command used to backup MySQL databases. To take backup, run To backup with triggers, routines, and events

grep

grep

To find a string inside files in a folder, use Or Or See ack better grep for programmers

Git

Git

Monitor file changes in your Website PHP Script to pull changes from GIT Repository How to protect .git folder using

Monitor file changes in your Website

Monitor file changes in your Website

This script can be used to notify you when a file changed in your website. This is useful when you

Restart rsync on failure

Restart rsync on failure

When copying a large site form a shared server using rsync, the rsync process on get killed, this may be

SMS

SMS

https://www.textnow.com/ – Free calling and SMS in USA. https://www.plivo.com https://www.twilio.com http://www.clickatell.com/ Bulk SMS, Provide API

iptv

iptv

https://xtream-codes.com/ https://www.infomir.eu/eng/solutions/ministra-tv-platform/ https://flussonic.com/flussonic-media-server https://newiq.pl Xtream Codes DocumentRoot = /home/xtreamcodes/iptv_xtream_codes/wwwdir/ (this is accessable using URL http://IP_ADDR:25461/) Client Area can be accessed

How to extract RAR file in Linux

How to extract RAR file in Linux

unar is a utility to extract rar archive files. Using unrar To extract a rar file, run Install unare on