This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sourcen laden: | |
https://launchpad.net/ufw | |
https://launchpad.net/gui-ufw | |
Abhänigkeiten: | |
sudo yum -y install python-netifaces python-distutils-extra intltool | |
//mehr waren es bei mir nicht | |
Installieren: | |
[ronny@zenbookprime ufw-0.33]$ sudo python setup.py install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
screen | |
zfs send z2pool2tb/VmStoragePool@manual-20130927 | pv | ssh 192.168.0.152 zfs recv z1pool1500gb/VmStoragePool | |
Wenn Sie einen vollständige Datenstrom senden, darf das Zieldateisystem nicht vorhanden sein. | |
Sie können inkrementelle Daten mit der Option i des Befehls -zfs send senden. Beispiel: | |
host1# zfs send -i tank/dana@snap1 tank/dana@snap2 | ssh host2 zfs recv newtank/dana |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Try this in the RDP session when you are ready to terminate it: | |
Start, Run, | |
%windir%\System32\tscon.exe 0 /dest:console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/etc/rc.conf_mount_rw | |
/etc/rc.conf_mount_ro | |
editor=ee | |
autoboot_delay="10" | |
runfw_load="YES" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ID": "3c6207e5-5373-4524-870d-7e7c80b6e84f", | |
"beschreibung": "Snowden-Vertrauter Greenwald im Interview Der ehemalige Guardian-Journalist Glenn Greenwald spricht über seine enge Zusammenarbeit mit dem Whistleblower Edward Snowden. Themen des Interviews sind die von ihm angekündigten neuesten Enthüllungen über die US-Spähprogramme, den schwierigen Umgang mit Geheimdokumenten und die Festnahme seines Lebenspartners David Miranda am Londoner Flughafen Heathrow. Militärschlag gegen Syrien Politiker von Regierung und Opposition lehnen eine militärische Intervention ab. MoMa Reporter: Steinbrück im Wahlkampf Wie macht Peer Steinbrück Wahlkampf, wenn alle Vorhersagen eine Niederlage im Kampf um das Kanzleramt prophezeien? Service: Krankenkassen im Test Experte: Holger Rohde, Stiftung Warentest.", | |
"endTime": "2013-08-27T09:00:00+02:00", | |
"images": { | |
"image": [ | |
{ | |
"cuttingDimension": { | |
"contentId": "142", | |
"externalId" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ctrl_interface=/var/run/hostapd | |
ctrl_interface_group=wheel | |
# Some usable default settings... | |
macaddr_acl=0 | |
auth_algs=1 | |
ignore_broadcast_ssid=0 | |
# Uncomment these for base WPA & WPA2 support with a pre-shared key | |
wpa=2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gedit /etc/pam.d/system-auth& | |
alles anderen password felder auskommentieren | |
password required pam_unix.so nullok obscure min=4 max=8 md5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setsebool -P httpd_enable_homedirs true | |
chcon -R -t httpd_sys_content_t /home/testuser/public_html | |
setsebool -P httpd_can_network_connect 1 | |
$ sudo setsebool -P httpd_read_user_content on | |
$ sudo setsebool -P httpd_sys_script_anon_write on | |
$ sudo chcon -R -t public_content_rw_t cache/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Create a backup of what packages are currently installed: | |
sudo dpkg --get-selections > list.txt | |
Then (on another system) restore installations from that list: | |
sudo dpkg --clear-selections | |
sudo dpkg --set-selections < list.txt | |
To get rid of stale packages | |
sudo apt-get autoremove | |
To get installed like at backup time | |
sudo apt-get dselect-upgrade |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debian: | |
dpkg-reconfigure --priority=low console-data | |
Fedora: | |
system-config-keyboard | |