computer:gentoo
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computer:gentoo [2017-03-16 01:38] – [TeX Live manuell installieren] skrupellos | computer:gentoo [2023-03-05 14:01] (current) – [PostgreSQL] skrupellos | ||
|---|---|---|---|
| Line 33: | Line 33: | ||
| </ | </ | ||
| + | <code bash> | ||
| + | ##Jentoo: | ||
| + | in / | ||
| + | dann kernel bauen in / | ||
| + | in /boot das neueste vmlinuz-...-gentoo nach EFI/ | ||
| + | dann neu starten | ||
| + | </ | ||
| ==== Python ==== | ==== Python ==== | ||
| <code bash> | <code bash> | ||
| Line 65: | Line 72: | ||
| * Copy config files from ''/ | * Copy config files from ''/ | ||
| * Add '' | * Add '' | ||
| + | |||
| + | === Arch Linux Version === | ||
| + | < | ||
| + | systemctl stop postgresql | ||
| + | systemctl status postgresql | ||
| + | |||
| + | cd / | ||
| + | V=$(cat data/ | ||
| + | mv data data-$V | ||
| + | |||
| + | install -d -o postgres -g postgres -m 700 / | ||
| + | cd tmp | ||
| + | sudo -u postgres -- initdb --locale en_US.UTF-8 --encoding=UTF8 -D ../data | ||
| + | sudo -u postgres -- pg_upgrade -b / | ||
| + | systemctl start postgresql | ||
| + | systemctl status postgresql | ||
| + | sudo -u postgres -- vacuumdb --all --analyze-in-stages | ||
| + | cd .. | ||
| + | rm -R tmp | ||
| + | </ | ||
| ===== Haushalten ===== | ===== Haushalten ===== | ||
| Konfiguration in ''/ | Konfiguration in ''/ | ||
| Line 103: | Line 130: | ||
| </ | </ | ||
| - | Pakete die Aufmerksamkeit wollen | + | Pakete die Aufmerksamkeit wollen |
| <code bash> | <code bash> | ||
| - | emerge | + | PORTAGE_NICENESS=19 PORTAGE_IONICE_COMMAND=" |
| + | $(emerge | ||
| + | $(emerge -e --pretend @world | grep -F ' | ||
| </ | </ | ||
| Line 116: | Line 146: | ||
| Zunächst als root | Zunächst als root | ||
| <code bash> | <code bash> | ||
| - | mkdir -p / | + | mkdir -p / |
| - | chown -R / | + | chown -R / |
| cat >/ | cat >/ | ||
| app-text/ | app-text/ | ||
| app-text/ | app-text/ | ||
| + | app-text/ | ||
| app-text/ | app-text/ | ||
| EOF | EOF | ||
| emerge -cvaA `(echo virtual/ | emerge -cvaA `(echo virtual/ | ||
| + | emerge -cvaA | ||
| </ | </ | ||
| + | ... ggf. muss man noch Pakete die von texlive abhängen deinstallieren und nacher wieder installieren (doxygen, Anki, ...) oder '' | ||
| - | Dann als user ein TeX Live profile (in ''/ | + | Dann als user ein TeX Live profile (in ''/ |
| < | < | ||
| - | selected_scheme scheme-full | + | # It will NOT be updated and reflects only the |
| - | TEXDIR / | + | # installation profile at installation time. |
| - | TEXMFCONFIG ~/ | + | |
| - | TEXMFHOME ~/texmf | + | selected_scheme scheme-custom |
| - | TEXMFLOCAL | + | |
| - | TEXMFSYSCONFIG | + | TEXDIR |
| - | TEXMFSYSVAR | + | TEXMFSYSCONFIG |
| - | TEXMFVAR ~/.cache/texlive2016 | + | TEXMFSYSVAR |
| + | TEXMFLOCAL | ||
| + | |||
| + | TEXMFCONFIG | ||
| + | TEXMFVAR | ||
| + | TEXMFHOME | ||
| + | |||
| binary_x86_64-linux 1 | binary_x86_64-linux 1 | ||
| collection-basic 1 | collection-basic 1 | ||
| collection-bibtexextra 1 | collection-bibtexextra 1 | ||
| collection-binextra 1 | collection-binextra 1 | ||
| + | collection-context 1 | ||
| collection-fontsextra 1 | collection-fontsextra 1 | ||
| collection-fontsrecommended 1 | collection-fontsrecommended 1 | ||
| Line 145: | Line 186: | ||
| collection-formatsextra 1 | collection-formatsextra 1 | ||
| collection-games 1 | collection-games 1 | ||
| - | collection-genericextra 1 | ||
| - | collection-genericrecommended 1 | ||
| - | collection-htmlxml 1 | ||
| collection-humanities 1 | collection-humanities 1 | ||
| collection-langenglish 1 | collection-langenglish 1 | ||
| Line 158: | Line 196: | ||
| collection-metapost 1 | collection-metapost 1 | ||
| collection-music 1 | collection-music 1 | ||
| - | collection-omega 1 | ||
| collection-pictures 1 | collection-pictures 1 | ||
| - | collection-plainextra | + | collection-plaingeneric |
| collection-pstricks 1 | collection-pstricks 1 | ||
| collection-publishers 1 | collection-publishers 1 | ||
| - | collection-science 1 | ||
| collection-xetex 1 | collection-xetex 1 | ||
| - | in_place | + | |
| - | option_adjustrepo | + | instopt_adjustpath |
| - | option_autobackup | + | instopt_adjustrepo |
| - | option_backupdir | + | instopt_letter 0 |
| - | option_desktop_integration | + | instopt_portable 0 |
| - | option_doc 0 | + | instopt_write18_restricted 1 |
| - | option_file_assocs | + | |
| - | option_fmt | + | tlpdbopt_autobackup |
| - | option_letter | + | tlpdbopt_backupdir |
| - | option_menu_integration 1 | + | tlpdbopt_create_formats |
| - | option_path | + | tlpdbopt_desktop_integration |
| - | option_post_code | + | tlpdbopt_file_assocs |
| - | option_src 0 | + | tlpdbopt_generate_updmap |
| - | option_sys_bin | + | tlpdbopt_install_docfiles 0 |
| - | option_sys_info | + | tlpdbopt_install_srcfiles |
| - | option_sys_man | + | tlpdbopt_post_code |
| - | option_w32_multi_user | + | tlpdbopt_sys_bin |
| - | option_write18_restricted 1 | + | tlpdbopt_sys_info |
| - | portable 0 | + | tlpdbopt_sys_man |
| + | tlpdbopt_w32_multi_user | ||
| </ | </ | ||
| Line 190: | Line 227: | ||
| wget http:// | wget http:// | ||
| tar -xvf install-tl-unx.tar.gz | tar -xvf install-tl-unx.tar.gz | ||
| - | install-tl-*/ | + | install-tl-*/ |
| </ | </ | ||
| - | Danach ''/ | + | Danach ''/ |
| Ein update von TeX Live geht danach mit: | Ein update von TeX Live geht danach mit: | ||
computer/gentoo.1489624732.txt.gz · Last modified: (external edit)
