Anwar

Posts

InvalidArgumentException

[InvalidArgumentException]   Could not find a version of package scraperapi/sdk matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired st   ability...

Install ubuntu 20.04 desktop on mac mini 2012

https://www.imore.com/how-try-out-linux-aging-mac   https://www.macworld.co.uk/how-to/how-install-linux-on-mac-3637265/

Install GitLab on Ubuntu 18.04

https://www.linode.com/docs/guides/install-gitlab-on-ubuntu-18-04/ GitLab is a complete solution for all aspects of your software development life-cycle. At its core, GitLab serves as your centralized Git repository. It...

Import export csv using php and mysql

https://www.cloudways.com/blog/import-export-csv-using-php-and-mysql/ Import CSV to MySQL in PHP After the database has been created, I next need an HTML file  that could upload CSV file. For this...

Import and Export Databases in MySQL or MariaDB

https://www.digitalocean.com/community/tutorials/how-to-import-and-export-databases-in-mysql-or-mariadb https://stackoverflow.com/questions/3031412/how-to-export-a-mysql-database-using-command-prompt Simply use the following command, For Export: mysqldump -u [user] -p [db_name] | gzip > [filename_to_compress.sql.gz] For Import: gunzip < [compressed_filename.sql.gz]  | mysql...

How to transfer a domain from Enom to NameCheap

https://www.namecheap.com/support/knowledgebase/article.aspx/9911/83/how-to-transfer-a-domain-from-enom How to transfer a domain from Enom When a domain is transferred, the nameservers associated with the domain will stay the same (e.g., ns1.OldRegistrar.com and ns2.OldRegistrar.com). However,...

How To Setup A Python Virtual Environment On Windows 10

https://www.liquidweb.com/kb/how-to-setup-a-python-virtual-environment-on-windows-10/ A Virtual Environment or a “venv” is a Python module that creates a unique environment for each task or project. It installs the packages...

How to remove staging website from google

https://support.google.com/webmasters/answer/9689846     Removals Tool Temporarily block search results from your site, or manage SafeSearch filtering The Removals tool enables you to temporarily block pages from...

How to password-protect web pages with htpasswd

https://help.nexcess.net/77283-other-best-practices/62-how-to-password-protect-web-pages-with-htpasswd How Nexcess clients can use FTP and SSH to restrict access to web pages to one or more users. But first… You need both...