LInux tar gz compress command to take backup.
Compress command for tar gz
tar czfv backup.home.upf.31JAN2020.tar.gz /home/upf
Extract tar gz file
tar -zxvf backup.tar.gz
Its simple command to compress and …
Read More
To install ipa file on iphone or ipad, you need only ssl enabled website and public access to it, which allows tester to download ios app.
Requirements
Restriction twak.to chat communication by country. Is most demanding features search by people. Here guidelines how to setup.
Login to https://dashboard.tawk.to
Than follow below screenshot.
Notice: JavaScript is required …
Read More
[Solved] Unable update ubuntu, unable to fetch ubuntu packages. Ubuntu break apt-get update. Unable to install ubuntu application. For many people face issues to update ubuntu. Because source links are …
Read More
Logger in odoo helps to track data and processing system to debug at better level. In odoo to monitor critical data or payment processing or any other integration of system, …
Read More
Convert base64 data to pdf file, with help of python programing. use ready snippet, code as given sample.
Software Support ?
Hire Hourly Rate …
Read More
PostgreSQL comes with two command-line utilities for dumping and then restoring a database — pg_dump(Backup Database) and pg_restore(Restore Database), respectively
— first switch to postgres user # su – postgres