Related Articles
Command to see memory space on Linux in GB
Command to see Memory Space available in GB on Linux df -h How to start restart linux: just enter restart How to start Mysql on Centos Linux server: /etc/init.d/mysqld start Restart Mysql on Linux Centos: /etc/init.d/mysqld restart Stop Mysql on Linux Centos: /etc/init.d/mysqld stop Check status of Mysql on Linux Centos: /etc/init.d/mysqld status How to […]
How to Set Iframe Height to 100%
Use below snippet to set height of an iframe to 100%, however we can also set width of ifram to 100% also. <iframe src=”http://domain.com” frameborder=”0″></iframe> iframe { display:block; width:100%; height:100vh; }
Auto In-feed native ads From Google Adsense
Google is inviting its publishers to try new experimental feature in AdSense Labs, to test, and provide feedback on features they’re working on. Auto In-feed native ads Auto In-feed is a native ad format placed inside your feeds. In-feed ads match the look and feel of your site, providing a better user experience for your […]