Archives for Software Dev - Page 23
Blockchain conference
Anuj Varma is a regular speaker on Cloud Computing, Data Science and Blockchain technologies. He also conducts youth camps to generate math, science and computer science interest amongst kids. Chain…
SSO, Hybrid Cloud Models
You want to use your on prem AD as the authenticator for AWS (or GCP) resources. Say you want to store desktop data in S3 buckets, but do not want…
cmd.exe shortcut to open in a specific location
Change the Shortcut’s properties to:%windir%\system32\ /F /K "cd /d D:\whatever\" The /F is for auto file name completion (not needed for the folder location, but very helpful once the cmd…
IPSEC VERSUS SSL
IPSEC The majority of IPSec VPN solutions require third-party IPSec hardware and / or ; Each desktop needs the client software and licenses, which can lead to a financial and…
CNAME record for Subnet DNS resolution on AWS
If your web server is able to resolve , but not , chances are that you are missing a CNAME entry in your DNS. On AWS, this would mean going…
Blockchain (questions that you were too shy to ask) and the industries being disrupted by it…
What is the decentralized web? Does the price of Bitcoin have anything to do with the underlying blockchain? How do trustless systems work? What businesses will blockchain disrupt? Can the…
Running a full node (BookKeeping) versus Mining
Running a Full Node Running a node is just listening for other nodes to pass you data, checking that its valid, and passing it in further. So a peer…
Performance Monitoring Tools
A list of performance monitoring tools. Website Monitoring Tools Insping Updown Pingometer Uptime Robot Pingdom Server Monitoring Tools Insping Nagios Core Ganglia Collectd Network Monitoring Tools Nagios Capsa Free Fiddler…
Ultimate Product Catalogue – WP Plugin–Some SEO issues
So far, the plugin has worked great, and I must say , their support is above and beyond typical wordpress plugin support teams. A couple of minor SEO issues I…
Forgotten Ubuntu Root Password
From GRUB, choose Ubuntu Repair Menu—> Choose root—> passwd ‘username’ (or just plain passwd) Once updated, type reboot Cmd Line Root Prompt OR – type E (for edit) on the…