list

Search

You can find the results of your search below.

BASH Customisation
18 Hits, Last modified:
show index number of each file * ''-R'' : list sub-directories recursively * ''-S'' : sor... e:| <code bash> # This is my current / up-to-date list of bash aliases. # This is the exact same file th... rowdsec cscli' alias csdecisions='cscli decisions list' alias csalerts='cscli alerts list' alias csinspect='cscli alerts inspect -d' alias cshubs='cscli hub l
IPMI CLI Tools
12 Hits, Last modified:
''ipmitool -h'' * Chassis power commands: * List current power status: ''ipmitool -I lanplus -H 19... 8.1.42 -U baumkp -a chassis power status'' * List available chassis commands:''sudo ipmitool -I open chassis'' * List chassis policy options ''ipmitool -I lanplus -H 1... lanplus -H 192.168.1.42 -U baumkp chassis policy list'' * List all current chassis info: ''ipmitool
Rsync
11 Hits, Last modified:
o access hosts allow = 192.168.1.5 hosts deny = * list = true uid = root gid = root read only = false # ... mply type ''rsync'' at terminal to see a complete list ^Flag Short^ Flag Long ^Description^ |''-z''| ''%... ould also create a file that contains the exclude list ''tmp'' and ''src''. This would look like: <code>sudo rsync -azv --exclude-from 'exclude-list.txt' pi@RedRPi:/home/pi/ /mnt/backup/rsync-test6<
NUT (Network UPS Tools) Setup
8 Hits, Last modified:
c.html|Voltronic Power UPS Protocol]], it is also list under the Voltronic Power section, (various)USB o... stools.org/stable-hcl.html|Hardware compatibility list]]. =====NUT Configuration Files===== NUT can be ... /code> =====NUT Key commands and scripts===== *List all the UPS device profile variable ''/bin/upsc K... :"sudo systemctl status nut-server.service" *To list the available UPS commands: "upscmd -l KPBUPS"
Commonly used commands and scripts
6 Hits, Last modified:
status) (enable / disable for boot control) *List current Systemd operating units: ''sudo systemctl list-units | grep %%'*'%%''. Change or remove the grep... ll package'' to install a package *''%%sudo apt list --installed%%'' to list installed packages, use grep to filter, eg.: ''%%sudo apt list --installed | gr
Linux Block Device Notes
5 Hits, Last modified:
tes ===== ====Some basic tools==== ''lsblk'' to list partitions (or list block devices) ''lsblk -f'' or ''blkid'' to list the UUIDs ---- ====parted==== ==There would seem to ... rrent partition information *''mkpart help'' to list option *''mklabel gpt'' to give drive label gpt
samba
4 Hits, Last modified:
these users to have write rights in it ; write list = root, @lpadmin [home] writeable = yes path =... check commands: * ''smbclient -L 192.168.1.10'' list the available shares on the host IP * ''pdbedit -w -L'' list the current users on the samba host * ''sudo sy... systemd services name..... * ''testparm'' will list the samba configuration parameters. ====Links===
NFS
3 Hits, Last modified:
equired <code> # /etc/exports: the access control list for filesystems which may be exported /export ... mount Check status of clients: *''findmnt'' to list file system in tree format or ''findmnt -l'' in flat list. To allow automatic boot of nfs clients: ''sudo
systemd Stuff
3 Hits, Last modified:
-1'' to see last boot entries. *''journalctl --list-boots'' to list all available journaled boots. *''sudo journalctl -u pppoe'', use u flag to see speci... rint basic time date only on cli\\ ''timedatectl list-timezones'' to set available time zones\\ ''sudo
Time Date Related Setup
3 Hits, Last modified:
*''timedatectl'' and ''timedatectl status'' to list current system time date information. *''timedatectl list-timezones'' to list available time zones in timedatectl. *''sudo timedatectl set-timezone Australia/P
Set Up and Ubuntu APT Cache
2 Hits, Last modified:
some I have found: *''sudo vim /etc/apt/sources.list.d/nodesource.list''; change: *''%%deb https://deb.nodesource.com/node_10.x bionic main%%'' to ''deb
Simlinks
2 Hits, Last modified:
move symlink ''%%rm "path/symlink name"%%'' *To list symlink ''%%ls "path/symlink name"%%'' *To list symlink directory contents ''%%ls "path/symlink name/
Back-up Server Old Setup
1 Hits, Last modified:
access hosts allow = 192.168.1.10 #hosts deny = * list = true uid = root gid = root read only = false #a
Conky
1 Hits, Last modified:
ttp://www.kgym.jp/freesoft/xrgb.html|X color name list]], that could help you visualized the colors. ==
SWAP Files
1 Hits, Last modified:
the reliability of his drive. The following is a list of method to check and disable SWAP function. *