• 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

Category: Posts (page 10)

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

How can I check if an environment variable is set in node js?

How can I check if an environment variable is set in node js?

Continue reading “How can I check if an environment variable is set in node js?”…
Posted on: February 17, 2017 Last updated on: February 17, 2017 Comments: 0 Written by: Alex

Docker – copy file from container to host by imagename

To copy file from container file system to host use next command:
Continue reading “Docker – copy file from container to host by imagename”…
Posted on: February 15, 2017 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

Run test in docker

To do that use next steps.
Continue reading “Run test in docker”…
Posted on: February 9, 2017 Last updated on: February 9, 2017 Comments: 1 Written by: Alex

Docker disk memory leak (create/remove images)

While I am using docker I noticed this problem on my Mac computer.
Continue reading “Docker disk memory leak (create/remove images)”…
Posted on: February 3, 2017 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

Docker – remove all images and containers

In order to remove all containers, you can use the command: docker rm $(docker ps -a -q)   In order…
Continue reading “Docker – remove all images and containers”…
Posted on: December 31, 2016 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

Configure Firefox to run local .swf files

I tried to open swf files from local computer in Firefox browser and it recommended me to save its.
Continue reading “Configure Firefox to run local .swf files”…
Posted on: November 29, 2016 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

Working with parameters in the URL from javascript

Task is to hide some page elements based on parameter in the URL.
Continue reading “Working with parameters in the URL from javascript”…
Posted on: October 20, 2016 Last updated on: October 20, 2016 Comments: 0 Written by: Alex

How to click a href link using Selenium

I have a html href link: https://scalan.com/apps/HexagonTowersGame To click this link by href using xpath in selenium: //a
Continue reading “How to click a href link using Selenium”…
Posted on: October 13, 2016 Last updated on: October 13, 2016 Comments: 0 Written by: Alex

Russian Morphy Cases

In Russian language the nouns change their forms and get different endings. These forms (and their endings) are called cases.…
Continue reading “Russian Morphy Cases”…
Posted on: October 11, 2016 Last updated on: December 23, 2020 Comments: 0 Written by: Alex
« Previous page 1 … 8 9 10 11 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 ↑