Personal Първа пролет Първият ден на пролетта е добро начало да започнеш на чисто. Забрави всичко лошо и гледай само напред, където те очаква щастие и берекет!
Personal 8 march International Women's Day is a holiday celebrated annually as a focal point in the women's rights movement. International Women's Day gives focus to issues such as gender equality, reproductive rights, and violence and abuse against women.
традиции 3 март Българио, за тебе те умряха, една бе ти достойна зарад тях, и те за теб достойни, майко, бяха И твойто име само кат мълвяха, умираха без страх.
caddy Monitoring Caddy with Netdata or with Prometheus and Grafana How to monitor Caddy by collecting metrics with Prometheus? Simple - use the caddy's global options to enable prometheus metrics. { servers { metrics } admin localhost:2019 } $ curl -X GET http://localhost:2019/metrics Admin API's HTTP endpoints. # TYPE caddy_admin_http_requests_total counter caddy_admin_http_
FreeBSD Ghost CMS now supports Node.js 22 Because of declaring Node.js 20.x LTS to Maintenance state since his EOL in April 2026 it was really important to migrate to newer Node.js LTS version. Of course the performance of newer node.js versions is important too. But the wait is over, with latest released version
PHP 8.4.4 recommendation for php-fpm setting My experiments with php 8.4.4 to found no high cpu and memory usage has following results: For PHP.INI opcache and jit: [opcache] opcache.enable=1 opcache.enable_cli=1 opcache.interned_strings_buffer=128 opcache.max_accelerated_files=20000 opcache.save_comments=1 opcache.jit=1235 opcache.
MySQL Code to make a wordpress post no-sticky From time to time in WordPress you can want to remove sticky post mark on some posts. But the theme which you are using, is hiding the button on editor interface. Simple solution to delete all sticky posts - is to modify database using this simple mysql update: update wp_
Migrating from NextCloud to Infinite Scale ocis There are too many cloud variants and use cases out there to have a migration path for all at hand, but let’s see what we can start with: There is the famous Swiss army knife for clouds called rclone available. The awesome rclone tool makes it easy to migrate
HAProxy Use different backend depending on access-request hostname with HAProxy frontend frontend_main ... use_backend %[req.hdr(host),lower,map(/usr/local/etc/haproxy/subdomains.map,backend_default)] he content of /usr/local/etc/haproxy/subdomains.map would look like this: #domainname backendname one.example.com backend_one two.example.com backend_two ... etc.domain1.com backend_etc
DNS PowerDNS performance with LMDB Backend I want to compare the performances of a PowerDNS Authoritative server using a SQL backend, versus one using a LMDB backend. LMDB stands for Lightning Memory-Mapped Database. In a nutshell, it provides an embedded transactional database in the form of a key-value store, and provides: * greatly-increased performance, * guaranteed data integrity
Performance test results of the fastest WordPress themes Results for the home page ThemeCSS SizeJS SizeDOM ComplexityJS ComplexityCSS ComplexityGenesis Essence pro83.4kb112.1kbA (277)A (175)A (2107)Genesis Mai101.2kb7.6kbA (216)A (29)A (1446)GeneratePress19.4kb7.1kbA (808)A (78)A (1121)Astra39.9kb18kbA (563)A (169)A (1699)Neve38.4kb7.3kbA (492)A (39)
PostgreSQL Upgrade to 17.0 The postgresql 17 was released 2 days ago. So here is quick manual to upgrade to latest version from 16.4. pkg create postgresql16-server mkdir /tmp/pg-upgrade tar xf postgresql16-server-16.4.pkg -C /tmp/pg-upgrade pkg delete -f databases/postgresql16-server databases/postgresql16-client portmaster databases/postgresql17-server databases/postgresql17-client su -l postgres
FreeBSD Removing old files after rebuilding world # cd /usr/src && yes | make delete-old cd /usr/src/ && make BATCH_DELETE_OLD_FILES=YES delete-old delete-old-libs
Wordpress and Shell Backdoors It looks that wordpress has big problems with his possibility to upload files, and also to publish comments. But this opens many possibilities malware to be uploaded to such sites, and then they will be easily hacked. I'm using following configuration for caddy web server configuration: ..... { encode zstd
Personal Честит 24 май! На 24 май отбелязваме Деня на светите братя Кирил и Методий, на българската азбука, просвета и култура и на славянската книжовност.
WinRE partition resize to fix installation of KB5034441 Param ( [Parameter(Mandatory=$false,HelpMessage="Skip confirmation")][bool]$SkipConfirmation=$false, [Parameter(Mandatory=$true,HelpMessage="Path to backup old WinRE partition content to")][string]$BackupFolder ) # ------------------------------------ # Helper functions # ------------------------------------ # Log message function LogMessage([string]$message) { $message = "$message" Write-Host $message } # Extract numbers from string function ExtractNumbers(
MacOS How-to create bootable Windows usb flash on MacOS First see what disks you have on your MacOS % diskutil list /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *500.3 GB disk0 1: EFI EFI 209.7 MB disk0s1 2: Apple_APFS Container disk1 500.1 GB disk0s2 /dev/disk1 (synthesized): #: TYPE NAME SIZE IDENTI
Ghost CMS - how to set it to use smtp email via postfix It is really not easy task to set Ghost CMS to use localhost postfix. Actually everything is based on Nodemailer javascript module. Here is my working config: "mail": { "from": "'Ostreff Ghost Support' <ghost@ostreff.info>", "transport": "SMTP&
Personal Свети великомъченик Георги Победоносец Свети великомъченик Георги Победоносец (275 – 281 г. – 23 април 303 г.) е един от най-почитаните светци, мъченик за Христовата вяра, убит по време на Диоклециановите гонения. Мощите на свети Георги са погребани в град Лида/Диосполис в римската провинция Палестина, част от реформираната Сирия Палестина (дн. Лод, Израел), в от
News Mattermost slack was recovered again on this url. OCIS ownCloud Infinite Scale is hosted here. Interesting web site is hosted also here.