Opengist

Explore

  • All gists
  • Topics
  • Users
3T.AL
Give feedback on the new UI Powered by Opengist ⋅ 32ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
etaoin

etaoin

Joined 2 years ago

All gists 2
Recently created Least recently created Recently updated Least recently updated
etaoin

etaoin / gistfile1.txt

Last active 3 months ago
0 0 1
1 │ │ io error backtrace: 0: std::backtrace_rs::backtrace::win64::trace
2 │ │ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library\std\src\..\..\backtrace\src\backtrace\win64.rs:85
3 │ │ 1: std::backtrace_rs::backtrace::trace_unsynchronized
4 │ │ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library\std\src\..\..\backtrace\src\backtrace\mod.rs:66
5 │ │ 2: std::backtrace::Backtrace::create
6 │ │ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library\std\src\backtrace.rs:331
7 │ │ 3: std::backtrace::Backtrace::force_capture
8 │ │ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library\std\src\backtrace.rs:312
9 │ │ 4: <fs_extra::error::Error as core::convert::From<std::io::error::Error>>::from
10 │ │ 5: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual
etaoin

etaoin / kill office.bat

Last active 3 months ago
0 0 1
1 taskkill /f /im winword.exe
2 taskkill /f /im excel.exe
3 taskkill /f /im powerpnt.exe
4 pause