sudo

Search

You can find the results of your search below.

Linux Block Device Notes @home_server:home_server_setup:other_services
9 Hits, Last modified:
''lsblk -f'' or ''blkid'' to list the UUIDs *''sudo blkid'' will list data blocks ---- ====parted===... a number of partition tools for Linux CLI.== *''sudo parted -l'' - to see all available partition information *''sudo parted /dev/sda'' - to partition the specific dri... 1'' to remove partition 1 ---- ====Format==== ''sudo mkfs.ext4 /dev/sda1'' - to format the drive ----
Nextcloud Container @docker_notes
3 Hits, Last modified:
1 is to place Nextcloud into mainteance mode ''%%sudo -u www-data php occ maintenance:mode --on%%''\ ... Nextcloud Install]]. OPtions to install include ''sudo apt install nextcloud-desktop'' or install via Ap... here to download just nextcloudcmd?]] In debian ''sudo apt install nextcloud-desktop-cmd'' will down loa
Docker-Compose @docker_notes
5 Hits, Last modified:
he version sub-directory as required. <code bash> sudo curl -L "https://github.com/docker/compose/releas... -s)-$(uname -m)" -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose </code> ... l on start up with obscure Docker log messages (''sudo journalctl -b0 -u docker''), e.g. ''error="failed... ectly edit the service file, but rather use the ''sudo systemctl edit docker.service'' to create a drop
Reverse Proxy Server @docker_notes
6 Hits, Last modified:
nable_line_numbers="true"]> cd /home/docker_store sudo mkdir traefik sudo chown baumkp:baumkp traefik cd traefik mkdir data cd data touch acme.json chmod 600 ... sword==== <code bash [enable_line_numbers="true"]>sudo apt update sudo apt install apache2-utils</code> <code bash [enable_line_numbers="true"]>echo $(htpassw
Docker @docker_notes
13 Hits, Last modified:
https://get.docker.com -o get-docker.sh%%'' *''sudo sh get-docker.sh'' Note for Debian testing just use ''sudo apt install docker'', as testing packages the lat... have testing. Run docker as non root user: *''sudo groupadd docker'' *''sudo usermod -aG docker $USER'' Install Docker Engine : [Docker Engine](https:/
Docker Host @docker_notes
3 Hits, Last modified:
* Add user to libvirt and libvirt-qemu, e.g. ''sudo usermod -a -G libvirt-qemu baumkp'' * If you ar... sary * Delete whole file if necessary * ''sudo apt install vim'' to install vim * Set static i... n the install type) * For networkd: * ''sudo apt install bridge-utils'' Docker will need a bri
Basic Netfilter Function Block Diagram @linux_router
1 Hits, Last modified:
he PPPoE connection mtu edit the following file ''sudo vim /etc/ppp/ip-up'' and append the following to
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
VIM Editor @home_server:home_server_setup:other_services
2 Hits, Last modified:
cheatsheet}} ======VIM Editor====== When using ''sudo vim'' consider ''sudo -E''. The ''-E'' flag to retain the user environment variables for vim. =====VIM
dokuwiki setup notes @home_server
5 Hits, Last modified:
named ''KPtreeWiki-backup_yyyy-mm-dd''. e.g. ''%%sudo tar zcpfv '/media/disk1/KarlData/Karl Data 2/doku... d files on the wikiserver. To run the script ''%%sudo Myscripts/dokuwikicleanup.sh /home/shared/www/do... /dokuwiki''. ++++tl;dr; Setup of apache2/sites| ''sudo vim /etc/apache2/sites-available/wiki.kptree.net-... /privkey.pem </VirtualHost> </IfModule> </code> ''sudo vim /etc/apache2/sites-available/wiki.kptree.net.
ansible @tech_notes
3 Hits, Last modified:
{{tag>linux ansible}} ======ansible====== *''sudo apt install sshpass'' The ''sshpass'' package must b... [https://www.middlewareinventory.com/blog/ansible-sudo-ansible-become-example/|Ansible sudo – ansible become example]] *[[https://www.geekbits.io/how-to-ins
Docker mailserver @docker_notes
2 Hits, Last modified:
th version. *Need to create directory in log, ''sudo mkdir .config/log/php82'' As php-fpm automatica... ing this one.) *This can be set in the host ''sudo sysctl -w vm.overcommit_memory=1'' Some reference
ssh with key files @tech_notes
1 Hits, Last modified:
l system access anyway. <fc #ff0000>The use of ''sudo'' should not be necessary as the keys created sho
Manjaro Setup Notes @home_server:home_server_setup:other_services
14 Hits, Last modified:
adjusted my server configuration file to suit, ''sudo vim ~/.config/conky/conky.conf'' ++++conky.conf| ... “failed to synchronize any databases” errors=== ''sudo rm /var/lib/pacman/db.lck''\\ This command remove... g. ===Some other pacman commands to consider=== ''sudo pacman-mirrors -g && sudo pacman -Syy'' or ''sudo pacman-mirrors -f && sudo pacman -Syyu''\\ This comma
Docker - DHCP Server @docker_notes
1 Hits, Last modified:
the host to function. ====DHCP testing==== ''%%sudo nmap --script broadcast-dhcp-discover%%'' will te
Router Hardware @linux_router
2 Hits, Last modified:
KVM Setup @home_server:home_server_setup
59 Hits, Last modified:
snapraid @home_server:home_server_setup:other_services
5 Hits, Last modified:
Docker - DNS Server @docker_notes
3 Hits, Last modified:
Webmin @home_server:home_server_setup:other_services
2 Hits, Last modified:
VNC Server @home_server:home_server_setup
3 Hits, Last modified:
SSH Notes @home_server:home_server_setup:other_services
4 Hits, Last modified:
Rsync @home_server:home_server_setup:other_services
63 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
13 Hits, Last modified:
logrotate @home_server:home_server_setup:other_services
5 Hits, Last modified:
Router Miscellaneous @linux_router
23 Hits, Last modified:
SWAP Files @home_server:home_server_setup:other_services
3 Hits, Last modified:
NFTables Configuration @linux_router
35 Hits, Last modified:
Network Setup @home_server:home_server_setup
17 Hits, Last modified:
DHCP / DNS Setup @linux_router
31 Hits, Last modified:
Debian / Ubuntu Network Setup @linux_router
15 Hits, Last modified:
Router VM @linux_router
3 Hits, Last modified:
Router Basic Debian Server Setup @linux_router
4 Hits, Last modified:
git @tech_notes
1 Hits, Last modified:
ISP IPoE DHCP Setup Notes @linux_router
5 Hits, Last modified:
Fail2Ban @home_server:home_server_setup:other_services
6 Hits, Last modified:
Web Server setup @home_server
85 Hits, Last modified:
Flatpak @tech_notes
1 Hits, Last modified:
samba @home_server:home_server_setup:other_services
4 Hits, Last modified:
boot tools @tech_notes
12 Hits, Last modified:
ISP PPPoE Network Setup @linux_router
14 Hits, Last modified:
Conky @home_server:home_server_setup:other_services
1 Hits, Last modified:
fsck - file system check @home_server:home_server_setup
7 Hits, Last modified:
NFTables IP Control @linux_router
21 Hits, Last modified:
KPTree Torrent VM Setup @home_server
48 Hits, Last modified:
IPv6 Setup Notes @linux_router
10 Hits, Last modified:
IPTables Configuration @linux_router
4 Hits, Last modified: