what_am_i_going_to_do_today
Table of Contents
What am I going to do today ?
Preparation
- Verify that guest account is active
- System preferences - Users & groups - Padlock - Guest User - Allow guests to log in to this computer
- Verify that xcode is functional
LFS
- LinuxFromScratch is a project that provides you with step-by-step instructions for building your own custom minimal Linux system, entirely fom source code
- Start making your own Linux system
BLFS
- BeyondLinuxFromScratch is a project that continues where LFS book finishes
- It goes much further in the development of the system according to the needs of the user
Take note that both projects can take several months to be done
Vim tutor
- Vim is a free and open-source text editor program
- Let's see how it works
- Open a terminal
- Open the vimtutor with the command
vimtutor
- Follow the tutorial doing the proposed exercices
Hello world bash
- Create your first bash program : Hello world!
Hello world C
- Create your first C program : Hello world! C
Hello world Python
- Create your first Python program : Hello world! Python
Git
- If you are really really fast, you can learn about Git
- You can also practice some Git commandsPractice
- And maybe try it doing a little project Play with git
- A code hosting platform for version control and collaboration Github
For you
what_am_i_going_to_do_today.txt · Last modified: 2022/11/30 14:16 by ateixeira