logo
  • Home
  • Blog
    • All articles
    • ProgrammingCategory covering programming languages and practices, sometimes I’ll cover more backend, sometimes frontend…
    • SystemI’ve worked years on Ubuntu, and since then managed to develop a “love/hate” relationship with Ubuntu. Every system update is exciting, what can possibly go wrong?
    • DevOpsEverything related to devops practices, continuous integration and delivery, configuring aws services…
    • UncategorizedThis category is like a junk drawer. Everything that I haven’t put into any category goes in here. How often/ do you organize your junk drawers?
  • Portfolio
  • Contact Me

ssh

SSH (Secure Shell) is a cryptographic network protocol that enables secure remote access to a computer or server over an unsecured network. It provides a secure channel for communication between two systems, allowing users to log in and execute commands on remote machines. SSH uses public-key cryptography to authenticate the remote computer and to encrypt the communications between the two systems, making it a highly secure way to access and manage remote systems. SSH is widely used by system administrators, developers, and IT professionals for remote access and management of servers, routers, and other networked devices.

Uncategorized

Access files on local network from Ubuntu

When I need access to the files on the local network I usually go for SSH or Samba. SSH Destination machine Destination host has to have SSH package installed, in order to accept SSH connections: sudo apt update sudo apt install openssh-server Local machine Authenticate to destination machine and access Read more…

By Ana Bujan, 4 yearsDecember 15, 2019 ago
System

My initial server setup – Ubuntu 16.04

Recommended installs sudo apt update -yq && sudo apt upgrade -y && sudo apt install nginx fail2ban htop supervisor screen iptables-persistent mc -y nginx – reverse proxy fail2ban – scans logs, bans failed password attempts htop – pretty process viewer supervisor– monitors and controls applications screen – manage persistent virtual Read more…

By Ana Bujan, 6 yearsOctober 16, 2017 ago
Subscribe to my channel

actix Angular ansible aws basic auth bitnami buildx cloudflare cloudfront commitizen continuous deployment continuous integration docker docker-compose ec2 ecr elasticbeanstalk email gh-pages git github ios jekyll launcher lerna litmus macro mailgun markdown mongoose nextjs nginx npm publish react rollup rsync rust s3 ssh ssl ubuntu ubuntu 16.04 unit testing webpack

Recent Posts

  • Frontend for the email adventures
  • Flexible SSL connection is for the lazy – Move to Full Encryption on Nginx or Apache
  • How I (didn’t) Keep My Open Source Libraries Up to Date
  • Build multi arch docker images with Buildx and ECR
  • NextJS and Rust: Creating a Custom Webpack Loader for Native Node Modules

Archives

  • July 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • June 2022
  • March 2022
  • February 2022
  • November 2021
  • October 2021
  • October 2020
  • August 2020
  • December 2019
  • November 2018
  • September 2018
  • August 2018
  • October 2017
  • April 2017
  • January 2017
  • June 2016

About my blog


This blog is intended to be a self reference manual,
where I put cheatsheets, cookbooks and stories on how I approached some problems in programming.

A little bit about me

I’m a full-stack software developer and business owner of Eisberg Labs.
You can see some of my work experience at https://www.linkedin.com/in/anamarjanica/, or check out my superpowers at https://profile.codersrank.io/user/amarjanica.

I like learning and improving my skills, wrote a blog post about my path as a programmer.

Contact Me

If you want to get in touch with me. Don't hesitate to drop me a line via email. You can also send me an invitation on linkedin.

You agree to receive email communication from us by submitting this form and understand that your contact information will be stored with us.


  • Linkedin
  • Codersrank
  • Github
  • Eisberg Labs
  • And organization repo
  • Youtube
  • twitter
Hestia | Developed by ThemeIsle