Commits on Source (26)
-
Ghislain Durif authored
Quarto refactor See merge request !1
-
Ghislain Durif authored
-
Ghislain Durif authored
-
Gilquin authored
* change date, contact address, framaforms links * add optional Python extension * add certificate warning
-
Gilquin authored
-
Ghislain Durif authored
-
Gilquin authored
The file "auth.log" is located in /var/log and not at the root of /var. The file "autofs.fifo-var-autofs-ifb" doesn't exist anymore, the corresponding question has been removed. The file ".bash_history" might be missing, we create it first just in case.
-
Gilquin authored
The previous solution was confusing. The argument 2 could be interpreted as a redirection argument instead of the argument to the command cal.
-
Gilquin authored
The solution to the first character class exercise was wrong due to not using the appropriate grep flag (-E instead of -P).
-
Gilquin authored
The solution of the last exercise in the repetition section used the pattern "gene_id" instead of "gene_name". Replacing the flag -E by -P is also faster.
-
Gilquin authored
The solution of the last exercise of section "Grouping and back references" was wrong and difficult to decrypt. The question formulation has also been improved.
-
Gilquin authored
Improved the solution of the exercise by filtering line with type transcript then focusing on the last column.
-
Gilquin authored
The solution of the exercise was wrong as it leaved a newline character appended to the last filename (file3$\n).
-
Gilquin authored
-
Gilquin authored
-
Gilquin authored
-
Gilquin authored
The ssh configuration file in the IFB Cloud base appliance has changed. The previous solution didn't work anymore.
-
Gilquin authored
The command "ip address show" returns an incorrect ip address.
-
Gilquin authored
The new command automatically fetches the codename of the distribution to avoid student adding a wrong ppa and having to remove it.
-
Gilquin authored
-
-
Gilquin authored
The previous ansible playbook configuration was failing with the following error due to a missconfigured OpenSSL Python package: > File "/usr/lib/python3/dist-packages/OpenSSL/crypto.py", line 1571, in X509StoreFlags > NOTIFY_POLICY = _lib.X509_V_FLAG_NOTIFY_POLICY > AttributeError: module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY' Two additional tasks are added in the new configuration file. The first one removes the OpenSSL package files. The second one force resintalls the pyopenssl package.
-
Gilquin authored
The R code blocks were not use during the Quarto book rendering and have been removed. The .Rmd file have been renamed to .qmd so that the book is now rendered using markdown as the default engine instead of knitr.
-
Gilquin authored
The gitlab CI now uses a lighter docker image with no R dependency. The step installing the library libxt6 is deprecated and thus removed.
Showing
- .gitlab-ci.yml 3 additions, 2 deletions.gitlab-ci.yml
- 10_network_and_ssh.qmd 54 additions, 60 deletions10_network_and_ssh.qmd
- 11_install_system_programs.qmd 26 additions, 37 deletions11_install_system_programs.qmd
- 12_virtualization.qmd 18 additions, 27 deletions12_virtualization.qmd
- 1_understanding_a_computer.qmd 13 additions, 22 deletions1_understanding_a_computer.qmd
- 2_using_the_ifb_cloud.qmd 7 additions, 16 deletions2_using_the_ifb_cloud.qmd
- 3_first_steps_in_a_terminal.qmd 171 additions, 0 deletions3_first_steps_in_a_terminal.qmd
- 4_unix_file_system.qmd 231 additions, 0 deletions4_unix_file_system.qmd
- 5_users_and_rights.qmd 33 additions, 42 deletions5_users_and_rights.qmd
- 6_unix_processes.qmd 247 additions, 0 deletions6_unix_processes.qmd
- 7_streams_and_pipes.qmd 17 additions, 32 deletions7_streams_and_pipes.qmd
- 8_text_manipulation.qmd 41 additions, 48 deletions8_text_manipulation.qmd
- 9_batch_processing.qmd 395 additions, 0 deletions9_batch_processing.qmd
- _quarto.yml 12 additions, 12 deletions_quarto.yml
- orga/ifb_cloud_group_desc.md 77 additions, 0 deletionsorga/ifb_cloud_group_desc.md
- orga/mail_call_trainer.txt 19 additions, 19 deletionsorga/mail_call_trainer.txt
- orga/mail_registration.txt 18 additions, 17 deletionsorga/mail_registration.txt
- orga/yakform_call_trainer_unix.txt 19 additions, 19 deletionsorga/yakform_call_trainer_unix.txt
- orga/yakform_registration_unix.txt 24 additions, 20 deletionsorga/yakform_registration_unix.txt
- ubuntu-shellinabox.yaml 11 additions, 0 deletionsubuntu-shellinabox.yaml
This diff is collapsed.
This diff is collapsed.
orga/ifb_cloud_group_desc.md
0 → 100644