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)
- Docker Deluge Image / Service @docker_notes
- lp'' Some additional related commands: *''type command'' will return the command type, inbuilt or path to external command, or no entry if not found. *''whereis command'' return the path of external commands See: *The Unix School [[https://www.theunixschool.com/2012/03/internal-vs-external-commands.html|Internal vs External commands]] *[[https://www.geeksforgeeks.org/internal-and-external-commands-in-linux/|Internal and External Commands in Linux]] =====References===== *[[https://de
- Docker mailserver @docker_notes
- w.mutt.org/doc/manual/|Mutt manual]] *[[https://commandmasters.com/commands/mutt-common/|How to use the command 'mutt' (with examples)]] *[[https://www.howtoge... -test-tool/|swaks – SMTP test tool]] *[[https://commandmasters.com/commands/swaks-linux/|How to Use the Command 'swaks' (with Examples)]] =====exim===== After u... method to find the program using the port was the command ''sudo lsof -i :25'' =====References===== *W
- 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
- Docker @docker_notes
- a running container| |''docker exec -it CONTAINER COMMAND'' | Run a command in a container| |''docker exec -it CONTAINER bash... ps://dev.to/cicube/docker-cheat-sheet-most-useful-commands-ghl|Docker Cheat Sheet - Most Useful Commands]] *Docker Docs *[[https://docs.docker.com/... information in ''/var/lib/docker/overlay2'', the command ''sudo du -d 1 -h /var/lib/docker'' lists the sub... Reclaim Disk Space]], in particular the following commands: *''docker system prune'', which will remove s
- Web Server setup @home_server
- rver/stable/admin_manual/configuration_server/occ_command.html?highlight=occ|Using the occ command]]. The occ command must be run in directory where the Nextcloud occ ... located, in my case ''cd /var/www/html''. The key commands are: *''sudo -u www-data php occ maintenance:m... loud) Some keypoint to using this CLI: *The php command application is called occ, hence the ''php occ'' *The command needs to be run as the same user as the webserver
- 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
- Nextcloud Container @docker_notes
- -h, --help Display help for the given command. When no command is given display help for the list command -q, --quiet Do not output any message... --no-warnings Skip global warnings, show command output only -v|vv|vvv, --verbose Increase the ... or more verbose output and 3 for debug Available commands: check check ... Display help for a command list List com
- KPTree - Home Desktop Setup @home_server
- _old%%'', or simply delete. -Open Administrator Command Prompt(right click windows start and select so). Then run following command to create a simlink to NAS stored iTunes library:... s'%%'' ''%%\\NASname\various_path\iTunes%%''. The command should state symbolic link created as given in original command. -The backup files are found at: ''%%C:\Users\b... ype "Win + X". In Windows 10 you can also type in Command into the Cortina search area and right click on the Command Prompt item. For files the command syntax is: "mklink Link Target". I am only really interested in a dir
- Router Miscellaneous @linux_router
- k Interfaces]] *[[https://linoxide.com/linux-command/use-ip-command-linux/|How To Use Ip Command In Linux with Examples]] =====Some related links... etwork-connection-linux/|Check Network Connection Command]] *This is old, but topical, BigDinosaur Blog -
- 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