Archive

" Bootstrap Plug
let autoload_plug_path = stdpath('config') . '/autoload/plug.vim'
if !filereadable(autoload_plug_path)
  silent execute '!curl -fLo ' . autoload_plug_path . '  --create-dirs
" Bootstrap Plug
let autoload_plug_path = stdpath('config') . '/autoload/plug.vim'
if !filereadable(autoload_plug_path)
  silent execute '!curl -fLo ' . autoload_plug_path . '  --create-dirs
Cp_COMPANY_DVD_packs_32_DivX_films
optimus@dualxeon ~/Документы/Geografia-03-1938 $ inxi -b && sensors && sh ./time.sh && sensors
System:
  Host: dualxeon Kernel: 6.4.11-xanmod1 arch: x86_64 bits: 64
    Desktop: KDE Plasma v: 5.27.7 Distro: Calculate Linux Desktop 23 KDE
Runlevel: shutdown
 killprocs                                                         [  stopped  ]
 savecache                                                         [  stopped  ]
 mount-ro                                                          [  stopped  ]
/dev/sda10	/	btrfs	noatime,ssd	0 1
/dev/sda1	/boot/efi	vfat	noatime	0 0

/dev/sda9	none	swap	sw	0 0
apt update && apt -y install ca-certificates wget net-tools gnupg
wget https://as-repository.openvpn.net/as-repo-public.asc -qO /etc/apt/trusted.gpg.d/as-repository.asc
echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/as-repository.asc] http://as-repository.openvpn.net/as/debian jammy main">/etc/apt/sources.list.d/openvpn-as-repo.list
apt update && apt -y install openvpn-as
yum -y install https://as-repository.openvpn.net/as-repo-centos7.rpm
yum -y install openvpn-as
apt update && apt -y install ca-certificates wget net-tools gnupg
wget https://as-repository.openvpn.net/as-repo-public.asc -qO /etc/apt/trusted.gpg.d/as-repository.asc
echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/as-repository.asc] http://as-repository.openvpn.net/as/debian bullseye main">/etc/apt/sources.list.d/openvpn-as-repo.list
apt update && apt -y install openvpn-as
#!/bin/bash

# Define the Tomcat process name
TOMCAT_PROCESS="tomcat"
<< < 169 170 171 172 173 > >>