Linux & Unix: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (19 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
go to [[Main Page]], [[Computational Resources]], [[Information & Help]] | go back to [[Main Page]], [[Computational Resources]], [[Information & Help]] | ||
| Line 5: | Line 6: | ||
* The one page introduction to Linux [[Image:The One Page Linux Manual.pdf]] | * The one page introduction to Linux [[Image:The One Page Linux Manual.pdf]] | ||
* | * Núria V. has some books in PDF: | ||
Linux | |||
Linux for Beginners 9th edition | |||
Linux for Dummies | |||
Linux in 24 hours | |||
Linux Phrasebook | |||
Linux Programming by Example The Fundamentals | |||
Linux tricks and Tips 2020 (TechGo) | |||
Linux tricks and Tips 2022 (TechGo) | |||
'''Shorcuts and commands for Linux:''' | |||
* [http://www.unixguide.net/linux/linuxshortcuts.shtml shortcuts guide] | |||
* Alt + Tab; to move from one window to another, in the same Desktop. | |||
* Control + Alt + -> or Control + Alt + <-; to move from one Desktop (or Workspace) to another. | |||
'''Unix''' | '''Unix''' | ||
* Unix Beginners QuickSheet [[Image:Unix-quicksheet.pdf]] | |||
* List of Unix Commands [[Image:Unix_commands.pdf]] | |||
'''vi Editor''' | '''vi Editor''' | ||
* [[Graphical vi-vim Cheat Sheet]] | * [[Graphical vi-vim Cheat Sheet]] | ||
* [http://www.viemu.com/a-why-vi-vim.html Why, oh WHY, do those #?@! nutheads use vi?] | * [http://www.viemu.com/a-why-vi-vim.html Why, oh WHY, do those #?@! nutheads use vi?] | ||
* [http://www.glump.net/_media/howto/vi-vim-cheat-sheet-and-tutorial.pdf?id=howto%3Avim_graphical_cheat_sheet&cache=cache Tutorial] | * [http://www.glump.net/_media/howto/vi-vim-cheat-sheet-and-tutorial.pdf?id=howto%3Avim_graphical_cheat_sheet&cache=cache Tutorial] | ||
* Some info in Spanish [[Image:Editor_vi.pdf]] | * Some info in Spanish [[Image:Editor_vi.pdf]] | ||
| Line 35: | Line 46: | ||
* [[gzip]] | * [[gzip]] | ||
* [[tar]] | * [[tar]] | ||
'''Linux "How to ..."''' | '''Linux "How to ..."''' | ||
* [[How to check the disk space]] | * [[How to check the disk space used]] | ||
* [[How to add aliases for frequently used commands]] | |||
* [[How to do a SSH authentication without password]] | |||
* [[How to Change the size of a window in Ubuntu 12.04]] | |||
Latest revision as of 10:26, 14 November 2024
go back to Main Page, Computational Resources, Information & Help
Introduction
- The one page introduction to Linux File:The One Page Linux Manual.pdf
- Núria V. has some books in PDF:
Linux
Linux for Beginners 9th edition
Linux for Dummies
Linux in 24 hours
Linux Phrasebook
Linux Programming by Example The Fundamentals
Linux tricks and Tips 2020 (TechGo)
Linux tricks and Tips 2022 (TechGo)
Shorcuts and commands for Linux:
- shortcuts guide
- Alt + Tab; to move from one window to another, in the same Desktop.
- Control + Alt + -> or Control + Alt + <-; to move from one Desktop (or Workspace) to another.
Unix
- Unix Beginners QuickSheet File:Unix-quicksheet.pdf
- List of Unix Commands File:Unix commands.pdf
vi Editor
- Graphical vi-vim Cheat Sheet
- Why, oh WHY, do those #?@! nutheads use vi?
- Tutorial
- Some info in Spanish File:Editor vi.pdf
Compress/Decompress
Linux "How to ..."