Skip Navigation

Search

Play DODI/FitGirl repacks on Linux with Lutris

Hi, I recently discovered a post that finally allowed me to run the known repacks on Linux, so I decided to summarize everything and share it with you here on Lemmy; let me know if you would improve some steps to make the procedure even easier to follow.

Requirements

lutris, protonup-qt, wine-staging

Set Up Lutris

1. Open Lutris > Preferences > Global Options 2. Enable "Show advanced options" 3. "Disable Lutris Runtime" (off) 4. "Disable Desktop effects" (on) 5. "Disable Screen Saver" (on) 6. "Enable Feral GameMode" (on) 7. Save

Wine Versions Management

1. Open ProtonUp-Qt > choose Lutris > Add version 2. Choose and Install (ignore -LoL versions; Wine-GE suggested) 3. Restart Lutris

Install Windows Repacks

1. Open Lutris > + > Add locally installed game 2. Type the name of your game 3. Select Wine as Runner 4. Go to "Game options" tab 5. In "Wine prefix" create "/home/user/Games/your-game" 6. Go to "Runner options" tab 7. On "Wine version" select the version you prefer 8. Save 8-1. (If FitGirl Repack) 8-2. Click on the game your just added 8-3. On the botton panel click the "Up" icon near the "Platform: Windows" text 8-4. Run EXE inside Wine prefix 8-5. Open the .bat file inside the FitGirl repack 8-6. Wait then "Install" 8-7. Wait the "Checking fg-01.bin" window and "All files OK" 8-8. Close the window 9. Click on the game your just added 10. On the botton panel click the "Up" icon near the "Platform: Windows" text 11. Run EXE inside Wine prefix 12. Open the "setup.exe" file inside your repack 13. Wait; click "Install" if any installation prompt appears 14. Follow the DODI/FitGirl installer 14-1. Use "C:\" as destination 14-2. Don't create a desktop icon or a start menu entry 14-3. Deselect every option that starts with "Update" for eg: "Update DirectX" 15. After the installation > right click on the game > Configure 16. Go to "Game Options" tab 17. In "Executable" put "/home/user/Games/your-game/drive_c/Your Game/your_game.exe" 18. Save 19. (optional) Right click on your game > Create desktop shortcut

Credits

Jack000999, SolarPunker

Based on (https://www.reddit.com/r/LinuxCrackSupport/comments/yqfirv/how_to_install_fitgirl_or_dodi_windows_repacks_in/)

7

How to Use I2P on qBittorrent-nox v4.6.0

strict3443.codeberg.page How to Use I2P on qBittorrent-nox

Setup I2P Router with SAM Enabled Step 1: Start your I2P router, either with i2pd or I2P java edition. Step 2: Ensure the SAM service is enabled on your I2P router Setup Qbittorrent-nox Step 1: Download the correct version of Qbittorrent-nox from https://github.com/userdocs/qbittorrent-nox-static/re...

cross-posted from: https://lemmy.ml/post/6915117

> The release of qBittorrent v4.6.0 stable comes with I2P support. While experimental, we can still get a working torrent setup using qBittorrent now. qBittorrent-nox is the Web-UI only version, and currently it does not have configuration settings in the Web-UI for I2P settings. This guide will show you how to setup qBittorrent-nox and manually change the qBittorrent.conf file to allow for I2P torrenting! > > Guide can be found here: https://strict3443.codeberg.page/i2p-info/hugo/public/posts/how-to-use-i2p-on-qbittorrent-nox/ > > --- > qBittorrent Changelog: https://github.com/qbittorrent/qBittorrent/blob/release-4.6.0/Changelog

14

Microsoft Office activation guide modified to use Ohook

rentry.org Install and Activate Microsoft Office 365 for Free - A Step-by-Step Guide

Please leave a star at the GitHub Gist mirror if this guide has helped you! You can also ask questions/assistance there. This is a guide on how to install the latest version of Microsoft Office for free. For this method, we will use the Office Deployment Tool. The Microsoft Office Deployment Tool...

Install and Activate Microsoft Office 365 for Free - A Step-by-Step Guide

I did a guide several months ago to make Microsoft Office installation as easy as possible. I have recently modified it to tell people to use the Ohook activation method and also updated the GitHub Gist mirror.

Happy pirating and I hope this guide can help anyone.

13

I2PSnark in Docker (+i2pd)

codeberg.org i2psnark-docker

I2PSnark is an I2P-only BitTorrent client built with Java. This allows you to spin up a docker container with a I2PSnark client which can be managed through the web-ui.

i2psnark-docker

cross-posted from: https://lemmy.ml/post/4949747

> # About > > I2PSnark is an I2P-only BitTorrent client built with Java. This allows you to spin up a docker container with a I2PSnark client which can be managed through the web-ui. This specific I2PSnark application is from the I2P+ team at https://i2pplus.github.io/ and http://skank.i2p using this package http://i2pplus.github.io/installers/I2P+_2.2.0+_i2psnark-standalone.zip. > > # Testing > Use this .torrent file to test if your I2PSnark client is working: > > http://skank.i2p/i2pupdate.zip.torrent > > # Find More Torrents > http://tracker2.postman.i2p (requires I2P)

0

qBittorrent w/ I2P Support in Docker

codeberg.org qbittorrent-i2p-vnc

Dockerfile to compile the latest version of qBittorrent which has experimental I2P support into a docker container with VNC support.

qbittorrent-i2p-vnc

cross-posted from: https://lemmy.ml/post/4912475

> https://codeberg.org/Strict3443/qbittorrent-i2p-vnc > > I have created a Dockerfile which will compile the latest version of qBittorrent which has experimental I2P support into a docker container with VNC support. The reason for this is my server is headless and I wanted to use the v4.6.x version of qBittorrent, but the qbittorrent-nox version of v4.6.x does not have I2P options yet. So I had to build the GUI version on top of a VNC image. > > In doing so, this will build a container that has VNC capabilities where you can utilize a desktop environment to setup the GUI version of qBittorrent with your I2P settings, and then just use the web-ui from there on. > > ## Why? > I am a qBittorrent user and wanted to start downloading and cross-seeding torrents with I2P, so I built this image as a drop in replacement of my linuxserver/qbittorrent docker container and it just works. > > #### Why don't you post the docker image? > I am not sure how yet, and I also left it as a Dockerfile so that you can build this on ARM or x86-64 depending on your needs > > # Note > This image can be quite heavy and take a long time to build, but until v4.6.x is out of beta, this will do.

2