SSH key login
ssh-keygen -t rsa -b 4096 ssh-copy-id root@external-server.org Now login to your external server via: ssh root@external-server.org
ssh-keygen -t rsa -b 4096 ssh-copy-id root@external-server.org Now login to your external server via: ssh root@external-server.org
I recently wanted some kind of high availability for my private websites and applications, so I decided to setup a second server at my dads office as a failover system. Install GlusterFs for file syncing. The latest stable version for me was 3.8, but check the authors site, because GlusterFS is geeting new updates from time to time. It is recommended to use a separate partition for GlusterFS, but as I already got my setup up and runnig on the first node i am only covering the simple way....
Install this register key to let your capslock behave like a simple shift key and don’t forget to reboot! Download
Search for a string recursively grep -rnw './' -e "imsearchingyou" only specific files: grep -rnw './' --include=".php" -e "imsearchingyou" or a bit more clearly: grep -Hornw './' -e "imsearchingyou" Edit the default version of an alternatives software update-alternatives --set php /usr/bin/php5.6 Generate super secure passwords apt install pwgen pwgen -s -y 32 -N 1 Checking opened ports apt install nmap nmap -p 80 test.de for upd ports: nmap -sU -p 53 test....
neues repository erstellen erstelle ein neues Verzeichnis, öffne es und führe git init aus, um ein neues git-Repository anzulegen. ein repository auschecken erstelle eine Arbeitskopie, indem du folgenden Befehl ausführst: git clone /pfad/zum/repository Falls du ein entferntes Repository verwendest, benutze: git clone benutzername@host:/pfad/zum/repository add & commit Du kannst Änderungen vorschlagen (zum Index hinzufügen) mit git add <dateiname> git add . git add -u . (Lösche nicht gelöschte Dateien vom HEAD) Das ist der erste Schritt im git workflow, du bestätigst deine Änderungen mit: git commit -m "Commit-Nachricht" Jetzt befindet sich die Änderung im HEAD, aber noch nicht im entfernten Repository....
TFTP Server Install and Setup Install following packages. sudo apt-get install xinetd tftpd tftp Create /etc/xinetd.d/tftp and put this entry service tftp { protocol = udp port = 69 socket_type = dgram wait = yes user = nobody server = /usr/sbin/in.tftpd server_args = /tftpboot disable = no } Create a folder /tftpboot this should match whatever you gave in server_args. mostly it will be tftpboot sudo mkdir /tftpboot sudo chmod -R 777 /tftpboot sudo chown -R nobody /tftpboot Restart the xinetd service....
Download this file and execute it as an administrator. After a few seconds you are finished and your explorer is free again.