Commits on Source (45)
-
Laurent Modolo authored
-
Laurent Modolo authored
-
Laurent Modolo authored
-
Laurent Modolo authored
-
Laurent Modolo authored
-
Laurent Modolo authored
-
Laurent Modolo authored
-
Ghislain Durif authored
-
Ghislain Durif authored
-
Ghislain Durif authored
-
Ghislain Durif authored
-
Ghislain Durif authored
-
Ghislain Durif authored
-
Ghislain Durif authored
-
Ghislain Durif authored
-
Ghislain Durif authored
-
Ghislain Durif authored
-
Ghislain Durif authored
-
Ghislain Durif authored
-
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
- .gitignore 5 additions, 0 deletions.gitignore
- .gitlab-ci.yml 9 additions, 7 deletions.gitlab-ci.yml
- 10_network_and_ssh.qmd 95 additions, 111 deletions10_network_and_ssh.qmd
- 11_install_system_programs.qmd 38 additions, 65 deletions11_install_system_programs.qmd
- 12_virtualization.qmd 30 additions, 55 deletions12_virtualization.qmd
- 1_understanding_a_computer.qmd 29 additions, 56 deletions1_understanding_a_computer.qmd
- 2_using_the_ifb_cloud.qmd 10 additions, 45 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 42 additions, 67 deletions5_users_and_rights.qmd
- 6_unix_processes.Rmd 0 additions, 274 deletions6_unix_processes.Rmd
- 6_unix_processes.qmd 247 additions, 0 deletions6_unix_processes.qmd
- 7_streams_and_pipes.qmd 26 additions, 57 deletions7_streams_and_pipes.qmd
- 8_text_manipulation.qmd 58 additions, 81 deletions8_text_manipulation.qmd
- 9_batch_processing.qmd 395 additions, 0 deletions9_batch_processing.qmd
- _quarto.yml 42 additions, 0 deletions_quarto.yml
- index.md 1 addition, 5 deletionsindex.md
- orga/ifb_cloud_group_desc.md 77 additions, 0 deletionsorga/ifb_cloud_group_desc.md
- orga/mail_call_trainer.txt 88 additions, 0 deletionsorga/mail_call_trainer.txt
- orga/mail_registration.txt 126 additions, 0 deletionsorga/mail_registration.txt
This diff is collapsed.
6_unix_processes.Rmd
deleted
100644 → 0
6_unix_processes.qmd
0 → 100644
_quarto.yml
0 → 100644
orga/ifb_cloud_group_desc.md
0 → 100644
orga/mail_call_trainer.txt
0 → 100644
orga/mail_registration.txt
0 → 100644