diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-04 19:51:02 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-04 19:51:02 +0000 |
commit | cb13f0cc705447d6fe662e6b32e9387eeec6cbaa (patch) | |
tree | 0907f0bfdff8bd6c9c452da05e2092195dd9a344 | |
parent | testing gpg sing key (diff) | |
download | scripts-cb13f0cc705447d6fe662e6b32e9387eeec6cbaa.tar.gz scripts-cb13f0cc705447d6fe662e6b32e9387eeec6cbaa.zip |
update
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 1 | ||||
-rwxr-xr-x | chroot/mount.sh | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -336,6 +336,7 @@ alias ffox_i2p='ssh -C -X -i /home/devi/devi/vagrantboxes.git/main/i2p/.vagrant/ alias sotn="bw_mednafen ~/roms/sotn/Castlevania\ -\ Symphony\ of\ the\ Night.cue" alias silent_hill="bw_mednafen ~/roms/silent_hill/Silent Hill (v1.1).cue" alias bombadillo='ssh -tt -i /home/devi/devi/vagrantboxes.git/main/openbsd/.vagrant/machines/default/libvirt/private_key vagrant@bomb-host.vagrant-libvirt proxychains4 -q bombadillo ' +alias mount="grc mount" # change the 4th terminal color to #0000ff # echo -e '\e]P40000ff' diff --git a/chroot/mount.sh b/chroot/mount.sh index 6ec6472..710eaf7 100755 --- a/chroot/mount.sh +++ b/chroot/mount.sh @@ -13,4 +13,4 @@ sudo mkdir -p /tmp/tmpfs4_1 sudo mount -t tmpfs -o size=4000M tmpfs /tmp/tmpfs4_1 sudo chown devi:devi /tmp/tmpfs4_1 # virsh pool-define-as --name ramdisk --type dir --target /tmp/tmpfs4_1 -# virsh pool-start ramdisk +virsh pool-start ramdisk |