sudo pacman -Syu zsh
You do not need to install manjaro-zsh-config
and all the other related packages like zsh-syntax-highlighting
, zsh-history-substring-search
, zsh-autosuggestions
, etc., as we will use Oh My Zsh.
// How to reset root password for MySQL on mac | |
mysql.server restart --skip-grant-tables | |
mysql | |
UPDATE mysql.user SET Password=PASSWORD('new_root_password') WHERE User='root'; | |
exit | |
mysql -u root -p | |
// new_root_password or your password |
<?php | |
use Doctrine\ORM\Mapping as ORM; | |
use Doctrine\Common\Collections\ArrayCollection; | |
/** | |
* @ORM\Entity() | |
* @ORM\Table(name="user") | |
*/ | |
class User |
# Check the disk status of a server | |
$ df | |
# Find why the disk if full, list the 10 biggest directories/files from current directory | |
$ du -hsx * | sort -rh | head -10 |
https://www.kosinix.com/install-lets-encrypt-certificate-on-shared-hosting/ |
sudo pacman -Syu zsh
You do not need to install manjaro-zsh-config
and all the other related packages like zsh-syntax-highlighting
, zsh-history-substring-search
, zsh-autosuggestions
, etc., as we will use Oh My Zsh.