Skip to main content

Home/ tech-geeks/ Group items tagged Security

Rss Feed Group items tagged

nehasaxena

What are Cloud Security Challenges and How to Overcome them - 0 views

  •  
    Moving to the cloud? Don't forget security! Learn about common cloud security challenges & discover solutions to keep your data safe.
nehasaxena

Google Workspace will allow access to apps using OAuth only - 0 views

  •  
    Secure your Google Workspace! Learn how Google OAuth empowers secure third-party app access to Gmail, Calendar & more. #GoogleOAuth #GoogleWorkspaceApp #ManageWorkspaceApps #WorkspaceSecurity
nehasaxena

Securing Your Online Data With Proxies: Tips And Strategies For Businesses - 0 views

  •  
    Businesses, protect your data! Learn how proxies enhance online security & privacy for your company. #ProxySecurity #ProxyForBusiness #BusinessTips
nehasaxena

Identity Management: Leveraging Blockchain for Secure Authentication in Enterprises - 0 views

  •  
    Level up your company's security! Explore how blockchain can revolutionize identity management for businesses. #BlockchainTechnology #IdentityManagement #EnterpriseSecurity #FutureOfWork
nehasaxena

Protecting Digital Assets: A Unified Approach To Security - 0 views

  •  
    Data breaches got you worried? Build a fortress around your digital assets with our comprehensive security guide. #DigitalAssetProtection #UnifiedSecurity #SecureYourFuture
nehasaxena

Strategic Approaches of Document Verification Process in the Fintech Industry - 0 views

  •  
    Investigate the role of the document verification process in the fintech industry and explore how its strategic approaches have streamlined the primary working operations. #fintech #documentverification #security #fraudprevention #riskmanagement #securetransactions #documentmanagement
nehasaxena

What are the Advantages and Disadvantages of Open Cloud Network - 0 views

  •  
    Learn about the revolutionary possibilities of Open Cloud Networks (OCN), along with its drawbacks like security concerns and complicated compliance. #cloudcomputing #opencloud #innovation #flexibility #cloudstruggles
nehasaxena

How to use WhatsApp Meta AI in Meta Platforms - 0 views

  •  
    Discover how to use personalized messaging, effective group conversations, and improved security features of WhatsApp Meta AI in Meta Platforms. #MetaAI #WhatsAppMetaAI #MetaAIinInstagram #MetaAIinFacebook #MetaAIinWhatsApp #MetaAIThreads #MetaAIinFacebookMessenger #MetaPlatforms #chatbotcommunity #techcommunity
Chris Wherley

Creating a RSync Backup Server on SME - 1 views

  • Setup the *nix Machines:   (We will use rsync with the SSH option to backup these systems.) Enable SSH access to the servers, in server-managerWe need to be able to SSH into these machines without being prompted for a password.  Here is an excerpt from an email that explains this: <EXCERPT> Here's the technique in a nutshell (just tried it out on 3 esmith servers): Let's say that you're working on server 10.0.0.20 and you want to ssh to server 10.0.0.30 without having to use a password. On 10.0.0.20, issue the following command as root:      # ssh-keygen -t dsa  This will prompt you for a location to store the key (use the default) and for a passphrase (leave blank). Next, use scp (secure copy) to move the key to 10.0.0.30      # scp .ssh/id_dsa.pub 10.0.0.30:/root/.ssh/authorized_keys2  This will prompt you for the root password on 10.0.0.30 and will then transfer the key from 10.0.0.20 to 10.0.0.30. It should do the trick. Try it out by running an ssh session from the command line:     # ssh 10.0.0.30  It should let you in without a password. You can scp the ".ssh/id_dsa.pub" file to other servers without having to create a public key for each.  -MD </EXCERPT>
1 - 12 of 12
Showing 20 items per page