Create .vnc/xstartup
#!/bin/sh
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
exec startxfce4| package main | |
| import ( | |
| "embed" | |
| "fmt" | |
| "log" | |
| ) | |
| //go:embed ddl/* | |
| var files embed.FS |
| package main | |
| import ( | |
| "bufio" | |
| "fmt" | |
| "io" | |
| "log" | |
| "os/exec" | |
| "strings" | |
| ) |
| package main | |
| import ( | |
| "crypto/md5" | |
| "flag" | |
| "fmt" | |
| "io" | |
| "log" | |
| "os" | |
| "path/filepath" |
| package main | |
| import ( | |
| "encoding/json" | |
| "fmt" | |
| "os" | |
| ) | |
| type Foo struct { | |
| Object map[string]string `json:"obj"` |
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| "net/http" | |
| "net/http/httputil" | |
| ) | |
| // HandleDump returns an http.HandlerFunc that processes an http.Request |
| package main | |
| import ( | |
| "context" | |
| "fmt" | |
| "io" | |
| "net/http" | |
| "os" | |
| "os/signal" | |
| "syscall" |
| import ( | |
| "bytes" | |
| "compress/flate" | |
| "encoding/base64" | |
| "encoding/hex" | |
| "log" | |
| ) | |
| func flateBase64(s string) (string, error) { | |
| var b bytes.Buffer |
| package main | |
| import ( | |
| "context" | |
| "net/http" | |
| "github.com/go-chi/chi" | |
| "github.com/sirupsen/logrus" | |
| "golang.org/x/sync/errgroup" | |
| ) |
| print(u'\U0001d67a', u'\U0001d677', u'\U0001d670') |