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.

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

Fulltext results:

KVM Setup @home_server:home_server_setup
27 Hits, Last modified: 20 months ago
interactive terminal. Once inside virsh: *''list'' to list running VMs, or ''list %%--%%all'' to list all defined VMs, running or shutdown *''edit... shutdown, destroy) *''sudo virsh help | less'' list all the virsh commands Some links: *[[https://c
KPTree Torrent VM Setup
22 Hits, Last modified: 5 years ago
s: ''%%wget http://ipinfo.io/ip -qO -%%''__ *To list current tables in nftables: ''sudo nft list table ip firewall'', not inet, specifically ip, a... ist tables'' *To see table commands: ''sudo nft list table ip firewall'' and ''sudo nft list table ip6 firewall'' *Select the server from [[... ommented out lines that were not being used.\\ To list the firewall: ''sudo nft list table ip firewall'' ---- =====IPTables Configura... opped ''docker stop <name>'' *''docker ps'', to list running docker containers, ''docker ps -a'' to list all docker containers, running and stopped *To
BASH Customisation @home_server:home_server_setup:other_services
20 Hits, Last modified: 10 months ago
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 @home_server:home_server_setup:other_services
12 Hits, Last modified: 3 years ago
nplus -H 192.168.1.42 -U baumkp -a bmc info'' * List Authorised Users: ''sudo ipmitool user list'' * List active ILOM Sessions: ''ipmitool session info all'' Not much use for me.... * Reset the I... 168.1.10 &>/dev/null ; echo $? </code> ====IPMI List==== *040 005 kptreeserver *041 010 kpts *042 001 Router ====Glossary==== List of IPMI terms. Taken wholesale from http://www.ec
KPTree - Home Desktop Setup
11 Hits, Last modified: 5 months ago
Windows machines at work. Hence I like to keep a list of my preferred Windows software reasonable up to... o excessively expensive now. ++++ So below is a list of Windows software often use. ---- =====MSWindows 11 - Software Install List===== //**I do not use Windows much at home anymor... n Linux. I will call the Meta key. So below is a list of special action keys. *Shift (shift key, left
Web Server setup
11 Hits, Last modified: 22 months ago
system otherwise ineffective. The following is a list of Apache SSL directives used to handle certifica... Guide]]** *To check systemd times: ''systemctl list-timers'' //(Cerbot used this in systemd enables systems)// *To list cerbot related certificates: ''sudo certbot certi... need root password * ''SHOW BINARY LOGS;'' - to list current binary log files * ''%%PURGE BINARY LOG
Rsync @home_server:home_server_setup:other_services
11 Hits, Last modified: 8 months ago
uestions/9299651/warning-permanently-added-to-the-list-of-known-hosts-message-from-git|Warning: Permanently added to the list of known hosts]]” message from Git. NOTE: The su... ser'' would not appear on the Ubuntu login screen list. To hide a user from the Ubuntu login screen list, you should be able to add the name to the hidden-users list in the file ''/etc/lightdm/users.conf'', but ther
Commonly used commands and scripts @home_server:home_server_setup:other_services
9 Hits, Last modified: 12 months ago
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 | grep php*%%'' to see all installed ... session | | ✔1 | | | ++++ ++++Here’s a list of common PHP extensions used for various functio
KPTree - Email Server Setup
8 Hits, Last modified: 3 years ago
* Check status of clients: * ''findmnt'' to list file system in tree format or ''findmnt -l'' in flat list. * ''df -h'' to list all mounted drives * ''lsblk'' to list all drive * To allow automatic boot of nfs clients: sudo... d clamav related running daemons ''sudo systemctl list-units -all | grep clam'' *Stop the daemons
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
8 Hits, Last modified: 3 years ago
status) (enable / disable for boot control) *List current Systemd operating units: ''sudo systemctl list-units | grep '*''. Change or remove the grep stat
Linux Block Device Notes @home_server:home_server_setup:other_services
7 Hits, Last modified: 8 months ago
' will list the disks with UUIDs *''lsblk'' to list partitions (or list block devices) *''lsblk -f'' or ''blkid'' to list the UUIDs *''sudo blkid'' will list data blocks ---- ====parted==== ==There would seem to be a numbe... rrent partition information *''mkpart help'' to list option *''mklabel gpt'' to give drive label gpt
Network Setup @home_server:home_server_setup
6 Hits, Last modified: 13 months ago
Linux]] *[[https://www.cyberciti.biz/faq/linux-list-network-cards-command/|https://www.cyberciti.biz/faq/linux-list-network-cards-command/]] *[[https://www.baeldun... th the command: ''virsh net-list --all'' You can list networks with ''networkctl list'' =====Some helpful commands and comments:===== ... tup status: ''cat /proc/net/bonding/bond0'' *To list network configuration: ''ifconfig'', ''ip a'', ''
dokuwiki setup notes
6 Hits, Last modified: 12 months ago
okuWiki Plugin Modules===== ====Installed plugin list from dokuWiki==== ++++ syntax plugins|~~INFO:syn... small>by Chris Smith</fs> These are in the plugin list, are installed by default and be neither disabled... :changes|Changes Plugin]] | List the most recent changes of the wiki ... | Build a navigation menu from a list |
samba @home_server:home_server_setup:other_services
4 Hits, Last modified: 4 years ago
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===
systemd Stuff @home_server:home_server_setup:other_services
3 Hits, Last modified: 3 years ago
-1'' to see last boot entries. *''journalctl --list-boots'' to list all available journaled boots. *''sudo journalc... rint basic time date only on cli\\ ''timedatectl list-timezones'' to set available time zones\\ ''sudo
Time Date Related Setup @home_server:home_server_setup:other_services
3 Hits, Last modified: 3 years ago
NFS @home_server:home_server_setup:other_services
3 Hits, Last modified: 21 months ago
Simlinks @home_server:home_server_setup:other_services
3 Hits, Last modified: 21 months ago
fsck - file system check @home_server:home_server_setup
2 Hits, Last modified: 5 years ago
Set Up and Ubuntu APT Cache @home_server:home_server_setup:other_services
2 Hits, Last modified: 5 years ago
Back-up Server Old Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 21 months ago
VNC Server @home_server:home_server_setup
1 Hits, Last modified: 16 months ago
SWAP Files @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
snapraid @home_server:home_server_setup:other_services
1 Hits, Last modified: 7 months ago
Conky @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 years ago