Mealie
I just wanted to take a moment to share some software that I've been using for a number of years now: Mealie. It has a great UX and set of features. The Mealie I contribute to actually belongs to SwiftIRC, if you'd like to see it
I just wanted to take a moment to share some software that I've been using for a number of years now: Mealie. It has a great UX and set of features. The Mealie I contribute to actually belongs to SwiftIRC, if you'd like to see it
Rust is a fun language that can easily be built on multiple systems. Using CircleCI you can build on MacOS, Windows, and Linux systems with one straightforward .circleci/config.yml: version: 2.1 orbs: win: circleci/windows@5.0 executors: docker: docker: - image: cimg/rust:1.65 linux: machine:
Harkening back to the days of SwiftSwitch and SwiftKit, the alpha version of an IRC plugin is available in the RuneLite plugin hub. ryanwohara/irc-pluginIRC integration into the OSRS chat box. Contribute to ryanwohara/irc-plugin development by creating an account on GitHub.GitHubryanwohara The default behavior is to join #rshelp@
Everyone I know has stored passwords in their browser at least once. Regardless of your browser of choice, this is not a wise decision. Much like TSA, all there is to be seen is security theater. The average user assumes the safety of using the browser storage - why else
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
`sudo echo` does not give you root write access to files. How do you echo into files as root?
$ 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: su Then you
What's the best setup for your team's continuous integration and deployment?
In CircleCI 2.0 you can define the shell at the exector level or the individual command level. Here is how you can utilize that to run any arbitrary Python in a single run command: - run: shell: /usr/bin/python command: | import os print(os.environ) Running this will
How to install Nginx in Vagrant when getting an error setting ownership of '/var/www/html.dpkg-new': Operation not permitted
Free monitoring for your service! But you can't monitor the monitoring...
After working through various shenanigans I have found a working combination to play AC:O on Linux.