Skip to content

Instantly share code, notes, and snippets.

@jovemfelix
Last active February 7, 2022 15:36
Show Gist options
  • Save jovemfelix/1e040d4dc403e5f469a64db697a517c4 to your computer and use it in GitHub Desktop.
Save jovemfelix/1e040d4dc403e5f469a64db697a517c4 to your computer and use it in GitHub Desktop.
Tips and tricks for linux configuration at exams

I like to create aliases to speed up and maintain my quirks, follow:

cls - is the most used, to CLEAR the screen and history I put the alias in the ~/.bashrc file

alias cls='printf "\033c"'
alias l='ls -lahr'
alias g='gedit'

Now with regard to editing files (despite having some knowledge in VIM), I have preferred to use gedit!

See that there is a menu with (Keyboard Shortcuts)... in it I liked the F9 which shows the tab on the left and allows you to edit the files in the directory!

tips-gedit

Another important support tip is that if you are doing the remote test (use the CTRL + MOUSE_SCROLL) to adjust the screen size!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment