Posts Tagged ‘Ubuntu 16.04.3’
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 MoreBack 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 MoreUbuntu 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 MoreBorkSSH
Info the VM i use as the main gateway into the borknet, from the internets
Read MoreBork.Host
Info my test website for a hosting company bork.host currently using it as a front end for my LEAMP stack.
Read MoreSetting 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 MoreInstall OBS-Studio Ubuntu 16.04.3
sudo add-apt-repository ppa:obsproject/obs-studio sudo apt-get update sudo apt install obs-studio
Read MoreInstall Atom Ubuntu
sudo add-apt-repository ppa:webupd8team/atom sudo apt-get update sudo apt-get install atom
Read More