• 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 5)

Fix import huge database into Docker MySQL container

When I tried to import dump file using mysql command I saw ‘lost connection’ or ‘server has gone away’ error……
Continue reading “Fix import huge database into Docker MySQL container”…
Posted on: January 24, 2020 Last updated on: December 23, 2020 Comments: 1 Written by: Alex

WP fix run site locally

WordPress has option(s) with site URL. To change them to new one use next SQLs: UPDATE `wp_options` SET `option_value` =…
Continue reading “WP fix run site locally”…
Posted on: January 24, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

WP set category to post within SQL

I have a stored procedure and want put posts in the MySQL event to some category (such Archive). wp_term_relationships (object_id,…
Continue reading “WP set category to post within SQL”…
Posted on: January 24, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

List of variables in log format NGINX

Variables: $ancient_browser equals the value set by the ancient_browser_value directive, if a browser was identified as ancient $arg_ argument in…
Continue reading “List of variables in log format NGINX”…
Posted on: January 10, 2020 Last updated on: December 23, 2020 Comments: 18 Written by: Alex

local to FTP sync

To sync local directory to FTP server use (Linux script): lftp -c “set ftp:list-options -a;   open ftp://<ftpuser>:<ftppass>@<ftp.host.com>:<ftpport>;    lcd…
Continue reading “local to FTP sync”…
Posted on: December 19, 2019 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

FTP to local sync

To sync remote directory to local computer use (Linux script): lftp -c “set ftp:list-options -a;   open ftp://<ftpuser>:<ftppass>@<ftp.host.com>:<ftpport>;    lcd…
Continue reading “FTP to local sync”…
Posted on: December 19, 2019 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

MP3 title charset change from CP1251 to UTF8

I have mp3 files with title in Windows CP1251 charset. When I copy them to MP3 player or play them…
Continue reading “MP3 title charset change from CP1251 to UTF8”…
Posted on: November 29, 2019 Last updated on: December 23, 2020 Comments: 1 Written by: Alex

Docker php+mysql+xdebug

Steps to create configuration: Create docker-compose.yml version: “2” services: web: image: nginx:latest ports: – “80:80” volumes: – ./apps/default:/apps/default – ./logs/nginx:/logs/nginx…
Continue reading “Docker php+mysql+xdebug”…
Posted on: August 22, 2019 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

Extract all .gz in a directory- Linux

Next command helps to do that: find . -name ‘*.gz’ -exec gunzip ‘{}’ \; Note: source .gz files will be…
Continue reading “Extract all .gz in a directory- Linux”…
Posted on: April 17, 2019 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

ls – How to sort files by date…

How to display newer files at the bottom of the ls output in Linux or Mac:  ls -latr lLong list with more…
Continue reading “ls – How to sort files by date…”…
Posted on: March 23, 2019 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

How to migrate GIT repository from bitbucket to AWS CodeCommit

Steps: Get code from bitbucket: git clone –bare https://<username>@bitbucket.org/<userdir>/<project>.git cd <project>.git git push –mirror ssh://git-codecommit.us-east-2.amazonaws.com/v1/repos/<project>
Continue reading “How to migrate GIT repository from bitbucket to AWS CodeCommit”…
Posted on: March 16, 2019 Last updated on: December 23, 2020 Comments: 1 Written by: Alex

Ubuntu allow sudo su without password

Steps: Modify /etc/sudoers: from: sudo ALL=(ALL:ALL) ALL to: sudo ALL=(ALL:ALL) NOPASSWD:ALL
Continue reading “Ubuntu allow sudo su without password”…
Posted on: October 8, 2018 Last updated on: December 23, 2020 Comments: 0 Written by: Alex
« Previous page 1 … 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 ↑