sudo apt-get upgrade
sudo apt-get update
mkdir ~/workspace
sudo ln -s ~/workspace/ /workspace
sudo apt-get install vim
- Download the tarball.tar.gz.
- Extract the tarball to a directory
sudo tar -xzf PhpStorm-*.tar.gz -C /opt
To create a desktop entry: menu Tools | Create Desktop Entry
sudo apt-get install git
- Configure
vim ~/.gitconfig
Add the following instructions: see.
- Add branch to bash
vim ~/.bashrc
Add the following instructions: see.
sudo apt install mariadb-server
sudo mysql
- Add user
CREATE USER 'iamroot'@'localhost' IDENTIFIED BY 'iamroot';
GRANT ALL PRIVILEGES ON * . * TO 'iamroot'@'localhost';
FLUSH PRIVILEGES;
wget -O - https://dbeaver.io/debs/dbeaver.gpg.key | sudo apt-key add -
echo "deb https://dbeaver.io/debs/dbeaver-ce /" | sudo tee /etc/apt/sources.list.d/dbeaver.list
sudo apt update
sudo apt -y install dbeaver-ce
sudo apt install flameshot
- Settings>Keyboard Shortcuts>Custom shortcuts
flameshot
flameshot.gui
Print
sudo snap install postman
sudo apt-get install curl libcurl4
sudo apt install php7.4-cli php7.4-curl php7.4-xml php7.4-mysql php7.4-xsl php7.4-mbstring
- Check Extensions
php -m
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
sudo chown -R llaurent /usr/local/bin/composer
wget https://get.symfony.com/cli/installer -O - | bash
sudo mv /home/llaurent/.symfony/bin/symfony /usr/local/bin/symfony
sudo chown -R llaurent /usr/local/bin/symfony
sudo apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io
sudo apt install docker-compose
sudo snap install slack --classic