Skip to content

Instantly share code, notes, and snippets.

View txhammer68's full-sized avatar
🏠
Working from home

txhammer68

🏠
Working from home
View GitHub Profile
@txhammer68
txhammer68 / linux.md
Last active May 17, 2024 03:23
Linux Tips

Linux Tips (Debian Based distros)

Some usefull tips i have collected over the years, use at own risk.

  • Users & Groups

    • Add user to group
      sudo usermod -a -G cdrom userName
      sudo usermod -aG vboxsf $USER
  • Change root password
    sudo passwd root

@txhammer68
txhammer68 / scoreboard.qml
Created February 11, 2023 03:01
espn scoreboard
import QtQuick 2.9
import org.kde.plasma.core 2.1
Rectangle {
id:scoresMain
width:420
height:185
color:"black"
// docs https://gist.github.com/akeaswaran/b48b02f1c94f873c6655e7129910fc3b
//property var url1:"https://site.api.espn.com/apis/site/v2/sports/baseball/mlb/teams/18"