Linux Milestone
Linux Milestone
  • 16
  • 84 419
Bash Script | Essential Skill | Manage User Account
This video shows the benefits of knowing scripting by demonstrating a task manually and with script. I also have explained the parameters used in the script.
มุมมอง: 59

วีดีโอ

DNS Lookup - Get domain information quickly
มุมมอง 56ปีที่แล้ว
To find information about any domain, create a .sh file using below script. Copy it as it is excluding the top and bottom lines. ............................................................................................................ #!/bin/bash read -p "Enter Domain Name : " my_var echo "MX Records" dig MX ${my_var} echo "NS Records" dig NS ${my_var} echo "CNAME Records" dig CNAME ${my_var...
Mount Partition Using FSTAB in Linux
มุมมอง 282ปีที่แล้ว
Mount Partition Using FSTAB in Linux
Automate - Install Software using Bash Script in Linux
มุมมอง 6K2 ปีที่แล้ว
What do you do next, after installing an Operating System ? Software installation ? Yes, if you are bored with the manual process of installing software packages, or you want to automate software installation, this video is for you. Setps to create and run the Installation Script: # I have listed the applications I use the most. You can change it as per your requirement. # Copy below commands i...
XRDP - Remote Desktop Linux from Windows
มุมมอง 1123 ปีที่แล้ว
XRDP - Remote Desktop Linux from Windows
Install AnyDesk on Ubuntu
มุมมอง 1.3K3 ปีที่แล้ว
This tutorial is about how you can install AnyDesk (Remote Desktop Tool) in Ubuntu.
Connect and mount NFS share (Client side)
มุมมอง 32K4 ปีที่แล้ว
Many times we need to access directories which are shared on network. This video shows how easily we can mount NFS folder just for onetime use or create a permanent mount that will last even after reboots.
Install .NetFramework 3.5 in Windows 10
มุมมอง 1754 ปีที่แล้ว
This video demonstrates three methods of installing .Net Framework 3.5 on Windows 10. Many times I have faced error in installation of .Net Framework 3.5 due to firewall rules and domain policies. I have found the third method shown in this video as the most successful method... .NetFramework 3.5 Download Link: www.microsoft.com/en-in/download/confirmation.aspx?id=21 Command used in method 3: D...
GPT disk - Partitioning a GPT disk with gdisk - CentOS 8
มุมมอง 6234 ปีที่แล้ว
In Linux, gdisk can be used to create or delete partitions on GPT disk. This video demonstrates the use of gdisk on CentOS 8.
Smartly Delete User Accounts Windows
มุมมอง 1424 ปีที่แล้ว
For creating and deleting local user profiles in Windows, there are many methods. As an IT professional, I have employed these methods and based on my experience I choose any of them as per the requirement. This video show the way I work in real IT world.
Creating partition in Linux using fdisk
มุมมอง 38K4 ปีที่แล้ว
In Linux, if you are using MBR disk, you can create partitions using fdisk command. This video demonstrates the use of fdisk utility.
Automatically connect Ethernet on reboot - CentOS
มุมมอง 5364 ปีที่แล้ว
When you start CentOS VM, the Ethernet adapter does not connect automatically. In this video I have shown methods for automatically connecting Ethernet adapter on reboot.
Script for Virtual Machine to Start/Stop
มุมมอง 3434 ปีที่แล้ว
Bash scripts, for system administrators, are very useful in countless ways. This is one way how I used it. I hope this will help my audiences.
Enable Desktop Icons in CentOS 8
มุมมอง 5K4 ปีที่แล้ว
This video is for enabling desktop icons in CentOS 8
Create and manage user account in Linux
มุมมอง 1535 ปีที่แล้ว
In this video I have shown how to create a user account, how you can create password, change other attributes such as password and account expiry, minumum and maximum password age etc. Email ID: linuxmilestone@gmail.com
Use of less command in Linux
มุมมอง 975 ปีที่แล้ว
Use of less command in Linux

ความคิดเห็น

  • @davidwas77
    @davidwas77 2 หลายเดือนก่อน

    Thank you, sir!

  • @Potenthial
    @Potenthial 2 หลายเดือนก่อน

    Thanks a lot Please can this script be used on ubuntu?

    • @linuxmilestone
      @linuxmilestone 2 หลายเดือนก่อน

      Yes, this script should work on all Debian based distros.

  • @UnLuckyGamer
    @UnLuckyGamer 5 หลายเดือนก่อน

    Thanks! that was very helpful

  • @whaMANDASARICA
    @whaMANDASARICA 7 หลายเดือนก่อน

    Thank you

  • @bo0sted
    @bo0sted 7 หลายเดือนก่อน

    Very informative thank you good sir

  • @tocchien9067
    @tocchien9067 11 หลายเดือนก่อน

    useful🎉

  • @motoryzen
    @motoryzen ปีที่แล้ว

    Yes...brilliant..don't show us the install script file to give us an idea of how certain programs can, should, or must be installed . ...(sigh). lol.

    • @linuxmilestone
      @linuxmilestone ปีที่แล้ว

      Thanks for your feedback. I have added my script in the description. You can change it as per your requirement. Enjoy...!

  • @Muruganbala51
    @Muruganbala51 ปีที่แล้ว

    I created a NFS mount point & I put entry in fstab.. but after the reboot, the mount point got disappeared, is there any way to mount the directory permanently?

    • @linuxmilestone
      @linuxmilestone ปีที่แล้ว

      The most common cause found is the the typing mistakes. Second can be the wrong path or network issue. You can share more detail of this issue on linuxmilestone@gmail.com.

  • @KikiNation1
    @KikiNation1 ปีที่แล้ว

    Thank you.

  • @VikashKumar-ju8hk
    @VikashKumar-ju8hk 2 ปีที่แล้ว

    very help full video

  • @Free.Education786
    @Free.Education786 2 ปีที่แล้ว

    Thank you very much for this excellent tutorial. I wanna install hundreds of different tools 🔧 in my Linux but problem is that some tools run on python python2 python3 pip pip2 pip3 RubyGems Perl Golang Rust C C++.... Second problem is bashrc files in Linux Third is to set their paths so different language tools can run on terminal command from any directory. How to do it step by step. Please guide brother. Thanks

  • @yaz90jordan
    @yaz90jordan 2 ปีที่แล้ว

    i dont have extensions ...

    • @linuxmilestone
      @linuxmilestone 2 ปีที่แล้ว

      Extension is required only for Flathub packages. You can get application ID of your desired app from Flathub site: flathub.org/apps

  • @karan_scientific
    @karan_scientific 2 ปีที่แล้ว

    Subscribed😃👍🏼

  • @muhammadkhan1121
    @muhammadkhan1121 2 ปีที่แล้ว

    thank you so much bro for you video

  • @frontkick5739
    @frontkick5739 2 ปีที่แล้ว

    Clear instructions, thank you!

  • @okeokajeevitam
    @okeokajeevitam 2 ปีที่แล้ว

    Thank you

  • @kadhirarani4422
    @kadhirarani4422 2 ปีที่แล้ว

    How to do the stripping

  • @goldenwords7898
    @goldenwords7898 2 ปีที่แล้ว

    sir please tell us how to add multiple users at a time

    • @linuxmilestone
      @linuxmilestone 2 ปีที่แล้ว

      Hi, You can create multiple users in Linux by using "sudo newusers <TextFile.txt>" command. For that you will need to have one text file in which you will mention user names and other details in this format. "UserName:Password:UID:GID:comments:HomeDirectory:UserShell" Example: "user2:Pass@123:1001:1001::/home/user2:/bin/bash"

  • @cypek1236
    @cypek1236 2 ปีที่แล้ว

    How can I send rest of the memory to windows. Linux stold me all HDD disk and I dont know how to restore IT.

    • @linuxmilestone
      @linuxmilestone 2 ปีที่แล้ว

      If you have setup dual boot on a single drive, and you are facing low disk space issue, you first need to shrink the linux partition and create unallocated space. Then in Windows, extend the OS partition and utilize the unallocated space. I hope this world help you out...

  • @stifskere7220
    @stifskere7220 2 ปีที่แล้ว

    It only lets me create 1mb partition even tho I have 500gb, I only want to make my drive 250 and 250

    • @linuxmilestone
      @linuxmilestone 2 ปีที่แล้ว

      Pls make sure that you are typing correct number for sizing the partition. If still you get the same result, pls share your commands. I'll check it out and revert...

  • @afshaarahmed2114
    @afshaarahmed2114 3 ปีที่แล้ว

    its does'nt show any sdb or sdc help me?

    • @linuxmilestone
      @linuxmilestone 3 ปีที่แล้ว

      Hi Afsaar! My apologies for replying late. Sda is your primary storage and sdb is secondary one. If you have two hard drive in your computer make sure it is detected in Disk utility in Linux or you can check it in BIOS also.

  • @chaitralirokade3045
    @chaitralirokade3045 3 ปีที่แล้ว

    Helped me to install anydesk ..thanks

  • @kazsid2995
    @kazsid2995 3 ปีที่แล้ว

    Excellent explanation

  • @prakashgeetha7450
    @prakashgeetha7450 3 ปีที่แล้ว

    How to create partition in read only file system

  • @kunalsoni7681
    @kunalsoni7681 3 ปีที่แล้ว

    really very amazing video. 💚😊

  • @otherott9677
    @otherott9677 3 ปีที่แล้ว

    Please how to install linux java eclipse c/c++ video

    • @linuxmilestone
      @linuxmilestone 3 ปีที่แล้ว

      Ok.. I'll make it for you 🙂

  • @Mottayeesatugumaj
    @Mottayeesatugumaj 3 ปีที่แล้ว

    Good video

  • @jagannathsahu7525
    @jagannathsahu7525 3 ปีที่แล้ว

    Thats Great.... Thanks...

  • @peteabu4133
    @peteabu4133 4 ปีที่แล้ว

    thank you exactly what i needed

  • @matthewleitch2458
    @matthewleitch2458 4 ปีที่แล้ว

    Thank you

  • @chanpiseyhuy3021
    @chanpiseyhuy3021 4 ปีที่แล้ว

    Thanks!

  • @aburayhansiddike291
    @aburayhansiddike291 4 ปีที่แล้ว

    please create a video about themes of tweaks

  • @amandeepsingh7873
    @amandeepsingh7873 4 ปีที่แล้ว

    if possible please make tutorial on automatic data transfer on remote pc ldifferent options like incremental and diff on linux based, thanks

    • @linuxmilestone
      @linuxmilestone 4 ปีที่แล้ว

      Hey Amandeep, Thanks for your message. Your requested video would be created under my upcoming playlist "Advanced Linux"