manifex

joined 1 year ago
MODERATOR OF
[–] manifex@sh.itjust.works 1 points 1 year ago

crAIyon, photo style - various prompts:

aircraft carrier flying through blue skies

dick tracy flying using a rocket pack

flapper dancers in front of 20th century fox spotlights

[–] manifex@sh.itjust.works 1 points 1 year ago

Thanks, appreciate it.

[–] manifex@sh.itjust.works 19 points 1 year ago

Gimping: A Primer

[–] manifex@sh.itjust.works 11 points 1 year ago

The no-shitters keep it secret. Keep it safe.

[–] manifex@sh.itjust.works 6 points 1 year ago (1 children)

Daaaaaamn. Too soon?

[–] manifex@sh.itjust.works 6 points 1 year ago

It's just delayed shit posting.

[–] manifex@sh.itjust.works 1 points 1 year ago

Is this a fork in the stream, then at this point?

[–] manifex@sh.itjust.works 1 points 1 year ago

How has Cannonical support been recently? I used Ubuntu Server for a while, but never really needed to use my support contract, but my recollection is that it was fairly light.

 

Nice job, all! We have over 1,000 subscribers. Remember, this is a community, so the more submissions/posts, the more content!

[–] manifex@sh.itjust.works 1 points 1 year ago* (last edited 1 year ago)

Not to mention CentOS stream is now essentially a fork of current code... total bummer. WTF.

[–] manifex@sh.itjust.works 1 points 1 year ago

First word that came to my mind.

[–] manifex@sh.itjust.works 2 points 1 year ago (1 children)

Billionaire bloodline bludgeoned.

[–] manifex@sh.itjust.works 9 points 1 year ago (1 children)

It's the version of code we are running. Use 'new' until the dude can update our code.

 

I've been watching For All Mankind and it got me thinking about networking in space... TTLs, 64k packets, transmission mediums, etc. As a 'network generalist,' I find more and more niches to deep dive into... If you specialize in a certain networking niche, what is it? Would you consider networking in space?

Some informative reading below:

 

Before the APIs are shut down, if you want to wipe your reddit account, I found JavaScript-based account wiper to work quite well and is aligned with security best practices called 'PowerDelete Suite.'

Once logged into your reddit account, drag the red button to your bookmark bar and click it. That initiates the script that will work on your reddit account.

You have options to overwrite your comments before deleting them, just deleting them, downloading your data, etc. Very thorough.

Boot Script Code

javascript:

(

function()

{

window.bookmarkver = '1.4';

var isReddit = document.location.hostname.split('.').slice(-2).join('.') === 'reddit.com';

var isOverview = !! document.location.href.match(/\/overview\b/i);

if (isReddit && isOverview)

{

var cachBustUrl = 'https://raw.githubusercontent.com/j0be/PowerDeleteSuite/master/powerdeletesuite.js?' + (new Date().getDate());

fetch(cachBustUrl).then

(

function(response)

{

return response.text();

}

).then

(

function(data)

{

var script = document.createElement('script');

script.id = 'pd-script'; script.innerHTML = data;

document.getElementsByTagName('head')[0].appendChild(script);

}

).catch

(

function(){alert('Error retreiving PowerDeleteSuite from github');}

);

}

else if (confirm('This script can only be run from your own user profile on reddit. Would you like to go there now?'))

{

document.location = 'https://old.reddit.com/u/me/overview';

}

else

{

alert('Please go to your reddit profile before running this script');

}

}

)

();

PowerDelete Suite Code

PowerDelete Suite GitHub Repository___

 

Actually well written and covers the basics of what's happening in the broader context of online social communities.

 

What's the 'freakiest' event or situation you've experienced in production?

 

Looked down at my ThinkPad dock to plug in a USB device and saw a 10 next to it. USB.org has specs on a 10Gbps serial bus.

Time to trash the network. I'm getting a 10Gbps 24-port USB hub. :D

5
Bilbo and the Dragon (sh.itjust.works)
submitted 1 year ago* (last edited 1 year ago) by manifex@sh.itjust.works to c/imageai@sh.itjust.works
 

Using Craiyon - my first attempt at AI image generation.

1
Preferred Vendors (sh.itjust.works)
submitted 1 year ago* (last edited 1 year ago) by manifex@sh.itjust.works to c/networking@sh.itjust.works
 

Do you have a preferred vendor for your network gear?

I'll go first:

  • Firewalls: Fortinet, ASA, Palo Alto
  • Route/Switch: Cisco, HPE/Aruba
  • Wireless: Aruba, Cisco, Meraki
  • Auth: NPS, ISE, ClearPass
  • Monitoring: SolarWinds, Auvik, PRTG
  • Automation: Ansible
  • SDWAN: PA Prisma SDWAN, Fortinet, Velocloud
 

Enterprise network and security is where I spend most of my time and thought there may be others out there who want to commiserate with me.

Hello world!

view more: next ›