All Projects → VJftw → cloud-desktops

VJftw / cloud-desktops

Licence: other
Cloud-based Virtual Desktops on Google Cloud Platform

Programming Languages

shell
77523 projects
HCL
1544 projects
Starlark
911 projects

Projects that are alternatives of or similar to cloud-desktops

packer-kvm
Create VM templates with Packer for usage with Libvirt/KVM virtualization : CentOS 7, CentOS 8, CentOS 8 Stream, Alma Linux, Rocky Linux, Bionic (Ubuntu 1804), Focal (Ubuntu 2004), Debian 11 (stable), Kali Linux, Fedora 33 and Fedora 34.
Stars: ✭ 99 (+607.14%)
Mutual labels:  packer, debian, kali-linux
Packer Boxes
Jeff Geerling's Packer build configurations for Vagrant boxes.
Stars: ✭ 495 (+3435.71%)
Mutual labels:  packer, debian
Robox
The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
Stars: ✭ 303 (+2064.29%)
Mutual labels:  packer, debian
Packer Build
Packer Automated VM Image and Vagrant Box Builds
Stars: ✭ 199 (+1321.43%)
Mutual labels:  packer, debian
Pieman
Script for creating custom OS images for single-board computers
Stars: ✭ 149 (+964.29%)
Mutual labels:  debian, kali-linux
Termux Os
All in One Termux Os..!! (New)
Stars: ✭ 150 (+971.43%)
Mutual labels:  debian, kali-linux
Hybrid multicloud overlay
MutiCloud_Overlay demonstrates a use case of overlay over one or more clouds such as AWS, Azure, GCP, OCI, Alibaba and a vSphere private infrastructure in Hub and spoke topology, point to point topology and in a Single cloud. Overlay protocols IPv6 and IPv4 are independent of underlying infrastructure. This solution can be integrated with encryption and additional security features.
Stars: ✭ 127 (+807.14%)
Mutual labels:  packer, gcp
Dotfiles
i3 + Plasma: using the i3 window manager on the top of KDE Plasma and other dotfiles, configurations, scripts, workarounds and practises from my Debian Sid machines.
Stars: ✭ 651 (+4550%)
Mutual labels:  debian, desktop
packer-kali linux
This is a repository that will be used to help create a process of a new kali vagrant box for hashicorp each week.
Stars: ✭ 36 (+157.14%)
Mutual labels:  packer, kali-linux
8821au
Linux Driver for USB WiFi Adapters that are based on the RTL8811AU and RTL8821AU Chipsets
Stars: ✭ 67 (+378.57%)
Mutual labels:  debian, kali-linux
terraform-google-nomad
📗 Terraform Module for Nomad clusters with Consul on GCP
Stars: ✭ 63 (+350%)
Mutual labels:  packer, gcp
Qemu Images
A collection of disk images and virtual machines that can be used by the QEMU emulator
Stars: ✭ 145 (+935.71%)
Mutual labels:  debian, kali-linux
Autosetup
Auto setup is a bash script compatible with Debian based distributions to install and setup necessary programs.
Stars: ✭ 140 (+900%)
Mutual labels:  debian, kali-linux
pipeline-as-code-with-jenkins
Pipeline as Code with Jenkins
Stars: ✭ 56 (+300%)
Mutual labels:  packer, gcp
Wslu
A collection of utilities for Windows 10 Linux Subsystems
Stars: ✭ 2,020 (+14328.57%)
Mutual labels:  debian, kali-linux
Packer Templates
Stars: ✭ 90 (+542.86%)
Mutual labels:  packer, debian
linux-dersleri.github.io
Linux Dokümantasyonu Web Platformu
Stars: ✭ 33 (+135.71%)
Mutual labels:  debian, kali-linux
Negibox
All in one downloader 全能下载器
Stars: ✭ 335 (+2292.86%)
Mutual labels:  debian, desktop
kali-my-linux
Install Kali Linux Tools & Others on your Linux.
Stars: ✭ 37 (+164.29%)
Mutual labels:  debian, kali-linux
php-deb-packager
A PHP library to generate `.deb` packages (Software distribution)
Stars: ✭ 54 (+285.71%)
Mutual labels:  packer, debian

Cloud Desktops

This repository presents various cloud virtual desktops suitable for shared or single use in Google Cloud Platform via OS Login and Chrome Remote Desktop.

Release

Quick Start

If you'd like to try this out without building your own Packer images and you trust me, feel free to use my public images in the vjp-cloud-desktops project and skip to step 3. e.g.

gcloud compute instances create debian-ws \
    --machine-type=e2-standard-2 \
    --boot-disk-size=50GB \
    --boot-disk-type=pd-ssd \
    --metadata enable-oslogin=true \
    --no-service-account \
    --no-scopes \
    --image-project vjp-cloud-desktops \
    --image debian-xfce4-2022-04-01-73bbcb3

Getting Started

  1. Build your desired flavour by running its Please target (see below).
  2. Boot your new image in Google Compute Engine.
  3. SSH into your new instance via OS Login.
  4. Go to https://remotedesktop.google.com/headless and skip to through authorise to get the command to run on your new instance. Run the command and follow the instructions.
  5. The new instance will appear in https://remotedesktop.google.com/access.

Flavours

Debian

GCP_PROJECT_ID="my-project" ./pleasew run //flavours/debian:xfce4_build

Kali Linux

GCP_PROJECT_ID="my-project" ./pleasew run //flavours/debian/kali:xfce4_build

Kali Linux takes some time to build as it is based off Debian and replaces the Debian's sources with Kali's sources and thus replaces a lot of the existing packages.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].