Bijo: Learn GNU / Linux Commands With Beautiful Girls

Just clarify that they are real photos and I leave you a link to the official website where you will find videos and more, I have wanted to share it here for a long time ... it shows us something different and see how others contribute to Linux.

What is Bijo?

Bijo (美女) means beautiful woman, the purpose of this page is to show that the command line is friendly, and has an interesting Linux guide, but this one in Japanese, maybe I can put something out to share. Now let's learn commands with beautiful girls 😀

kiss


It tells you in a few words what each command does
apropos programa

vdir

It is the equivalent of the ls -l command, it shows detailed information of the files in the current directory, or in the specified one
vdir [directorio]

Yes


Print any text or argument to the console repeatedly until they stop the process
yes argumento

It allows you to put aliases to the commands to save writing them, if you put the command only then it will show you the aliases that already exist

alias

alias [nombre-del-alias='comando']

Unalias


Delete the aliases that we indicate
unalias nombre-del-alias

alien


Convert RPMs to Debs, and Debs to RPMs, as well as other formats
alien [--to-deb] [--to-rpm] [--to-tgz] [--to-slp] [options] file [...]

vi


It is a powerful text editor included in most Unix systems, it works based on commands
vi [nuevo-archivo]

team


Take the approximate time it took a command to perform
time comando

gpg


GNU Privacy Guard allows you to encrypt files, and use signature services using the OpenPGP standard
gpg2 [--homedir dir] [--options file] [options] command [args]

which


It says the location of the program or command that we indicate
which comando

chown


Changes the owner and / or group to which the specified file belongs
chown [propietario][:[grupo]] [archivo]

chmod


Change the execution permissions of a given file or folder
chmod [OPTION]... MODE[,MODE]... FILE...

userdel


Delete a user, and if specified their files
userdel usuario

id


Shows the id that the user and their groups have
id [OPTION]... [USERNAME]

vip w


It is used to edit the files where user names, groups and passwords are stored.
killall


It serves to end the processes by name
killall proceso

ptree


It shows the processes ordered in the form of a tree, parent and child processes, etc.
free


Shows the total used and free memory, as well as that of the swap
free [options]

bash


It is a command line interpreter, it is the one used by default when we open a terminal or in the tty, it also allows us to execute scripts
bash [options] [file]

chsh1


Allows user to change his command interpreter (shell)
chsh [options] [LOGIN]

chvt1


It changes you to the tty that you tell it
chvt número-de-tty

threw out


Show a line of text
echo texto

tee


Saves the output of a command in a file, it also shows it to you normally
tee [OPTION]... [FILE]...
thirst


It allows to erase lines, characters and others to make other transformations to the text
arch

sed [OPTION]... {script-only-if-no-other-script} [input-file]...
Show the architecture of your operating system, for example if it is 32-bit or 64-bit
arch

zipgrep


Search for files within a zip file
zipgrep [egrep_options] pattern file[.zip]
uuitgen


Create a unique uuid using the uuidlib library
uuidgen [ -r | -t ]
apt-cache

Perform various operations with the APT package manager cache (Debian-based distros)
apt-cache [options] [-o config=string] [-c=cfgfile] command [pkg|file(s)|regex]

apt-get


It is the command line tool to manage packages in Ubuntu, Debian and derivatives.
bc


It is a language that supports numbers, its simplest use is as a calculator, it has a syntax similar to "C"
thank you

Unzip compressed files in bzip2 in standard output
cal

Utility to show in calendar in terminal, if no argument is specified the current month is shown
cal [-smjy13] [[[day] month] year] cmp1


Compara dos archivos byte por byte

cmp [OPTION]... FILE1 [FILE2 [SKIP1 [SKIP2]]]
column

Arrange the input in columns
column [-tx] [-c columns] [-s sep] [file ...]
dd

Convert and copy a file according to the operands, it must be used with care as it can damage the partition
yum

Yum is the tool to manage rpm packages, it is the one used by default in Fedora, Centos, RHEL, etc ...
yum [options] [command] [package ...]
xinit


Xinit is used to start the X server, either in systems that cannot start it directly, or to run different desktops and managers at the same time
xinit [ [ client ] options ... ] [ -- [ server ] [ display ] options ... ]

xprop

It is a utility to display the properties of the window or font style of the X server.
xprop [-help] [-grammar] [-id id] [-root] [-name name] [-frame] [-font font] [-display display] [-len n] [-notype] [-fs file] [-remove property-name] [-set property-name value] [-spy] [-f atom format [dformat]]* [format [dformat] atom]*

uuencode


uudecode


Uudecode and uuencode are used to transmit and encode binary files on media that only support simple ascii such as comments. Desdelinux, blogs, etc…
modprobe

Serves to load and remove kernel modules
modprobe [ -v ] [ -V ] [ -C config-file ] [ -n ] [ -i ] [ -q ] [ -b ] [ -o modulename ] [ modulename ] [ module parameters... ]


Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   mat1986 said

    Nothing better than putting together Linux and pretty girls ... and what better than Asian xDD.
    Nice article 🙂

    1.    Kevin Mitnick said

      Better than Asian …… .. Russian girls 😉

  2.   Sergio said

    So original! You are…
    I had already seen this post on Taringa.

    1.    amulet_linux said

      Because I uploaded it, but I would like to clarify that they are not the same, this one has more images and commands, I decided to do it better.
      I have wanted to publish it here for a long time, I do not usually follow periods of time, so I can do something from one day to the next, or in a year.
      Changing the subject, it is not necessary to be original (although I am a lot), in fact many times even copying is better, it is called perfection, which is translated as exceeding the teacher, don't you think that is a great honor?
      This according to the Japanese, and I also think it is true. But i'm original

      1.    Sergio said

        Copying is good ?? hahaha you are the average taringuero

      2.    amulet_linux said

        It can be good, my mistake was to generalize, cheat on an exam, bad, lack of discipline to study. Copying in business, well, you just have to know how to implement it so that you are not sued, examples: Windows, Mac ...
        Now, this is not copying, it is disseminating, it sounds strange to say that a new publisher copied a book, right? Rather, it published it.
        Still it is a bit absurd to suggest that I copied myself.

  3.   amulet_linux said

    mmm, comments are now only made with gravatar, or maybe it's my browser ...

  4.   Martin said

    The 10 most entertaining minutes of the day, love "pstree" and "apropos", interesting and unknown to me.

  5.   Raphael Mardechai said

    Linuxeros pajeros in 3… 2… 1 XDD

  6.   Fernando said

    This is sexist ...

    1.    dhunter said

      Exactly, this blog because it has a Latin influx but if it were Anglo-Saxon, Trojan would already be burning with the claims.

  7.   Techno said

    Great article, very good idea to remove the fear of the terminal.

  8.   steppe said

    hahaha, very original, thanks for the commands and the girls, I was unaware of many of them

  9.   c4explosive said

    Excellent idea, original and educational.

  10.   monk said

    Congratulations on this great sexist post! I don't know how these posts are allowed ...

  11.   Pigheaded said

    Is it the same girl in all the photos?

  12.   emilianoco.oasis said

    hold on japan !! and the Japanese !!! XDD

  13.   Gab! said

    It's not sexist, it's just fun. Take it from the point of view that makes you happiest.

  14.   vidal said

    hahaha shido I'm glad to know about these commands they open my bicion more about how linux is, how is it conformed

  15.   Alexander said

    (づ  ̄ ³ ̄) づ ♥ I ♥ #! / Bin / bash

  16.   userwin said

    What a torture, the best content on gnu / linux is generally in English; and now you suggest we learn Japanese. Better take advantage of the Linuxcabal.org website where Mr. Richard Couture teaches, whom I certainly congratulate and thank for his decision to share his knowledge.

  17.   LMJR said

    I urgently need private lessons… .. wow wow…