Ryan William O'Hara
  • Home
  • Author
  • GitHub
  • GitLab
  • BitBucket
  • LinkedIn
  • Privacy Policy
  • TOS
Subscribe
Tagged

ubuntu18.04

A collection of 5 posts

VNC into a CircleCI 2.0 job with SSH
ci

VNC into a CircleCI 2.0 job with SSH

SSH access has a lot of uses in debugging a failing job. Here's how you can SSH into a given job to watch browser tests run in real time using VNC: ssh -p PORT ubuntu@IP_ADDRESS -L 5902:localhost:5901 # To connect via SSH sudo apt install vnc4server metacity

  • Ryan W. O'Hara
Ryan W. O'Hara May 15, 2019 • 1 min read
linux

sudo echo >> /etc/hosts

`sudo echo` does not give you root write access to files. How do you echo into files as root?

  • Ryan W. O'Hara
Ryan W. O'Hara May 5, 2019 • 1 min read
linux

Not in the sudoers file

$ sudo -i [sudo] password for rohara: rohara is not in the sudoers file. This incident will be reported.This was surprising to me after rebooting my Ubuntu system, it was working beforehand. No need to fret! If you have the root password just become root another way: suThen you can

  • Ryan W. O'Hara
Ryan W. O'Hara May 1, 2019 • 1 min read
vagrant

Vagrant error installing nginx

How to install Nginx in Vagrant when getting an error setting ownership of '/var/www/html.dpkg-new': Operation not permitted

  • Ryan W. O'Hara
Ryan W. O'Hara Apr 19, 2019 • 1 min read
Assassin's Creed Odyssey on Ubuntu 18.04 with Steam
linux

Assassin's Creed Odyssey on Ubuntu 18.04 with Steam

After working through various shenanigans I have found a working combination to play AC:O on Linux.

  • Ryan W. O'Hara
Ryan W. O'Hara Feb 26, 2019 • 1 min read
Ryan William O'Hara © 2025
  • Data & privacy
  • Contact
  • Contribute →
Powered by Ghost