Editing Narwhal

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
== Initial Config ==
== Initial Config ==


From fresh install of Ubuntu 18.04 LTS...
From fresh install of Ubuntu 16.04...


=== Backup ===
=== Backup ===
Line 47: Line 47:




=== xubuntu-desktop ===
==== Big Blue Button (BBB) ====
<pre>
  157  apt-get install xubuntu-desktop
  158  reboot
</pre>
 
 
=== Tiger VNC ===
<pre>
  162  apt install tigervnc-standalone-server tigervnc-xorg-extension tigervnc-viewer xfonts-100dpi xfonts-75dpi
  163  su noisebridge
noisebridge>
  15  vncpasswd
  19  nano ~/.vnc/xstartup
#!/bin/bash
xrdb $HOME/.Xresources
startxfce4 &
  20  chmod +x ~/.vnc/xstartup
  21  vncserver
 
New '102:1 (noisebridge)' desktop at :1 on machine 102
</pre>
 
On your client machine setup a SSH tunnel
<pre>
ssh -L 5901:127.0.0.1:5901 -C -N -l noisebridge your_narwhal_ip
</pre>
 
Connect to localhost:5901 with VNC client
 
<br/>
== Legacy ==
 
=== Big Blue Button (BBB) ===
On a fresh'ish ubuntu 16.04 this whould work
On a fresh'ish ubuntu 16.04 this whould work
<pre>wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v xenial-22 -s DOMAIN_NAME_HERE -e SUPPORT_EMAIL_HERE -a</pre>
<pre>wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v xenial-22 -s DOMAIN_NAME_HERE -e SUPPORT_EMAIL_HERE -a</pre>
Please note that all contributions to Noisebridge are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see Noisebridge:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)