Thrasos Website

Sometimes I write about tech and code, and sometimes I don't.

Menu
  • Home
  • About
Menu

Kerkhoffs principle

Posted on November 16, 2020February 3, 2022 by thrasos

Security information should rely on the secret and not the secrecy of the algorithm.

Read more

Cleaning up VCARD contacts without a phone.

Posted on January 29, 2023January 29, 2023 by thrasos

Export VCARDS on your computer, open notepad++ Ctrl+F and regex: Save and upload them to your contacts on your phone. Regex breakdown: source

Read more
whale s tail

Docker Compose Notes #2

Posted on December 15, 2022December 14, 2022 by thrasos

How to set up multiple websites on docker-compose To set up multiple websites on Docker Compose, you’ll need to create a docker-compose.yml file for each website. A docker-compose.yml file defines the services that make up your website, such as a web server and a database, and how they are connected. Here’s an example docker-compose.yml file…

Read more
whale s tail

Docker Notes #1

Posted on December 14, 2022December 14, 2022 by thrasos

How do you setup docker for multiple projects? To set up Docker for multiple projects, you’ll need to create a new Dockerfile for each project. A Dockerfile is a text file containing instructions for Docker on building and setting up your project’s environment. To create a Dockerfile for your project, follow these steps: You can…

Read more

A.I generated poem in Greek

Posted on December 11, 2022December 9, 2022 by thrasos
Read more

A.I. Generated Art

Posted on December 10, 2022February 27, 2023 by thrasos
Read more

A.I. generated art.

Posted on December 9, 2022February 27, 2023 by thrasos
Read more

MailCow, simple html in maindomain

Posted on September 10, 2022 by thrasos

Mailcow is installed on a subdomain. If you need a simple HTML page on the main domain, do this:

Read more

Camouflage

Posted on February 1, 2022February 1, 2022 by thrasos

Camouflaged road in Finland during WW2. 1941. The trees were hung up with ropes. This road sat 6 miles from the Russian border, so when looking down from observation airplanes, the road would be disguised. It was intended to be viewed obliquely (slanted) not directly from above. The suspended trees would conceal enough of the…

Read more
  • 1
  • 2
  • 3
  • 4
  • …
  • 11
  • Next
  • GitHub
  • LinkedIn
  • Twitter
  • Telegram
  • Cleaning up VCARD contacts without a phone.January 29, 2023
  • Docker Compose Notes #2December 15, 2022
  • Docker Notes #1December 14, 2022
  • A.I generated poem in GreekDecember 11, 2022
  • A.I. Generated ArtDecember 10, 2022
  • A.I. generated art.December 9, 2022
  • MailCow, simple html in maindomainSeptember 10, 2022
  • CamouflageFebruary 1, 2022
  • Kerkhoffs principleNovember 16, 2020
  • ASCII ARTAugust 13, 2020
© 2023 Thrasos Website