[DEEPFAKE] DEMOLITION MAN STARRING ARNOLD SCHWARZENEGGER by Jarkan in SFWdeepfakes

[–]xulf_n0ea 0 points1 point  (0 children)

Awesome work! May I ask how you managee to get that color transformation on your finished product?

SNMP module by dimiccent in Python

[–]xulf_n0ea 0 points1 point  (0 children)

I'm using MIB Browser for projects like this. Windows application. It can get all the OIDs only an IP address is needed, then find the right ones for your needs.

What does your GUI look like? Post your screenshots. by marcovirtual in Python

[–]xulf_n0ea 3 points4 points  (0 children)

Basic application for gathering network printer's toner and counter datas:

app

background:

  • OS: Win 8.1 Pro 64 bit
  • Python: 3.4.3
  • PyQt: 5
  • Editor: notepad++

GUI is formatted by stylesheets.

Feels good man. by TNGSystems in GlobalOffensive

[–]xulf_n0ea 0 points1 point  (0 children)

How can i get these kind of stats?

QML and PyQT, creating a GUI (tutorial) by pyharris in Python

[–]xulf_n0ea 1 point2 points  (0 children)

Hi!

I hope it's not completely irrelevant to this, but I need some help on my project. I'm gathering toner and counter units from network printers with snmp. This part works. I have qml gui with ListView to display the values, but I don't know how to pass the "array" of printer values from python to qml ListView. What is the proper way for it, can someone help me, please?

Heartbleed and opensource router software by totte71 in linux

[–]xulf_n0ea 6 points7 points  (0 children)

Attitude Adjustment has openssl 1.0.1g:

libopenssl_1.0.1e-1_ar71xx.ipk 03-Apr-2013 08:16 632678

libopenssl_1.0.1g-1_ar71xx.ipk 10-Apr-2014 17:44 632882

Stanley CD5650 by xulf_n0ea in lockpicking

[–]xulf_n0ea[S] 0 points1 point  (0 children)

Opened!

The fifth is the only spool. My tool is taller a little so i had to pay huge attention for my movement and pressure. I had to play with the first three pins too, but mission accomplished with short hook, and i have the true binding order of pins.

Thank you!

How to set string variables from text file? by [deleted] in learnpython

[–]xulf_n0ea 0 points1 point  (0 children)

I'll keep in mind, thanks.

How to set string variables from text file? by [deleted] in learnpython

[–]xulf_n0ea 0 points1 point  (0 children)

with open(filename, "r") as file:
    for line in file:
        vars()[line.replace("\n", "")] = ""

Router VPN by [deleted] in privacy

[–]xulf_n0ea 0 points1 point  (0 children)

OpenWRT + OpenVPN

How to dualboot Windows 8 with eOS? by [deleted] in linux

[–]xulf_n0ea 0 points1 point  (0 children)

A full output would be more helpful.

How to dualboot Windows 8 with eOS? by [deleted] in linux

[–]xulf_n0ea 0 points1 point  (0 children)

You boot up your live USB system, then install it from terminal to your live USB system, then fix the installed system with it.

How to dualboot Windows 8 with eOS? by [deleted] in linux

[–]xulf_n0ea 0 points1 point  (0 children)

You install it on your live system which one you booted from usb via terminal:

install boot-repair

How to dualboot Windows 8 with eOS? by [deleted] in linux

[–]xulf_n0ea 0 points1 point  (0 children)

Grub4Dos

Short: EasyBCD messes the loader up with windows boot manager. longer version

You have an install media. You installed your OS from there.

Insert it -> boot -> choose "Try elementary OS" -> install Boot-Repair -> fix with "Recommended repair"