Category Archives: Coding

sources, codes,

Connecting Graylog with .NET Core 8.0: A Step-by-Step Tutorial

Graylog with .NET Core 8.0

Graylog with .NET Core 8.0

Graylog, a powerful open-source log management platform, allows you to centralize and analyze logs from various sources. In this tutorial, we will guide you through the process of connecting Graylog with a .NET Core 8.0 application, enabling you to efficiently monitor and manage your application logs. Follow along as we walk you through the necessary steps to integrate Graylog into your .NET Core 8.0 project.

Continue reading

Unveiling the Major Changes in .NET Core 8.0: A Developer’s Guide

The release of .NET Core 8.0 marks a significant milestone in the evolution of the .NET framework, introducing a host of exciting new features and enhancements. In this comprehensive guide, we will explore the major changes in .NET Core 8.0 that every developer should know. Whether you’re a seasoned .NET developer or just getting started, this post will provide valuable insights into the advancements that await you in the latest version. So, let’s dive in and discover the game-changing updates in .NET Core 8.0! Continue reading

Number to Word C# / რიცხვი სიტყვიერად C# (კოდი, ბიბლიოთეკა) .Net Core, C#

Numbers to words converter(Georgian) რიცხვი სიტყვიერად – ქართულად!

524 ხუთას ოცდაოთხი

 

 

19043 ცხრამეტი ათაას ორმოცდას

https://www.nuget.org/packages/Gulivera.NumberToWord

https://github.com/guliv3r/NumberToWord

Mail.Ru Parser / Mail.ru -ს შედეგების გამოტანა


დღეს დამჭირდა mail.ru-ს შედეგების პარსერი. რუსულ ინტერნეტში ვერაფერი ვნახე უფასოდ, ყველაფერი ფასიანი იყო. დავჯექი და 1 საათში დავწერე. აგერ წარმოგიდგენთ უფასოდ. გამოყენებისას უბრალოდ საავტორო უფლებები დაიცავით 😀 Continue reading

Web Server on Fedora

აქ დავწერ თუ როგორ უმოკლეს დროში დავქოქოთ ლოკალში ვებ სერვერი. ამისათვის დაგვჭირდება Fedora-ს დისტრო.

ვხსნით ტერმინალს და შევდივართ რუთით:
su
ვაყენებთ აპაჩის:
yum install httpd
ვაყენებთ mysql სერვერს:
yum install mysql-server
ჩართეთ mysql სერვერი
service mysqld start
ამ ბრძანების შედეგად ჩვენი აპაჩი ჩაირთვება ავტომატურად სისტემასთან ჩართვისთანავე.
chkconfig --levels 235 mysqld on
ვქმნით mysql-ში root მომხმარებელს, ყველა პრივილეგიით.
mysqladmin -u root password 'თქვენი პაროლი'
ან შეგვყავს შემდეგი ბრძანება და ახლიდან ვაკონფიგყრებთ mysql-ი-ს root მომხმარებელს
mysql_secure_installation
ვაყენებთ php-ის
yum install php-mysql
შევდივართ: var/www/html და ვქმნით რამე php ფაილს php-ის დასატესტად და ვარესტარტებთ აპაჩის:
service httpd restart
ვაყენებთ phpmyadmin-ს
yum install phpmyadmin
შევდივართ /etc/phpmyadmin/ და ვარედაქტირებთ მანდ ფაილს. მანდ გაწერს sql-ის იუზერს და პაროლს, და თქვენი phpmyadmin-იც ამუშავდა.