• Skip to main navigation
  • Skip to main content
  • Skip to footer
  • Portfolio
    • Java
    • DevOps
    • Data mining
  • Online games
  • Posts
    • Author: QubeDron
    • Author: SnailDog
  • Experiments
  • Contacts
  • Skip to menu toggle button

ScAlAn

Scientific Algorithms and Analytics

Tag: DevOps (page 4)

How to clone git repository without enter login and password from keyboard

Task: clone git repository in bash script without enter login and password Implementation: Use next format: git clone http://<login>:<password>@server.com/repository.git Another…
Continue reading “How to clone git repository without enter login and password from keyboard”…
Posted on: November 6, 2020 Last updated on: December 23, 2020 Comments: 3 Written by: Alex

Configure your personal cloud

Task: Install nextcloud app on your instance Implementation: OS: ubuntuServer: nginx Steps: sudo apt update sudo apt upgrade sudo apt…
Continue reading “Configure your personal cloud”…
Posted on: November 6, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

How to update Jenkins CI/CD

Task: update early installed jenkins ci/cd Implementation steps: Open jenkins home URL and check job’s working. Done.
Continue reading “How to update Jenkins CI/CD”…
Posted on: November 2, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

Howto setup docker in Ubuntu 18.04

Task: setup docker in Ubuntu 18.04 Implementation: sudo apt  install docker-composesudo docker ps To avoid use ‘sudo’ do next: sudo…
Continue reading “Howto setup docker in Ubuntu 18.04”…
Posted on: October 28, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

Output HTML page into the image

Task: display html page by link to some pngimage. Solution: One of ways is use google-crome browser: google-chrome –headless –screenshot…
Continue reading “Output HTML page into the image”…
Posted on: October 18, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

How to disable run multiple cron jobs on different EC2 instances

Task: Disable run multiple cron jobs on different EC2 instances with common EFS directory Implementation Run bash script as a…
Continue reading “How to disable run multiple cron jobs on different EC2 instances”…
Posted on: June 2, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

Amazon Linux + Apache + phpFPM

Task: Prepare environment with Apache and phpFPM Implementation: install apache: yum install httpd install php-fpm: yum install php-fpm add autostart:…
Continue reading “Amazon Linux + Apache + phpFPM”…
Posted on: May 15, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

How to make dump of Elasticsearch index

Task: Create dump of index in JSON format Steps: install npminstall elasticdump tools:npm install elastic dump -gcommand to make a…
Continue reading “How to make dump of Elasticsearch index”…
Posted on: April 8, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

Configure WP HyperDB plugin

Task: Add and configure HyperDB plugin to work with master and slave MySQL databases. Implementation:Configure MySQL master and slave from…
Continue reading “Configure WP HyperDB plugin”…
Posted on: March 12, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

Docker: Setup MySQL master-slave

Task: create docker-compose environment to run MySQL master and slave servers. Implementation: docker-compose.yml file: version: ‘2’ services: mysqldb-master: image: mysql:5.7…
Continue reading “Docker: Setup MySQL master-slave”…
Posted on: March 6, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

Setup nginx+php7.2fpm Ubuntu 18.04

Install NGINX # Install software-properties-common package to give us add-apt-repository package sudo apt-get install -y software-properties-common # Install latest nginx…
Continue reading “Setup nginx+php7.2fpm Ubuntu 18.04”…
Posted on: March 4, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

Get all files modified in last 5 days in a directory with subdirectories

Task: Prepare list of files with path add created datetime; Implementation use command in the linux or Mac OS: find…
Continue reading “Get all files modified in last 5 days in a directory with subdirectories”…
Posted on: February 28, 2020 Last updated on: December 23, 2020 Comments: 2 Written by: Alex
« Previous page 1 2 3 4 5 6 Next page »

Recent Posts

  • Alternative js log from devices without access to console
  • Configure .htaccess file for React app located in the subdirectory
  • Write jUnit test to check service with json files
  • Setup FTP server on Paspberry PI
  • Add autoformat java sources into your maven project
  • Add autoformat java sources into your gradle project
  • Create Accordion on html and js
  • Adding and removing users version 2.0
  • Adding and removing user
  • Java Script summer
  • Java Script summer weekend day № 1: Finding the largest word
  • Freecad: fasteners for curtains in the bathroom
  • Java Script Array modification and output

What’s ScAlAn?

Main activity of our co-working team is service to develop and support IT solutions.

Can we help?

We can offer professional development and support for your business.

You have an idea?
You want to make some improvement?
You want to implement?

Contacts

Email: info@scalan.com
Phone: +38 (067) 573-24-19
© 2025 ScAlAn | Using Modern WordPress theme. | Back to top ↑