Use OFF to disable
SET SHOWPLAN_TEXT ON;
SET SHOWPLAN_ALL ON;
SET SHOWPLAN_XML ON;
SET STATISTICS PROFILE ON;
SET STATISTICS XML ON;
Use OFF to disable
SET SHOWPLAN_TEXT ON;
SET SHOWPLAN_ALL ON;
SET SHOWPLAN_XML ON;
SET STATISTICS PROFILE ON;
SET STATISTICS XML ON;
echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system
| #!/bin/bash | |
| sudo mount -o remount,size=10G,noatime /tmp | |
| echo "Done. Please use 'df -h' to make sure folder size is increased." |
xinerama_head = 1, to conky.config inside ~/.config/conky/conky.conf file.pkill conky && conkymkfifo apexfifo
cat > apexfifo &
catpid=$!
echo "catpid $catpid"
./main < apexfifosudo apt-get install tor)sudo apt-get install proxychains)sudo nano /etc/proxychains.conf comment line strict_chain and uncomment line dynamic_chain.
Add this to the end of file: socks5 127.0.0.1 9050 and save it.sudo systemctl start tor)sudo systemctl enable tor)proxychains firefox and then go to URL http://www.showmyip.gr.
Your IP should me mascarade.yaourt -S warsaw (don't use root)sudo systemctl enable warsaw.servicecd /usr/local/lib/warsaw
sudo rm ld-linux-x86-64.so.2; sudo ln -s /usr/lib/ld-linux-x86-64.so.2 .
All the necessary packages exists at pacman repositories, so:
sudo pacman -Su rethinkdb graphicsmagick zeromq protobuf yasm pkg-config
Probably npm install -g stf won't work on linux because of non-root restrictions.
If you try sudo npm install -g stf you'll get in trouble too.
So the solution is nvm. After installing it run:
nvm exec v7.10.0 npm install -g stf
| sudo pacman -S ttf-symbola |
| #!/bin/bash | |
| set -e | |
| sudo sh -c "curl -L $(curl -s https://api.github.com/repos/docker/machine/releases/latest | grep 'browser_' | cut -d\" -f4 | grep Linux-x86_64) > /usr/local/bin/docker-machine" | |
| sudo chmod +x /usr/local/bin/docker-machine |