Skip to main content

Posts

Install Filelinked on Amazon Firestick 4K

  Test Device = Amazon Firestick 4K  Click the link in Step 2 after reading and completing Steps 3, 4, 5, 6 & 7 This link will open a new window and connect you to Amazon Online App Installer  Use your Smartphone, Desktop, Laptop or Tablet to access link in Step 2 Sign in to your Amazon Account Purchase Downloader Deliver to: Amazon Firestick 4K Open Downloader on Amazon Firestick 4K Type in the following url: https://get.filelinked.com/ Filelinked download will start, after download completes install application Skip to Step 21 if install ended in success. Press Home Enable Developer Options Goto Settings & Select Device Select Developer Options Turn on ADB Debuggins Turn on Apps from Unknown Sources Press Home Open Downloader Select Files Install com.aot.filelinked.apk Press Home Open Filelinked Enter Code & Passcode if needed Install Apps So much success!

Windows 10 - Complete Installation Tutorial

Create Windows 10 installation media Here’s when to use these instructions: You have a license to install Windows 10 and are upgrading this PC from Windows 7 or Windows 8.1. You need to reinstall Windows 10 on a PC you’ve already successfully activated Windows 10. Note : Do not enter Windows Serial Number. Enter Serial number after Windows Installation. Using the tool to create installation media: Download tool now , and select  Run . You need to be an administrator to run this tool. If you agree to the license terms, select  Accept . On the  What do you want to do?  page, select Create  installation media for another PC , and then select  Next . Select the language, edition, and architecture (64-bit or 32-bit) for Windows 10. This table will help you decide which edition of Windows 10 you’ll choose: Your current edition of Windows Windows 10 edition Windows 7 Starter Windows 7 Home Basic Windows 7 Home Premium Windows 7 Profession...

Compile Packages from Source on macOS

Install Homebrew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" Read Documentation Examples xmrig brew install cmake libuv libmicrohttpd openssl git clone https://github.com/xmrig/xmrig.git mkdir xmrig/build cd xmrig/build cmake .. -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl make xmrig-nvidia brew install cmake libuv libmicrohttpd openssl git clone https://github.com/xmrig/xmrig-nvidia.git mkdir xmrig-nvidia/build cd xmrig-nvidia/build cmake .. -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl make xmrig-nvidia brew install cmake libuv libmicrohttpd openssl git clone https://github.com/xmrig/xmrig-amd.git mkdir xmrig-amd/build cd xmrig-amd/build cmake .. -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl make

Resize VHDX image

Set-ExecutionPolicy   -ExecutionPolicy   RemoteSigned Start-BitsTransfer   -Source   "\\SERVER\FOLDER\SOURCE_VDISK_NAME.vhdx"   -Destination   "\\SERVER\FOLDER\DESTINATION_VDISK_NAME.vhdx" Resize-VHD   –Path   "\\SERVER\FOLDER\DESTINATION_VDISK_NAME.vhdx"   –SizeBytes   ##GB

Docker Container

Docker Container Logs... These are not steps. They are commands in random order. I will create a new blog post explaining what they do. Enjoy! docker rmi <CONTAINERID> docker container rm <IMAGEID> docker run -d -P --name <NAME> <DOCKERIMAGE> docker port <IMAGE ID> docker run -p <PORT>:<PORT> <DOCKERIMAGE> docket stop <IMAGEID> docker rename <CONTAINER> <NEWCONTAINERNAME> docker container prune docker system prune docker container ls -a mkdir <DIR> cd <DIR> git clone <URL> cd <DIR> vi DockerFile

Windows is Mine!

Boot into Windows Recovery 1) Troubleshoot 2) Advanced options 3) Command Prompt. 4) copy c:\windows\system32\utilman.exe c:\ 5) copy c:\windows\system32\cmd.exe c:\windows\system32\utilman.exe 6) Reboot Computer. 7) At Logon screen click utilman icon. 8) Command box will open.  9) net user USERNAME PASSWORD 10) login as USERNAME.