Update files

This commit is contained in:
Jose 2023-10-15 20:45:22 -03:00
parent feb95d5197
commit 20fcfab340
3 changed files with 19 additions and 11 deletions

View File

@ -9,7 +9,7 @@ opportunity to learn about computers, files, directories and programs.
** Basics
* [[./tutorial/describe_hardware.org][Describing hardware]]
* [[./tutorial/variables.org][Knowing about variables]]
* [[./tutorial/variables.org][Learning about variables]]
* [[./tutorial/dictionaries_translat.org][Using dictionaries and translation tools]]
* [[./tutorial/listing_process.org][Listing process]]
* [[./tutorial/move_files.org][Move or rename files]]
@ -45,6 +45,10 @@ opportunity to learn about computers, files, directories and programs.
** Secure shell ssh and file transfer
* [[./tutorial/copy_server.org][Transfering files between machines]]
* [[./tutorial/croc.org][Using 'croc' to tranfer files between machines]]
* [[./tutorial/streaming_terminal.org][A really nice feature: streaming from terminal!]]
* [[./tutorial/wgetandmore.org][Download from terminal: wget curl, pandoc ]]
** Work with images
@ -67,11 +71,6 @@ opportunity to learn about computers, files, directories and programs.
* [[./tutorial/run_bash_script.org][How to run bash scripts]]
* [[./tutorial/run_rscript.org][How to run R-scripts]]
** File transfer
* [[./tutorial/croc.org][Using 'croc' to tranfer files between machines]]
* [[./tutorial/streaming_terminal.org][A really nice feature: streaming from terminal!]]
* [[./tutorial/wgetandmore.org][Download from terminal: wget curl, pandoc ]]
** Communication, messengers

View File

@ -13,7 +13,8 @@ There are multiple functionalities avaliable in ImageMagick. Commands like ~conv
Converting multiple ~jpg~ files into lower size images:
First, [][cd] into the directory containing all the images
First, [[https://www.man7.org/linux/man-pages/man1/cd.1p.html][cd]] (change working directory) into the directory containing all the images
#+begin_example sh
cd directory
#+end_example

View File

@ -3,18 +3,26 @@
* How to use weechat to connect to matrix service
First, you should install [[https://weechat.org/][weechat]] on your computer. Then, go to the command-line and
initialize a weechat session:
Use the following command to load the `weechat-matrix` script:
#+begin_example bash
weechat
#+end_example
*Note*: To learn first steps to begin with weechat, check the [[https://weechat.org/files/doc/weechat/stable/weechat_quickstart.en.html][documentation]]
Within the weechat session use the following command to load the `weechat-matrix` script:
#+begin_src bash
/script load weechat-matrix.py
#+end_src
Set up username and password:
Set up username and password using the following in the weechat session:
#+begin_src bash
/set matrix.server.matrix_org.username usernamehere
/set matrix.server.matrix_org.password passwordhere
/set matrix.server.matrix_org.username UserNameHere # Change "UserNameHere" for your username in matrix
/set matrix.server.matrix_org.password PasswordHere # Change "PasswordHere" for your password in matrix
#+end_src
Connect to matrix server: