How to Start Youtube Playlist from Random Video
If you want to start a Youtube playlist from random video, just add: &index=random_number to the src attribute of the embed code. The code To produce a random number, I…
If you want to start a Youtube playlist from random video, just add: &index=random_number to the src attribute of the embed code. The code To produce a random number, I…
Getting file extension and basename is a common development task. PHP internal function pathinfo is very useful. But, Windows paths will not work correctly on Linux servers and vice versa.…
If you want to access via the internet a computer which is behind a NAT router and it has not direct access to the internet, you need a VPN solution.…
Setting up your Linux workstation or a virtual machine, there is no public IP or domain available. If you want to send mail from this machine, reverse DNS will fail…
While MySQL considered as "The world's most popular open source database", PostgreSQL rightly considered as "the world's most advanced open source database". PostgreSQL architecture is based on CLUSTERS (a group…