Installing Big Blue Button Development Environment on Ubuntu [PROBLEMS SOLVED]
Read It before you install So here I am, again, exploring the endless opportunities of BBB. This week I was busy Installing BBB Development Environment. It took me a long time to make everything work...
View ArticleJava: How to split Java String with delimeter comma, space, new line, tab ?...
Sometimes it is very important to split a string on a comma \n \t etc. This piece of code will help you with it. import java.util.*; public class split{ public static void main ( String args[]) { //...
View ArticleHow to reset root password in Linux (RHEL,FEDORA) ? What to do if you forgot...
Today I want to give you some very useful tips on what to do if you have forgotten your root password. ATTENTION: This trick will only work if didn’t setup GRUB password yet. (if you did – sucks to...
View ArticleWhat is pull request in Github ?
I am getting asked a lot lately about Pull Requests. More and more teams adopting Pull Requests (also called PR’s) as the way to do code reviews. What is Pull Request ? Pull Request is the way Github...
View Article