SFTP instellen op Ubuntu
Installeer SSHsudo apt update sudo apt install sshAanpassen van de sshd_configsudo nano /etc/ssh/sshd_configScroll naar het einde van de file en ...
Copy with SCP
On the host where the cron job is ssh-keygen -t rsa -b 4096 No password Cd ~/.ssh 760708 -rw-------. ...
Welke netwerkpoorten worden gebruikt door Synologyservices?
Installatiehulpprogramma’s
Type
Poortnummer
Protocol
Synology Assistant
9999, 9998, 9997
UDP
Back-up
Type
Poortnummer
Protocol
Data Replicator, Data Replicator II, Data Replicator III
9999, 9998, 9997, 137, 138, 139, 445
TCP
DSM 5.2 Data Backup, ...
Privet key toevoegen op de Raspberry Pi
In the user dir create a foldersudo mkdir ~/.sshsudo chmod 700 ~/.sshsudo vim ~/.ssh/authorized_keyspaste the content of the public keysudo ...
Add Private key to Ubuntu server
Generate key with putty key generatorSave the private keySaving with or whitout Key passphrasecopy the public key from the screenMake ...
How To Open Port 80 on CentOS7
Installing a Web Server
In this section, I will show you how to install a web server on CentOS 7. I ...
Via web toegang tot linux SSH
Om via de webbrowser toegang te krijgen tot een SSH prompt installeer je shelinaboxsudo apt install shellinaboxDaarna open een webbrowser ...
Install NFS Centos 7
NFS Server: server.example.com, IP address: 192.168.2.133
NFS Client: client.example.com, IP address: 192.168.2.134
Yum -y install vim perl mlocate Configure the ...
Colorscheme VIM
Instructions
Connecting via SSH to your server
Browse to your user directory with the following command: cd ~
Create a .vimrc ...
Crontab
Crontab List active cron jobs crontab -l less /etc/crontab Systemctl restart crond View Cron Jobs ...
Resetting IP Count
Als je een melding krijgt dat je het aantal gelicenseerde ip's bent overschreden kun je dit wissen d.m.v. een van ...
Install Shell in a box
Connect to commandline with SSH on a https connection
Step #1 Update Repositoriessudo apt-get update && upgrade -yStep #2 Install Shell ...