Kayıtlar

Ubuntu Daily Dose

CronJob  Link   Cron Job Howto Link Cron Jon solve trouble Link Setup CronJob Link Print Current Date Link Pm2 more effective command Link Tmux CheatSheet Link Cron Tab Guru Link Write shell script ubuntu Link Set crontab execute every 5 minute Link Increase mysql connection limit Link Getting mysql current connection Link Mysql show status Link Mysql purge binary sql logs Link

Mysql hatalar zinciri çözümleri

Resim
 Bugün karşılaştığımız mysql hataları Host 'IP' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' Kaynak link 2- mysql-8-0-client-does-not-support-authentication-protocol-requested-by-server hatası /*SET GLOBAL max_connect_errors=10000;*/ /*ALTER USER 'dbuser' IDENTIFIED WITH mysql_native_password BY 'password';*/ Client does not support authentication protocol requested by server; consider upgrading MySQL client'+ Kaynak link Bu kadar aksiyon üzerine işlem yapma sayısı bağlantı havuzunda takılma yaşadı, bunu çözmek için aşağıdaki connetion sayısını arttırabiliriz Kaynak link

17.10.2022 - 21.10.2022 arası işler

Dotnet core üzerinde Syslog  atma Link  Alternatif Link Socket.io C# client library Link Identity server unauthorized client için Link I struggled with the  unauthorized_client  error for the  Resource Owner Password Validation  flow in IdentityServer 4 because the grant type  password  was missing in  [dbo].[ClientGrantTypes]  for the associated  client_id . I had to insert a new line into the table to fix this error. INSERT INTO [dbo].[ClientGrantTypes] ( [ GrantType ] ,[ClientId]) VALUES ( 'password' , X) -- where X is value of [dbo].[Clients].[Id] of used client Base controllera dependency geçirme public class BaseController : Controller { protected readonly IMapper Mapper; protected BaseController ( IMapper mapper ) { this .Mapper = mapper; } } then public class MyController : BaseController { private readonly MyOtherParam; public MyController ( IMapper mappe...

08.08.2022 - 12.08.2022 arası işler

 Random decimal value generate via javascript Link High Charts Örneği https://www.highcharts.com/demo/stock/intraday-area Pm2 yönetimi Link Online compiler C# Link Cronjob on linux Link

25.07.2022 - 29.07.2022 arası işler

C# ile mongodb üzerinde in sorgusu çalıştırma Link BsonDocument bson = new BsonDocument("_id", new BsonDocument("$in", new BsonArray(vins))); Tradingview Chart tipleri https://www.tradingview.com/widget/ Advanced olan widget üzerinde customize edilebilir https://www.tradingview.com/widget/advanced-chart/ property ayarları https://developer.interactsoftware.com/docs/embedding-tradingview-widgets

18.07.2022 - 22.07.2022 arası işler

 SHA1 hash link  Restsharp basic usage link C# ByteArray apiye post ederken yapılması gerekenler link1 - link2 Cannot use import statement outside module in JS link

04.07.2022 - 08.07.2022 arası işler

 Expressjs routera nesne geçirmek Link