sudo

Search

You can find the results of your search below.

BASH Customisation @home_server:home_server_setup:other_services
116 Hits, Last modified:
nfiguration bashrc command script .bashrc history sudo visudo dimmer ps kill nightmode xrandr tar archive "default editor" editor}} ======BASH Customisation==... - All docker commands start with "d" alias dstop='sudo docker stop $(docker ps -a -q)' alias dstopall='sudo docker stop $(sudo docker ps -aq)' alias drm='sudo
Web Server setup @home_server
85 Hits, Last modified:
tes on this. =====Adding Users===== * Basic: ''sudo useradd name'' * Check ''/etc/default/useradd''... files and their shadow files. The commands are ''sudo vipw'' and ''sudo vigr''. ---- =====LDPA===== I have not got around to working with this yet. Not sur... k current Hostname *To change the Hosename: ''sudo hostnamectl set-hostname New_Hostname'' *Ubun
Rsync @home_server:home_server_setup:other_services
70 Hits, Last modified:
on a computer instance To install rsync daemon ''sudo apt install rsync'' ''sudo vim /etc/rsyncd.conf'' <file> # create new # any name you like [all] # des... p # secrets file = /etc/rsyncd.secrets </file> ''sudo vim /etc/rsyncd.secrets'' <file>username:userpassword</file> ''sudo systemctl status rsync.service'' [status, start
KVM Setup @home_server:home_server_setup
59 Hits, Last modified:
rver]] Basically to install the KVM Hypervisor: ''sudo apt install qemu-kvm qemu-system qemu-utils libvi... t VM creation Use the built-in clone facility: ''sudo virt-clone %%--%%connect=qemu:%%//%%example.com/s... xml file back to a virtual machine definition: ''sudo virsh define /path_to/name_VM_xml_file.xml''. Th... M_name'' To get virtual image disk information ''sudo qemu-img info /path_to/name_VM_file.img'' A comp
KPTree - Email Server Setup @home_server
57 Hits, Last modified:
rk. ++++I actually like to use netplan| * ''sudo apt install netplan.io'' * ''sudo mv /etc/network/interfaces /etc/network/interfaces.old'' * ''sudo /etc/netplan/network.yaml'' * <code>netwo... > ++++ ===Change Hostname=== Change host name: ''sudo hostnamectl set-hostname hostname'', may also nee
KPTree Torrent VM Setup @home_server
48 Hits, Last modified:
need to check the units on on the machine. Use ''sudo systemctl list-units'' and look for the relevant ... the script was run PrivateVPN recommended using ''sudo privatvpn'' to run. The setup script creates a s... ctl commands made much more sense to use! e.g. ''sudo systemctl start openvpn@privatvpn.service'' with ... hold these addresses only in my nftables setup, ''sudo vim /etc/nftables.conf''. Basically the nftables
Back-up Server Old Setup @home_server:home_server_setup:other_services
38 Hits, Last modified:
research I found the following seemed to work: ''sudo mount -t overlay -o lowerdir=/media/Disk2/backup,... tu-xenial_amd64.deb'' Then load it into linux: ''sudo dpkg -i mergerfs_2.29.0.ubuntu-xenial_amd64.deb''... te a mount point directory, e.g. /srv/storage, ''sudo mkdir /srv/storage'' ''sudo vim /etc/fstab'' <code> UUID=d426f5e0-7fbd-4e7f-915e-b7c78eb70877 /
NFTables Configuration @linux_router
35 Hits, Last modified:
e the router is allowed to forward packets: * ''sudo sysctl net.ipv4.ip_forward'' to check * ''sudo sysctl net.ipv4.ip_forward=1'' to set or =0 turn off * ''sudo sysctl net.ipv6.conf.all.forwarding=1'' similar f... or ipv6 ====Sample NFTables configuration==== ''sudo vim /etc/nftables.conf'' ++++ Router NFtable Setu
DHCP / DNS Setup @linux_router
31 Hits, Last modified:
nsure already installed the DNS server software: "sudo apt install bind9" Next check the named.conf con... We will copy the existing files to default: *''sudo cp /etc/bind/named.conf.options /etc/bind/default.named.conf.options'' *''sudo cp /etc/bind/named.conf.local /etc/bind/default.named.conf.local'' *''sudo cp /etc/bind/named.conf.default-zones /etc/bind/d
Router Miscellaneous @linux_router
23 Hits, Last modified:
''man iftop'' to see options.\\ Typical usage: ''sudo iftop -i br0'' ====nethogs==== nethogs - Net top... 'man nethogs'' to see options.\\ Typical usage: ''sudo nethogs br0'' ====darkstat==== [[https://www.tec... t ''192.168.1.1:667'' ---- ====glances==== * ''sudo apt install pipx'' ([[https://pypa.github.io/pip... systemd file for glances as a local web service ''sudo vim /lib/systemd/system/glances.service'' <code>
NFTables IP Control @linux_router
21 Hits, Last modified:
mportant NFtables Commands with named sets: *''sudo nft list table inet firewall'' : will list all the active firewall table *''sudo nft add element inet firewall controllist { 192.1... as such: ''5h30m'' for 5 hours 30 minutes. *''sudo nft list set inet firewall controllist'' : will ... e current elements in named set controllist *''sudo nft flush set inet firewall controllist'' : will
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
21 Hits, Last modified:
nfiguration Files===== NUT can be installed by ''sudo apt install nut''. The configuration files are lo... nsure ownership and permissions are as follows: ''sudo chown root:nut /etc/nut -R'' and ''sudo chmod 640 /etc/nut -R"\''. =====NUT Output===== The output of... monitor.service. To see running processes use: ''sudo ps -e | grep nut'' and ''sudo ps -e | grep ups*''
Commonly used commands and scripts @home_server:home_server_setup:other_services
20 Hits, Last modified:
used commands and scripts====== =====dmesg==== ''sudo dmesg'' lists the OS boot messages between grub a... ol) *List current Systemd operating units: ''sudo systemctl list-units | grep %%'*'%%''. Change or ... ment as required. *Check the boot journal: ''sudo journalctl -xe'' *To check running process with... pen'' *To change time zone from command line: ''sudo dpkg-reconfigure tzdata''. *Networkd -> systemd
Network Setup @home_server:home_server_setup
17 Hits, Last modified:
link'' Ensure the bridge utilites are loaded: ''sudo apt install bridge-utils'' Edit the network conf... link'' Ensure the bridge utilities are loaded: ''sudo apt install bridge-utils'' The bonded configuration needs ifenslave utility loaded: ''sudo apt install ifenslave'' My NIC connectors are se... lts to the interfaces configuration style. Use ''sudo apt install netplan.io'' to install netplan on De
Debian / Ubuntu Network Setup @linux_router
15 Hits, Last modified:
IC2-4. Ensure the bridge utilities are loaded: ''sudo apt install bridge-utils''. Edit the network con... to analyse current network configuration *Use ''sudo journalctl -xeu networking'' to check any errors ... .1 . See the Netplan configuration below: ++++''sudo vim /etc/netplan/network.yaml''| <code> network: ... ateway6: "2001:470:1f2c:10d::1" </code> ++++ *''sudo netplan --debug apply'' To apply any changes to t
ISP PPPoE Network Setup @linux_router
14 Hits, Last modified:
Docker @docker_notes
13 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
13 Hits, Last modified:
boot tools @tech_notes
12 Hits, Last modified:
IPv6 Setup Notes @linux_router
10 Hits, Last modified:
fsck - file system check @home_server:home_server_setup
7 Hits, Last modified:
Reverse Proxy Server @docker_notes
6 Hits, Last modified:
VNC Server @home_server:home_server_setup
6 Hits, Last modified:
Fail2Ban @home_server:home_server_setup:other_services
6 Hits, Last modified:
Docker-Compose @docker_notes
5 Hits, Last modified:
dokuwiki setup notes @home_server
5 Hits, Last modified:
ISP IPoE DHCP Setup Notes @linux_router
5 Hits, Last modified:
logrotate @home_server:home_server_setup:other_services
5 Hits, Last modified:
samba @home_server:home_server_setup:other_services
5 Hits, Last modified:
snapraid @home_server:home_server_setup:other_services
5 Hits, Last modified:
IPTables Configuration @linux_router
4 Hits, Last modified:
Router Basic Debian Server Setup @linux_router
4 Hits, Last modified:
SSH Notes @home_server:home_server_setup:other_services
4 Hits, Last modified:
Docker - DNS Server @docker_notes
3 Hits, Last modified:
Nextcloud Container @docker_notes
3 Hits, Last modified:
Docker Host @docker_notes
3 Hits, Last modified:
Router VM @linux_router
3 Hits, Last modified:
ansible @tech_notes
3 Hits, Last modified:
SWAP Files @home_server:home_server_setup:other_services
3 Hits, Last modified:
Docker mailserver @docker_notes
2 Hits, Last modified:
Router Hardware @linux_router
2 Hits, Last modified:
Webmin @home_server:home_server_setup:other_services
2 Hits, Last modified:
Docker - DHCP Server @docker_notes
1 Hits, Last modified:
Basic Netfilter Function Block Diagram @linux_router
1 Hits, Last modified:
Flatpak @tech_notes
1 Hits, Last modified:
git @tech_notes
1 Hits, Last modified:
ssh with key files @tech_notes
1 Hits, Last modified:
Conky @home_server:home_server_setup:other_services
1 Hits, Last modified: