Hello Team,Today Morning suddenly my Mac started giving trouble with RSA Secure ID software which we use to generate random OTP to connect with our secure VPNs. I am getting an error as below while launching RSA Secure IDso I came across an alternative named stoken from my colleague. I have...
Docker: Networking Basics - Configure static and Dynamic IP Address to Container
Hello Everyone, In this post, I will show you how to create a network in the docker and how to spin containers with static IP and Dynamic IP Address. Step1: Create a new network for dockerYou can create a new network in the docker using below command docker network create --subnet=172.18.0.0/16 mydockernetworkAs network created just do docker...
How to take backup of your files regularly to external drive or to a new mount point ?
Hello Everyone,
As I have mentioned in other posts, I am using Arch based Endeavour distro in my ThinkPad.
No matter how stable the OS is, its always recommended to backup your important data.
So by doing very small tasks I achieve something like regular backup and OnDemand backup in my Arch Linux.
Step 1: Identify What folder you like to backup
So just to avoid any crazy permission related...
Vagrant: How to provide custom SSH key location to solve chmod 600 error ?
Hello Everyone,
So today I am trying to spin a new vagrant instance from my Arch installation in a NTFS Partition.
So during `vagrant up` command, I got an error stating that it cant execute `chmod 600` command in my NTFS parition as my Vagrantfile located at my NTFS mount.
So on searching a bit, I came across custom SSH location config can be added to Vagrantfile as below
config.ssh.insert_key...
Subscribe to:
Posts (Atom)