KPTree Wiki logo

KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@home_server:home_server_setup
  • Any namespace
  • home_server:home_server_setup:other_services (20)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Commonly used commands and scripts

Fulltext results:

Rsync @home_server:home_server_setup:other_services
43 Hits, Last modified: 8 months ago
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... tps://www.howtogeek.com/howto/windows-vista/run-a-command-as-administrator-from-the-windows-vista-run-box/|Command Prompt (Admin) window]]. Within this window, get ... *[[https://www.thegeekstuff.com/2010/09/rsync-command-examples/|How to Backup Linux? 15 rsync Command Examples]] *[[http://www.tecmint.com/rsync-loca... ync (Remote Sync): 10 Practical Examples of Rsync Command in Linux]] *[[https://www.thegeekstuff.com/2011
VIM Editor @home_server:home_server_setup:other_services
42 Hits, Last modified: 3 years ago
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... 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... 2'', To get vim to interpret tab as an ''indent'' command instead of an insert-a-tab command *''set shiftwidth=2'', To set the mod-N indenta... Window Splitting===== ^^ Vim Command ^ Action ^ | :e filename | Edit filename in c
Commonly used commands and scripts @home_server:home_server_setup:other_services
40 Hits, Last modified: 12 months ago
- 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
22 Hits, Last modified: 10 months ago
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... nge-the-colors-of-directories-and-files-in-the-ls-command/|How to Change the Colors of Directories and Files in the ls Command]] ======visudo====== sudo remembers your passwo
IPMI Console Setup @home_server:home_server_setup:other_services
19 Hits, Last modified: 16 months ago
, 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... tools are available to assist with this: * The command ''stty'' can be used to manually set the terminal size, e.g. ''stty cols 132 rows 34'' * The command ''resize'' automatically resizes the stty termin
Manjaro Setup Notes @home_server:home_server_setup:other_services
16 Hits, Last modified: 18 months ago
and Startup->Application Autostart: Conky * Command: ''conky -c ~/.config/conky/conky.conf --daemoniz... rors=== ''sudo rm /var/lib/pacman/db.lck''\\ This command removes Pacman's database lock. The database lock... ering with each other.\\ ATTENTION: Only run this command when no other Pacman instance (e.g. Pacman, Yaour... o pacman-mirrors -f && sudo pacman -Syyu''\\ This command searches for working and good Manjaro repository
IPMI CLI Tools @home_server:home_server_setup:other_services
16 Hits, Last modified: 3 years ago
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 script exits with a 0 upon on successful attempt to verif... #error 12 means that the ipmi tool power on command returned an error code fi sleep 40 fi fo
Back-up Server Old Setup @home_server:home_server_setup:other_services
9 Hits, Last modified: 21 months ago
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... be enabled for anything to work. This is the only command that # must be enabled. # cmd_rsync /usr/bi
KVM Setup
7 Hits, Last modified: 20 months ago
{{tag>server kvm virtual command debian machine qemu virsh qcow linux command setup nbd 'network block device'}} ======KVM Setup====== I original setup... The VM xml file can be edited directly using the command ''virsh edit VM_name'' To get virtual image disk... ed qcow2 image can be created using the following command: ''sudo qemu-img convert -O qcow2 -c old.qcow2 ne... ver there was an error with the machine type. The command ''kvm-spice -machine help'' shows the allowable c
Simlinks @home_server:home_server_setup:other_services
7 Hits, Last modified: 21 months ago
*[[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-
fsck - file system check
6 Hits, Last modified: 5 years ago
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.) ... =Find Information on Hard disks==== The ‘’lsblk’’ command has a lot of information returned. The ‘’tune2fs’’ command is used by the system administrator to change/mod
Network Setup
4 Hits, Last modified: 13 months ago
://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... The qemu defined networks can be listed with the command: ''virsh net-list --all'' You can list networks
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
4 Hits, Last modified: 3 years ago
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... The NUT service (start / stop / status / restart) command:"sudo systemctl status nut-server.service" *To ... will then prompt for NUT user and password. The command will prompt for a user then password. This is a
SWAP Files @home_server:home_server_setup:other_services
3 Hits, Last modified: 3 years ago
method to check and disable SWAP function. *The command ''sudo swapoff -a"''turns of an existing SWAP par... '. (Another open is to instead use the swapoff -a command in a boot cron job. This allows the swapon -a option to be later used.) *The command ''free -hw'' shows the current memory status. *
Calibre Server @home_server:home_server_setup:other_services
3 Hits, Last modified: 5 years ago
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 ... just for my personal use. I access it using the command noted earlier: ''http://your_server_ip:8080''. T
samba @home_server:home_server_setup:other_services
3 Hits, Last modified: 4 years ago
Linux Firmware Notes @home_server:home_server_setup:other_services
2 Hits, Last modified: 12 months ago
VNC Server
2 Hits, Last modified: 16 months ago
Time Date Related Setup @home_server:home_server_setup:other_services
2 Hits, Last modified: 3 years ago
snapraid @home_server:home_server_setup:other_services
2 Hits, Last modified: 7 months ago
logrotate @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
My Home IT Setup
1 Hits, Last modified: 12 months ago
Linux Block Device Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 8 months ago
tmux @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 years ago
XFCE @home_server:home_server_setup:other_services
1 Hits, Last modified: 21 months ago