Skip to content

CsatiZoltan/Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Linux

Software, solutions for (Ubuntu) Linux

Processes

Built-in Unix commands

Security

Lynis is an open-source system auditing tool. No installation is required. Get the latest version by cloning it

git clone https://github.com/CISOfy/lynis

All the usage instructions can be accessed through the command line help: ./lynis show help.

Some commands I find useful:

Docker

Use Docker as non-root

sudo groupadd docker  # create a group
sudo usermod -aG docker $USER  # add the current user to that group
newgrp docker  # activate the changes to the groups
docker run hello-world  # verify that you can run docker commands without sudo

Whenever you want to use Docker without root privileges, type newgrp docker to the terminal.

Download and install the latest release. To use without root privileges: open a terminal and type

newgrp docker
kitematic

Audio-video

ffmpeg

About

Software, solutions for (Ubuntu) Linux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages