Home  /  Education Apps  / linux commandes fondamentales on Windows Pc

linux commandes fondamentales on Windows Pc

Developed By: ltotot

License: Free

Rating: 1,0/5 - 1 votes

Last Updated: December 26, 2023

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1
Size 18.2 MB
Release Date May 24, 18
Category Education Apps

App Permissions:
Allows an application to read from external storage. [see more (3)]

Description from Developer:
Learn basic commands for Linux, a free and open-source operating system That You Can Make and exchange to redistribute.
**********************
Ubuntu Linux
Red Hat Enterprise Linux... [read more]

App preview ([see all 5 screenshots])

App preview

About this app

On this page you can download linux commandes fondamentales and install on Windows PC. linux commandes fondamentales is free Education app, developed by ltotot. Latest version of linux commandes fondamentales is 1, was released on 2018-05-24 (updated on 2023-12-26). Estimated number of the downloads is more than 1,000. Overall rating of linux commandes fondamentales is 1,0. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 1 users, 1 users had rated it 5*, 1 users had rated it 1*.

How to install linux commandes fondamentales on Windows?

Instruction on how to install linux commandes fondamentales on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install linux commandes fondamentales on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install linux commandes fondamentales using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "linux commandes fondamentales" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install linux commandes fondamentales on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "linux commandes fondamentales" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.

Download linux commandes fondamentales 1 on Windows PC – 18.2 MB

Learn basic commands for Linux, a free and open-source operating system That You Can Make and exchange to redistribute.
**********************
Ubuntu Linux
Red Hat Enterprise Linux
Linux Mint
Debian
Fedora
**********************
Linux is Mainly used in servers. About 90% of the internet is powered by Linux servers. This Is Because Linux is fast, secure, and free! The main problem of using Windows servers are Their cost. This is solved by using Linux servers. The OS That Runs in about 80% of the smartphones in the world, Android, est made from the Linux kernel. Most of the viruses in the world run on Windows, but not on Linux!

Linux Shell or "Terminal"

So, Basically, a shell is a program That Receives commands from the user and Gives it to the OS to process, and it shows the output. Linux's shell is hand icts hand. Its distros come in GUI (graphical user interface) purpose Basically, Linux: has a CLI (command line interface). In this tutorial, we are going to cover the basic commands That We use in the shell of Linux.

*** Linux - Basic commands **
A short guide to getting started with Linux.
ls cd cp mv rm
mkdir chmod chown
ssh scp rsync sed grep find test
Packages Process Archive Disk Space
** ls
The ls command displays the contents of a directory.
**CD
Navigating from one directory to another is done with the cd taken over control of the directory name.
** PC
To create a copy of a file, the cp command is used.
** mV
Move a file is as simple as copy, for that you need to use the mv command. This command also allows you to rename your files.
** rm
To delete a file or directory using the rm command
** mkdir
To create a directory simply use the mkdir command. This will allow you to create a directory to where you are or the location specified in the command argument.
** chown
The chown command changes the owner of a file or directory.
** chmod
The chmod command to change the permissions of a file or directory. To execute this command you must be the owner of the file or be logged in as root.
** ssh
Ssh command is used to securely connect to a remote machine.
** scp
The scp command to copy files between the server and the client ssh securely.
** rsync
With the rsync command you can copy files and folders to or from a remote host. With this you can sync files.
** sed
The sed command is a utility that runs a text file line by line to apply a treatment or replacement when the regular expression is checked.
** grep
The grep command to search for a string or pattern in a file.
** find
The find command lets you search files and possibly execute commands on it.
**test
The test command comparing strings, numbers and verify some property files. It is possible to simplify the writing by replacing the brackets [].
** package
Installing and uninstalling packages in Debian, Ubuntu and derivatives distribution can be done through the apt command.
**archives
Whether to compress or decompress files or folders, this is done with the tar command.
**disk space
** Process Management
Allows an application to read from external storage.
Allows applications to access information about networks.
Allows applications to open network sockets.