Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View aimuhire's full-sized avatar
👷‍♂️
Building stuff

Arsene Muhire aimuhire

👷‍♂️
Building stuff
View GitHub Profile
@aimuhire
aimuhire / chrome-remote-desktop.sh
Last active November 3, 2023 18:14
Setup remote desktop on AWS ubuntu debian instance
wget https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb
sudo apt update
sudo dpkg --install chrome-remote-desktop_current_amd64.deb
sudo apt install --assume-yes --fix-broken
sudo DEBIAN_FRONTEND=noninteractive \
apt install --assume-yes xfce4 desktop-base
sudo bash -c 'echo "exec /etc/X11/Xsession /usr/bin/xfce4-session" > /etc/chrome-remote-desktop-session'
sudo apt install --assume-yes xscreensaver
sudo systemctl disable lightdm.service
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
@aimuhire
aimuhire / Scrapper.js
Created October 15, 2019 09:23
Code Sample from An Extension Project
/**
* Welcome to the official Scrapper class
*
* Author: Arsene I. Muhire
* email:marsanline@gmail.com
*
* Project Description:
* I was building a browser extension that would rely on data from a server.
* basically, the extension allows users to get answers tips pop up on each question page during their CISCO/CCNA assessment.
* I made this as a proof of concept... the first browser extension I worked on.
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# */AIPND/intropylab-classifying-images/check_images.py
#
# TODO: 0. Fill in your information in the programming header below
# PROGRAMMER: Arsene I. Muhire
# DATE CREATED: 24/9/2019
# REVISED DATE: 26/9/2019 defined get_input_args() get_pet_labels() - started the project <=(Date Revised - if any)
# REVISED DATE: 05/14/2018 - added import statement that imports the print
# functions that can be used to check the lab