{"id":180,"date":"2018-06-05T17:54:02","date_gmt":"2018-06-05T15:54:02","guid":{"rendered":"http:\/\/www.fabinv.de\/?p=180"},"modified":"2020-04-24T10:26:53","modified_gmt":"2020-04-24T08:26:53","slug":"raspberrypi-commands-cheat-sheet","status":"publish","type":"post","link":"https:\/\/nerdiy.de\/en\/raspberrypi-commands-cheat-sheet\/","title":{"rendered":"RaspberryPI \u2013 Commands Cheat Sheet"},"content":{"rendered":"<p>When a Windows user comes into contact with the Linux world for the first time, frustration is usually not long in coming.<\/p>\n<p>Especially working with the console is unfamiliar and almost impossible without knowing the right commands. The file system and folder structure is also very different compared to Windows.<\/p>\n<p>To make it easier for you to get started in the Linux world, I have tried to summarize the most important information, functions and commands here.<\/p>\n<hr \/>\n<h2><span style=\"color: #ff0000;\">Safety instructions <\/span><\/h2>\r\n<p><span style=\"color: #ff0000;\">I know the following notes are always kind of annoying and seem unnecessary. Unfortunately, many people who knew &quot;better&quot; have lost eyes, fingers or other things due to carelessness or injured themselves. Data loss is almost negligible in comparison, but even these can be really annoying. Therefore, please take five minutes to read the safety instructions. Because even the coolest project is not worth injury or other trouble.<\/span><br \/><strong><em><a href=\"https:\/\/nerdiy.de\/en\/safety-instructions\/\"><span style=\"color: #ff0000;\">https:\/\/www.nerdiy.de\/sicherheitshinweise\/<\/span><\/a><\/em><\/strong><\/p>\r\n<h2>Affiliate links\/advertising links<\/h2>\r\n<p><em>The links to online shops listed here are so-called affiliate links. If you click on such an affiliate link and make a purchase via this link, Nerdiy.de will receive a commission from the relevant online shop or provider. The price does not change for you. If you make your purchases via these links, you support Nerdiy.de in being able to offer other useful projects in the future. \ud83d\ude42\u00a0<\/em><\/p>\n<hr \/>\n<h2>Requirements<\/h2>\n<p><strong>Helpful articles:<br \/>\n<\/strong>To learn how to find your way in the Linux world, it's best to get right into it. \"Learning by doing\" so to say. Don't be afraid to break something. The worst that could happen is that you have to reinstall Raspian.<\/p>\n<p>How to do that and how to configure a working RaspberryPI in general is described in the following articles:<br \/>\n<a href=\"https:\/\/nerdiy.de\/en\/raspberrypi-setup-for-nerdiys\/\"><strong>RaspberryPi - Setup for <\/strong><strong>Nerdiys<\/strong><\/a><br \/>\n<em><strong><a href=\"https:\/\/nerdiy.de\/en\/raspberrypi-the-first-configuration-2\/\">RaspberryPI - The First Configuration<br \/>\n<\/a><a href=\"https:\/\/nerdiy.de\/en\/can-phone-for-the-little-ones-communicate-with-the-raspberrypi-via-the-ssh-protocol-2\/\">RaspberryPi \u2013 Control the RaspberryPi via SSH<\/a><\/strong><\/em><\/p>\n<p><strong>Required tool:<br \/>\n<\/strong>-no-<\/p>\n<p><strong>Required material:<\/strong><\/p>\n<p><strong>In the following list you will find all the parts you need to implement this article.<\/strong><\/p>\n<div id=\"footable_parent_4042\"\n         class=\"footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui\">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"4042\" data-filter-delay=\"1000\" aria-label=\"Ready: RaspberryPi basic equipment\"            id=\"footable_4042\"\n           data-unique_identifier=\"ninja_table_unique_id_4109381464_4042\"\n           class=\"foo-table ninja_footable foo_table_4042 ninja_table_unique_id_4109381464_4042 ui table  nt_type_ajax_table selectable striped vertical_centered  footable-paging-right\">\n                <colgroup>\n                            <col class=\"ninja_column_0\">\n                            <col class=\"ninja_column_1\">\n                            <col class=\"ninja_column_2\">\n                            <col class=\"ninja_column_3\">\n                            <col class=\"ninja_column_4\">\n                            <col class=\"ninja_column_5\">\n                    <\/colgroup>\n            <\/table>\n    \n    \n    \n<\/div>\n\n<hr \/>\n<h1>Commands in the console<\/h1>\n<p>The console under Linux is two things. On the one hand you can navigate with it through the folder structure of the RasPi's and so change the respective directory in which you are currently \"located\".<br \/>\nI (and maybe others) call this directory the working directory, because it is always the directory that is accessed by the currently executed commands.<br \/>\nFor example, if you create a folder, it will be created in the current working directory.<br \/>\nPaths are also specified either starting from the working directory (relative) or absolutely from the root directory (i.e. the highest folder level).<\/p>\n<p>On the other hand, the console is also a command prompt. In it, commands can be entered and executed.<br \/>\nFinally, it is also the commands that allow you to navigate through the folder structure.<\/p>\n<p>Thereby the form of the entered commands is almost always the same.<\/p>\n<p>Usually it is:<br \/>\n<strong>COMMAND NAME -PARAMATER PATH DETAILS<\/strong><\/p>\n<p>This means that a command always consists of the command name, any parameters and, if necessary, path information.<\/p>\n<p>Parameters are different letters that influence the behavior of the command. These are different for each command. A complete parameter list and general help can be displayed for each command by specifying the command name and the parameter -help.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">cp --help<\/pre>\n<p>(Note that you have to put two hyphens in front of the \"help\")<\/p>\n<p>For example, show you all possible parameters and also a few examples of the \"cp\" command.<\/p>\n<p>So if you ever forget how a command works or forget a parameter, you have built-in documentation at your fingertips.<\/p>\n<hr \/>\n<h1>Working in the console<\/h1>\n<h2>Last entered command Display<\/h2>\n<p>Arrow key up\/down<\/p>\n<p>By pressing the up arrow key you can view your last entered command.<\/p>\n<p>If you want to execute a selected one again, just press the Enter key.<\/p>\n<p>If you want to edit it before, you can navigate through the command using the left and right arrow keys.<\/p>\n<h2>Clear terminal output<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">clear<\/pre>\n<p>This command clears the current console session and displays a \"fresh\" prompt.<\/p>\n<h2>Complete path entries<\/h2>\n<p>The tab key can be used to automatically complete path specifications.<\/p>\n<p>For example, if you just want to change from the current folder to the next folder with the name \"nextFolderWithAReallyLongName\", it is enough to type the following command:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">cp next<\/pre>\n<p>and then press the tab key.<\/p>\n<p>Linux then automatically completes \"next\" to \"nextFolderWithAnExtremelyLongName\".<\/p>\n<p>If the folder \"naechsterOrdnerMitEinemFuerchterlichLangemNamen\" is joined by a similar sounding folder (e.g. \"naechsterOrdnerMitKurzemNamen\") in the current directory, the folder name will only be completed as far as the two folder names differ. In this case only up to \"nextFolderWith\". If you then enter a letter of the desired folder, the completion can be executed again.<\/p>\n<p>For example, if you enter \"nextFolderWithE\" and then press the Tab key, Linux already knows that the folder \"nextFolderWithAFextremelyLongName\" must be meant and completes the name accordingly.<\/p>\n<p>So you save a lot of frimeliger typing work. This path completion works in every command.<\/p>\n<h2>End execution of commands<\/h2>\n<p>The key combination CTRL+C can be used to terminate currently running processes.<\/p>\n<hr \/>\n<h1>File and folder operations<\/h1>\n<h2>Show current path<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">pwd<\/pre>\n<p>This command shows you the current absolute (i.e. complete, starting from the root directory) path to the directory you are currently in.<\/p>\n<h2>Show directory tree<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">tree<\/pre>\n<p>This command shows you the folder structure in the current directory.<\/p>\n<p>As the name (tree) suggests, the current folder structure is displayed starting from the working directory. That is, the subfolders in folders are displayed like the branches of a tree starting from the root. This is easiest to understand by just trying it out \ud83d\ude42 .<\/p>\n<h2>List folder contents<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">ls -la<\/pre>\n<p>This command shows you the complete content of the current directory (including hidden files). For most cases a simple command is sufficient:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">ls<\/pre>\n<h2>Create folder<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">mkdir newfolder<\/pre>\n<p>This command creates a new folder in the current directory with the specified name (in this case \"newfolder\").<\/p>\n<h2>Delete folder(including content)<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">rm -R newfolder<\/pre>\n<p>This command deletes the specified folder (in this case \"newfolder\") and all files contained in it without asking or warning again.<\/p>\n<h2>Delete file<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">rm file to be deleted<\/pre>\n<p>This command deletes the specified file (in this case the file to be deleted) in the current directory.<\/p>\n<h2>Change folder<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">cd \/home\/pi<\/pre>\n<p>This command changes the directory to the specified directory.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">cd ...<\/pre>\n<p>Use this command to move to the next higher folder level.<\/p>\n<p>This can also be linked. For example, if you want to go one folder level up from the current folder and go directly to another folder, you can do this with the following command:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">cd ..\/newFolderInNextHoereFolder<\/pre>\n<p>With the following command you can go directly to your home directory:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">CD ~<\/pre>\n<h2>Copy files<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">cp \"filename\" \"destination<\/pre>\n<p>This command copies the file \"Filename\" to \"Destination\". This way you can also rename files directly.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">cp coolTextfile.txt norCoolerTextfile.txt<\/pre>\n<p>leads for example to the fact that the \"coolTexttdatei.txt\" is copied again into the current folder. But the copy is then called \"nochCoolereTextdatei.txt\".<\/p>\n<p>Path specifications can of course also be built into the copy operations.<\/p>\n<p>For example, the following command copies the file \"cooleTexttdatei.txt\" into the subfolder \"coolerUnterfolder\".<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">cp coolTextfile.txt coolersubfolder\/cooleTextfile.txt<\/pre>\n<h2>Move multiple files or one file to another folder<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">mv -t destination folder file1 file2 file3<\/pre>\n<h2>Rename file<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">mv currentfilename desiredfilename<\/pre>\n<p>This command is actually a file move (mv=move). However, since you can also specify a new name for a file move, this command is also perfect for renaming files.<\/p>\n<h2>Download file<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">wget internetAddress<\/pre>\n<p>This command allows to download files to the current directory.<\/p>\n<p>You just have to enter the link to the file you want to download after \"wget\".<\/p>\n<h2>Unzip file with password<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">unzip -P PASSWORD 'zipFile.zip'<\/pre>\n<p>This command unpacks the password protected file \"zipFile.zip\" with the password \"PASSWORD\" into the current directory. If you want to know what zip files are, I have described this in this article:<\/p>\n<h2>Unzip rar file with password<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">unrar e -p PASSWORD 'rarFile.rar'<\/pre>\n<p>This command unpacks the password protected file \"rarFile.zip\" with the password \"PASSWORD\" into the current directory. If you want to know what rar files are, I have described this in this article:<\/p>\n<h2>Unzip file to destination folder<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">unzip zipFile.zip -d TARGETORDERS<\/pre>\n<p>This command unpacks the file \"zipFile.zip\" into the directory specified with ZIELORDNER.<\/p>\n<h2>Pack folder into zip file<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">zip -r filename.zip ORDNERNAME\/<\/pre>\n<h2>Secure data deletion<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">shred -fuz forFileAlwaysToOpen<\/pre>\n<p>This command not only deletes files, it also overwrites the memory area of the deleted file. As a result, the files deleted in this way cannot be recovered even by forensic means. The command works with the Gutmann method.<\/p>\n<hr \/>\n<h1>Installing\/Working with Packages<\/h1>\n<h2>Update program packages<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">sudo apt-get update &amp;&amp; sudo apt-get upgrade<\/pre>\n<p>These are actually two commands linked by the \"&amp;&amp;\".<\/p>\n<p>The \"&amp;&amp;\" in this case means that the first command is executed first and then the second command.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">sudo apt-get update<\/pre>\n<p>...updates the package list of the \"Advanced Packaging Tool\"(apt). This tool manages different software packages. So by updating the package list, the current table of contents of the available software packages is downloaded.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">sudo apt-get upgrade<\/pre>\n<p>...compares the packages already installed on your system with the packages available according to the table of contents. If one of the available packages is newer than the package installed on your system, it automatically installs the new version of the respective package.<\/p>\n<h2>Install programs\/packages<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">sudo apt-get install PACKETNAME<\/pre>\n<p>This command uses the Advanced Packaging Tool to install the package specified by \"PACKETNAME\" and any other packages needed to run that package.<\/p>\n<h2>Delete unnecessary programs\/packages<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">sudo apt-get autoremove PACKETNAME<\/pre>\n<p>This command is also a part of the \"Advanced Packaging Tool\" and can be executed with and without package name. Without package name, i.e. \"sudo apt-get autoremove\", this command uninstalls all packages that are no longer used because they were only installed as a prerequisite for another package that is no longer present.<br \/>\nUsing package name, for example, \"sudo apt-get autoremove IRGENDEINPAKETNAME\" will uninstall the specified package and any prerequisites installed during the installation of that package.<\/p>\n<hr \/>\n<h1>RaspberryPi specific commands<\/h1>\n<h2>Update firmware and kernel of the RasPi<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">sudo rpi update<\/pre>\n<p>This command updates the kernel and important system files of the RasPi. According to the motto \"Never touch a running system\" this should only be done when important security updates are available or something is not running as it should.<\/p>\n<h2>Restart RasPi<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">sudo reboot<\/pre>\n<p>This command shuts down the RasPi safely and restarts it directly. This is perfect to test if installed software starts automatically after a reboot.<\/p>\n<h2>Shut down RasPi safely and immediately<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">sudo shutdown -h -P now<\/pre>\n<p>or the abbreviation<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">sudo power off<\/pre>\n<p>After executing the shutdown command, you should wait a few seconds. Just as with Windows systems, it takes a moment for the system to terminate all programs\/processes. This also terminates any write processes.<\/p>\n<p>This is also the reason why you should always shut down the RasPi properly. If the RasPi saves a file to a memory and is then disconnected from the power, the saving process is interrupted. This then leads to the fact that possible only partially written files can no longer be read.<\/p>\n<p>If this file happens to be an important file for the system, it can happen that the RasPi does not start correctly the next time.<\/p>\n<p>If the RasPi is completely shut down you can see that the green LED is no longer blinking and only the red LED is on.<\/p>\n<p>If you still pull the plug without shutting down the RasPi first, you don't have to burst into tears right away: Most of the time it works fine, but only most of the time \ud83d\ude42 .<\/p>\n<h2>Run commands as root<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">sudo = Super User Do<\/pre>\n<p>This command can be placed in front of any command and causes this command to be executed as if the superUser \"root\" would execute it. For example, as a normal user, you can execute commands that would access files that you do not have access to as a normal user.<\/p>\n<p>To be able to use sudo, you must be authorized to do so. This is defined in the file \/etc\/sudoers.<\/p>\n<h2>Log out from the console<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">Logout<\/pre>\n<p>This command terminates the connection to the RasPi and closes the console.<\/p>\n<h2>RasPi CPU temperature display<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">echo $((`cat \/sys\/class\/thermal\/thermal_zone0\/temp`\/1000))<\/pre>\n<p>This command gives you the current temperature of the CPU.<\/p>\n<h2>RasPi GPU temperature display<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">\/opt\/vc\/bin\/vcgencmd measure_temp|cut -c6-9<\/pre>\n<p>This command gives you the current temperature of the GPU.<\/p>\n<hr \/>\n<h1>Network<\/h1>\n<h2>Display IP address or network configuration<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">ifconfig<\/pre>\n<p>This command shows you information about your network connection. You can also check which IP address your Rasp Pi has.<\/p>\n<h2>List open ports and existing network connections<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">netstat --tcp --listening --programs --numeric<\/pre>\n<p>This command shows you all currently open ports and network connections as well as various information about them<\/p>\n<hr \/>\n<h1>Other<\/h1>\n<h2>Change password of a user<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">passwd userName<\/pre>\n<p>This command allows you to change the password of the user specified as \"userName\". It can also be used to set various change and lock intervals.<\/p>\n<h2>Show free space<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">df -h<\/pre>\n<p>This command shows you how much space is still available on your disks.<\/p>\n<h2>List all installed USB devices<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">lsusb<\/pre>\n<p>This command will show you all currently installed USB devices.<\/p>\n<h2>Show all partitions<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">sudo blkid<\/pre>\n<p>This command will show you all currently installed partitions.<\/p>\n<h2>Show detailed information<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">sudo fdisk -l<\/pre>\n<p>With this command you can display detailed information about your partitions.<\/p>\n<h2>Force file system check<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">sudo shutdown -rF now<\/pre>\n<p>The file system of the RasPI is normally only checked after every 30th reboot. With this command you force an immediate check and (if necessary) repair of the file system.<\/p>\n<h2>Show Serialby ID<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">ls -l \/dev\/serial\/by-id<\/pre>\n<p>This command shows you the ID's of any USB serial adapters. So you can access serial ports directly via the ID of the USB device instead of e.g. \/dev\/ttyUSB0.<\/p>\n<p>This has the advantage that the access via the ID is always unique and the ID does not change even after a reboot of the RasPi. If you only access a USB-serial adapter via \/dev\/ttyUSB0, it can happen that it is no longer accessible under \/dev\/ttyUSB0 but maybe under \/dev\/ttyUSB1 after a reboot.<\/p>\n<p>To avoid this problem it is recommended to address the serial interface via the ID of the USB-serial adapter.<\/p>\n<h2>Show all serial interfaces<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">ls \/dev\/tty* or dmesg | grep tty<\/pre>\n<p>This command shows you all possible serial ports of the system.<\/p>\n<h2>Check other computers for presence on the network<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">ping network address<\/pre>\n<p>The \"ping\" command can be used to check the presence of other network users.<\/p>\n<p>This can be a computer in the local network but also on the Internet.<\/p>\n<p>Replace \"networkAddress\" with the IP address or domain name of the computer whose presence you want to check.<\/p>\n<h2>Show running processes<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">ps<\/pre>\n<p>The command \"ps\" shows you all currently running processes including the ID and some other information like load, etc.<\/p>\n<h2>Termination of a process identified by the process ID<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">kill processId<\/pre>\n<p>This command terminates the process with the process ID \"processID\".<\/p>\n<h2>Output of the processor load<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">Top<\/pre>\n<p>This command shows you the current load of the CPU.<\/p>\n<h2>Specification of the runtime and utilization of the computer<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">up time<\/pre>\n<p>With \"uptime\" you can see the amount of time that has passed since the RasPI was started.<\/p>\n<h2>Show current user<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">wer bin ich<\/pre>\n<p>This command shows you the name of the currently logged in user.<\/p>\n<h2>Show location of a program<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">which ls<\/pre>\n<p>This command displays the location of the program specified as prameter (in this case) \"ls\".<\/p>\n<hr \/>\n<h1>Folder structure - Which folder contains which files?<\/h1>\n<p>Under Linux, the folder structure is somewhat different than in Windows, but still logical. If you break down the abbreviations, the rest is almost self-explanatory.<\/p>\n<p><em><strong>\"bin\"=binaries<\/strong><\/em>: Executable files so programs<\/p>\n<p><em><strong>\"sbin\"=system binaries:<\/strong><\/em> Executable system files i.e. system programs<\/p>\n<p>However, these two folders contain only files important for the pure system.<\/p>\n<p>Programs installed by the user are displayed in <em><strong>\"\/usr\/bin\"<\/strong><\/em> and <em><strong>\"\/usr\/sbin\"<\/strong><\/em>.<\/p>\n<p>The files in these folders may also be executed by normal users.<\/p>\n<p>The in <em><strong>\"am\"<\/strong> <\/em>and <em><strong>\"sbin\"<\/strong><\/em> on the other hand, mostly only by users with administrator rights.<\/p>\n<p><em><strong>\"boot\"<\/strong><\/em>: contains important files for the boot process.<\/p>\n<p><em><strong>\"dev\"=devices:<\/strong><\/em> This folder contains all device files. Various hardware interfaces can be addressed via these. For example USB and serial interfaces.<\/p>\n<p><em><strong>\"lib\"=libraries:<\/strong><\/em> Contains important libraries that are necessary for some programs.<\/p>\n<p><em><strong>\"lost+found:<\/strong><\/em> If files or file fragments are found during the repair of a data medium, they are moved or saved in this folder.<\/p>\n<p><em><strong>\"mnt\"=mount:<\/strong><\/em> Contains all temporarily mounted volumes such as USB sticks.<\/p>\n<p><em><strong>\"opt\"=optional:<\/strong><\/em> Contains all manually installed programs that require their own libraries.<\/p>\n<p><em><strong>\"proc\"=processes:<\/strong><\/em> Contains interfaces to the loaded kernel and its procedures.<\/p>\n<p><em><strong>\"root\"=root:<\/strong><\/em> This is the user directory of the super user root. It is the only user directory that is not in the home directory.<\/p>\n<p><em><strong>\"home\"<\/strong><\/em>This is the default user folder in which each user is automatically provided with a subfolder. User files can then be stored in this folder. In the respective own user folder each user may create files or folders as desired.<\/p>\n<p><em><strong>\"etc\"=et cetera:<\/strong><\/em> Default location for system-wide configuration files.<\/p>\n<hr \/>\n<h2>Examples and explanations<\/h2>\n<p>Very practical I find the page <a href=\"https:\/\/tldr.ostera.io\/\"><em><strong>tldr.ostera.io<\/strong><\/em><\/a><\/p>\n<p>Here you can enter the command you want to use in a search mask and further explanations and examples will be displayed automatically.<\/p>\n<hr \/>\n<p>I hope this information will help you to get started in the Linux\/RaspberryPI world. If not or if you have any other criticism or questions please let me know. You can simply use the comment function below the article \ud83d\ude42 .<\/p>\n<h2>Have fun with the project<\/h2>\r\n<p>I hope everything worked as described for you. If not or you have questions or suggestions please let me know in the comments. I will then add this to the article if necessary.<br \/>Ideas for new projects are always welcome. \ud83d\ude42<\/p>\r\n<p><strong>PS Many of these projects - especially the hardware projects - cost a lot of time and money. Of course I do this because I enjoy it, but if you think it&#039;s cool that I share the information with you, I would be happy about a small donation to the coffee fund. \ud83d\ude42<\/strong><\/p>\r\n<p><a href=\"https:\/\/ko-fi.com\/nerdiy\" target=\"_blank\" rel=\"noopener\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" style=\"border: 0px; height: 36px;\" src=\"https:\/\/i0.wp.com\/cdn.ko-fi.com\/cdn\/kofi4.png?resize=143%2C36&#038;ssl=1\" alt=\"Buy Me a Coffee at ko-fi.com\" width=\"143\" height=\"36\" border=\"0\" \/><\/a>\u00a0 \u00a0 \u00a0 \u00a0<input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" \/> <input name=\"hosted_button_id\" type=\"hidden\" value=\"UAZE9RMHJY7VJ\" \/> <input title=\"PayPal - The safer, easier way to pay online!\" alt=\"Donate with PayPal button\" name=\"submit\" src=\"https:\/\/www.paypalobjects.com\/de_DE\/DE\/i\/btn\/btn_donateCC_LG.gif\" type=\"image\" \/> <img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/www.paypal.com\/de_DE\/i\/scr\/pixel.gif?resize=1%2C1&#038;ssl=1\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" \/><\/p>","protected":false},"excerpt":{"rendered":"<p>When a Windows user comes into contact with the Linux world for the first time, frustration is usually not long in coming. Especially the work with the console [...]<\/p>","protected":false},"author":1,"featured_media":254,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[24],"tags":[36,26,39,46,25,47,48,53],"class_list":["post-180","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-raspberry-pi","tag-grundlagen","tag-iot","tag-linux","tag-putty","tag-raspberrypi","tag-raspi","tag-raspian","tag-ssh"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>RaspberryPI - Befehle Spickzettel - nerdiy.de - DIY, Elektronik, 3D Druck und mehr...<\/title>\n<meta name=\"description\" content=\"Read a huge collection of detailed Tutorials on Nerdiy.de about all kind of Software, Hardware and general maker topics.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nerdiy.de\/en\/raspberrypi-commands-cheat-sheet\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RaspberryPI - Befehle Spickzettel - nerdiy.de - DIY, Elektronik, 3D Druck und mehr...\" \/>\n<meta property=\"og:description\" content=\"Read a huge collection of detailed Tutorials on Nerdiy.de about all kind of Software, Hardware and general maker topics.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nerdiy.de\/en\/raspberrypi-commands-cheat-sheet\/\" \/>\n<meta property=\"og:site_name\" content=\"nerdiy.de - DIY, Elektronik, 3D Druck und mehr...\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/nerdiy.de\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/nerdiy.de\/\" \/>\n<meta property=\"article:published_time\" content=\"2018-06-05T15:54:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-04-24T08:26:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2018\/02\/Screenshot-207.png?fit=662%2C421&ssl=1\" \/>\n\t<meta property=\"og:image:width\" content=\"662\" \/>\n\t<meta property=\"og:image:height\" content=\"421\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Fab\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@nerdiyde\" \/>\n<meta name=\"twitter:site\" content=\"@nerdiyde\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Fab\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"14 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/raspberrypi-befehle-spickzettel\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/raspberrypi-befehle-spickzettel\\\/\"},\"author\":{\"name\":\"Fab\",\"@id\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/#\\\/schema\\\/person\\\/f1579a71868adb0be60a74246d3e0908\"},\"headline\":\"RaspberryPI &#8211; Befehle Spickzettel\",\"datePublished\":\"2018-06-05T15:54:02+00:00\",\"dateModified\":\"2020-04-24T08:26:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/raspberrypi-befehle-spickzettel\\\/\"},\"wordCount\":2672,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/raspberrypi-befehle-spickzettel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/nerdiy.de\\\/wp-content\\\/uploads\\\/2018\\\/02\\\/Screenshot-207.png?fit=662%2C421&ssl=1\",\"keywords\":[\"Grundlagen\",\"IoT\",\"Linux\",\"PuTTy\",\"Raspberry Pi\",\"RasPi\",\"Raspian\",\"SSH\"],\"articleSection\":[\"Raspberry Pi\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/raspberrypi-befehle-spickzettel\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/raspberrypi-befehle-spickzettel\\\/\",\"url\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/raspberrypi-befehle-spickzettel\\\/\",\"name\":\"RaspberryPI - Befehle Spickzettel - nerdiy.de - DIY, Elektronik, 3D Druck und mehr...\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/raspberrypi-befehle-spickzettel\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/raspberrypi-befehle-spickzettel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/nerdiy.de\\\/wp-content\\\/uploads\\\/2018\\\/02\\\/Screenshot-207.png?fit=662%2C421&ssl=1\",\"datePublished\":\"2018-06-05T15:54:02+00:00\",\"dateModified\":\"2020-04-24T08:26:53+00:00\",\"description\":\"Read a huge collection of detailed Tutorials on Nerdiy.de about all kind of Software, Hardware and general maker topics.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/raspberrypi-befehle-spickzettel\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/raspberrypi-befehle-spickzettel\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/raspberrypi-befehle-spickzettel\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/nerdiy.de\\\/wp-content\\\/uploads\\\/2018\\\/02\\\/Screenshot-207.png?fit=662%2C421&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/nerdiy.de\\\/wp-content\\\/uploads\\\/2018\\\/02\\\/Screenshot-207.png?fit=662%2C421&ssl=1\",\"width\":662,\"height\":421},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/raspberrypi-befehle-spickzettel\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"RaspberryPI &#8211; Befehle Spickzettel\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/#website\",\"url\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/\",\"name\":\"nerdiy.de - DIY, Elektronik, 3D Druck und mehr...\",\"description\":\"Bei nerdiy.de dreht sich alles um Elektronik, Heimwerken, 3D-Druck, Smart Home und viele andere technische Themen.\",\"publisher\":{\"@id\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/#organization\",\"name\":\"Nerdiy.de\",\"url\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/nerdiy.de\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/www.nerdiy.de-v1.0final180x180-1.png?fit=180%2C180&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/nerdiy.de\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/www.nerdiy.de-v1.0final180x180-1.png?fit=180%2C180&ssl=1\",\"width\":180,\"height\":180,\"caption\":\"Nerdiy.de\"},\"image\":{\"@id\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/nerdiy.de\",\"https:\\\/\\\/x.com\\\/nerdiyde\",\"https:\\\/\\\/www.instagram.com\\\/nerdiy.de\\\/\",\"https:\\\/\\\/www.pinterest.de\\\/nerdiyde\\\/\",\"https:\\\/\\\/www.youtube.com\\\/nerdiy\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/nerdiy.de\\\/de_de\\\/#\\\/schema\\\/person\\\/f1579a71868adb0be60a74246d3e0908\",\"name\":\"Fab\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5cd8a2c5a20873f04ac46048f749a6f5335f6d9d3af744d9bb04f4052c44fca2?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5cd8a2c5a20873f04ac46048f749a6f5335f6d9d3af744d9bb04f4052c44fca2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5cd8a2c5a20873f04ac46048f749a6f5335f6d9d3af744d9bb04f4052c44fca2?s=96&d=mm&r=g\",\"caption\":\"Fab\"},\"sameAs\":[\"https:\\\/\\\/nerdiy.de\",\"https:\\\/\\\/www.facebook.com\\\/nerdiy.de\\\/\",\"https:\\\/\\\/www.instagram.com\\\/nerdiy.de\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/nerdiy-de\\\/\",\"http:\\\/\\\/www.pinterest.com\\\/nerdiyde\\\/\",\"https:\\\/\\\/x.com\\\/nerdiyde\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/Nerdiy\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"RaspberryPI - Commands cheat sheet - nerdiy.de - DIY, electronics, 3D printing and more...","description":"Read a huge collection of detailed Tutorials on Nerdiy.de about all kind of Software, Hardware and general maker topics.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nerdiy.de\/en\/raspberrypi-commands-cheat-sheet\/","og_locale":"en_US","og_type":"article","og_title":"RaspberryPI - Befehle Spickzettel - nerdiy.de - DIY, Elektronik, 3D Druck und mehr...","og_description":"Read a huge collection of detailed Tutorials on Nerdiy.de about all kind of Software, Hardware and general maker topics.","og_url":"https:\/\/nerdiy.de\/en\/raspberrypi-commands-cheat-sheet\/","og_site_name":"nerdiy.de - DIY, Elektronik, 3D Druck und mehr...","article_publisher":"https:\/\/www.facebook.com\/nerdiy.de","article_author":"https:\/\/www.facebook.com\/nerdiy.de\/","article_published_time":"2018-06-05T15:54:02+00:00","article_modified_time":"2020-04-24T08:26:53+00:00","og_image":[{"width":662,"height":421,"url":"https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2018\/02\/Screenshot-207.png?fit=662%2C421&ssl=1","type":"image\/png"}],"author":"Fab","twitter_card":"summary_large_image","twitter_creator":"@nerdiyde","twitter_site":"@nerdiyde","twitter_misc":{"Written by":"Fab","Est. reading time":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nerdiy.de\/de_de\/raspberrypi-befehle-spickzettel\/#article","isPartOf":{"@id":"https:\/\/nerdiy.de\/de_de\/raspberrypi-befehle-spickzettel\/"},"author":{"name":"Fab","@id":"https:\/\/nerdiy.de\/de_de\/#\/schema\/person\/f1579a71868adb0be60a74246d3e0908"},"headline":"RaspberryPI &#8211; Befehle Spickzettel","datePublished":"2018-06-05T15:54:02+00:00","dateModified":"2020-04-24T08:26:53+00:00","mainEntityOfPage":{"@id":"https:\/\/nerdiy.de\/de_de\/raspberrypi-befehle-spickzettel\/"},"wordCount":2672,"commentCount":0,"publisher":{"@id":"https:\/\/nerdiy.de\/de_de\/#organization"},"image":{"@id":"https:\/\/nerdiy.de\/de_de\/raspberrypi-befehle-spickzettel\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2018\/02\/Screenshot-207.png?fit=662%2C421&ssl=1","keywords":["Grundlagen","IoT","Linux","PuTTy","Raspberry Pi","RasPi","Raspian","SSH"],"articleSection":["Raspberry Pi"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nerdiy.de\/de_de\/raspberrypi-befehle-spickzettel\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nerdiy.de\/de_de\/raspberrypi-befehle-spickzettel\/","url":"https:\/\/nerdiy.de\/de_de\/raspberrypi-befehle-spickzettel\/","name":"RaspberryPI - Commands cheat sheet - nerdiy.de - DIY, electronics, 3D printing and more...","isPartOf":{"@id":"https:\/\/nerdiy.de\/de_de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nerdiy.de\/de_de\/raspberrypi-befehle-spickzettel\/#primaryimage"},"image":{"@id":"https:\/\/nerdiy.de\/de_de\/raspberrypi-befehle-spickzettel\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2018\/02\/Screenshot-207.png?fit=662%2C421&ssl=1","datePublished":"2018-06-05T15:54:02+00:00","dateModified":"2020-04-24T08:26:53+00:00","description":"Read a huge collection of detailed Tutorials on Nerdiy.de about all kind of Software, Hardware and general maker topics.","breadcrumb":{"@id":"https:\/\/nerdiy.de\/de_de\/raspberrypi-befehle-spickzettel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nerdiy.de\/de_de\/raspberrypi-befehle-spickzettel\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nerdiy.de\/de_de\/raspberrypi-befehle-spickzettel\/#primaryimage","url":"https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2018\/02\/Screenshot-207.png?fit=662%2C421&ssl=1","contentUrl":"https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2018\/02\/Screenshot-207.png?fit=662%2C421&ssl=1","width":662,"height":421},{"@type":"BreadcrumbList","@id":"https:\/\/nerdiy.de\/de_de\/raspberrypi-befehle-spickzettel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/nerdiy.de\/de_de\/"},{"@type":"ListItem","position":2,"name":"RaspberryPI &#8211; Befehle Spickzettel"}]},{"@type":"WebSite","@id":"https:\/\/nerdiy.de\/de_de\/#website","url":"https:\/\/nerdiy.de\/de_de\/","name":"nerdiy.de - DIY, electronics, 3D printing and more...","description":"At nerdiy.de, everything revolves around electronics, DIY, 3D printing, smart home and many other technical topics.","publisher":{"@id":"https:\/\/nerdiy.de\/de_de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nerdiy.de\/de_de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/nerdiy.de\/de_de\/#organization","name":"Nerdiy.de","url":"https:\/\/nerdiy.de\/de_de\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nerdiy.de\/de_de\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2020\/04\/www.nerdiy.de-v1.0final180x180-1.png?fit=180%2C180&ssl=1","contentUrl":"https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2020\/04\/www.nerdiy.de-v1.0final180x180-1.png?fit=180%2C180&ssl=1","width":180,"height":180,"caption":"Nerdiy.de"},"image":{"@id":"https:\/\/nerdiy.de\/de_de\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/nerdiy.de","https:\/\/x.com\/nerdiyde","https:\/\/www.instagram.com\/nerdiy.de\/","https:\/\/www.pinterest.de\/nerdiyde\/","https:\/\/www.youtube.com\/nerdiy"]},{"@type":"Person","@id":"https:\/\/nerdiy.de\/de_de\/#\/schema\/person\/f1579a71868adb0be60a74246d3e0908","name":"Fab","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/5cd8a2c5a20873f04ac46048f749a6f5335f6d9d3af744d9bb04f4052c44fca2?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5cd8a2c5a20873f04ac46048f749a6f5335f6d9d3af744d9bb04f4052c44fca2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5cd8a2c5a20873f04ac46048f749a6f5335f6d9d3af744d9bb04f4052c44fca2?s=96&d=mm&r=g","caption":"Fab"},"sameAs":["https:\/\/nerdiy.de","https:\/\/www.facebook.com\/nerdiy.de\/","https:\/\/www.instagram.com\/nerdiy.de","https:\/\/www.linkedin.com\/company\/nerdiy-de\/","http:\/\/www.pinterest.com\/nerdiyde\/","https:\/\/x.com\/nerdiyde","https:\/\/www.youtube.com\/c\/Nerdiy"]}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2018\/02\/Screenshot-207.png?fit=662%2C421&ssl=1","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p9GM3g-2U","jetpack_likes_enabled":true,"jetpack-related-posts":[{"id":17783,"url":"https:\/\/nerdiy.de\/en\/howto-get-raspberry-pi-linux-system-information-with-neofetch\/","url_meta":{"origin":180,"position":0},"title":"HowTo: Raspberry Pi - Get Linux system information with Neofetch","author":"Fab","date":"7. January 2022","format":false,"excerpt":"Falls Ihr mal in die Situation kommt schnell die wichtigsten Systeminformationen \u00fcber euren Raspberry Pi oder ein anderes Linux System sammeln zu m\u00fcssen ist Neofetch ein sehr hilfreiches Tool. Mit nur einem Befehl k\u00f6nnt Ihr so die wichtigsten Systemdaten abrufen und ansehnlich darstellen lassen. Wie Ihr Neofetch nutzen k\u00f6nnt ist\u2026","rel":"","context":"In &quot;Abendprojekt(&lt;2h)&quot;","block_context":{"text":"Abendprojekt(&lt;2h)","link":"https:\/\/nerdiy.de\/en\/category\/evening-project2h\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2022\/01\/www.nerdiy.de-howto-raspberry-pi-linux-systeminformationen-abrufen-mit-neofetch-debian-sogyp9osr7.jpg?fit=732%2C399&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2022\/01\/www.nerdiy.de-howto-raspberry-pi-linux-systeminformationen-abrufen-mit-neofetch-debian-sogyp9osr7.jpg?fit=732%2C399&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2022\/01\/www.nerdiy.de-howto-raspberry-pi-linux-systeminformationen-abrufen-mit-neofetch-debian-sogyp9osr7.jpg?fit=732%2C399&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2022\/01\/www.nerdiy.de-howto-raspberry-pi-linux-systeminformationen-abrufen-mit-neofetch-debian-sogyp9osr7.jpg?fit=732%2C399&ssl=1&resize=700%2C400 2x"},"classes":[]},{"id":8263,"url":"https:\/\/nerdiy.de\/en\/show-nodered-linux-login-history\/","url_meta":{"origin":180,"position":1},"title":"HowTo: Node Red \u2013 Show Linux login history","author":"Fab","date":"11. October 2020","format":false,"excerpt":"Das sich mithilfe von NodeRed fast alle Linux Befehle ausf\u00fchren lassen ist mittlerweile ja bekannt. Was das ganze aber besonders praktisch macht ist, dass man dann auch die Verarbeitung der zur\u00fcck gegebenen Daten mithilfe von NodeRed erledigen kann. So lassen sich die ausgelesenen Daten aufbereiten. Im folgenden Artikel nutze ich\u2026","rel":"","context":"In &quot;Abendprojekt(&lt;2h)&quot;","block_context":{"text":"Abendprojekt(&lt;2h)","link":"https:\/\/nerdiy.de\/en\/category\/evening-project2h\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2020\/09\/www.nerdiy.de-howto-nodered-display-last-linux-logins-chrome-nmllnopljg-1.png?fit=1200%2C443&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2020\/09\/www.nerdiy.de-howto-nodered-display-last-linux-logins-chrome-nmllnopljg-1.png?fit=1200%2C443&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2020\/09\/www.nerdiy.de-howto-nodered-display-last-linux-logins-chrome-nmllnopljg-1.png?fit=1200%2C443&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2020\/09\/www.nerdiy.de-howto-nodered-display-last-linux-logins-chrome-nmllnopljg-1.png?fit=1200%2C443&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2020\/09\/www.nerdiy.de-howto-nodered-display-last-linux-logins-chrome-nmllnopljg-1.png?fit=1200%2C443&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":195,"url":"https:\/\/nerdiy.de\/en\/release-raspberrypi-folder-and-mount-as-network-drive-under-windows-2\/","url_meta":{"origin":180,"position":2},"title":"HowTo: RaspberryPi \u2013 Share folders with SMB and integrate them as a network drive under Windows","author":"Fab","date":"22. February 2018","format":false,"excerpt":"Wenn man mit dem RaspberryPi arbeitet wird man fr\u00fcher oder Sp\u00e4ter auf das Problem sto\u00dfen wie man Dateien auf den RasPi \u00fcbertragen oder aber vom RasPi herunterkopieren kann. Dazu gibt es verschiedene Wege. Eine einfache M\u00f6glichkeit ist die \u00dcbertragung per FTP oder SFTP. Wenn man \u00fcber das Internet mit seinem\u2026","rel":"","context":"In &quot;Abendprojekt(&lt;2h)&quot;","block_context":{"text":"Abendprojekt(&lt;2h)","link":"https:\/\/nerdiy.de\/en\/category\/evening-project2h\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2018\/02\/Screenshot-223-1.png?fit=615%2C454&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2018\/02\/Screenshot-223-1.png?fit=615%2C454&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2018\/02\/Screenshot-223-1.png?fit=615%2C454&ssl=1&resize=525%2C300 1.5x"},"classes":[]},{"id":18710,"url":"https:\/\/nerdiy.de\/en\/howto-integrate-or-mount-the-raspberry-pi-drive-in-linux\/","url_meta":{"origin":180,"position":3},"title":"HowTo: Raspberry Pi - Mount drive under Linux","author":"Fab","date":"22. June 2022","format":false,"excerpt":"Als Nutzer des Raspberry Pi stolpert man fr\u00fcher oder sp\u00e4ter \u00fcber die Frage wie man einen USB-Stick, externe Festplatte oder SD-Karte an den Raspberry Pi anschlie\u00dfen und darauf zugreifen kann. Der Vorgang ist dabei bei allen Laufwerkstypen \u00e4hnlich. Egal ob USB-Stick, externe Festplatte oder SD Karte. Nach dem anschlie\u00dfen an\u2026","rel":"","context":"In &quot;Abendprojekt(&lt;2h)&quot;","block_context":{"text":"Abendprojekt(&lt;2h)","link":"https:\/\/nerdiy.de\/en\/category\/evening-project2h\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2022\/06\/www.nerdiy.de-howto-raspberry-pi-laufwerk-unter-linux-einbinden-debian-q8kiwb2yl4.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1900,"url":"https:\/\/nerdiy.de\/en\/raspberrypi-login-per-ssh-without-password-prompt\/","url_meta":{"origin":180,"position":4},"title":"HowTo: Raspberry Pi \u2013 Login via SSH without password query","author":"Fab","date":"27. February 2019","format":false,"excerpt":"Desto mehr man sich mit diesem ganzen IT-\/Software-\/Progammier-Zeugs besch\u00e4ftigt desto schneller werdet Ihr feststellen, dass man durch die M\u00f6glichkeiten der damit zusammenh\u00e4ngenden Automatisierung f\u00fcrchterlich faul wird. Eine dieser Momente in denen man an eine M\u00f6glichkeit zur Automatisierung bzw. Vereinfachung denkt ist, wenn man sich\u00a0 gerade zum 48. Mal per puTTy\u2026","rel":"","context":"In &quot;Abendprojekt(&lt;2h)&quot;","block_context":{"text":"Abendprojekt(&lt;2h)","link":"https:\/\/nerdiy.de\/en\/category\/evening-project2h\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2018\/10\/www.nerdiy.de-raspberrypi-login-per-ssh-ohne-passwortabfrage-putty-2018-10-17-19-28-19.png?fit=661%2C418&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2018\/10\/www.nerdiy.de-raspberrypi-login-per-ssh-ohne-passwortabfrage-putty-2018-10-17-19-28-19.png?fit=661%2C418&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2018\/10\/www.nerdiy.de-raspberrypi-login-per-ssh-ohne-passwortabfrage-putty-2018-10-17-19-28-19.png?fit=661%2C418&ssl=1&resize=525%2C300 1.5x"},"classes":[]},{"id":18687,"url":"https:\/\/nerdiy.de\/en\/how-to-save-the-raspberry-pi-system-sd-card-as-image-2\/","url_meta":{"origin":180,"position":5},"title":"HowTo: Raspberry Pi - Backup system SD card as image","author":"Fab","date":"24. June 2022","format":false,"excerpt":"Wie so oft mit Backups denkt man meistens erst dann daran, eines zu machen, wenn es mal wieder zu sp\u00e4t daf\u00fcr ist. So erging es mir auch letztens mit einem meiner RaspberryPis. Fluch und Segen ist bei diesen n\u00e4mlich, dass diese als Hauptlaufwerk eine SD-Karte nutzen. Die Installation wird dadurch\u2026","rel":"","context":"In &quot;Abendprojekt(&lt;2h)&quot;","block_context":{"text":"Abendprojekt(&lt;2h)","link":"https:\/\/nerdiy.de\/en\/category\/evening-project2h\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2022\/06\/www.nerdiy.de-howto-raspberry-pi-system-sd-karte-als-image-sichern-rpi-imager-71zoaed9fx.png?fit=682%2C452&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2022\/06\/www.nerdiy.de-howto-raspberry-pi-system-sd-karte-als-image-sichern-rpi-imager-71zoaed9fx.png?fit=682%2C452&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/nerdiy.de\/wp-content\/uploads\/2022\/06\/www.nerdiy.de-howto-raspberry-pi-system-sd-karte-als-image-sichern-rpi-imager-71zoaed9fx.png?fit=682%2C452&ssl=1&resize=525%2C300 1.5x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/nerdiy.de\/en\/wp-json\/wp\/v2\/posts\/180","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nerdiy.de\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nerdiy.de\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nerdiy.de\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nerdiy.de\/en\/wp-json\/wp\/v2\/comments?post=180"}],"version-history":[{"count":0,"href":"https:\/\/nerdiy.de\/en\/wp-json\/wp\/v2\/posts\/180\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nerdiy.de\/en\/wp-json\/wp\/v2\/media\/254"}],"wp:attachment":[{"href":"https:\/\/nerdiy.de\/en\/wp-json\/wp\/v2\/media?parent=180"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nerdiy.de\/en\/wp-json\/wp\/v2\/categories?post=180"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nerdiy.de\/en\/wp-json\/wp\/v2\/tags?post=180"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}