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

Raspberry Pi as a clock

Task: Display clock on the Raspberry Pi display Implementation with ‘epd’ library: 1. Create python application (main.py) to display date…
Continue reading “Raspberry Pi as a clock”…
Posted on: October 5, 2020 Last updated on: December 23, 2020 Comments: 1 Written by: Alex

How to expand partition size on Raspberry Pi Ubuntu disk

Task: expand root partition. After writing image on sd card I see 3.8GB partition size. I have 14GB sd card.…
Continue reading “How to expand partition size on Raspberry Pi Ubuntu disk”…
Posted on: October 3, 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

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

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

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

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

Backup service

backup "Oh no, my site crashed!" Everyone says things like that from time to time.
Continue reading “Backup service”…
Posted on: September 3, 2016 Last updated on: April 6, 2023 Comments: 1 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 ↑