My Articles
Javascript Tip of the day
February 26, 2015

Javascript tip of the day Hello folks, I want to share with you my Javascript tip of the day. Have you ever wondered how to unselect a selected value in a dropdown lis using JQuery? Really simple: $("option:selected").prop("selected", false); Nice uh? Nice and simple! But wait, here is another Javascript tip of the day! What […]

Linux tips
Linux Tip of the Day
November 13, 2014

Hi all, I’d like to share this with all of you. Because of my job I had the necessity to know which port where used on a remote server that hadn’t nmap installed on it, so what I did was: sudo lsof -nP -i | grep LISTEN Here is the explanation: lsof – list of […]

OSX

Hi all, My faithful Sony Vaio equipped with Ubuntu 14.04 after some honourable years, stopped working properly; since I’m a developer and I need a computer to work, I decided to move into the Mac world. One of the first things I had to learn, was how to start and stop apache properly and how […]

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close