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
| nmap -sP 192.168.14.* |
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
| # COPY START | |
| sudo apt-get remove scala-library scala | |
| wget http://downloads.typesafe.com/scala/2.11.1/scala-2.11.1.deb | |
| sudo dpkg -i scala-2.11.1.deb | |
| sudo apt-get update | |
| sudo apt-get install scala | |
| wget http://dl.bintray.com/sbt/debian/sbt-0.13.5.deb |
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
| === Microservices === | |
| http://shop.oreilly.com/product/0636920033158.do | |
| http://www.mbtest.org/docs/examples | |
| https://github.com/realestate-com-au/pact | |
| http://www.packer.io/ | |
| https://linuxcontainers.org/ | |
| === RxJava === | |
| https://github.com/Netflix/RxJava |
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
| # Disk performance | |
| sudo hdparm -I /dev/sda | |
| sudo hdparm -I /dev/sda | grep -i speed | |
| sudo hdparm -tT /dev/sda | |
| iostat -dx /dev/sda 5 |
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 --purge remove ruby-rvm | |
| sudo rm -rf /usr/share/ruby-rvm /etc/rvmrc /etc/profile.d/rvm.sh | |
| env | grep rvm | |
| \curl -L https://get.rvm.io | | |
| bash -s stable --ruby --autolibs=enable --auto-dotfiles |
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
| http://10.0.1.4/render/?target=stats.ie.*.vm.1.*.463.com........metrics.discovery.DefaultOSDiscovery&from=-2minutes&hideLegend=false&lineWidth=2&title=Default%20Node%20Discovery%20%2F%20Number&tz=Europe/London&width=810&height=640 |
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
| find . -name ".idea" -exec rm -rf {} \; | |
| find . -name "*.iml" -exec rm -rf {} \; |
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
| mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=amartusVersion | grep -v '\[' | |
| with mvn versions:set -Dnew Version=1.1-SNAPSHOT you are able to set in all underlying maven projects the given version. | |
| Afterwards you have to do a mvn versions:commit to save your work |
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
| Unique syntax of Yaourt and Pacman | |
| Synchronize with the repository db package: | |
| # pacman -Sy | |
| Upgrading your entire system: | |
| # pacman -Su | |
| Forcing the system update skipping errors: | |
| # pacman -Suf |
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
| [root@ie ~]# cat /etc/redhat-release | |
| Red Hat Enterprise Linux Server release 6.4 (Santiago) |