Skip to content

Instantly share code, notes, and snippets.

View kovasap's full-sized avatar

Kovas Palunas kovasap

  • Google
  • Seattle, WA
View GitHub Profile
Apr 12 09:24:03 frostyarch pkexec[36711]: kovas: Error executing command as another user: Not authorized [USER=root] [>
Apr 12 09:24:03 frostyarch gamemoded[36711]: Error executing command as another user: Not authorized
Apr 12 09:24:03 frostyarch gamemoded[36711]: This incident has been reported.
Apr 12 09:24:03 frostyarch gamemoded[12807]: ERROR: External process failed with exit code 127
Apr 12 09:24:03 frostyarch gamemoded[12807]: ERROR: Output was:
Apr 12 09:24:03 frostyarch gamemoded[12807]: ERROR: Failed to update cpu governor policy
Apr 12 09:24:03 frostyarch gamemoded[12807]: ERROR: Failed to call Inhibit on org.freedesktop.ScreenSaver: No route to>
Apr 12 09:24:03 frostyarch gamemoded[12807]: org.freedesktop.DBus.Error.ServiceUnknown
Apr 12 09:24:03 frostyarch gamemoded[12807]: The name is not activatable
Apr 12 09:24:03 frostyarch pkexec[36716]: kovas: Error executing command as another user: Not authorized [USER=root] [>
@kovasap
kovasap / index.html
Created April 21, 2024 17:52
Inline css and js in html code
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Full Stack Clojure</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Note that the slashes in front of each filename are necessary for the script to find them!! -->
<link rel="stylesheet" href="/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="/css/bulma.min.css">