An Elastic Compute Service (ECS) is a cloud computing service with flexible processing capacity. Flexible here means that the computing resources can be adjusted instantaneously based on demand. Provisioning a customized ECS instance It is relatively simple to create an ECS instance on Alibaba. All it takes is 3 steps: 1. Register an Alibaba account and add a verified … [Read more...] about Cloud Server on Alibaba Cloud
How To
Import or Push large repositories to GitHub
If one repository is over 2GB in size, one won't be able to push or import to GitHub. Also, files larger than 100MB cannot be pushed to GitHub. However, there are some alternatives that may help one accomplish it: You can use the BFG repo cleaner to clean out some history or remove any large files here. If one is able to get the repository under 2GB, one'll be able to try … [Read more...] about Import or Push large repositories to GitHub
AI Notebooks with GitHub repo in GCP
Overview We will create a bucket using the GCP console, launch AI Platform Notebooks and clone a GitHub repository within that AI Platform instance. Create a bucket using the GCP console In your GCP Console, click on the Navigation menu, and select Storage. 2. Click on Create bucket. 3. Choose a Regional bucket and set a unique name (use your project ID … [Read more...] about AI Notebooks with GitHub repo in GCP
How to blur your house on Google Street View
Google Street View, launched in 2007, provides a street-level view of many cities and towns around the world. In 2010, the company admitted that, when their vehicles are circling neighborhoods around the world, they have been secretly collecting information from unencrypted WiFi networks they drove past for years. If you are concerned with your privacy, there's a way to … [Read more...] about How to blur your house on Google Street View
How does a GitHub Profile README look like
GitHub released a new feature that allows each user personalize their profiles. It is really easy to do that. I will break it down in a couple of steps so that you can reproduce: On my README file, I have added buttons for some social media channels and for that, I have used ShieldsIO's buttons. For reference, here is the markdown code for my README file. As I … [Read more...] about How does a GitHub Profile README look like