May Meow
Subscribe
RSS
Archives
Moving to Github
June 24, 2021
Hi! Yes, ts true i started to slowly move my repositories to Github. I still selfhosting Gitlab but i thought about switching back if you want know more you...
Moving to Github
June 24, 2021
Hi! Yes, ts true i started to slowly move my repositories to Github. I still selfhosting Gitlab but i thought about switching back if you want know more you...
How to Host Static Websites With Amazon S3 and Cloudflare
March 8, 2021
Hi! I moved my website to s3 + cloudflare for SSL certificate. Do you want to know how? I will show you: First you will need to create new storage so Login...
How to Host Static Websites With Amazon S3 and Cloudflare
March 8, 2021
Hi! I moved my website to s3 + cloudflare for SSL certificate. Do you want to know how? I will show you: First you will need to create new storage so Login...
๐ How to Run Wordpress in Docker
March 1, 2021
Iโm not a very big fan of WordPress. In my honest opinion main problem (and benefit?) is that WordPress has many plugins.It is like two sided sword where on...
๐ How to Run Wordpress in Docker
March 1, 2021
Iโm not a very big fan of WordPress. In my honest opinion main problem (and benefit?) is that WordPress has many plugins.It is like two sided sword where on...
How to Install and Configure Samba
February 24, 2021
H1, letโs see what you need to do when you want share files between windows and linux. There are mroe ways how you can do it, and one is to install and...
How to Install and Configure Samba
February 24, 2021
H1, letโs see what you need to do when you want share files between windows and linux. There are mroe ways how you can do it, and one is to install and...
Xfce Terminal Color Emoji
February 21, 2021
If you have missing emojis in XFCE as i had terminal following informations are for you. I found this on manjaro related forum but it worked for me in my...
Xfce Terminal Color Emoji
February 21, 2021
If you have missing emojis in XFCE as i had terminal following informations are for you. I found this on manjaro related forum but it worked for me in my...
Get a Rating With Traefik SSL
February 4, 2021
Traefik has enabled (I donโt know why) TLS < 1.2 by default. And if you try to test network with SSL Labs you will get B ranking because of that. So how to...
Get a Rating With Traefik SSL
February 4, 2021
Traefik has enabled (I donโt know why) TLS < 1.2 by default. And if you try to test network with SSL Labs you will get B ranking because of that. So how to...
Note on OpenVPN Routing
January 18, 2021
Hi!. This one will be short. I should have created routing to my server from internet over OpenVPN. Problem was not with forwarding on itself, you can find a...
Note on OpenVPN Routing
January 18, 2021
Hi!. This one will be short. I should have created routing to my server from internet over OpenVPN. Problem was not with forwarding on itself, you can find a...
Consume Api With GO
December 9, 2020
A few days ago I have to look at consuming API with GO from Ghost so here is what I learnt. A very simple example of how to consume API and print it as text...
Consume Api With GO
December 9, 2020
A few days ago I have to look at consuming API with GO from Ghost so here is what I learnt. A very simple example of how to consume API and print it as text...
๐ Php Color Conversion From Hex to Rgb and Back
December 1, 2020
Following Color class will allow you to convert colors from RGB to hex and back class Color { /** int $red */ public $red; /* int $green / public $green; /*...
๐ Php Color Conversion From Hex to Rgb and Back
December 1, 2020
Following Color class will allow you to convert colors from RGB to hex and back class Color { /** int $red */ public $red; /* int $green / public $green; /*...
Create API With CakePHP
September 25, 2020
Before created API with prefixes. So I had API in the controller folder with everything else but when you have many controllers it can be hard to navigate...
Create API With CakePHP
September 25, 2020
Before created API with prefixes. So I had API in the controller folder with everything else but when you have many controllers it can be hard to navigate...
๐ ์๋ ์ธ๊ณ
September 4, 2020
์ด๊ฒ์ ํ์ด์ง์ ์ฒซ ๋ฒ์งธ ๊ฒ์๋ฌผ์ด๋ค. ์ด ํ์ด์ง๋ Hugo๊ฐ Gitlab-CI์ ํจ๊ป ๋ง๋ ๊ฒ์ผ๋ก ํฅํ ๊ฒ์๋ฌผ์ ๋ ๋ง์ ๋ด์ฉ์ ์ ๊ฒ ์ต๋๋ค.
๐ ์๋ ์ธ๊ณ
September 4, 2020
์ด๊ฒ์ ํ์ด์ง์ ์ฒซ ๋ฒ์งธ ๊ฒ์๋ฌผ์ด๋ค. ์ด ํ์ด์ง๋ Hugo๊ฐ Gitlab-CI์ ํจ๊ป ๋ง๋ ๊ฒ์ผ๋ก ํฅํ ๊ฒ์๋ฌผ์ ๋ ๋ง์ ๋ด์ฉ์ ์ ๊ฒ ์ต๋๋ค.
Static Sites With Minio and S3www
August 19, 2020
Hi! If you read my last post you know how to host your static pages on Azure. I know there are some of you who want opnsource solutions or want to host on...
Static Sites With Minio and S3www
August 19, 2020
Hi! If you read my last post you know how to host your static pages on Azure. I know there are some of you who want opnsource solutions or want to host on...
Quick Note on Minio Users
August 19, 2020
Hi! I want to show you how you can add new user on your minio server and how you can assign him access rights to selected folders by creating policy. Create...
Quick Note on Minio Users
August 19, 2020
Hi! I want to show you how you can add new user on your minio server and how you can assign him access rights to selected folders by creating policy. Create...
Update User Guid to Match Existing User in Microsoft 365 Azure Ad
August 16, 2020
Letโs see what to do when azure ADSync synchronize you on Premise AD user to azure to @domain.onmicrosoft.com. In most cases it was done when i have already...
Update User Guid to Match Existing User in Microsoft 365 Azure Ad
August 16, 2020
Letโs see what to do when azure ADSync synchronize you on Premise AD user to azure to @domain.onmicrosoft.com. In most cases it was done when i have already...
Deploy Your Site to Azure with GitLab
August 13, 2020
๐ Hi! I wanted to host this site on azure blob storage and I found this solution. Itโs created with Hugo. Iโm using Gitlab CI to deploy it to the server. ๐...
Deploy Your Site to Azure with GitLab
August 13, 2020
๐ Hi! I wanted to host this site on azure blob storage and I found this solution. Itโs created with Hugo. Iโm using Gitlab CI to deploy it to the server. ๐...
Settig Up SSH Keys for Ubuntu
July 31, 2020
SSH is a protocol that users/admins can use to communicate with their Linux servers. In this post we created an initial setup for the server and you can try...
Settig Up SSH Keys for Ubuntu
July 31, 2020
SSH is a protocol that users/admins can use to communicate with their Linux servers. In this post we created an initial setup for the server and you can try...
Initial Server Setup on Cloud Services
July 31, 2020
When you installing linux server to you computer you will create new user trough instll wizard but most cloud (if not all) will create only root user which...
Initial Server Setup on Cloud Services
July 31, 2020
When you installing linux server to you computer you will create new user trough instll wizard but most cloud (if not all) will create only root user which...
Hello World
May 29, 2020
This si first post on page. This page is made by hugo with Gitlab-CI, ill wrtie more about it in future posts.
ใใญใผใฏใผใซใ
May 29, 2020
ใใฎsiใฏๆๅใฎใใผใธใซๆ็จฟใใพใใ ใใฎใใผใธใฏGitlab-CIใงใใฅใผใดใงไฝใใใฆใใใไปๅพใฎๆ็จฟใงใใฃใจ่ฉณใใ่จ่ฟฐใใพใใ
Hello World
May 29, 2020
This si first post on page. This page is made by hugo with Gitlab-CI, ill wrtie more about it in future posts.
ใใญใผใฏใผใซใ
May 29, 2020
ใใฎsiใฏๆๅใฎใใผใธใซๆ็จฟใใพใใ ใใฎใใผใธใฏGitlab-CIใงใใฅใผใดใงไฝใใใฆใใใไปๅพใฎๆ็จฟใงใใฃใจ่ฉณใใ่จ่ฟฐใใพใใ
About
Bluesky
Mastodon