command

Search

You can find the results of your search below.

Rsync @home_server:home_server_setup:other_services
43 Hits, Last modified:
is page. =====Rsync Notes===== ====Main rsync command usage summary==== A trailing slash (/) at the end of the first argument in the rsync command: ''rsync -a dir1/ dir2'', mean “the contents of d... le-check your arguments before executing an rsync command. Rsync provides a method for doing this by passin... means that the full path names specified on the command line are sent to the server rather than just the
VIM Editor @home_server:home_server_setup:other_services
42 Hits, Last modified:
{{tag>vim neovim command linux debian text editor setup customise customisation cheatsheet}} ======VIM Edit... Some Quick tips: *There are two (2) main modes: Command mode and Insertion mode. You only normally type t... xt in Insertion mode. The Esc (escape) key enters command mode and the i or INS(insert) keys return to Inse... rface, you can get into insert mode directly from command mode by typing i. When you open VIM you are in co
Commonly used commands and scripts @home_server:home_server_setup:other_services
34 Hits, Last modified:
{{tag>linux dmesg command systemd journal journalctl tzdata timezone apt upgrade update install remove cron... ''ps -A | grep open'' *To change time zone from command line: ''sudo dpkg-reconfigure tzdata''. *Networ... erent fields when the task will be run # and what command to run for the task # # To define the time you c... of crontab(5) and cron(8) # # m h dom mon dow command # Example of job definition: # .----------------
BASH Customisation @home_server:home_server_setup:other_services
21 Hits, Last modified:
tar .bash_aliases configure configuration bashrc command script .bashrc history sudo visudo dimmer ps kill... type: '' ~/.bashrc'' or ''source ~/.bashrc''. The command ''exec bash'' will also work. Add the following ... il1 This mail test needs an email id after tmail1 command" ; echo "Test mail from zNUC using tmail1." | mai... -lnptu' alias showlistening='lsof -i -n | egrep "COMMAND|LISTEN"' alias ping='ping -c 5' alias ipe='curl i
IPMI Console Setup @home_server:home_server_setup:other_services
19 Hits, Last modified:
nux man page]] The key functions if the ipmitool command, ''ipmitool -I lanplus -H 192.168.1.40 -U baumkp ... emote user name to use to connect to IPMI BMC for command * -a : prompt for remote server password (for C... , not batch files) * -P : input the password in command, not recommended as is in command line history there after, not secure * -f </path/password_file> : spec
IPMI CLI Tools @home_server:home_server_setup:other_services
16 Hits, Last modified:
omous access, logging and control. IPMI messaging command sets, sensor data records and event messages. Acc... emote user name to use to connect to IPMI BMC for command * -a : prompt for remote server password (for ... secure than actually placing the password on the command line. The file literally just has the password i... the ipmitool functions used. Once the ipmi start command has been issued the main computer is checked usin
Manjaro Setup Notes @home_server:home_server_setup:other_services
16 Hits, Last modified:
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
KVM Setup
7 Hits, Last modified:
{{tag>server kvm virtual command debian machine qemu virsh qcow linux command setup nbd 'network block device'}} ======KVM Setup====== I o... 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
Back-up Server Old Setup @home_server:home_server_setup:other_services
7 Hits, Last modified:
ckup'' The syntax is reasonably evident from the command. The workdir is a directory on the same media as... xible system. |<60px 60px 20px 20px 20px 20px>| ^ Command ^ example ^ LVM ^ PV ^ VG ^ LG ^ ... 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
fsck - file system check
6 Hits, Last modified:
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
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
4 Hits, Last modified:
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
Calibre Server @home_server:home_server_setup:other_services
3 Hits, Last modified:
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:
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
SWAP Files @home_server:home_server_setup:other_services
3 Hits, Last modified:
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. *
Simlinks @home_server:home_server_setup:other_services
3 Hits, Last modified:
{{tag>simlinks linux setup command}} =====Simlinks===== A symlink is a soft or hard link to a directory lo... te [[http://www.thegeekstuff.com/2010/10/linux-ln-command-examples/|Linux Soft and Hard Link Guide]] (10 ln Command Examples) *To remove symlink ''%%rm "path/symli
Network Setup
2 Hits, Last modified:
VNC Server
2 Hits, Last modified:
My Home IT Setup
1 Hits, Last modified:
XFCE @home_server:home_server_setup:other_services
1 Hits, Last modified:
logrotate @home_server:home_server_setup:other_services
1 Hits, Last modified:
tmux @home_server:home_server_setup:other_services
1 Hits, Last modified: