How to unarchive files on server
Unarchiving Files via Console (SSH)
1. Connect to Your Server via SSH
ssh username@your-server-ip
Replace username
and your-server-ip
with your actual SSH credentials.
2. Navigate to the Directory
cd /path/to/your/archive
3. Extract Common Archive Types
.zip
files
unzip filename.zip
.tar
files
Drupal Novi Sad DrinkUp #7
Hello!
We are glad to invite you to the March edition of Drupal Novi Sad DrinkUp #7!
It is not a joke, do come! We will (just maybe!) talk about distributions vs recipes, but we will mostly enjoy good company and some food.
Tuesday, April 1st, 2025.
Irish Pub Red Cow
19:00 - 22:00 - Free discussion about Drupal, News and The Meaning of Life.
Irish Pub Red Cow, Zmaj Jovina 28, Novi Sad, check on Google Maps.
Using ChatGPT to localize Drupal interface
Using ChatGPT to localize Drupal interface into your language:
Here is github repository with code and links:
https://github.com/levmyshkin/drupal-localize-chatgpt
Drupal Novi Sad DrinkUp #4
💧Hello, we are glad to invite you to Drupal Novi Sad DrinkUp #4 !💧
We translated Drupal in Serbian (using AI) and will discuss translation for Drupal User Guide.
Date: Thursday, 5 December 2024
Drupal Camp Novi Sad 2024
📍 Location: Vojvođanskih brigada 7, Novi Sad, Serbia
📌 Plus Code: 7R2W+7H
🗺️ https://lnkd.in/difTqsWu
In May, the idea behind the event was born, and during the summer they worked on the development of the idea and preparation.
Today we are proud to announce that Drupal Camp Novi Sad 2024 will be held on Saturday 10/19/2024. in Novi Sad, Vojvođanskih Brigada Street 7 (Vega IT). Follow the announcements on social networks for other details.
Added fields for setting background-position and background-size in EBT/EPT component
Extra Block Types (EBT) and Extra Block Paragraphs (EPT) have now new Background Position and Background Size fields for settings CSS background-position and background-size:
So now it's possible to set backround in any corner for EBT/EPT components.
EBT/EPT Hero modules have been released!
Hello, Drupal Devs and Site Builders! I have bunch of modules for Landing and Listing pages:
EBT (Extra Block Types)
EPT (Extra Paragraph Types)
Latest EBT and EPT Hero modules for Drupal have been released.
EBT Hero
EPT Hero
So I started to plan 2.x development for EBT/EPT modules:
- EBT/EPT Builder Drupal distributive
Drupal 11 Release Party - 29 July 2024, Novi Sad, Serbia
Novi Sad, Serbia.
💧Hello, we are glad to invite you on Drupal 11 Release Party!💧
https://www.drupal.org/community/events/drupal-11-launch-party-%F0%9F%9A%80-2024-07-29
It is not official, just usual DrinkUp in Irish pub:
29 Jul 2024 at 19:00
Mesto okupljanja je Irish Pub · prvi sprat, Zmaj Jovina 28, Novi Sad - Irish pub Red Cow:
https://maps.app.goo.gl/6UZBwicqCQVWmCaU8
Blocking ChatGPT in robots.txt: Pros and Cons
With the increasing prevalence of AI-powered tools like ChatGPT, website owners are faced with the decision of whether to allow or block these bots from accessing their sites. One effective way to manage this is through the robots.txt
file. By adding specific directives, such as User-agent: GPTBot Disallow: /
, you can control whether ChatGPT can crawl and access your content. In this article, we'll delve into the pros and cons of blocking ChatGPT in robots.txt
.