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
$ npm ls --parseable | |
/mastodon | |
/mastodon/node_modules/array-includes | |
/mastodon/node_modules/define-properties | |
/mastodon/node_modules/foreach | |
/mastodon/node_modules/object-keys | |
/mastodon/node_modules/es-abstract | |
/mastodon/node_modules/es-to-primitive | |
/mastodon/node_modules/is-date-object | |
/mastodon/node_modules/is-symbol |
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
Cookie | |
Queue | |
StringIO | |
UserDict | |
abc | |
atexit | |
backports | |
base64 | |
bdb | |
bisect |
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
ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.1.3.tar.bz2 | |
ftp://ftp.astron.com/pub/file/file-5.32.tar.gz | |
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.41.tar.bz2 | |
ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-2.1.26.tar.gz | |
ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.8.1.tar.xz | |
ftp://ftp.gnu.org/gnu/libtasn1/libtasn1-4.10.tar.gz | |
ftp://ftp.gnu.org/gnu/make/make-4.2.1.tar.bz2 | |
ftp://ftp.gnu.org/pub/gnu/libtool/libtool-2.4.6.tar.gz | |
ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/gnutls-3.5.13.tar.xz | |
ftp://ftp.nluug.nl/pub/gnu/gdbm/gdbm-1.12.tar.gz |
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
sudo apt update | |
sudo apt upgrade -y | |
sudo apt install devscripts git mercurial subversion cvs bzr nodejs npm curl libcurl4-gnutls-dev tmux jq virtualbox qemu-kvm debootstrap p7zip-full myrepos -y | |
sudo npm install -g n | |
sudo n latest | |
sudo npm install -g npm | |
sudo apt remove npm -y | |
exec sudo su -l $USER | |
sudo wget https://releases.hashicorp.com/packer/1.1.3/packer_1.1.3_linux_amd64.zip | |
unzip packer_1.1.3_linux_amd64.zip |
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
debcheckout --package acl --type git git://git.savannah.nongnu.org/acl.git | |
debcheckout --package acpi-support-base --type git git://anonscm.debian.org/pkg-acpi/acpi-support.git | |
debcheckout --package acpid --type git git://anonscm.debian.org/pkg-acpi/acpid.git | |
debcheckout --package adduser --type svn svn://svn.debian.org/adduser/ | |
debcheckout --package apt --type git git://anonscm.debian.org/apt/apt.git | |
debcheckout --package apt-listchanges --type git git://anonscm.debian.org/collab-maint/apt-listchanges.git | |
debcheckout --package aptitude --type git git://anonscm.debian.org/aptitude/aptitude.git --git-track debian-sid | |
debcheckout --package at --type git git://anonscm.debian.org/collab-maint/at.git | |
debcheckout --package base-passwd --type git git://anonscm.debian.org/users/cjwatson/base-passwd.git | |
debcheckout --package bash --type bzr http://bazaar.launchpad.net/~doko/+junk/pkg-bash-debian |
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
$ VBoxManage list hdds | |
UUID: 68513cd6-b75e-4820-8fbc-6099b052abaf | |
Parent UUID: base | |
State: inaccessible | |
Type: normal (base) | |
Location: /home/denjo/VirtualBox VMs/endroll_default_1513408340608_96512/jessie.vmdk | |
Storage format: VMDK | |
Capacity: 0 MBytes | |
Encryption: disabled |
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
sudo apt-get update | |
sudo apt-get upgrade -y | |
wget https://releases.hashicorp.com/vagrant/2.0.1/vagrant_2.0.1_x86_64.deb | |
sudo dpkg --install vagrant_2.0.1_x86_64.deb | |
echo "deb http://download.virtualbox.org/virtualbox/debian xenial contrib" | sudo tee -a /etc/apt/sources.list | |
wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add - | |
sudo apt-get update | |
sudo apt-get install virtualbox-5.2 -y | |
sudo /sbin/vboxconfig | |
vagrant box add --provider virtualbox --box-version 1710.01 centos/7 |
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
unsigned D0=22; | |
unsigned D1=23; | |
unsigned D2=24; | |
unsigned D3=25; | |
unsigned D4=26; | |
unsigned D5=27; | |
unsigned D6=28; | |
unsigned D7=29; | |
unsigned AD0=30; | |
unsigned AD1=31; |
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
sudo apt-get update -y | |
sudo apt-get upgrade -y | |
sudo apt-get install -y libssl-dev libffi-dev python-dev build-essential nodejs npm | |
curl -L https://aka.ms/InstallAzureCli | bash | |
export PATH=$PATH:~/bin | |
sudo npm install -g n | |
sudo n latest | |
sudo fdisk /dev/sdc | |
sudo mkfs -t ext4 /dev/sdc1 | |
mkdir drive |
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
sudo yum update -y && sudo yum install golang fuse -y && export GOPATH=$HOME/go && go get github.com/kahing/goofys && go install github.com/kahing/goofys | |
mkdir s3 | |
~/go/bin/goofys hakata-generic s3 | |
sudo yum install nodejs npm --enablerepo=epel -y | |
sudo npm i -g n | |
sudo n latest | |
sudo yum remove nodejs | |
vim .ssh/github.id_rsa | |
chmod 600 .ssh/github.id_rsa | |
GIT_SSH_COMMAND="ssh -i ~/.ssh/github.id_rsa -F /dev/null" git clone [email protected]:InfovisHandsOn/A_D4.git |