|
2016-12-18
, 15:33
|
Posts: 136 |
Thanked: 263 times |
Joined on Nov 2012
@ Germany
|
#102
|
sshNetstat = getoutput("netstat -t | grep :ssh.*ESTABLISHED").split("\n") try: if not "ESTABLISHED" in sshNetstat[0]: sshNetstat = [] except: pass
The Following User Says Thank You to rasmarc For This Useful Post: | ||
|
2016-12-19
, 02:39
|
Posts: 136 |
Thanked: 263 times |
Joined on Nov 2012
@ Germany
|
#103
|
netstat -t | grep -c :ssh[[:space:]]*[0-9].*ESTABLISHED
netstat -t | grep -cE :ssh[[:space:]]*E{0}.*ESTABLISHED
The Following User Says Thank You to rasmarc For This Useful Post: | ||
|
2017-01-15
, 12:07
|
Posts: 136 |
Thanked: 263 times |
Joined on Nov 2012
@ Germany
|
#105
|
Hello
Can you tell me for what WiFi PM exactly is? Thanks
"PM" = PowerMode, so you can override settings and use full power for 30seconds?
The Following User Says Thank You to rasmarc For This Useful Post: | ||
|
2020-01-19
, 15:25
|
|
Posts: 584 |
Thanked: 1,550 times |
Joined on Sep 2019
|
#107
|
pidof sshd
[wifipm] wifiPMOffSec = 2 seconds toggleWifiPM = True wifiPMOnSec = 4 seconds keepWifiPMOff = True [options] wifiPMIcon = True showConnected = True stopWhenIdle = True showRestartButton = True skipSystemCheck = False stopTracking = True trackingEnabled = True showSettingsButton = True configShowWifiHint = False stopAfterMinutes = 5 minutes showAllConnections = True connectedIcon = Symbol configReverseOrder = False confirmDisconnect = True
The Following User Says Thank You to nonsuch For This Useful Post: | ||
|
2020-01-19
, 21:22
|
Posts: 136 |
Thanked: 263 times |
Joined on Nov 2012
@ Germany
|
#108
|
skipSystemCheck = True trackingEnabled = False
sudo dsmetool -k /usr/bin/hildon-status-menu sudo dsmetool -t /usr/bin/hildon-status-menu
|
2020-01-21
, 06:04
|
|
Posts: 584 |
Thanked: 1,550 times |
Joined on Sep 2019
|
#109
|
The Following User Says Thank You to nonsuch For This Useful Post: | ||
|
2020-01-23
, 20:22
|
Posts: 136 |
Thanked: 263 times |
Joined on Nov 2012
@ Germany
|
#110
|
Was one of those a hidden setting or all just options available from the GUI?
/etc/event.d/sshd
I'd like to be able to
- check my mail
- listen to podcasts (gPodder throws a tls error)
- sync calendar/contacts
securely.
The connections overview is now complete in the effect that all connections are displayed by adding "other", which appears when such is present.
When wlan is off, established wlan connections are no longer counted as such, because maemo says: "there is no wlan ip" and that's true.
The questions mark indicates that there was no count.
Changelog of v2.2-5:
* added "other" to connections overview, only visible when present
* added "?" to wlan connections in overview, when wlan is off
* added wifi pm off/on on wlan on/off, when there are connections
* eliminated error message after login when wlan was off
* added some if's where i cannot oversee if there could be an error eventually
OpenSSH Status Widget (N900)
Start / stop / kill / restart / autostart server - View server status - View server and client connections - Switch wifi pm automatically
Simpler Brightness Applet (N900) - A variation of the Simple Brightness Applet
Short tap to toggle "keep backlight on" - Long tap to open display settings
Last edited by rasmarc; 2016-12-18 at 17:29. Reason: typo