/dev/random/thoughts

/dev/random/thoughts

Blog about technology, nature, hobbies, personal experiences and more.

Menu

  • About

Linux

Install raml2html on Ubuntu 14.04

Quick and dirty tricks to get raml2html on your Ubuntu machine 🙂 First we need to install nodejs and npm from official repo.

Shell
1
2
sudo apt-get install nodejs
sudo apt-get install npm

Then we install raml2html from npm library: sudo npm i -g raml2html If the installation is successful you’ll see an

Share
angel September 20, 2016September 20, 2016 Applications, Linux No Comments Read more

Oracle query and PID tracking

Big load on your database server, you know the PID but not the actual SQL ID that is eating your resources? Hereby a small query to help you start the quest: 1. Login with sysdba privileges

1
sqlplus / as sysdba

2. Execute the

Share
angel September 28, 2015September 29, 2015 Databases, Oracle, Troubleshooting No Comments Read more

Archives

  • September 2016
  • October 2015
  • September 2015
  • July 2014

Meta

  • Log in
Copyright © 2021 /dev/random/thoughts. Powered by WordPress. Theme: Spacious by ThemeGrill.