All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Unix. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:24, 20 March 2024 WikiSysop talk contribs created page MediaWiki:Sidebar (Created page with " * navigation ** https://teaching.healthtech.dtu.dk/|Course List ** https://teaching.healthtech.dtu.dk/unix/|Unix * TOOLBOX")
- 13:23, 20 March 2024 WikiSysop talk contribs created page Commands summary (Created page with "__NOTOC__ = Unix architecture and file system = {| class="wikitable" |- !style="width: 25%"| Unix Command !Acronym translation !Description |- |'''who''' or '''whoami''' |<nowiki>-</nowiki> |Tells you who the current user is. The 'who' command is not present in MobaXterm but you can use 'whoami' instead |- |'''man''' <COMMAND> |Manual |A very useful command. By using this command on other Unix commands, it gives you a manual of how to use them. This command is not pre...")
- 13:22, 20 March 2024 WikiSysop talk contribs created page File:Protocol overview.png
- 13:22, 20 March 2024 WikiSysop talk contribs uploaded File:Protocol overview.png
- 13:19, 20 March 2024 WikiSysop talk contribs created page File:Network LAN&WAN.png
- 13:19, 20 March 2024 WikiSysop talk contribs uploaded File:Network LAN&WAN.png
- 13:18, 20 March 2024 WikiSysop talk contribs created page Understanding network and remote servers: IP/URL, ssh, scp, wget, curl (Created page with "__NOTOC__ In computing, a network is simply a network consisting of computers and other devices; routers, gateways, modems etc.. These computers are either desktop pc's, which is the type that you're using, or they're server computers. The internet in its entirety is in fact an example of humongous network of global proportions, so as a short introduction, watch this short and simple video explaining the internet [https://www.youtube.com/watch?v=7_LPdttKXPc What's the in...")
- 13:18, 20 March 2024 WikiSysop talk contribs created page File:Ongoing processes3.png
- 13:18, 20 March 2024 WikiSysop talk contribs uploaded File:Ongoing processes3.png
- 13:17, 20 March 2024 WikiSysop talk contribs created page File:Top kill.png
- 13:17, 20 March 2024 WikiSysop talk contribs uploaded File:Top kill.png
- 13:17, 20 March 2024 WikiSysop talk contribs created page File:Ps ef command.png
- 13:17, 20 March 2024 WikiSysop talk contribs uploaded File:Ps ef command.png
- 13:16, 20 March 2024 WikiSysop talk contribs created page Processes; foreground and background, ps, top, kill, screen, nohup and daemons (Created page with "__NOTOC__ A process is simply the instance of a running program. Processes are a fundamental concept of Linux systems and we'll start by discussing what can be termed as the life cycle of processes. This includes the concepts of parent and child processes and while going through this subject, we'll also introduce some essential commands that allow us to view ongoing processes in our terminal. These commands are '''ps''', '''jobs''' and '''top'''. Next we discuss foregr...")
- 13:15, 20 March 2024 WikiSysop talk contribs created page File:Apt remove2.png
- 13:15, 20 March 2024 WikiSysop talk contribs uploaded File:Apt remove2.png
- 13:15, 20 March 2024 WikiSysop talk contribs created page File:Apt install.png
- 13:15, 20 March 2024 WikiSysop talk contribs uploaded File:Apt install.png
- 13:15, 20 March 2024 WikiSysop talk contribs created page File:Apt update&&upgrade.png
- 13:15, 20 March 2024 WikiSysop talk contribs uploaded File:Apt update&&upgrade.png
- 13:14, 20 March 2024 WikiSysop talk contribs created page File:Tar pipe gzip.png
- 13:14, 20 March 2024 WikiSysop talk contribs uploaded File:Tar pipe gzip.png
- 13:13, 20 March 2024 WikiSysop talk contribs created page File compression and advanced packaging tools (Created page with "__NOTOC__ You might've encountered files with file extensions like '.tar', '.gzip' and '.zip' when downloading files from the internet. These file extensions mean that the file is compressed and file byte size reduced so that it requires less disk space. Bytes are simply a sequence of 8 bits, and we've previously seen how this is used to store ASCII characters. Files that have been compressed can also be decompressed, making them user readable but requiring more bytes on...")
- 13:13, 20 March 2024 WikiSysop talk contribs created page File:Rwx permissions2.png
- 13:13, 20 March 2024 WikiSysop talk contribs uploaded File:Rwx permissions2.png
- 13:12, 20 March 2024 WikiSysop talk contribs created page File:File permissions1.png
- 13:12, 20 March 2024 WikiSysop talk contribs uploaded File:File permissions1.png
- 13:12, 20 March 2024 WikiSysop talk contribs created page File permissions (Created page with "__NOTOC__ File permissions (also known as file mode) are an important concept in the Unix (OS), and you might have already seen file permissions without knowing it. You can see them by listing files in long format, using the command '''ls -l''' in your working directory. It should look something like '''figure 5.1''', shown in MobaXterm. File:File permissions1.png|middle|frame|'''Figure 5.1:''' A screenshot of a command line interface after having used the command ls...")
- 13:10, 20 March 2024 WikiSysop talk contribs created page File:Sort3 example.png
- 13:10, 20 March 2024 WikiSysop talk contribs uploaded File:Sort3 example.png
- 13:10, 20 March 2024 WikiSysop talk contribs created page File:Sort2 example.png
- 13:10, 20 March 2024 WikiSysop talk contribs uploaded File:Sort2 example.png
- 13:10, 20 March 2024 WikiSysop talk contribs created page File:Sort1 example.png
- 13:10, 20 March 2024 WikiSysop talk contribs uploaded File:Sort1 example.png
- 13:09, 20 March 2024 WikiSysop talk contribs created page File:Tr example.png
- 13:09, 20 March 2024 WikiSysop talk contribs uploaded File:Tr example.png
- 13:09, 20 March 2024 WikiSysop talk contribs created page File:Sed example.png
- 13:09, 20 March 2024 WikiSysop talk contribs uploaded File:Sed example.png
- 13:09, 20 March 2024 WikiSysop talk contribs created page File:Grep example.png
- 13:09, 20 March 2024 WikiSysop talk contribs uploaded File:Grep example.png
- 13:07, 20 March 2024 WikiSysop talk contribs created page Filtering and regular expressions (Created page with "__NOTOC__ You can think of regular expressions (regex for short) as a pattern language that can be used to match patterns and filter data. In this section, we'll be learning so-called ''filter commands'', some of which utilize regular expressions in order to find and replace patterns. It is therefore important to have a basic understanding of regular expressions. To get you started, follow this link to an introductory video, [https://www.youtube.com/watch?v=KJG1dETacLI B...")
- 13:07, 20 March 2024 WikiSysop talk contribs created page File:Read ShellScript.png
- 13:07, 20 March 2024 WikiSysop talk contribs uploaded File:Read ShellScript.png
- 13:06, 20 March 2024 WikiSysop talk contribs created page File:UserArguments.png
- 13:06, 20 March 2024 WikiSysop talk contribs uploaded File:UserArguments.png
- 13:06, 20 March 2024 WikiSysop talk contribs created page File:Variables ShellScripts.png
- 13:06, 20 March 2024 WikiSysop talk contribs uploaded File:Variables ShellScripts.png
- 13:06, 20 March 2024 WikiSysop talk contribs created page File:Shebangs1.png
- 13:06, 20 March 2024 WikiSysop talk contribs uploaded File:Shebangs1.png
- 13:05, 20 March 2024 WikiSysop talk contribs created page Setting up your shell script (Created page with "__NOTOC__ Last section we did some simple shell scripting. These shell scripts contained multiple commands and the script could be executed with '''bash'''. In this section, we go through some of the basics of shell scripts. Before getting started, however, you should know that when writing shell scripts in text editors, it's important that it supports bash. For example, running Sublime on the Windows OS will cause errors. If you're using Vim editor, you should have no p...")