iTech
iTech
  • 10
  • 19 239
Clone virtual image in Oracle Virtual Box | clone Ubuntu image | Full clone v's linked clone
Note: Please see the previous video, before watching this video
In this video, I had covered the following topics.
- How to clone a virtual image using Oracle Virtualbox
- Clone a ubuntu image
- Difference between full clone and linked clone
- How to connect to a remote ubuntu server
Commands
# change to root user
sudo su
# update cache
apt-get update -y
# Install vim
apt-get install vim
# install tree
apt-get install tree
# install ssh server
apt-get install openssh-server
# verify the status
systemctl status ssh
# change the hostname
hostnamectl set-hostname {new hostname}
# get the IP of the machine
ifconfig
# connect to the remote machine
ssh osboxes@192.168.1.5
Переглядів: 160

Відео

Install Ubuntu 21.04 | Ubuntu 20.10 | Install Ubuntu on Oracle Virtual Box| Osboxes
Переглядів 1,2 тис.3 роки тому
In this demo, I had covered, how to install ubuntu on a virtual box using VDI images. Download Oracle Virtualbox download.virtualbox.org/virtualbox/6.1.22/VirtualBox-6.1.22-144080-Win.exe You can download vdi image from below location www.osboxes.org/ubuntu/ Username: osboxes Password: osboxes.org Supported Ubuntu Ubuntu 21.04 Hirsute Hippo Ubuntu 20.10 Groovy Gorilla Ubuntu 20.04 Focal Fossa U...
S3 Browser | S3 File Manager Utility | S3 Tool
Переглядів 3,8 тис.3 роки тому
In this demo, we will quickly review S3 Browser, a utility to manage S3 bucket and objects What is S3 Browser? S3 Browser is a freeware Windows client for Amazon S3 and Amazon CloudFront. Amazon S3 provides a graphical user interface and can be used to store and retrieve any amount of data, at any time, from anywhere on the web. You can perform, most of the operation available in AWS console
aws s3 cli | aws cli for begineer| aws cli commands
Переглядів 1263 роки тому
Please refer below video, if you would life to configure aws cli ua-cam.com/video/XT7IjEzma10/v-deo.html/ This video covered the following aws cli commands # Listing all user owned buckets aws s3 mb s3://demo-xyz region us-east-1 aws s3 mb s3://demo-efg region us-east-1 # List bucket $ aws s3 ls # insert/copy a local files to S3 $ aws s3 cp about.html s3://demo-xyz/about.html # listed down the ...
configure aws cli
Переглядів 193 роки тому
Following are the list of topics covered in today discussion 1) What is the AWS CLI? 2) Create an IAM user? 3) Configure aws cli for window and ubuntu 4) Help and aws refereence
Configure an Apache Web Server (EC2) with EFS | Elastic File System | aws tutorial for beginners
Переглядів 5233 роки тому
Following are the list of topic cover during this demo 1) How to create an aws efs 2) How to mount efs 3) How to configure an apache webserver with efs and ubuntu Commands: # update and install $ sudo apt-get update -y && apt-get install nfs-common -y # verify nfs client $ nfsstat version # install apache sudo apt-get install apache2 -y # See apache2 status $ systemctl status apache2 # verify t...
mount ec2 with efs | simple efs mount with ubuntu
Переглядів 3,5 тис.3 роки тому
Here, I'm going to mount an ec2 instant with efs Operating System: Ubuntu 20.04 # command to update the cache $ sudo su $ apt-get update # Command to install nfs client: $ sudo apt-get install nfs-common # command to verify nfs client $ nfsstat version # command to verify nfs mount $ nfsstat -m # command to verify mounts point df -h
AWS Elastic File System with EC2 | How to mount EFS using EC2 Ubuntu Instance
Переглядів 3,3 тис.3 роки тому
I have covered the following topics Basic of EFS and Network file system Create EFS Create an EC2 Instance Install nfs client (apt-get install nfs-common) Create a local directory (mkdir -p efs/data) Mount above directory with efs Show the mount points Add few files Create one more EC2 instance Mount with same EFS now you can see file can be exchange
AWS S3 Tutorial For Beginners | Amazon S3 Tutorial | Amazon Simple Storage Service
Переглядів 553 роки тому
Following are the list of topics cover in my demo 0- What is AWS S3 1- How to create an S3 bucket? 2- About bucket attributes. 3- Upload files into S3 Bucker 4- Show the attributes of the S3 object 6- How to make the bucket public? 7- How to make objects public? 8- What S3 object URL? 9- Clean up Objects and bucket
AWS Route53 CNAME with EC2
Переглядів 7 тис.4 роки тому
In this demo, I was trying to create a CNAME record with an EC2 public dns which can be hosted in ubuntu Pre-requisites 1- Create an ec2 instance with ubuntu 2- Update and install apacee2 and you can find the script in the script section 3- Create a simple web page 4- Get the public dns 5- Create a cname record type 6- Set the TTL and update the value with public ec2 dns Script to install apach...

КОМЕНТАРІ

  • @devops-man
    @devops-man 9 місяців тому

    This is of great help. Thanks!!

  • @priyankabehera6888
    @priyankabehera6888 10 місяців тому

    Is this demo chargeable? Can I perform this demo using the free tier?

  • @yadakrishna2090
    @yadakrishna2090 10 місяців тому

    Will you give support for the same

  • @greggoddard5618
    @greggoddard5618 Рік тому

    Perfect, this was really helpful for me :) Thank you

  • @shayelasharma1039
    @shayelasharma1039 Рік тому

    greatttttttttttttttttttt

  • @alexmk9717
    @alexmk9717 2 роки тому

    Thank you man! Very useful tutorial

  • @strix4667
    @strix4667 2 роки тому

    Everything works fine up until the actual mounting command then it times out and nothing happens.

  • @alexandreviana964
    @alexandreviana964 2 роки тому

    working, thanks

  • @ashishkumar-fd4gp
    @ashishkumar-fd4gp 3 роки тому

    how to extract

  • @kv-999
    @kv-999 3 роки тому

    Thanks for excellent explanation.

  • @augusto3045
    @augusto3045 3 роки тому

    For use this i prefer Syncback Pro but i'd like to use a Backup like Ipérius Backup, or Backup4all9.1 - so have other program for use with Wasabi S3 ?? i'd like to test this 2 i say before have some errors

  • @dhananjaybade489
    @dhananjaybade489 3 роки тому

    How to take automatic backup on s3

  • @kaiharting5585
    @kaiharting5585 3 роки тому

    Thank you so much for this help. All of the other guides online cover how to do this with Linux so thank you for showing how to do it with Ubuntu.

  • @roya2045
    @roya2045 3 роки тому

    Hi bro I created a bucket & then tried assigning permissions using the policy generator I applied policy under AWS S3 -> buckentname -> permissions-> bucket policy. I could see the policy was in effect when I run the command aws s3 ls s3://bucketname on that specific user through cli. my query was that when i go to the IAM users & go to the specific user for whom i created the policy I don't see that permissions reflecting over there I am a bit confused can you help. the policy I created is something like this { "Version": "2012-10-17", "Id": "Policy161915878999", "Statement": [ { "Sid": "Stmt1619158731311", "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::00000000:user/roy" }, "Action": [ "s3:GetBucketLocation", "s3:GetObject", "s3:ListBucket" ], "Resource": [ "arn:aws:s3:::demo-3s-bucket", "arn:aws:s3:::demo-3s-bucket/*" ] } ] }

    • @itech4253
      @itech4253 3 роки тому

      Hi Roy, Thanks for this question. There are two types of access policy, resource-based and user-based. In your case, you had set a resource-based policy. In such a case the control goes to s3, which decides who can access your bucket or object. Therefore, the scope of your policy limited to bucket policy and it is not elevated to user policy(or IAM). Hope I answer your question. Enjoy learning and please subscribe to my channel. All the best !!!

    • @roya2045
      @roya2045 3 роки тому

      @@itech4253 Thanks bro for responding & resolving my query appreciate it 👍 yes I am subscribing to your channel waiting for more tutorials from you.

  • @devips5102
    @devips5102 3 роки тому

    Excellent sir

  • @ruchk3872
    @ruchk3872 4 роки тому

    Well explained...thanks