Quantcast
Channel: tutorial – My Programming Blog
Browsing all 4 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

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 Article


Image may be NSFW.
Clik here to view.

Java: 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 Article


Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

What 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
Browsing all 4 articles
Browse latest View live