Code Monkey home page Code Monkey logo

lpi_010_160_exam's Introduction

LPI 010-160 practice exam

The Linux Essentials certificate validates a demonstrated understanding of the following: FOSS, the various communities, and licenses. Knowledge of open source applications in the workplace as they relate to closed source equivalents.

alt text

This code lets you practice for LPI 010-160 (Linux Essentials) with real questions from the exam.


Installation

OS X & Linux:

wget

# Install via wget
wget -O lpi_010_160_exam.zip https://codeload.github.com/Noam-Alum/lpi_010_160_exam/zip/refs/heads/main
unzip lpi_010_160_exam.zip
mv lpi_010_160_exam-main/lpi_linux.py .
rm -rf lpi_010_160_exam-main/ lpi_010_160_exam.zip

git clone

# Install via git clone
git clone --single-branch --branch main --depth 1 https://github.com/Noam-Alum/lpi_010_160_exam.git && mv lpi_010_160_exam/lpi_linux.py . && rm -rf lpi_010_160_exam

Windows:

wget

# Install via wget
wget -O lpi_010_160_exam.zip https://codeload.github.com/Noam-Alum/lpi_010_160_exam/zip/refs/heads/main
Expand-Archive -Path 'lpi_010_160_exam.zip' -DestinationPath '.'
Move-Item -Path 'lpi_010_160_exam-main\lpi.py' -Destination '.'
Remove-Item -Path 'lpi_010_160_exam-main' -Recurse -Force
Remove-Item -Path 'lpi_010_160_exam.zip' -Force

git clone

# Install via git clone
git clone --single-branch --branch main --depth 1 https://github.com/Noam-Alum/lpi_010_160_exam.git
move lpi_010_160_exam\lpi.py .
rmdir /s /q lpi_010_160_exam


Usage example

This section is reffering to linux users.

set privileges

Firstly you need to fix the scripts permission

chmod +x lpi_linux.py

Run the script

After fixing the permissions of the file we can run the script with the following commands:

./lpi_linux.py
# or
/usr/bin/python3 lpi_linux.py

You must have python3 installed!


Then you should get the first question of the bunch, e.g. :

1| What are the differences between hard disk drives and solid state disks? (Choose two.)

Options:

1) Hard disks can fail due to physical damage, while solid state disks cannot fail.
2) Solid state disks can store many times as much data as hard disk drives.
3) /dev/sda is a hard disk device while /dev/ssda is a solid state disk.
4) Solid state disks provide faster access to stored data than hard disks.
5) Hard disks have a motor and moving parts, solid state disks do not.
>

alt text

Contact

Noam Alum โ€“ Website โ€“ [email protected]

lpi_010_160_exam's People

Contributors

noam-alum avatar

Stargazers

Nedim Hadzimahmutovic avatar Ciberseguro avatar Nate Dolny avatar

Watchers

 avatar

Forkers

geekthug510

lpi_010_160_exam's Issues

no results after all answers have been given

after I complete the exam (all 80+ questions). the terminal simply closed up on me and I saw no results
also, how different are these questions from the actual exam questions?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.