How to create a telephone number link that opens dialer on mobile devices?
HTML5 has some nice new tricks. One of them is creating dialable links and here’s how: <a href=”tel:+1112223333″>111-222-3333</a> That’s […]
HTML5 has some nice new tricks. One of them is creating dialable links and here’s how: <a href=”tel:+1112223333″>111-222-3333</a> That’s […]
Ubuntu Landscape allows you to keep systems updated when deployed in large clusters. If you clone a machine and look […]
watch -n1 mailq Credits: https://www.techbrown.com/monitor-postfix-mail-server-ubuntu-16-04/
For displaying network activity continuously in Linux via the command line. CLI netstat -t -u -c
Do you need to tunnel to another machine frequently? Would you like an App to save time and make it […]
Follow these instructions and set your email to receive notifications. https://wiki.debian.org/UnattendedUpgrades apt-get install unattended-upgrades apt-listchanges apticron -y nano /etc/apt/apt.conf.d/50unattended-upgrades Set […]
apt-key adv –keyserver subkeys.pgp.net –recv-key E58FE9B3FE3B0470525159BD6DC3D600CDEF74BB apt-get install dirmngr UPDATE: This issue may be caused by a buggy package […]
Working with Meteor templates one must understand how to access data context in the various sections of templates. These […]
The defautl vm.swappiness value for Proxmox 5.2.x is 60 Run this command in Shell in order to reduce swappiness […]
You must be logged in to post a comment.