by Anjani Phuyal | Jan 28, 2015 | OS X, Windows 8
Go to Run and type following fro 32 bit operating system “C:\Program Files\Skype\Phone\Skype.exe” /secondary For 64-bit operating systems “C:\Program Files (x86)\Skype\Phone\Skype.exe” /secondary Problem: How to Run multiple Skype on mac osx?...
by Anjani Phuyal | Jan 26, 2015 | Linux, ubuntu
Install following sudo apt-get install software-properties-common python-software-properties ref: http://lifeonubuntu.com/ubuntu-missing-add-apt-repository-command/
by Anjani Phuyal | Aug 7, 2014 | java, Linux
Get the PID of Java ps -el | grep java top | grep java jstack -F <your-pid> >dump.log sudo jstack -F `pidof java` > /tmp/`hostname`_threaddump_`date +”%Y%m%d_%H%M”`.txt Result: hybris@aws-hybris5prd-ecom-app02:~$ jstack -F 31987 >...
by Anjani Phuyal | Aug 5, 2014 | Linux, ubuntu
Install nscd using the following command if not yet sudo apt-get install nscd Flush DNS Cache in Ubuntu by restarting the nscd sudo /etc/init.d/nscd restart
by Anjani Phuyal | Jul 8, 2014 | ASA, Cisco
Bandwidth throttling is the intentional slowing of Internet service.It is a reactive measure employed in communication networks in an apparent attempt to regulate network traffic and minimise bandwidth congestion. Bandwidth throttling can occur at different locations...