Skip to content

Instantly share code, notes, and snippets.

View Danieldavid521's full-sized avatar
🖥️

DanielDavid521 Danieldavid521

🖥️
  • Kansas City
View GitHub Profile
@Danieldavid521
Danieldavid521 / linuxmint_xrdp_installation.md
Created December 1, 2025 01:12 — forked from ParkWardRR/linuxmint_xrdp_installation.md
Installing xrdp on Linux Mint 21.2 Victoria

Comprehensive Guide to Setting Up xRDP on Linux Mint

This guide provides a complete, step-by-step process for installing and configuring xRDP on Linux Mint to allow you to connect to your Linux desktop remotely using the Remote Desktop Protocol (RDP). The steps here include configuring the desktop session to avoid common issues with the Cinnamon desktop environment.

Installation and Basic Configuration

  1. Update the system package repositories:

@Danieldavid521
Danieldavid521 / example.R
Created February 9, 2019 06:42 — forked from dgrapov/example.R
Example of a shiny app with data upload and different plot options
#initialize
library(shiny)
library(ggplot2)
library(purrr)
library(dplyr)
#example data
data(iris)
#sample_n() is in the dplyr package
#THIS IS R version 3.0.3 to use subplots
library(dplyr)
library(ggmap)
library(ggplot2)
library(reshape2)
library(maps)
library(dplyr)
library(ggsubplot)