Skip to content

Instantly share code, notes, and snippets.

@saveroo
Last active March 18, 2019 03:38
Show Gist options
  • Save saveroo/5cc6df07dc1f9746d9e10be788d7c6f7 to your computer and use it in GitHub Desktop.
Save saveroo/5cc6df07dc1f9746d9e10be788d7c6f7 to your computer and use it in GitHub Desktop.
archflow-md

Arch Environment Tricks

Tricks apps to use fake date & time without disabling NTPD

$ LD_PRELOAD=/usr/lib/faketime/libfaketime.so.1 FAKETIME="+900d" [Apps Location/Name]

Note: preload value is the location of libfaketime it could be different on each system.. /usr/local/lib as example

to find the libfaketime exact dir

find [Dir to seek fo] --name= [Could use wildcard] find ./ --name= "libfaketime.so.1"

Run Portainer (docker management)

access > localhost:9000

docker run -d -p 9000:9000 --restart always -v /var/run/docker.sock:/var/run/docker.sock -v /opt/portainer:/data portainer/portainer
i3wm gnome Appearance tweaks

$ lxappearance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment