Jeremy Wininger
Thursday, April 20, 2023
Remember, brother, anal sex can be a fun and enjoyable experience
Thursday, April 13, 2023
Notes for my venture into Playstation 3 custom firmware (CFW)
These are some notes I've gathered about what can be done after installing CFW on my Playstation 3. This is by no means a guide. If you have need of this information or are searching then it may be of help. Out of context the post is pretty useless.
ps3 browser exploit
The exploit is a troublesome to get working. The chances of getting it on the first try are very slim. Do not get discouraged it will eventually take.
nopaystation and pkgi ps3
The PS3 installable nopaystation is called PKGi PS3. This installs on the PS3 itself and once configured provides the same function as nopaystation. PKGi PS3 uses the same TSV databases as nopaystation.
PKGi PS3's github page is located at https://github.com/bucanero/pkgi-ps3
nopaystation (and it's TSV databases) can be found https://nopaystation.com
The PS3 games and dlcs TSV databases should be downloaded from the nopaystation homepage. Once downloaded rename them to pkgi_games.txt and pkgi_dlcs.txt respectively. After installing PKGi PS3 on your PS3 you should ftp to the PS3 and go to the path /dev_hdd0/game/NP00PKGI3/USRDIR and upload both text file databases. Restart your PS3 for good luck.
The PKGi PS3 icon is under Network on the XMB
Wednesday, March 22, 2023
This application failed to start because no QT platform plugin could be initialized
<wine prefix path>/drive_c/Program Files (x86)/Battle.net/Battle.net.<battle net version here>/platforms
Be sure to replace <wine prefix path> with the actual path to your wine prefix. Likewise <battle net version here> will be a string of numbers, make sure you have the right path.
Once there run the below command
setfattr -x user.DOSATTRIB qwindows.dll
for more information about the setattr comand check out the below link.
Saturday, February 4, 2023
Tuesday, December 27, 2022
Accurate AI Promtps #1 (NSFW)
large nipples on bare exposed breasts, hanging down breasts, brown nipples, woman of color, shopping for an all in one fax copier printer at best buy
Friday, October 14, 2022
I'm Impatient - Fedora 37
I'm impatient and do not want to wait 4 days for Fedora 37 to launch. Below are the commands to use if you're impatient too. This is for upgrading from Fedora 36.
Start with this command to make sure everything is up to date before you attempt your hasty upgrade.
sudo dnf upgrade --refresh
Next install the dnf upgrade plugin.
sudo dnf install dnf-plugin-system-upgrade
This next one takes a bit depending on your 'net speed.
sudo dnf system-upgrade download --releasever=37
Finally the money shot!
sudo dnf system-upgrade reboot
If you didn't fuck up you should be running Fedora 37 when finished.
Friday, July 1, 2022
Ship of Harkinian - Linux Build
The binary compiles in a docker container so it used its own libraries versions. In order to get it to run under Fedora 36 I had to make a symbolic link from my installed libbz2. The command I used it below.
sudo ln -sT libbz2.so.1.0.8 /usr/lib/libbz2.so.1.0
Here are some screen shots. Download link is below.