Skip to content

Instantly share code, notes, and snippets.

View Sijisu's full-sized avatar
👓
code, code, code, cry, code, code, code...

Sijisu Sijisu

👓
code, code, code, cry, code, code, code...
View GitHub Profile
@Sijisu
Sijisu / yt2mp3.sh
Created January 19, 2020 21:05
Function for downloading a YouTube video and converting it to mp3
yt2mp3() { youtube-dl --extract-audio --audio-format mp3 "$1"; }
@Sijisu
Sijisu / nvidia.md
Last active January 20, 2020 19:58

How to get nvidia running on my linux machine?

I have Lenovo ThinkPad W540 with Nvidia Quadro K2100M running openSUSE Leap 15.1, this is how I got it working.

  1. install suse-prime and bbswitch, follow their install guide
  2. Using Ubuntu from now on, adding the below parameters to the booting lines and configuring correctly the bumblebee.conf file, I have the correct behaviour for bbswitch. "acpi_osi=!Windows\x202013" acpi_osi=Linux nogpumanagerHope it helps, Jean. (Bumblebee-Project/bbswitch#96 (comment))
  3. And done!

Then

  • Intel: sudo prime-select intel2
  • Nvidia: sudo prime-select nvidia

Keybase proof

I hereby claim:

  • I am Sijisu on github.
  • I am sijisu (https://keybase.io/sijisu) on keybase.
  • I have a public key whose fingerprint is C850 76D4 BDC0 7FA3 38DB 89D0 6E86 F62C DE84 0B57

To claim this, I am signing this object:

@Sijisu
Sijisu / script.js
Created July 31, 2017 10:09 — forked from Greenscreener/script.js
cestina20.cz infinite likes js onload script
if (window.location.href.indexOf("cestina20.cz")) {
document.getElementsByClassName("word__rating--down")[0].click();
document.cookie.split(";").forEach(function(c) { document.cookie = c.replace(/^ +/, "").replace(/=.*/, "=;expires=" + new Date().toUTCString() + ";path=/"); });
window.location.reload();
}
@Sijisu
Sijisu / tumblr-download.go
Created July 7, 2017 08:39 — forked from indraniel/tumblr-download.go
A golang program to download pictures from a tumblr blog page
/*
This is a go program to download pictures from a tumblr blog page.
To Build:
go build -o tumblr-download tumblr-download.go
To Run:
# download the photos on the first page of tumblr blog