Google drive Ubuntu

sudo add-apt-repository ppa:alessandro-strada/ppa sudo apt update && sudo apt install google-drive-ocamlfuse google-drive-ocamlfuse mkdir ~/googledrive google-drive-ocamlfuse ~/googledrive Unmount fusermount -u ~/google-drive

Read More

Back to Ubuntu 16.04.3

Info Ubuntu 17.10 on my laptop keeps on crashing so i am going back to 16.04.3, also gonna install a windows 10 partition Steps wipe Ubuntu 17.10 install Windows 10 disk manager shrink volume boot Ubuntu install along side Windows 10 update Ubuntu and Windows Initial Install Script

Read More

Ubuntu Initial Install Script

Info the script i use to install and setup all my fresh ubuntu installs What it Installs software-properties-common htop dropbox virtualbox virtualbox-guest-additions-iso kodi openssh-server atom google-chrome-stable ranger obs-studio tmux ffmpeg gdebi build-essential firefox filezilla git curl gparted cmatrix exfat-fuse exfat-utils

Read More

BorkSSH

Info the VM i use as the main gateway into the borknet, from the internets

Read More

Bork.Host

Info my test website for a hosting company bork.host currently using it as a front end for my LEAMP stack.

Read More

Setting Up Certbot

Info spent some time getting certbot setup for my web host project (bork.host)[bork.host] so i can generate SSL certs for my test domains and projects Steps Install $ sudo apt-get install software-properties-common $ sudo add-apt-repository ppa:certbot/certbot $ sudo apt-get update $ sudo apt-get install python-certbot-nginx Run $ sudo certbot –nginx

Read More