Platform: Windows 10 | Device: Google Nexus 5 (hammerhead) | ROM: LineageOS 16.0 (Android 9 Pie)
π΄ ALL DATA ON YOUR PHONE WILL BE ERASED! Back up everything first.
India is experiencing a massive surge in data center investments (from hyperscalers like Google, Microsoft, Amazon, and domestic players), which is driving unprecedented electricity demand. Here's a curated list of NSE/BSE-listed Indian power companies best positioned to benefit:
| Attribute | Details |
| # Docker image with msssql 2022 with full text search enabled | |
| # based on work in: https://github.com/Microsoft/mssql-docker | |
| # Base OS layer: Latest Ubuntu LTS | |
| FROM --platform=linux/amd64 ubuntu:focal | |
| # Install prerequistes since it is needed to get repo config for SQL server | |
| RUN export DEBIAN_FRONTEND=noninteractive && \ | |
| apt-get update && \ | |
| apt-get install -yq curl apt-transport-https gnupg && \ |
| public class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| Console.WriteLine("Starting Padauk Web API Services"); | |
| try | |
| { | |
| var applicationName = "Padauk.API"; | |
| var builder = WebApplication.CreateBuilder(args); | |
| var startup = new WebHostStartup(builder.Configuration); |