vim

Search

You can find the results of your search below.

VIM Editor @home_server:home_server_setup:other_services
115 Hits, Last modified:
{{tag>vim neovim command linux debian text editor setup customise customisation cheatsheet}} ======VIM Editor====== When using ''sudo vim'' consider ''sudo -E''. The ''-E'' flag to retain the user environment variables for vim. =====VIM Customisation===== ++++~/.vimrc| <code
Back-up Server Old Setup @home_server:home_server_setup:other_services
10 Hits, Last modified:
/srv/storage, ''sudo mkdir /srv/storage'' ''sudo vim /etc/fstab'' <code> UUID=d426f5e0-7fbd-4e7f-915e-... ~/Myscripts/mount_backup1.sh'' to run ++++''sudo vim ~/Myscripts/mount_backup1.sh''| <code bash> #!/bi... ~/Myscripts/mount_backup2.sh'' to run ++++''sudo vim ~/Myscripts/mount_backup2.sh''| <code bash> #!/bi... 'sudo ~/Myscripts/unmount_backup1.sh'' ++++''sudo vim ~/Myscripts/unmount_backup1.sh''| <code bash> #!/
KPTree Torrent VM Setup
9 Hits, Last modified:
these addresses only in my nftables setup, ''sudo vim /etc/nftables.conf''. Basically the nftables setu... n Ubuntu 18.04 they will need to be added: ''sudo vim /etc/apt/sources.list'' and add the following rep... les configuration script for PrivatVPN==== ''sudo vim /etc/nftables.conf'' ++++nftables.conf script| <c... ddress) configuration files, respectively: ''sudo vim /etc/openvpn/privatvpn.conf'' & ''sudo vim /etc/n
Web Server setup
9 Hits, Last modified:
ent automated changes, if present the file ''sudo vim /etc/cloud/cloud.cfg'', configuration variable wi... ollowing apache2 configuration files: *''sudo vim /etc/apache2/apache2.conf'', in particular change... ites-available/kptree.net-http.conf'' then ''sudo vim /etc/apache2/sites-available/kptree.net-https.con... tes-available/kptree.net-https.conf'' then ''sudo vim /etc/apache2/sites-available/kptree.net-https.con
Rsync @home_server:home_server_setup:other_services
7 Hits, Last modified:
l rsync daemon ''sudo apt install rsync'' ''sudo vim /etc/rsyncd.conf'' <file> # create new # any nam... ecrets file = /etc/rsyncd.secrets </file> ''sudo vim /etc/rsyncd.secrets'' <file>username:userpassword... ++++ ====My web page copy bash batch==== ''sudo vim Myscripts/rsync_shared.sh'' or to run ''sudo bash... ://jeffskinnerbox.me/posts/2014/Dec/21/cheatsheet-vim-commands/|Jeff Skinnerbox Cheatsheet: Vim Command
Set Up and Ubuntu APT Cache @home_server:home_server_setup:other_services
6 Hits, Last modified:
168.1.1:3142" *The configuration file is ''sudo vim /etc/apt-cacher-ng/acng.conf'' *The default cac... ding the following line into the new file: ''sudo vim /etc/apt/apt.conf.d/02proxy'', also check ''sudo vim /etc/apt/apt.conf.d/00aptproxy'': *''%%Acquir... . The general clients access noted above "''sudo vim /etc/apt/apt.conf.d/02proxy'', ''%%Acquire::http:
KPTree - Email Server Setup
5 Hits, Last modified:
lient configurations options are given in: ''sudo vim /etc/default/nfs-common''. However the current ba... * To allow automatic boot of nfs clients: sudo vim /etc/fstab * ''192.168.1.10:/export /mnt nf... wing to the apach2 site configuration file ''sudo vim /etc/apache2/sites-available/mail.kptree.net-http... mail.kptree.net -d mail.kptree.net%%'' * ''sudo vim /etc/apache2/sites-available/mail.kptree.net-http
NFS @home_server:home_server_setup:other_services
5 Hits, Last modified:
es higher level directories if necessary.) ''sudo vim /etc/exports'' - edit the exports file as require... export/storage using mergerfs. Adjust the ''sudo vim /etc/fstab'' file to allow for boot setup of nfs ... erver configurations options are given in: ''sudo vim /etc/default/nfs-kernel-server''. //However the ... lient configurations options are given in: ''sudo vim /etc/default/nfs-common''. //However the current
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
5 Hits, Last modified:
irst we need to get the NUT driver running, "sudo vim /etc/systemd/system/nut-driver.service" <code> [U... tmpfiles.d". So we need to create the file: "sudo vim /usr/lib/tmpfiles.d/nut-driver.conf" and populate... md/system-shutdown/nutshutdown file exists; "sudo vim /lib/systemd/system-shutdown/nutshutdown" and pop... service for /sbin/upsd, configuration file, "sudo vim /etc/systemd/system/nut-server.service <code> [Un
VNC Server @home_server:home_server_setup
3 Hits, Last modified:
t add the line ''exec /bin/bash'' to the end of ''vim ~/.profile''. You will need to restart VNCserver ... c'' *The vncserver startup configuration file: ''vim ~/.vnc/xstartup'' *I set up cron to run the following script at boot: ''vim ~/Myscripts/StartVNC.sh'', StartVNC.sh: <code>
BASH Customisation @home_server:home_server_setup:other_services
3 Hits, Last modified:
will also work. Add the following commands to ''vim ~/.bashrc'', the aliases can also be added to the separate file .bash_aliases, ''vim ~/.bash_aliases'': *''alias ll=%%'ls -lah --ti... LOR environment variable. Similarly programs like vim allow its colors to be varied. The terminal progr
IPMI Console Setup @home_server:home_server_setup:other_services
3 Hits, Last modified:
e password in it. I usually store in file ''sudo vim /etc/ipmi'' and set to root only read/write ''sud... grub boot loader configuration as follows ''sudo vim /etc/default/grub'': <code JavaScript [enable_lin... the systemd configuration fill as follows: ''sudo vim /lib/systemd/system/serial-getty@.service'' I the
SSH Notes @home_server:home_server_setup:other_services
3 Hits, Last modified:
sage of the Day ====Login Messages==== *''sudo vim /etc/issue.net'' Displays a message before the user begins login, I do not use this. *''sudo vim /etc/ssh/sshd_config'' ensure the following optio... iguration file to activate the changes. *''sudo vim /etc/motd'' Displays the banner text after login.
dokuwiki setup notes
2 Hits, Last modified:
wiki''. ++++tl;dr; Setup of apache2/sites| ''sudo vim /etc/apache2/sites-available/wiki.kptree.net-ssl.... key.pem </VirtualHost> </IfModule> </code> ''sudo vim /etc/apache2/sites-available/wiki.kptree.net.conf
Network Setup @home_server:home_server_setup
2 Hits, Last modified:
plan/50-cloud-init.yaml'', create the file ''sudo vim /etc/cloud/cloud.cfg.d/99-disable-network-config.... by netplan.io examples: Create a file br0.xml, ''vim ~/br0.xml'' and add following to it: <code xml> <
KPTree - MSWindows Setup
1 Hits, Last modified:
fsck - file system check @home_server:home_server_setup
1 Hits, Last modified:
Conky @home_server:home_server_setup:other_services
1 Hits, Last modified:
Fail2Ban @home_server:home_server_setup:other_services
1 Hits, Last modified:
samba @home_server:home_server_setup:other_services
1 Hits, Last modified:
SWAP Files @home_server:home_server_setup:other_services
1 Hits, Last modified:
Webmin @home_server:home_server_setup:other_services
1 Hits, Last modified: