Top 50 Postfix Interview Questions & Answer

1) What Is Postfix And Default Port Used For Postfix ? Postfix is a open source MTA (Mail Transfer agent) which is used to route & deliver emails. Postfix is…

Read more »

Centralize all your remote connections, passwords and credentials into a unique platform

Centralize all your remote connections, passwords and credentials into a unique platform Visionapp Visionapp Remote Desktop 2010 is a powerful tool for managing and accessing multiple servers and desktops. It…

Read more »

Securing and Managing privileged passwords and privileged identities (PIM)

<< THIS BLOG IS IN PROGRESS >> These are a information security company that develops and markets digital vaults, based on their vaulting technology for securing and managing privileged passwords…

Read more »
a-script-to-find-all-users-who-have-not-set-passwords

A script to find all users who have not set passwords

Write a script to find all users who have not set passwords. #!/usr/bin/ruby require “P4” p4 = P4.new p4.parse_forms p4.connect p4.run_users.each do |u| user = p4.fetch_user( u[ “User” ] )…

Read more »