- 4 tbsp oil
- 4 onions
- 2 peppers
- 8 chicken breasts
- 800 g chopped tomatoes
- 4 tbsp tomato purée
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
"""" | |
Bulk download records from legacy, usage: `get_marcxml.py [number_of_records] > [output_marcxml]` | |
To migrate: `inspirehep migrator populate -f [path_to_marcxml]` | |
""" | |
from lxml.etree import fromstring, tostring | |
import requests | |
import sys |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Unmount /home | |
umount /home | |
# Shrink the /home filesystem | |
fsck -f /dev/mapper/fedora-hmoe | |
resize2fs /dev/mapper/fedora-home 100G | |
# Shrink the /home logical volume |