Search

You can find the results of your search below.

BASH Customisation @home_server:home_server_setup:other_services
24 Hits, Last modified:
y alias diskusage='df -hl --total | grep total' # Gets the total disk usage on your machine alias partu... # INSTALLATION AND UPGRADE alias update='sudo apt-get update' alias upgrade='sudo apt-get update && sudo apt-get upgrade' alias install='sudo apt-get install' alias finstall='sudo apt-get -f i
SSH Notes @home_server:home_server_setup:other_services
24 Hits, Last modified:
cpuinfo import socket import uuid import re def get_size(bytes, suffix="B"): """ Scale bytes ... name.processor}") print(f"Processor: {cpuinfo.get_cpu_info()['brand_raw']}") print(f"Ip-Address: {socket.gethostbyname(socket.gethostname())}") print(f"Mac-Address: {':'.join(re.findall('..', '%012x' % uuid.
Docker nginx / php notes @docker_notes
21 Hits, Last modified:
== =====nginx executable===== I had some trouble getting nginx with php-fpm to operate. So I tried to get working a simple setup to nut-out the nuances. <f... nginx. * ''nginx'' to run. * ''nginx -h'' to get all help / options * ''nginx -s //signal//'', w... ed output versus PHP streaming the output ; as it gets it. On production servers, 4096 bytes is a good
Docker mailserver @docker_notes
20 Hits, Last modified:
e is very descriptive and should be referenced to get a better understanding of how to put together a mailserver.// - Use of virtual machines is much mor... mm... unimpressed</fc> ====alias==== I could not get the alias command to work in Alpine shell. I tri... ocking out users. Users with older schemes should get a new password if possible to increase security.
Nextcloud Container @docker_notes
18 Hits, Last modified:
ternal: true </code> ++++ ====RedirectRegex==== I get a redirect error in Nextcloud that I have not bee... Use of Nextcloud===== Sometime it is necessary to get direct CLI (command line interface) access to Nex... e enable an app app:getpath Get an absolute path to the app directory app:install
KPTree - MSWindows Setup @home_server
14 Hits, Last modified:
following day ACADLT stopped working. I tried to get it working to no avail and attempted a reinstall,... ing a treat!. No graphics card yet, would like to get one in the next year or so. My youngest son got ... y not compatible with the expanded font set, I forget what it is called now. *VueScan :- simply the b... throw in YouTube Music too. The family like too. Getting rid of the Ads has been wonderful! *Spotify
Rsync @home_server:home_server_setup:other_services
14 Hits, Last modified:
s. The -v flag (for verbose) is also necessary to get the appropriate output: ====rsync daemon==== +++... been changed. If no files were changed, no files get transferred. And when you want to recover data, y... ly reduce the disk space required. That means you get efficient, lightweight, incremental backups that ... shot]] tools, using this command: <code>sudo apt-get install rsync grsync rsnapshot</code> =====Selec
Docker @docker_notes
12 Hits, Last modified:
ck installation script: *''%%curl -fsSL https://get.docker.com -o get-docker.sh%%'' *''sudo sh get-docker.sh'' Note for Debian testing just use ''sudo apt install docker... with iptables. I will cross that hurdle should I get there. Interestingly, it would seem that iptables
IPMI Console Setup @home_server:home_server_setup:other_services
11 Hits, Last modified:
ies #GRUB_DISABLE_RECOVERY="true" # Uncomment to get a beep at grub start #GRUB_INIT_TUNE="480 440 1" ... md for Administrators, Part XVI]] which discusses Gettys on Serial Consoles (and Elsewhere). (This is ... The key command is ''sudo systemctl enable serial-getty@ttyS1.service''. This will start the ttys1 ser... iately started with ''sudo systemctl start serial-getty@ttyS1.service''. The Ubuntu Documentation [[ht
Docker Deluge Image / Service @docker_notes
10 Hits, Last modified:
/bin/deluged -d'' ++++ *To check external IP ''wget -qO - icanhazip.com'', reference from [[https://l... ====deluge configuration files==== Next set is to get the deluge configuration files outside the epheme... ic docker nfs volume working, but when I tried to get 2 volumes set up it was wonky. To date I have no... /deluge/ --mount 'type=volume,source=nfsvolume,target=/app/Complete,volume-driver=local,volume-opt=type
Router Miscellaneous @linux_router
9 Hits, Last modified:
s://github.com/nicolargo/glances After=network.target [Service] #ExecStart=/usr/local/bin/glances -w -... estart=on-abort [Install] WantedBy=multi-user.target </code> After modifying a systemd file update sy... on/linux/docker-ce/ubuntu/#uninstall-old-versions|Get Docker CE for Ubuntu]]. __**This is pretty old, ... in Algo IPSEC VPN anymore and have been trying to get Wireguard working recently.**// Comparison of [[
KPTree - Email Server Setup @home_server
8 Hits, Last modified:
on changes ''sudo systemctl restart nfs-client.target'' * Mounting the nfs client manually: *... , SPF and reverse DNS, which must be performed to get operating, and ensure best operating practices, a... rtificate renewal run Use ''sudo apache2 -S'' to get current status ++++ ++++Some other online refere... l Horde 5 for Webmail]], full copy with update to get working on current Ubuntu 16.04 install. However
Commonly used commands and scripts @home_server:home_server_setup:other_services
8 Hits, Last modified:
---- =====man / apropos===== * ''man man'' to get manual for man * ''man apropos'' - manual for a... tly plagiarised from [[https://arstechnica.com/gadgets/2021/08/linux-bsd-command-line-101-using-awk-sed... f the command on the left. |cat < sourcefile > targetfile| |%%|%% |Pipe the standard output of the thin... ys to use it—and we can chain these simple uses together to easily describe more complex tasks! Once y
Docker-Compose @docker_notes
7 Hits, Last modified:
ry the message was too long to file and I did not get full copy. The log message volume that failed als... firewalld.service containerd.service time-set.target mnt-docker_store.mount Requires=docker.socket mnt... coreAdjust=-500 [Install] WantedBy=multi-user.target </code>++++ The override file for docker.service... ker.service| <code>[Unit] After=network-online.target remote-fs.target RequiresMountsFor=/mnt/docker_st
Router Hardware @linux_router
7 Hits, Last modified:
machines, e.g. with multiple gigabit NICs, start getting more pricey too. I suppose you get what you pay for.... *The Raspberry Pi 4 & 5 looks like a muc... can be had at even lower prices. *I decided to get a Supermicro [[https://www.supermicro.com/product... eat performance for some years to come. Again you get what you paid for..... So some 7 years later I am
Debian / Ubuntu Network Setup @linux_router
6 Hits, Last modified:
KVM Setup @home_server:home_server_setup
5 Hits, Last modified:
Homepage dashboard @docker_notes
4 Hits, Last modified:
Linux Router Background @linux_router
4 Hits, Last modified:
Reverse Proxy Server @docker_notes
3 Hits, Last modified:
DHCP / DNS Setup @linux_router
3 Hits, Last modified:
Router VM @linux_router
3 Hits, Last modified:
Docker Host @docker_notes
2 Hits, Last modified:
NFTables Configuration @linux_router
2 Hits, Last modified:
Sprinkler Solenoid 24VAC Woes @project
2 Hits, Last modified:
s6-rc init @tech_notes
2 Hits, Last modified:
Network Setup @home_server:home_server_setup
2 Hits, Last modified:
Docker - diun & ntfy @docker_notes
1 Hits, Last modified:
Docker - DHCP Server @docker_notes
1 Hits, Last modified:
Docker - DNS Server @docker_notes
1 Hits, Last modified:
dokuwiki setup notes @home_server
1 Hits, Last modified:
Router Basic Debian Server Setup @linux_router
1 Hits, Last modified:
Shell Builtin Commands @tech_notes
1 Hits, Last modified:
markdown @tech_notes
1 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified:
Webmin @home_server:home_server_setup:other_services
1 Hits, Last modified: