Search
You can find the results of your search below.
Fulltext results:
- VIM Editor @home_server:home_server_setup:other_services
- directly from command mode by typing i. When you open VIM you are in command mode, so simply type i (or... ppend to the end of the current line. | | o | Open a new line below and insert. | | O | Open a new line above and insert. | | C | Change the rest ... nes | | %%:bufdo /searchstr/%% | Search in all open files | =====Replace===== ^ Vim Command ^ Acti
- Commonly used commands and scripts @home_server:home_server_setup:other_services
- journalctl -xe'' *To check running process with open for openvpn(/del, for deluge) ''ps -A | grep open'' *To change time zone from command line: ''sud... in finding which ports the apache web server has open on your system. Many utilities can accomplish thi... -sudo netstat -anp | head -n5 : "Find all the open network sockets, but limit output to the first fi... es." -sudo netstat -anp | wc -l : "Find all the open network sockets, then tell me how many total line
- Docker nginx / php notes @docker_notes
- ing. ; Default Value: yes ;daemonize = yes ; Set open file descriptor rlimit for the master process. ; ... lopment Value: 5 ; Production Value: 5 ; short_open_tag ; Default Value: On ; Development Value: ... f ; Production Value: Off ; https://php.net/short-open-tag short_open_tag = Off ; The number of significant digits displayed in floating point numbers. ; htt
- NFTables IP Control @linux_router
- # The forward and nat chains refer to routing. # open ports refers to ports to open for input to this machine. # ssh is port 22 for S... but we are not using yet. # set tcp_open_ports { # type inet_service; flags interv... http # https # } # set udp_open_ports { # type inet_service; flags interv... } counter accept # allow tcp/udp open ports # tcp dport @tcp_open_ports counte
- Wireguard VPN access from WAN to LAN @linux_router
- er to routing.</color>\\ <tab6><color blue> # open ports refers to ports to open for input to this machine.</color>\\ <tab6><colo... o nft list table ip nat -a'' * To add a set tcp_open_ports in inet firewall: ''sudo nft add set inet firewall tcp_open_ports{type inet_service \; flags interval \;}'' * To add elements to set tcp_open_ports: ''sudo nft add element inet firewall tcp_open_ports{ssh, http, 60000-61000 }'' * To delete ru
- Docker Deluge Image / Service @docker_notes
- rfault.com/questions/1003011/openvpn-error-cannot-open-tun-tap-dev-dev-net-tun-no-such-file-or-directory|OpenVPN - ERROR: Cannot open TUN/TAP dev /dev/net/tun: No such file or directo... org/viewtopic.php?id=300928|openvpn ERROR: Cannot open TUN/TAP dev /dev/net/tun: Operation not permitted... e-openvpn-nftables:latest tty: true stdin_open: true container_name: deluge restart... no command that is running to keep the container open (perhaps a poor explanation) The statement ''comm
- Rsync @home_server:home_server_setup:other_services
- your [[http://windows.microsoft.com/en-us/windows/open-port-windows-firewall#1TC=windows-7|Windows Firewall]] and open port 22. *Transfer the public key for the ''bac... ecause the backups are plain directories. You can open a file browser or a terminal, enter a snapshot fr... nd all directories require a trailing slash. Just open the configuration file using a text editor such a
- Docker mailserver @docker_notes
- rt sqlite and create or open mailserver.db. *''.open /app/mailserver.db'' to open mailserver.db *''.tables'' to list tables in a ... t an error when recreating the container; "error: open database /etc/postfix/aliases.lmdb: No such file ... esting=== ==Testing directly within sqlite3:== *Open the sqlite3 database at the command line sqlite3 ... _OUTOFMEM=1' # If you have trouble with `Too many open files', increase LimitNOFILE=65535 # If you want
- KPTree - Home Desktop Setup @home_server
- s\doej\Music\iTunes_old%%'', or simply delete. -Open Administrator Command Prompt(right click windows ... windows. A symlink is the best overall solution. Open up a Command Prompt (Admin) - right click the win... ar and click Cascade windows. This will reset all open window positions and cascade them from the top le... file===== Use the menu ''VIEW => New Window'' to open a new window in the active workbook =====MS Excel
- turn server @docker_notes
- ons and overheads associated with large number of open ports on a bridge type network on Docker * The ... ort listening-port=3478 # Further ports that are open for communication min-port=32769 max-port=65535 ... 9df3c9ffa736523fb2c4e8ee # Or, equivalently, with open clear password (less secure): #user=ninefingers:y... file name. # By default, the turnserver tries to open a log file in # /var/log, /var/tmp, /tmp and the
- NFTables Configuration @linux_router
- er to routing.</color>\\ <tab6><color blue> # open ports refers to ports to open for input to this machine.</color>\\ <tab6><colo... protocol.</color>\\ <tab6>\\ <tab6> set tcp_open_ports { ++ | \\ + <color #202000/#F0F0E0> This cr... }\\ <tab6> }\\ <tab6> \\ <tab6> set udp_open_ports { ++ | \\ + <color #202000/#F0F0E0> This c
- Bookmarking Servers @docker_notes
- og review [[https://blog.elest.io/linkwarden-free-open-source-bookmark-manager-for-teams/|Linkwarden: Free Open-source Bookmark Manager for Teams]] ---- <- dock
- File Sharing @docker_notes
- has changed =====Nextcloud===== Nextcloud is an open source content collaboration platform. At its co... cted from prying eyes. Syncthing is a **free and open source** peer-to-peer file synchronization applic... ng@.service| <code>[Unit] Description=Syncthing - Open Source Continuous File Synchronization for %I Doc... /privatebin.info/|PrivateBin]] is a minimalist, **open source** online pastebin where the server has zer
- KPTree Torrent VM Setup @home_server
- var/log/syslog'' *To check running process with open for openvpn(/del, for deluge) ''ps -A | grep open'' *To start (/stop /enable) the deluge daemon '
- Docker - DNS Server @docker_notes
- IMPORTANT *** // You should note that running an open DNS resolver (that is, a resolver which // answer... // These attacks are now widely prevalent on the open internet. Even if // unadvertised, attackers can ... ./ image: bind:latest tty: true stdin_open: true container_name: kptr-dns-1 restart: