This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # i3blocks config file | |
| # | |
| # Please see man i3blocks for a complete reference! | |
| # The man page is also hosted at http://vivien.github.io/i3blocks | |
| # | |
| # List of valid properties: | |
| # | |
| # align | |
| # color | |
| # command |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| xypnox-xps in ~/Submitty ⟩ | |
| (19:26:35) ⟨master → origin ✓⟩ ⟩ vagrant suspend | |
| ==> ubuntu-18.04: Saving VM state and suspending execution... | |
| ==> ubuntu-16.04: VM not created. Moving on... | |
| ==> debian: VM not created. Moving on... | |
| xypnox-xps in ~/Submitty ⟩ | |
| (19:26:53) ⟨master → origin ✓⟩ ⟩ vagrant up | |
| Bringing machine 'ubuntu-18.04' up with 'virtualbox' provider... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| xypnox-xps in ~/Submitty ⟩ | |
| (19:21:35) ⟨master → origin ✓⟩ ⟩ vagrant provision | |
| ==> ubuntu-18.04: Configuring proxy for Apt... | |
| ==> ubuntu-18.04: Configuring proxy for Docker... | |
| /opt/vagrant/embedded/gems/2.0.3/gems/net-scp-1.2.1/lib/net/scp.rb:365:in `block (3 levels) in start_command': SCP did not finish successfully (1): scp: /etc/docker/config.json: Permission denied (Net::SCP::Error) | |
| from /opt/vagrant/embedded/gems/2.0.3/gems/net-ssh-4.2.0/lib/net/ssh/connection/channel.rb:607:in `do_close' | |
| from /opt/vagrant/embedded/gems/2.0.3/gems/net-ssh-4.2.0/lib/net/ssh/connection/session.rb:573:in `channel_closed' | |
| from /opt/vagrant/embedded/gems/2.0.3/gems/net-ssh-4.2.0/lib/net/ssh/connection/session.rb:684:in `channel_close' | |
| from /opt/vagrant/embedded/gems/2.0.3/gems/net-ssh-4.2.0/lib/net/ssh/connection/session.rb:549:in `dispatch_incoming_packets' | |
| from /opt/vagrant/embedded/gems/2.0.3/gems/net-ssh-4.2.0/lib/net/ssh/connection/session.rb:246:in `ev_preprocess' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # this script must be run by root or sudo | |
| if [[ "$UID" -ne "0" ]] ; then | |
| echo "ERROR: This script must be run by root or sudo" | |
| exit 1 | |
| fi | |
| ################################################################# | |
| # CONSTANTS | |
| ################# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| xypnox-xps in ~/Projects/Submitty ⟩ | |
| (15:48:48) ⟨master → origin ✓⟩ ⟩ vagrant provision | |
| ==> ubuntu-18.04: Configuring proxy for Apt... | |
| ==> ubuntu-18.04: Configuring proxy for Docker... | |
| /opt/vagrant/embedded/gems/2.0.3/gems/net-scp-1.2.1/lib/net/scp.rb:365:in `block (3 levels) in start_command': SCP did not finish successfully (1): scp: /etc/docker/config.json: Permission denied (Net::SCP::Error) | |
| from /opt/vagrant/embedded/gems/2.0.3/gems/net-ssh-4.2.0/lib/net/ssh/connection/channel.rb:607:in `do_close' | |
| from /opt/vagrant/embedded/gems/2.0.3/gems/net-ssh-4.2.0/lib/net/ssh/connection/session.rb:573:in `channel_closed' | |
| from /opt/vagrant/embedded/gems/2.0.3/gems/net-ssh-4.2.0/lib/net/ssh/connection/session.rb:684:in `channel_close' | |
| from /opt/vagrant/embedded/gems/2.0.3/gems/net-ssh-4.2.0/lib/net/ssh/connection/session.rb:549:in `dispatch_incoming_packets' | |
| from /opt/vagrant/embedded/gems/2.0.3/gems/net-ssh-4.2.0/lib/net/ssh/connection/session.rb:246:in `ev_preprocess' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Collecting PyYAML | |
| Downloading https://files.pythonhosted.org/packages/9e/a3/1d13970c3f36777c583f136c136f804d70f500168edc1edea6daa7200769/PyYAML-3.13.tar.gz (270kB) | |
| Building wheels for collected packages: PyYAML | |
| Building wheel for PyYAML (setup.py): started | |
| Building wheel for PyYAML (setup.py): finished with status 'done' | |
| Stored in directory: /root/.cache/pip/wheels/ad/da/0c/74eb680767247273e2cf2723482cb9c924fe70af57c334513f | |
| Successfully built PyYAML | |
| Installing collected packages: PyYAML | |
| Found existing installation: PyYAML 3.12 | |
| Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # If you change this file, run 'update-grub' afterwards to update | |
| # /boot/grub/grub.cfg. For full documentation of the options in this | |
| # file, see: | |
| # info -f grub -n 'Simple configuration' | |
| GRUB_DEFAULT=0 | |
| GRUB_TIMEOUT_STYLE=hidden | |
| GRUB_TIMEOUT=10 | |
| GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` | |
| GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_rev_override=5 nouveau.runpm=0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # i3blocks config file | |
| # | |
| # Please see man i3blocks for a complete reference! | |
| # The man page is also hosted at http://vivien.github.io/i3blocks | |
| # | |
| # List of valid properties: | |
| # | |
| # align | |
| # color | |
| # command |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This file has been auto-generated by i3-config-wizard(1). | |
| # It will not be overwritten, so edit it as you like. | |
| # | |
| # Should you change your keyboard layout some time, delete | |
| # this file and re-run i3-config-wizard(1). | |
| # | |
| # i3 config file (v4) | |
| # | |
| # Please see https://i3wm.org/docs/userguide.html for a complete reference! |