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: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...")
- 13:04, 20 March 2024 WikiSysop talk contribs created page File:Setting up Sublime3.png
- 13:04, 20 March 2024 WikiSysop talk contribs uploaded File:Setting up Sublime3.png
- 13:02, 20 March 2024 WikiSysop talk contribs created page File:Bash vs source.png
- 13:02, 20 March 2024 WikiSysop talk contribs uploaded File:Bash vs source.png
- 13:02, 20 March 2024 WikiSysop talk contribs created page Text editors and some shell scripting (Created page with "__NOTOC__ In the last sections we learned how to use commands that move and work with files, but we haven't learned how to actually edit files, which is what we'll be learning in this section. Text editors are used for editing files and there are many text editors to choose from. You've probably already used some text editors, like ''Notepad'' or ''TextEdit'', as these are the default text editors on a Windows or Mac OS. In this section, we'll be taking a look at a lot...")
- 13:01, 20 March 2024 WikiSysop talk contribs created page File:Tee example1.png
- 13:01, 20 March 2024 WikiSysop talk contribs uploaded File:Tee example1.png
- 13:01, 20 March 2024 WikiSysop talk contribs created page File:Tee command.png
- 13:01, 20 March 2024 WikiSysop talk contribs uploaded File:Tee command.png
- 13:00, 20 March 2024 WikiSysop talk contribs created page File:Echo&cat.png
- 13:00, 20 March 2024 WikiSysop talk contribs uploaded File:Echo&cat.png
- 13:00, 20 March 2024 WikiSysop talk contribs created page File:Operator Example2.png
- 13:00, 20 March 2024 WikiSysop talk contribs uploaded File:Operator Example2.png
- 12:59, 20 March 2024 WikiSysop talk contribs created page File:Standard streams.png
- 12:59, 20 March 2024 WikiSysop talk contribs uploaded File:Standard streams.png
- 12:58, 20 March 2024 WikiSysop talk contribs created page File:Standard streams wcexample2.png
- 12:58, 20 March 2024 WikiSysop talk contribs uploaded File:Standard streams wcexample2.png
- 12:56, 20 March 2024 WikiSysop talk contribs created page Standard streams and working with files (Created page with "__NOTOC__ In the last section we learned how to make directories and move around in the file system, but we didn't actually learn how to work with files. So in this section we'll be doing just that.<br> Many of the commands you'll be learning in this course can receive data from the standard input and write to something called the standard output, so later in this section we'll introduce the concept of standard streams. Lastly we'll look at how we can change the direct...")
- 12:55, 20 March 2024 WikiSysop talk contribs created page File:Directory Branch.png
- 12:55, 20 March 2024 WikiSysop talk contribs uploaded File:Directory Branch.png
- 12:55, 20 March 2024 WikiSysop talk contribs created page File:Navigating from home&root.png
- 12:55, 20 March 2024 WikiSysop talk contribs uploaded File:Navigating from home&root.png
- 12:54, 20 March 2024 WikiSysop talk contribs created page File:Ubuntu CLI.png
- 12:54, 20 March 2024 WikiSysop talk contribs uploaded File:Ubuntu CLI.png
- 12:54, 20 March 2024 WikiSysop talk contribs created page File:MobaXterm CLI Structure.png
- 12:54, 20 March 2024 WikiSysop talk contribs uploaded File:MobaXterm CLI Structure.png
- 12:53, 20 March 2024 WikiSysop talk contribs created page File:File structure2.png
- 12:53, 20 March 2024 WikiSysop talk contribs uploaded File:File structure2.png
- 12:53, 20 March 2024 WikiSysop talk contribs created page File:UNIX architecture.png
- 12:53, 20 March 2024 WikiSysop talk contribs uploaded File:UNIX architecture.png
- 12:52, 20 March 2024 WikiSysop talk contribs created page Unix architecture and file system (Created page with "__NOTOC__ In this section, we'll give an intuitive understanding to the ''Unix operating system (OS)'' and its file system. After having understood this, we'll do some work within a 'Unix ''command line interface (CLI)'' (exactly what a CLI is, we'll go into detail in the sections underneath) by using some basic Unix commands, some of which allow us to navigate throughout the file system. We'll also take a look at how Unix commands can perform different tasks depending o...")
- 12:51, 20 March 2024 WikiSysop talk contribs created page File:Ubuntu installation2.png
- 12:51, 20 March 2024 WikiSysop talk contribs uploaded File:Ubuntu installation2.png
- 12:51, 20 March 2024 WikiSysop talk contribs created page File:Ubuntu Installation Screen.png
- 12:51, 20 March 2024 WikiSysop talk contribs uploaded File:Ubuntu Installation Screen.png
- 12:38, 20 March 2024 WikiSysop talk contribs created page Course Preparation (Created page with "__NOTOC__ Before starting this course, you will '''have''' to be able to start a terminal in a '''Unix''' environment, and to '''edit''' files in the same environment with a text editor. If you don't know what a text editor is, no worries, we're doing a whole section on it. Basically it's exactly what it sounds like, a program that can edit text and you've probably already heard about Notepad which is a text editor. There are a lot of text editors and you only really nee...")
- 12:37, 20 March 2024 WikiSysop talk contribs created page Unix (Created page with "__NOTOC__ == Getting started with this course == Before starting this course, you must be able to start a terminal in a Unix environment. You will also have to get familiar with different text editors. A guide for different OS (operation systems) is presented in Course Preparation. === Practical Information === The general idea for this course is that it is a self-study course. This means that the there will be no lectures for this and all material is available...")
- 12:36, 20 March 2024 WikiSysop talk contribs created page MediaWiki:Mainpage (Created page with "Unix")
- 12:36, 20 March 2024 WikiSysop talk contribs created page MediaWiki:Disclaimers (Created blank page)
- 12:36, 20 March 2024 WikiSysop talk contribs created page MediaWiki:Aboutsite (Created blank page)
- 12:35, 20 March 2024 WikiSysop talk contribs created page MediaWiki:Privacy (Created blank page)