- Scrapy: CLI scraping framework https://scrapy.org/
- Portia: Web GUI based visual scraper https://github.com/scrapinghub/portia
- ParseHub: https://www.parsehub.com/quickstart
- Artoo: JS scraping framework https://medialab.github.io/artoo/
- Get-Set-Fetch: NodeJS Scraper https://github.com/get-set-fetch/scraper
- Other: https://www.zyte.com/open-source/
Super easy fix - first, install qt5ct and do a test openscad launch like this: | |
``` | |
QT_STYLE_OVERRIDE=qt5ct-style openscad | |
``` | |
Instead of `qt5ct-style` you can use any of your own installed styles (some examples might be: kvantum-dark, kvantum, Fusion) | |
Which styles are installed you can check by running `qt5ct` or use kvantum as theme and then choose theme in kvantummanager. | |
Might work with some other apps GTK/QT apps, too. |
To properly run Satisfactory on Linux, only one change is needed.
Add this:
[/script/windowstargetplatform.windowstargetsettings]
DefaultGraphicsRHI=DefaultGraphicsRHI_Vulkan
Into the file $HOME/.steam/steam/steamapps/compatdata/526870/pfx/drive_c/users/steamuser/Local Settings/Application Data/FactoryGame/Saved/Config/WindowsNoEditor/Engine.ini
Run the game from Steam as usual without nay more tweaks.
I've got some games stopped working on ArchLinux (Garuda) via Steam -> Vulkan/Proton -> DXVK It was hard to debug but finally I did it
Originally I tried to reinstall steam, game, proton, try different versions etc but nothing helped
At some point I found out that game launches with PROTON_USE_WINED3D=1 %command%
argument in steam game properties
However, the performance of the game was really bad and textures was kinda wrong and too dark
So I found out the problem: Nvidia does not like amd vulkan files to be installed.
# Convert ZIP archive with Windows paths inside it to UNIX paths (backslashes \ to normal slashes / in paths) | |
# You need 7zip package for that matter | |
# Archive in this example is called windows.zip -> don't forget to change it in two places | |
# The script works well even with large files (I tested on 8 GB file; it took couple of seconds) | |
# Resuling file can be unpacked OK with normal Linux tools | |
7z rn windows.zip $(7z l windows.zip | grep '\\' | awk '{ print $6, gensub(/\\/, "/", "g", $6); }' | paste -s) |
#!/usr/bin/python | |
# Back story | |
# v4l2-cli by itself does not accept config file | |
# camset allows us to save setting to text file, but it requires GUI to load it, which is inconvinient | |
# What I've done | |
# So I've written script that allows us to load settings from the config file, created with camset earlier | |
# Code is based on Camset (https://github.com/azeam/camset/) | |
# Run like: `python cliread.py myconfig.txt` (using myconfig.txt saved by camset) | |
# Change card to fit your video device |
- First things first, you need Apache, PHP, PHP-GD, GD library on itself.
sudo pacman -S gd autoconf apache php-gd perl
- Install development version of GD:
pikaur -S gd-git
(instead of pikaur you can use yay or any other AUR helper) - Then enable mod_fcgi in Apache: https://wiki.archlinux.org/title/Apache_HTTP_Server/mod_fcgid
- After that, you can either follow steps here: https://wiki.archlinux.org/title/Multi_Router_Traffic_Grapher or here:
- Add mrtg user:
P2P VPNs allow you to connect two or more hosts together and do some stuff like play games or test out services just like you were on one real physical local network (LAN). Even when you are on different continents.
Small guide that helps to free up space by removing unneccessary locales from Fedora
With some additional information on how to make more space on your system (advices in the end)
Tried on Fedora 34, but should work on other distros as well (RPM-Based?)
df -lh
cd /usr/share/locale/
ls