Skip to content

Instantly share code, notes, and snippets.

View coderpatros's full-sized avatar
🌀

Patrick Dwyer coderpatros

🌀
View GitHub Profile
@coderpatros
coderpatros / BCM4352 OpenSuse
Last active October 8, 2018 00:42 — forked from vignesh0025-zz/Commands.sh
OpenSuse BCM4352 Driver
Run:
uname -r
Note this:
*default*/*desktop*/*pae*
Add repo:
zypper ar -f -n packman http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/packman.repo
for default:
public static async Task ResendDeadLetters(string servicebusConnectionString, string queueName)
{
var messageFactory = MessagingFactory.CreateFromConnectionString(servicebusConnectionString);
var deadletterReceiver = await messageFactory.CreateMessageReceiverAsync(QueueClient.FormatDeadLetterPath(queueName),
ReceiveMode.PeekLock);
var sender = await messageFactory.CreateMessageSenderAsync(queueName);
const int max = 100;
var current = 0;
//Run until the Dead Letter Queue is empty or take the max number of messages
@coderpatros
coderpatros / Docker-on-qubes.md
Last active March 9, 2020 11:55 — forked from xahare/Docker-on-qubes.md
How to run docker on Qubes-OS

Docker on Qubes

(Docker)[https://www.docker.com] a software container platform. You may have heard of it.

(Qubes-OS)[https://www.qubes-os.org] "A Reasonably Secure Operating System"

It takes a little work to get Docker running on qubes because you have to modify a templatevm. But, once you do it, you have the ease of compartmentalization qubes is famous for.

As of this writing the versions im using are,