Flask / gunicorn / nginx / Apache2 / supervisor
WORK IN PROGRESS!!! – DO NOT FOLLOW! A~Z * Flask app running on VPS, Apache serving WordPress on Virtualhost; nginx reverse proxy supporting static component of Flask app, gunicorn (with … Read More
WORK IN PROGRESS!!! – DO NOT FOLLOW! A~Z * Flask app running on VPS, Apache serving WordPress on Virtualhost; nginx reverse proxy supporting static component of Flask app, gunicorn (with … Read More
sudo mkdir -p /var/www/example.com/public_html sudo chown -R $USER:$USER /var/www/example.com/public_html sudo chmod -R 755 /var/www nano /var/www/example.com/public_html/index.html sudo cp /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/example.com.conf sudo nano /etc/apache2/sites-available/example.com.conf ServerAdmin [email protected] ServerName example.com ServerAlias www.example.com DocumentRoot … Read More
1. Install cifs sudo apt-get install cifs-util 2. edit /etc/fstab //Server/mount/point(/folder) /local/mount/point cifs credentials=/home/(username)/.smbcredentials,uid=(501),iocharset=utf8,nounix,noperm,rw,sec=ntlmssp 0 0 Make sure to change all items above in (parens) to match your config 3. … Read More
Source: https://help.ubuntu.com/community/How to Create a Network Share Via Samba Via CLI Install Samba sudo apt-get update sudo apt-get install samba Set a password for your user in Samba sudo smbpasswd -a … Read More
Install from USB Flash onto sdcard here: https://ubuntu-mate.org/raspberry-pi/ Re-size file system There are no utilities included for automatic file system re-sizing. However, it’s not hard to do manually. Once booted: … Read More
From: http://askubuntu.com/questions/646414/welcome-to-emergency-mode-think-it-is-a-fsck-problem Boot into Ubuntu Live DVD/USB In terminal: 12sudo -i fdisk -l Identify where your root (/) partition is, then: In this example, assume /dev/sda1 1 umount /dev/sda1 fsck … Read More
From JupiterBroadcasting LAS 374 – Show Notes: – Install X2Go 1apt-get update sudo apt-get install software-properties-common 1add-apt-repository ppa:x2go/stable 1sudo apt-get update 1sudo apt-get install x2goserver x2goserver-xsession 1sudo apt-add-repository ppa:ubuntu-mate-dev/ppa 1sudo … Read More
Biggest complaint on high resolution screens is that the theme setups have not been adjusted to ease window resizing… these 1px borders are nearly impossible to catch with a mouse … Read More