yuval.guide
open-menu closeme
courses
topics icon
linux bash python git containers k8s aws terraform checkpoint jenkins prometheus
About
github linkedin
  • Linux Top

    calendar Jan 7, 2024 · 1 min read · linux  ·
    Share on: twitter facebook linkedin copy

    Linux Basics

    • linux introduction

    • linux links

    • Running in VirtualBox

    • trying out commands

    • command types

    • basic linux review questions

    Linux Files

    • file basics

    • file permissions

    • devices & mount

    • hard & soft links

    • linux files review questions

    Processes …


    Read More
  • Devices and Mount

    calendar Jan 7, 2024 · 2 min read · linux  ·
    Share on: twitter facebook linkedin copy

    About the linux directory tree

    • Linux has a single directory tree, starting with the root directory
    • Othe oerating systems use different methods to refer to the same information.
      Microsoft Windows for example, uses a single tree for each device. It uses letters to refer to thise devices.
      eg: a:\mydir\myfile.txt
      is a …


    Read More
  • Hard Soft Links

    calendar Jan 7, 2024 · 2 min read · linux  ·
    Share on: twitter facebook linkedin copy

    inodes

    • The inode (index node) is a data structure in a Unix-style file system that describes a file-system object such as a file or a directory.
    • Each inode stores the attributes and disk block locations of the object's data
    • Since each file has a single inode, the inode number can be thought of the "physical …


    Read More
  • File Permissions

    calendar Jan 7, 2024 · 1 min read · linux  ·
    Share on: twitter facebook linkedin copy

    About Permissions

    Here's a long listing of a file I've created with the touch command:

    1-rw-rw-r-- 1 osboxes osboxes    0 Jan  7 07:30 myfile
    

    This is the explanation to the first field you see:

    <img
      loading="lazy" …</picture></figure></p>
    

    Read More
  • File Basics

    calendar Jan 7, 2024 · 1 min read · linux  ·
    Share on: twitter facebook linkedin copy

    Use this post as a guide, to learn basic file commands.

    List Files

    • Use ls to just list file:
    1ls
    
    • Use long listing (ls -l) to do the same.
    • List a specific file (let's say you have a file called "mydata"):
    1ls mydata
    
    • Long list that file:
    1ls -l mydata
    
    • List a directory that is not the current directory: …

    Read More
  • Command Types

    calendar Jan 6, 2024 · 2 min read · linux  ·
    Share on: twitter facebook linkedin copy

    Command Types

    • Try the following commands:
    1type -a ls
    2which ls
    
    • The bash type builtin shell command can show you what is the type of the parameter you give it. The -a parameter asks for ALL available types.
    • Linux has several command types(e.g ‘alias’, ‘function’, ‘builtin’, ‘file’, ‘keyword’)
    • We'll focus on:
      • file …


    Read More
  • Trying Out Commands

    calendar Jan 6, 2024 · 2 min read · linux  ·
    Share on: twitter facebook linkedin copy

    Opening a terminal

    • Use the start button at the bottom left to show pre-installed applications.
    • Then run the Terminal application
      <img
        loading="lazy"
        decoding="async"
        alt="Terminal" …</picture></figure></li></ul>
      


      Read More
  • Running From Virtualbox

    calendar Jan 6, 2024 · 2 min read · linux  ·
    Share on: twitter facebook linkedin copy

    Infrastructure

    I use this infrastructure throughout my training material.
    I run multiple versions, and cannot "get rid of" my Windows (I don't hate Windows that much :) so using virtualization was a practical solution.

    • first, install VirtualBox from this location.
      (I am currently using is 7.0.12 r159484) …

    Read More
  • Linux Introduction

    calendar Jan 6, 2024 · 2 min read · linux  ·
    Share on: twitter facebook linkedin copy

    What is Linux

    • Linux is an operating system.
      It is the main big program that operates the computer - hence the name.
    • Linux is UNIX like operating system.
      The UNIX project (back in the 70s) was meant to create a simpler, but in the same time more powerfull example of an operating systems.
      You can read more about …


    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»


Google ads

Tags

LINUX 24 AWS 18 GIT 16 JENKINS 16 BASH 14 CI/CD 14 K8S 12 PYTHON 11 TERRAFORM 10 KUBERNETES 9 CONTAINERS 6 PROMETHEUS 3 NETWORKING 2 SECURITY 2
All Tags
AWS18 AWS NETWORKING1 BASH14 CCSA1 CHECKPOINT1 CI/CD14 CONTAINERS6 DATA1 DEVOPS1 DOCKER1 EC21 EFS1 GIT16 IAM1 JENKINS16 K8S12 KUBERNETES9 LINUX24 NETWORKING2 PROMETHEUS3 PYTHON11 SECURITY2 STORAGE1 TCP/IP2 TERRAFORM10
[A~Z][0~9]
Created by Yuval Shaul

Copyright 2023-  CREATED BY YUVAL SHAUL. All Rights Reserved

to-top