]> git.hoellein.online Git - help/commitdiff
viele Änderungen
authorMario Höllein <mhoellein@moellein.homeip.net>
Mon, 13 Jun 2016 11:26:57 +0000 (13:26 +0200)
committerMario Höllein <mhoellein@moellein.homeip.net>
Mon, 13 Jun 2016 11:26:57 +0000 (13:26 +0200)
asterisk.txt
exiftool.txt [new file with mode: 0644]
ip.txt
iw.txt
st10+.txt [new file with mode: 0644]
wpa_supplicant.txt [new file with mode: 0644]

index 2e68d1870eb46b30cca5f63a2b10653d473debf7..33b9ca814cbc2e94ea934b22287a6ea032351f6d 100644 (file)
@@ -57,6 +57,8 @@ fromdomain = sipconnect.sipgate.de
 secret = XXXXXX
 dtmfmode = rfc2833
 insecure = port,invite
+#Gespräche werden nicht an Provider übergeben sondern direkt vom asterisk erledigt
+#soll bei nat helfen und notwendig sein
 canreinvite = no
 registertimeout = 600
 disallow=all
diff --git a/exiftool.txt b/exiftool.txt
new file mode 100644 (file)
index 0000000..3ac61bc
--- /dev/null
@@ -0,0 +1,2 @@
+###Bilder nach Aufnahmedatum benennen
+exiftool -P -'Filename<DateTimeOriginal' -d %Y-%m-%d_%Hh%Mm%S.%%e ./*
diff --git a/ip.txt b/ip.txt
index 8992c814caf2ea58791bffee1becb964b003625e..47ff0606b329a27b1fac54082b7da5673089bf0e 100644 (file)
--- a/ip.txt
+++ b/ip.txt
@@ -4,6 +4,8 @@ http://test-ipv6.com/
 echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6
 ###ipv6 dauerhaft ausschalten
 echo "net.ipv6.conf.all.disable_ipv6 = 1" > /etc/sysctl.d/01-disable-ipv6.conf
+###interface einschalten
+ip link set wlan0 up
 ###route adden
 ip route add table local broadcast 10.107.0.0 dev wlan0 proto kernel scope link src 192.168.210.79
 ip route add 10.107.1.55 via 192.168.210.1 src 192.168.210.79
diff --git a/iw.txt b/iw.txt
index 5bce699af8c3bc38b8039e28b2f0a6637b401dc8..9910627c437c45840b5516ab5e860845a04eae8a 100644 (file)
--- a/iw.txt
+++ b/iw.txt
@@ -1,4 +1,6 @@
-###was passiert auf den wlan0-1 interface gerade
+###Statusabfrage
+iw dev wlan0 link
+###was passiert auf den wlan0-1 interface gerade, mehr info als Statusabfrage
 iw dev wlan0-1 station dump
 ###statistik für station mit mac
 iw dev wlan1 station get <peer-MAC-address>
@@ -18,4 +20,15 @@ iw dev wlan0 set txpower fixed 2000
 iw dev wlan0 scan
 ###bei events was anzeigen
 iw event
+###Geräteeigenschaften abfragen
+iw list
+###Eigenschaften und Name der physikalische Schnittstelle, z.B. phy0
+iw phy
+###Powermanagment auslesen
+iw dev wlan0 get power_save
+###Powermanagement ändern
+#an
+iw dev wlan0 set power_save on
+#aus
+iw dev wlan0 set power_save off 
 ###
diff --git a/st10+.txt b/st10+.txt
new file mode 100644 (file)
index 0000000..01c0f3f
--- /dev/null
+++ b/st10+.txt
@@ -0,0 +1 @@
+###
diff --git a/wpa_supplicant.txt b/wpa_supplicant.txt
new file mode 100644 (file)
index 0000000..2c62507
--- /dev/null
@@ -0,0 +1,10 @@
+###wpa_supplicant.conf erzeugen für moellein
+wpa_passphrase moellein >> /etc/wpa_supplicant.conf 
+###running wpa_supplicant mit der erzeugten config
+-B means run wpa_supplicant in the background.
+-D specifies the wireless driver. wext is the generic driver.
+-c specifies the path for the configuration file. 
+wpa_supplicant -B -D wext -i wlan0 -c /etc/wpa_supplicant.conf
+###ip per dhcp beziehen
+dhclient wlan0
+###