From 0aaca3d925a113f7ca3e6e51675e4a0664e5df08 Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Sat, 25 May 2024 12:27:17 +0300 Subject: [PATCH] rm old file --- profile/.profile_service | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 profile/.profile_service diff --git a/profile/.profile_service b/profile/.profile_service deleted file mode 100644 index a66b535..0000000 --- a/profile/.profile_service +++ /dev/null @@ -1,28 +0,0 @@ -# ~/.profile: executed by Bourne-compatible login shells. - -if [ "$BASH" ]; then - if [ -f ~/.bashrc ]; then - . ~/.bashrc - fi -fi - -mesg n 2> /dev/null || true - - -alias e="exit" -alias cm="ps -eo comm,pcpu --sort -pcpu | head -8; ps -eo comm,pmem --sort -pmem | head -8" -alias st='curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python3' -alias myip='curl icanhazip.com' -alias wttr='curl wttr.in' - -neofetch - - -alias peer-count='cd ~/ceremonyclient/node && grpcurl -plaintext -max-msg-sz 150000000 localhost:8337 quilibrium.node.node.pb.NodeService.GetPeerInfo | grep peerId | wc -l && cd ~' -alias node-info='cd ~/ceremonyclient/node && GOEXPERIMENT=arenas go run ./... -node-info && cd ~' -alias db-console='cd ~/ceremonyclient/node && - GOEXPERIMENT=arenas go run ./... --db-console && cd ~' -alias balance='cd ~/ceremonyclient/node && GOEXPERIMENT=arenas go run ./... -balance && cd ~' -alias nlog='sudo journalctl -u ceremonyclient.service -f --no-hostname -o cat' -alias nstart='service ceremonyclient start' -alias nrestart='service ceremonyclient restart' -alias nstop='service ceremonyclient stop'