Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- Rsync @home_server:home_server_setup:other_services
- effskinnerbox.me/posts/2014/Dec/21/cheatsheet-vim-commands/|Jeff Skinnerbox Cheatsheet: Vim Commands]] [[https://web.archive.org/web/20180828185512/... quire any special permissions to execute an rsync command. With just a small knowledge of the command line, you can be backing up in no time with rsync... absence of the terminating ''/'' within the rsync command line is important. The following two commands produce different results: <code>sudo rsync -azv... ikipedia.org/wiki/Cron|cron]] is used to schedule commands to be executed periodically. You can setup commands or scripts, which will be repeatedly run at a se
- VIM Editor @home_server:home_server_setup:other_services
- rface, you can get into insert mode directly from command mode by typing i. When you open VIM you are in command mode, so simply type i (or insert) to get into in... | =====Moving around in the file===== These Vim commands and keys work both in command mode and visual mode. ^ Vim Command ^ Action ^... l mode, when you've selected some text. The other commands work in the command mode, when you haven't selected any text. ^ Vim ... case of characters. This works both in visual and command mode. In visual mode, change the case of highlighted characters. In command mode, change the case of the character under curs
- Commonly used commands and scripts @home_server:home_server_setup:other_services
- - includes php-cli and php-fpm *php-cli – Command-line interface for PHP (used where only php command line interface is required, no fpm) *php-... ode> Hence, the crontab entry ''15 0 1-7 * 3 command'' would run the command on the 1 to 7 days of the month and also every We... y.\\ So, the an additional filter is added to the command statement to allow desired functionality. ''[ $(date +%-d) -le 7 ] && command'' means the command will only be run if the date ... equal to 7. Similarly ''[ $(date +%u) -eq 3 ] && command'' means the command will only run if the day of week is 3 (Wednesday)
- BASH Customisation @home_server:home_server_setup:other_services
- d PROMPT_COMMAND="history -w" export PROMPT_COMMAND="history -a; history -c; history -r; $PROMPT_COMMAND" </code> To reload bash: ''exec bash'' The following command gives an example of time format control on ls command. %%ls -l --time-style="+%Y-%m-%d %H:%M:%S"%% ===... ory Customisation and Use===== * history | grep command -> to see list of history with text "command" * history !x -> to repeat the history comman... n.com/community/tutorials/how-to-use-bash-history-commands-and-expansions-on-a-linux-vps|How To Use Bash History Commands and Expansions on a Linux VPS]] * [[https://op
- IPMI CLI Tools @home_server:home_server_setup:other_services
- the ipmitool functions used. Once the ipmi start command has been issued the main computer is checked using the ping command to determine if it is actually up. The script exi... ipmitool functions used. Once the ipmi soft stop command has been issued the main computer is check using the ipmi power status command command to determine if it is actually down. The ... vice through either local or remote access. Its a command line tool that can used to perform various commands for reading and writing to the IPMI device. It i... ed system. *ipnmac : A SuperMicro proprietary command line tool for Linux to set the IP and mac address
- IPMI Console Setup @home_server:home_server_setup:other_services
- , not batch files) * -P : input the password in command, not recommended as is in command line history there after, not secure * -f </pat... , not batch files) * -P : input the password in command, not recommended as is in command line history there after, not secure * -f </pat... on Once inside the BMC sol terminal the following commands can be used to control the sol connection: * ~... tools are available to assist with this: * The command ''stty'' can be used to manually set the terminal
- Manjaro Setup Notes @home_server:home_server_setup:other_services
- t key management processes (such as the following commands). This command prevents any output from "dirmngr".\\ \\ ''sudo rm -r /etc/pacman.d/gnupg &>/dev/null''\\ This command deletes your Pacman, Manjaro, and Arch key databa... s not installed on your system.\\ ATTENTION: This command will remove all keys from your system, including ... gnupg archlinux-keyring manjaro-keyring''\\ This command (re-)installs the "gnupg" package and keyrings fo
- Back-up Server Old Setup @home_server:home_server_setup:other_services
- rciti.biz/faq/linux-mount-an-lvm-volume-partition-command/|Linux mount an LVM volume / partition command]] =====NFS===== To check available server drives ... rtable using it.</fc></fs>\\ The following is the command I use to backup my main media drive: ''sudo rsync... be enabled for anything to work. This is the only command that # must be enabled. # cmd_rsync /usr/bi... # Paths to lvcreate, lvremove, mount and umount commands, for use with # Linux LVMs. # #linux_lvm_cmd_lvc
- NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
- = I purchased my current main UPS the Powershield Commander RT PSCRT1100 / Voltronic Power Otima II 1.1K in... onitoring and control system. I use a Powershield Commander RT PSCRT1100 a 1100VA/880W, line interactive si... propriety and bloated. I want a simple efficient command line / daemon based utility that can monitor perf... ws that "/var/run" is a symlink to "/run" and the command "df -T" shows that /run is a temporary file syste
- KVM Setup
- {{tag>server kvm virtual command debian machine qemu virsh qcow linux command setup nbd 'network block device'}} ======KVM Setup====== I original setup... e links: *[[https://computingforgeeks.com/virsh-commands-cheatsheet/|Virsh commands cheatsheet to manage KVM guest virtual machines]
- fsck - file system check
- stem using fsck During Reboot]]. A summary of key commands: *The Root file system is automatically checke... will be performed and the forcefsck file removed. Commands: *''cd /'' *''sudo touch forcefsck'' ... use ''sudo fdisk -l''. (This is a disk partition command. Be careful with use.) *To check current disks ... use ''sudo parted -l''. (This is a disk partition command, more modern than fdisk. Be careful with use.)
- Network Setup
- ://www.cyberciti.biz/faq/linux-list-network-cards-command/|https://www.cyberciti.biz/faq/linux-list-network-cards-command/]] *[[https://www.baeldung.com/linux/network-in... max-age: 12 </code> Some additional netplan commands: *''sudo netplan --debug apply'' To apply any ... The qemu defined networks can be listed with the command: ''virsh net-list --all'' You can list networks with ''networkctl list'' =====Some helpful commands and comments:===== *To see bridge status infor
- Simlinks @home_server:home_server_setup:other_services
- *[[http://www.thegeekstuff.com/2010/10/linux-ln-command-examples/|Linux Soft and Hard Link Guide]] (10 ln Command Examples from The geek stuff) *[[https://www.ge... *Linux Handbook [[https://linuxhandbook.com/ln-command/|ln Command Examples]] *[[https://linuxhandbook.com/hard-
- samba @home_server:home_server_setup:other_services
- Whenever you modify this file you should run the command # "testparm" to check that you have not made any ... controller via the SAMR # RPC pipe. The example command creates a user account with a disabled Unix # pas... t users to share folders # with the net usershare command. # Maximum number of usershare. 0 (default) mean... writeable = yes </code> ++++ ====samba check commands==== Some samba check commands: * ''smbclient -
- Calibre Server @home_server:home_server_setup:other_services
- ntconfig libgl1-mesa-glx''\\ After this I ran the command as recommended by [[https://calibre-ebook.com/dow... d.\\ I tested the installation with the terminal command: ''calibre-server '/mnt/disk1/KarlData/Karl Data ... systemd service. After this the usual systemctl commands on the new service can be used, e.g.: * ''sud... just for my personal use. I access it using the command noted earlier: ''http://your_server_ip:8080''. T