#Python Cheat Sheet
This is a short list of different packages to install to enhace your production in Python
pip is a tool for installing and managing Python packages
git remote add RemoteName [email protected]:repository.git
git remote show origin
#!/bin/bash | |
echo -n $1 | md5sum |
# First step | |
apt-get update | |
apt-get upgrade | |
# Error | |
# W: mdadm: /etc/mdadm/mdadm.conf defines no arrays. | |
# W: mdadm: no arrays defined in configuration file. | |
>> Need a solution to solve this problem | |
<VirtualHost *:80> | |
ServerAdmin [email protected] | |
ServerName wordpress.local | |
# Indexes + Directory Root. | |
DirectoryIndex index.php index.html | |
DocumentRoot /var/www/workspace/wordpress/ | |
# BEGIN WordPress | |
<IfModule mod_rewrite.c> |