Community

Subscribe

Blog

Weekdays of IT specialists, talking about the activities of our company

News & releases

Latest news from the world of IT and cloud technologies

Questions & Answers

Use our convenient search tool or ask a question yourself

RELEVANT TODAY

Knowledge base

See more posts

MongoDB: Key Terms, History, and Success

MongoDB is a widely used NoSQL database designed for fast and efficient data management. Unlike traditional relational databases, it follows a document-oriented model.

Questions & Answers

See more posts

Cannot Access .php File Through Browser

I set up a VPS and created a folder inside the /home/ directory named share-br. I'm trying to access an index.php file located at /home/share-br/index.php through my browser. The URL I'm using is:
		
http:///share-br/index.php
However, the browser returns a 404 error, and the page doesn't load. How can I access my PHP file on the server?

Replied 16 days ago

2 replies

8 votes

85 views

Unable to Access Links Inside WP-admin

After installing WordPress, I can't access links within the admin panel — when I try to open any page, I get a "Page Not Found" error. Initially, the CSS wasn't loading, but after adding this line:
		
define( 'CONCATENATE_SCRIPTS', false ); the CSS started displaying correctly, yet the issue with accessing the admin panel remains.
Here's the content of my .htaccess file:
		
RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] Order Allow,Deny Deny from all Order Allow,Deny Allow from all
How can I fix this issue?

Replied 1 month ago

2 replies

5 votes

91 view

Why did the SSL certificate renewal break my payment gateway?

I renewed the SSL certificate on my website, and after that, the payment gateway stopped working. It was functioning correctly before the renewal, but now it doesn’t. Why does the modulus of the new SSL certificate not match the private key? Could this be causing the issue with the payment gateway? How can I fix this error and get everything working again?

Replied 1 month ago

3 replies

2 votes

119 views

Tailwind CSS Latest Version - How to Upgrade?

I have an old project created using Vite and React, where Tailwind CSS v3 is used for styling. In order to upgrade to Tailwind CSS v4, I ran the command:
		
npx @tailwindcss/upgrade@next --force
Initially, the command issued a warning related to the git cache, so I added the --force parameter. However, during execution, the following error appears: During the first phase of running this command, I encountered a warning related to the git cache. To bypass this warning, I added the --force option

Replied 3 months ago

6 replies

2 votes

121 view

How to keep a Docker container running after starting several services?

Hi everyone! My name is Stan I’m new to Docker and would like to ask you, as I see many questions on this topic here. What methods do you use to keep a Docker container alive and running when you start multiple services? I create a Docker container where, through the script start-services.sh, services like a web server and additional daemons are started. In the Dockerfile, I write:
		
CMD ["sh", "/opt/start-services.sh"]
The script starts the services successfully, but then it finishes and the container stops immedi

Replied 6 months ago

17 replies

8 votes

132 views

Is it possible to download Docker image without installing Docker on the machine (download image from Docker Hub)?

Hi everyone! I need to fetch images — say, ubuntu:latest — from Docker Hub on a server that doesn't have Docker installed. I need a method to download an image (ideally as a tarball or other portable format) that does not use the Docker CLI. I've reviewed the docs but couldn’t find a suitable solution. Can anyone share examples or tools that download the image not utilizing docker pull?

Replied 6 months ago

15 replies

12 votes

251 view

Best Practices for Terraform Project Structure

Before, I managed all the infrastructure of my Terraform project by writing all the resources in a single main.tf file. Now I want to split the terraform configuration by distributing it from one directory to several subfolders, for example:
		
terraform-project/ ├── network/ │   ├── main.tf │   └── variables.tf ├── compute/ │   ├── main.tf │   └── variables.tf ├── main.tf └── terraform.tfvars
The problem occurs when I use terraform command:
		
terraform apply network
Terraform creates a plan that will remove resources defined outside the network folder. How can I organize the repository so that changes affect only the needed group of resources and the cu

Replied 6 months ago

10 replies

5 votes

82 views

Configuring Jenkins to Send Emails on Pipeline Syntax Errors

In the case of a failed build in my Jenkins Pipeline, I receive an email through the Extended Email plugin. However, when there are syntax errors in the Pipeline, the email is not sent. For example, if I uncomment ensure {} in the code below:
		
#!/usr/bin/env groovy pipeline { agent any stages { stage('Preparation') { steps { echo 'preparing...' } } } post { failure { mailSend body: 'An error was detected', subject: 'Build Failed', to: '[email protected]' } // ensure {} } }
Since ensure {} is placed incorrectly, an error occurs:
		
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: WorkflowScript:19:9: Unexpected input: '{' @ line 19, column 9. ensure {
But an email is not sent in the case of a Pipeline syntax error. How can I ensure that I receive an email when there are syntax errors in the Pipeline?

Replied 6 months ago

7 replies

6 votes

244 views

Infrastructure

See more posts

Subscribe to our newsletter to get articles and news

    Virtualization

    See more posts

    Top 27 DevOps tools you need in 2024

    I this article we offer our checklist of tools, both foundational and variable, dividing products into categories by functionality: working with code, code storage, configuration management, CI\CD systems.

    Business

    See more posts

    easy start with easyDCIM

    Get started

    The EasyDCIM control panel is there to manage the infrastructure deployed in a Tier III data center. Accessing a dedicated server has never been easier or more reliable.

    Discover more