WHAT'S NEW?
Loading...
0

How can I clone an SQL Server database?

You could try to detach the database, copy the files to new names at a command prompt, then attach both DBs. In SQL: USE master; GO EXEC sp_detach_db...

0

Atomic Swap to convert BTC to DAI (Ledger S and Metmamask) using Windows 10

I tried a few hours ago to use the online service https://liquality.io/ to convert BTC to DAI (Ledger S and Metmamask) but the USB device was not recognized as...

0

Centos : Recursively Zip a Directory and Files

Just remember that the finished zip filename is the first argument and the directory you wish to recursively zip comes after. zip -r name_of_your_directory.zip name_of_your_directory ...

0

Visual Studio PSSecurityException Unauthorized Access

So, if you're getting the ".. scripts are disabled..." message and then go into the Powershell GUI and run the Get-ExecutionPolicy to find that scripts are Unrestricted, don't be...

0

Cannot send from Ledger: Invalid status 6a80 MetaMask

In order to send data (e.g. sending tokens) with your transaction via your Ledger Nano S or Ledger Blue, you need to enable "contract data". If you do...

0

SQL Query to Return an attachment ID using a URL in WordPress

How to Return an ID of an attachment by searching the database with the file URL. SELECT ID FROM wp_posts WHERE guid RLIKE 'yoururlhere'...

0

How to import bulk images to Wordpress

First step is to upload the files via ftp to the wp-content directory but the wordpress media does not  recognize it, since it's missing the meta data in the...

Pages (23)1234567 Next