• 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: bash (page 3)

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

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

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

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

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

Docker – copy file from container to host

In order to copy a file from a container to the host, you can use the command:
Continue reading “Docker – copy file from container to host”…
Posted on: December 31, 2016 Last updated on: December 23, 2020 Comments: 0 Written by: Alex
« Previous page 1 2 3

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 ↑