Занимаюсь администрированием приложений на apache+tomcat, oracle, db2, redhat, ansible, bamboo, bitbucket, maven, nexus 2\3
Контакты

Наибольший вклад в теги

Все теги (12)

Лучшие ответы пользователя

Все ответы (16)
  • Как выровнять пингвина по середине с помощью Python?

    Telsir
    @Telsir
    select * from /dev/null
    Задание с курсерры. Используй печать строки с определенным количечством пробелов. Выводи пингвинов построчно.
    Ответ написан
    6 комментариев
  • Как установить старую версию libreoffice на linux mint из пакета?

    Telsir
    @Telsir
    select * from /dev/null
    How to install LibreOffice 6.1 on Linux Mint, Ubuntu, Xubuntu, Debian…
    LibreOffice install - Logo with Libreoffice official Font and Document Foundation caption

    This article describes how to install LibreOffice 6.1 on Debian/Ubuntu-based Linux distributions, such as Linux Mint, Xubuntu, Kubuntu, Debian and Ubuntu. This installation method is based on the official .deb packages.

    LibreOffice 6.1 was released on August 8, 2018
    LibreOffice 6.2 is scheduled to be released end of January 2019. Find more information on LibreOffice 6.1 & 6.2 release dates on the official release plan.

    Resources for LibreOffice 6.1 & 6.2:
    Detailed 6.1 release plan
    Detailed 6.2 release plan
    LO 6.1 Release notes (new features list)
    LO 6.2 Release notes (new features list)

    Summary
    A. Remove previous LibreOffice installations
    B. Install LibreOffice 6.1
    C. Uninstall LibreOffice

    A. Remove bundled LibreOffice
    LibreOffice 6.1 can be installed alongside older LibreOffice versions, but conflicts may occur.

    To remove prior installations of LibreOffice:
    sudo apt-get remove libreoffice-core

    If you also want to remove LibreOffice configuration files, use the purge switch:
    sudo apt-get remove --purge libreoffice-core

    B. Install LibreOffice
    Step 1 of 3 – Download compressed packages
    Download LibreOffice 6.1 from the official download page:
    www.libreoffice.org/download/

    Select Linux x86 (deb) for 32 bits systems or Linux x64 (deb) for 64 bits systems.

    This how-to supposes that the downloaded file (and language packs) is saved in the “Downloads” directory situated in your home directory.

    Download as many language packs as you need.

    Step 2 of 3 – Extract the .deb packages
    The downloaded file is a compressed .tar.gz archive. In case you want to learn more on these extensions: tar, gzip. To extract this juicy archive, open the “Downloads” directory. Look for a file named:

    LibreOffice_6.1.0_Linux_x86_deb.tar.gz or
    LibreOffice_6.1.0_Linux_x86-64_deb.tar.gz

    right-click on it and select “extract here “. Repeat the extraction process for all language packs. The .tar.gz archive(s) can now be deleted.

    Step 3 of 3 – Install .deb packages
    Open a terminal.
    Change the current directory to the location of the .deb packages:
    cd ~/Downloads/LibreOffice_6.1.x_Linux_x86_deb/DEBS

    or for the 64 bits version:
    cd ~/Downloads/LibreOffice_6.1.x_Linux_x86-64_deb/DEBS

    (No need to write everything: use Tab ↹ to autocomplete the command line, or copy and paste with the middle-click mouse button)

    Finally, install all .deb packages:
    sudo dpkg -i *.deb

    In case you’re installing language packs, repeat the cd and dpkg steps for each language pack.

    You’re done! No need to restart, LibreOffice is ready to be used.

    If you have problems launching LibreOffice, try out the following command:
    libreoffice6.1
    or
    /opt/libreoffice6.1/program/soffice

    If you’re installing a development release (Beta) of LO 6.2, you can launch it with the following command:
    lodev6.2
    Ответ написан
    1 комментарий
  • График нагрузки на сервер java?

    Telsir
    @Telsir
    select * from /dev/null
    Посмотрите, пермген и хип, насколько ровно они растут и, что переполняется.

    Так же попробуйте такие настройки Джавы:

    -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+DisableExplicitGC

    Когда поймете, кто у вас объедается, хип или перм - снимайте дамп и отдавайте разработчикам. Пусть устраняют утечки.

    Если пользуетесь Tomcat7, через менедджер попробуйте тыкнуть кнопочку "Найти меморилик" и проанализируйте это.
    Ответ написан
    Комментировать

Лучшие вопросы пользователя

Все вопросы (8)