Install Composer (for PHP)
sudo apt install composer
Install GIMP (for graphical software)
sudo apt install gimp
Install ImageMagick (for graphical vendoring)
sudo apt install imagemagick
Install VM VirtualBox
sudo apt install virtualbox
Install Vagrant
sudo apt install vagrant
Install Cheese - Webcam Recording Software (for testing)
sudo apt install cheese
Install Keep Presence
sudo snap install keep-presence
keep-presence --seconds 30
Show Hidden Files using ls (“-a” option for “all”)
ls -a <path>
Creating a File using touch [1]
touch file1.txt
touch file1.txt file2.txt file3.txt
# multiple times
Creating a File using echo
echo "Some text" > file1.txt
Running .sh Scripts/Files
filter the output for keywords (e.g. "apples") to a file
|
|