Skip to content

Instantly share code, notes, and snippets.

@senina4
senina4 / README.md
Created January 28, 2025 08:05
Run desktop environment in Google Cloud
docker run -p 8080:80 dorowu/ubuntu-desktop-lxde-vnc --rm
@senina4
senina4 / README.md
Created August 20, 2024 10:22
How To uninstall unwanted preinstalled android app
  1. Make sure you connect to your device
adb devices
  1. print app
adb shell pm list packages 
  1. Uninstall
@senina4
senina4 / README.md
Last active July 14, 2024 08:09
Install Windows via command line

Install Windows via command line

diskpart
    convert gpt
    sel disk 0
    create part efi size=500
    format fs=fat32 quick
    assign letter w
    create part primary
 format quick
@senina4
senina4 / README.md
Last active January 4, 2024 02:03
Python VSCode Launch Config

Python launch config

vscode launch.json

{
   // Use IntelliSense to find out which attributes exist for C# debugging
   // Use hover for the description of the existing attributes
   // For further information visit https://github.com/OmniSharp/omnishar...
   "version": "0.2.0",
 "configurations": [