yuval.guide
open-menu closeme
courses
topics icon
linux bash python git containers k8s aws terraform checkpoint jenkins prometheus
About
github linkedin
  • 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
    • 3
    • »
    • »»


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