Monthly Archives: July 2023
1. mount, umount Let’s go back to the last lesson about petitions. With Fdisc we have defined the basic structure of a linux file system, and with mkfs we have installed the corresponding file system. A crucial step in order to be able to use the corresponding petition is still missing, namely mounting the file […]
1. Permissions, chmod Now we come to the permissions. Every file and every directory has certain permissions which say who the sad file belongs to, who can read it, who can write it or write to it and who can execute it. With LS and the option L, we can display the corresponding permissions for […]
1. hardlink, softlink, ln This lesson is about socalled links there are hard links and soft links what is a hard link? Every file in a Linux system has at least one hard link which is the pointer that points to the storage area on which the file is stored. We are only able to […]
1. locate, whereis, which, type We have now actually reached the last section of the course 101. This is mainly about finding files in the main area of knowledge. In number 104 seven, you can read the following on the lpi website know the correct locations of files in the files system hierarchy standard. Know […]
1. The shell environment This lesson is about the shells and corresponding shell scripts. We already talked about shells in the 101 part of the course, but we just scratched the surface here. We want to deepen the whole thing a little bit. When a user logs onto a linux system the first thing that […]
1. Chained commands This chapter 105 two has the heading Adept or write simple scripts. That sounds a lot worse than it is. Because the nice thing about Bash programming is that you can use any Linux command here. So you can use all commands that you have have learned in this course so far, […]
4. case We can also program this calculation program with other commands instead of if else if and else we could also use the key, the case command here. So let’s edit the script again. And we can leave the upper part of the script like this. We remove everything from the first if here. […]
1. Debian installation without X window In this video I want to show you how to install a debian system without a graphical user interface. You don’t have to do this on your own because it is only for one example for the display variable in the next lesson. But if you want to do […]
1. KDE, Gnome, Xfce, X11, XDMCP, VNC, Spice, RDP A graphical desktop is a combination of X Server, x Client, display Manager, window manager and other graphical elements and programs. If you come from the Windows world, you know that there is only one graphical desktop interface on linux. There are many different ones that […]
16. Malware Countermeasures 1 So now we’ve discussed different ways of cloaking the malware to get it into your system and different mechanisms for tricking people to do it. But let’s talk now about some countermeasures. There are a number of tools and really actions that can be performed to both detect and hopefully prevent […]