vim

Search

You can find the results of your search below.

VIM Editor @home_server:home_server_setup:other_services
132 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 environm
DHCP / DNS Setup @linux_router
11 Hits, Last modified:
uration ====Setting Bind9 to IPv4 Mode==== ''sudo vim /etc/default/bind9'' or ''sudo vim /etc/default/named'', set following parameter: ''OPTIONS="-u bind -... the named.conf.options configuration file, ''sudo vim /etc/bind/named.conf.options'', as noted below. +... ="; }; </code>++++ Configure the DNS zones ''sudo vim /etc/bind/named.conf.local'' ++++named.conf.local
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> #!/
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
KPTree - Email Server Setup @home_server
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
Debian / Ubuntu Network Setup @linux_router
5 Hits, Last modified:
See the Netplan configuration below: ++++''sudo vim /etc/netplan/network.yaml''| <code> network: #s... rfaces are commented out. For example: ++++''sudo vim /etc/network/interfaces''| <code> # This file des... is my basic setup netplan yaml file. ++++ ''sudo vim /etc/netplan/50-cloud-init.yaml'' | <code> # This... 2 scripts to switch between configuration: ++++ ''vim tononrouter.sh'' | <code> #systemctl disable bind
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
Docker mailserver @docker_notes
3 Hits, Last modified:
gen => ''pwgen'' generates encrypted passwords *vim => because it is nicer to use than ''vi'' *less... vides the access path on the remote server. ++++vim .config/apache2/mail.kptree.net-443.conf| <code a... ===apache2.4 local php-fpm configuration==== ++++vim .config/apache2/mail.local.kptree.net-8080.conf|
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.
Docker Host @docker_notes
2 Hits, Last modified:
te whole file if necessary * ''sudo apt install vim'' to install vim * Set static ip address and a bridge network (this varies on the install type)
dokuwiki setup notes @home_server
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
Router Miscellaneous @linux_router
2 Hits, Last modified:
Network Setup @home_server:home_server_setup
2 Hits, Last modified:
sidebar
1 Hits, Last modified:
Docker @docker_notes
1 Hits, Last modified:
Docker - DNS Server @docker_notes
1 Hits, Last modified:
Reverse Proxy Server @docker_notes
1 Hits, Last modified:
KPTree - MSWindows Setup @home_server
1 Hits, Last modified:
Basic Netfilter Function Block Diagram @linux_router
1 Hits, Last modified:
NFTables Configuration @linux_router
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: