computer:gentoo
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computer:gentoo [2016-06-10 06:52] – [GTK] 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 ausmerksamkeit | + | Pakete die Aufmerksamkeit |
| <code bash> | <code bash> | ||
| - | emerge | + | PORTAGE_NICENESS=19 PORTAGE_IONICE_COMMAND=" |
| + | $(emerge | ||
| + | $(emerge -e --pretend @world | grep -F ' | ||
| </ | </ | ||
| Line 112: | Line 142: | ||
| (for pkg in / | (for pkg in / | ||
| </ | </ | ||
| + | |||
| + | ===== TeX Live manuell installieren ===== | ||
| + | Zunächst als root | ||
| + | <code bash> | ||
| + | mkdir -p / | ||
| + | chown -R / | ||
| + | cat >/ | ||
| + | app-text/ | ||
| + | app-text/ | ||
| + | app-text/ | ||
| + | app-text/ | ||
| + | EOF | ||
| + | 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 ''/ | ||
| + | < | ||
| + | # It will NOT be updated and reflects only the | ||
| + | # installation profile at installation time. | ||
| + | |||
| + | selected_scheme scheme-custom | ||
| + | |||
| + | TEXDIR | ||
| + | TEXMFSYSCONFIG | ||
| + | TEXMFSYSVAR | ||
| + | TEXMFLOCAL | ||
| + | |||
| + | TEXMFCONFIG | ||
| + | TEXMFVAR | ||
| + | TEXMFHOME | ||
| + | |||
| + | |||
| + | binary_x86_64-linux 1 | ||
| + | collection-basic 1 | ||
| + | collection-bibtexextra 1 | ||
| + | collection-binextra 1 | ||
| + | collection-context 1 | ||
| + | collection-fontsextra 1 | ||
| + | collection-fontsrecommended 1 | ||
| + | collection-fontutils 1 | ||
| + | collection-formatsextra 1 | ||
| + | collection-games 1 | ||
| + | collection-humanities 1 | ||
| + | collection-langenglish 1 | ||
| + | collection-langgerman 1 | ||
| + | collection-latex 1 | ||
| + | collection-latexextra 1 | ||
| + | collection-latexrecommended 1 | ||
| + | collection-luatex 1 | ||
| + | collection-mathscience 1 | ||
| + | collection-metapost 1 | ||
| + | collection-music 1 | ||
| + | collection-pictures 1 | ||
| + | collection-plaingeneric 1 | ||
| + | collection-pstricks 1 | ||
| + | collection-publishers 1 | ||
| + | collection-xetex 1 | ||
| + | |||
| + | instopt_adjustpath 0 | ||
| + | instopt_adjustrepo 1 | ||
| + | instopt_letter 0 | ||
| + | instopt_portable 0 | ||
| + | instopt_write18_restricted 1 | ||
| + | |||
| + | tlpdbopt_autobackup 1 | ||
| + | tlpdbopt_backupdir tlpkg/ | ||
| + | tlpdbopt_create_formats 1 | ||
| + | tlpdbopt_desktop_integration 1 | ||
| + | tlpdbopt_file_assocs 1 | ||
| + | tlpdbopt_generate_updmap 0 | ||
| + | tlpdbopt_install_docfiles 0 | ||
| + | tlpdbopt_install_srcfiles 0 | ||
| + | tlpdbopt_post_code 1 | ||
| + | tlpdbopt_sys_bin / | ||
| + | tlpdbopt_sys_info / | ||
| + | tlpdbopt_sys_man / | ||
| + | tlpdbopt_w32_multi_user 1 | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | pushd /tmp | ||
| + | wget http:// | ||
| + | tar -xvf install-tl-unx.tar.gz | ||
| + | install-tl-*/ | ||
| + | </ | ||
| + | |||
| + | Danach ''/ | ||
| + | |||
| + | Ein update von TeX Live geht danach mit: | ||
| + | <code bash> | ||
| + | tlmgr update --list | less | ||
| + | echo " | ||
| + | read && tlmgr update --self --all | ||
| + | </ | ||
| + | |||
| ===== Cross Compiler ===== | ===== Cross Compiler ===== | ||
| Line 125: | Line 252: | ||
| </ | </ | ||
| + | ====== Kernel Parameter ====== | ||
| + | Cheat sheet | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| ===== GTK ===== | ===== GTK ===== | ||
| Find all themes supporting GTK2 and GTK3 | Find all themes supporting GTK2 and GTK3 | ||
computer/gentoo.1465534334.txt.gz · Last modified: (external edit)
