User Tools

Site Tools


useful_commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
useful_commands [2019/09/28 17:53] dinouseful_commands [2024/03/12 21:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +**Basic info about your distribution**\\
 +<code>cat /etc/os-release</code>\\
 +
 +**What is my computer's ip address**\\
 +<code>hostname -I </code> or \\
 +<code>ip -s -c -h a</code> 
 +
 **How to restart your network connection**\\ **How to restart your network connection**\\
 <code>sudo service network-manager restart</code> <code>sudo service network-manager restart</code>
Line 7: Line 14:
 **Which linux kernel/version**\\ **Which linux kernel/version**\\
 <code>uname -a</code>    <code>uname -a</code>   
 +
 +**How much RAM memory is used**\\
 +<code>free -m</code>
  
 **How to find out exact installation date of your Linux OS**\\ **How to find out exact installation date of your Linux OS**\\
Line 16: Line 26:
  
 **Run an app as root**\\              **Run an app as root**\\             
-<code>sudo nemo</code> +<code>sudo caja</code> 
  
 **List all installed packages**\\                  **List all installed packages**\\                 
Line 47: Line 57:
 **Shortcut to shutdown/restart/suspend**\\ **Shortcut to shutdown/restart/suspend**\\
 CTRL+DEL+END CTRL+DEL+END
 +
 +
 +**Quick I need an txt editor**\\
 +
 +This key combination fires up, an editor in the terminal, instantaneously:
 +
 +Ctrl+x+e
 +
 +
useful_commands.1569693184.txt.gz · Last modified: 2024/03/12 21:24 (external edit)