“Not all terrorism is treated equally” – The Washington Post
Who Is Roma’s Professor Zovek? A Bizarre True Story
He was briefly famous, then possibly assassinated.
An introvert’s advice for networking
The Blog by Ziyad%3A The “Perfect” EQ Settings%3A Unmasking the EQ
Allow airplane mode in Situations app under Sailfish OS 3
After switching my phone from a Jolla 1 to an Xperia X, I had to reenable the ability to allow the Situations app to turn on and off the airplane mode. I collected all the pieces from the together.jolla.com blog to provide a guide.
Summary of what the detailed commands do:
- Enable Developer mode under Preferences -> Developer tools. You are prompted for your phone pin.
- Open the newly installed application Terminal
- install sudo
- allow the user nemo to call the tool connmanctl via sudo without a password
- create a command line situation within Situations
The detailed commands to install sudo (step 2 from above). Type them in the terminal app:
[root@Sailfish ~]$ devel-su
[root@Sailfish ~]$ssu ar mer-tools
[root@Sailfish ~]$ pkcon refresh
[root@Sailfish ~]$ pkcon install sudo #answer questions with y for yes
The detailed command to allow the user nemo to call the tool connmanctl (step 3 from above). Type them in the terminal app:
[root@Sailfish ~]$ EDITOR=/bin/vi visudo -f /etc/sudoers.d/nemo-settings
This opens the editor vi. Press the key “i” to be able to input text. and type the following:
nemo ALL = (ALL) NOPASSWD: /usr/bin/connmannctl
Press “ESC” and type “:wq” to save and quit vi. Visudo will not save the file if you have syntax errors. It will tell you and allows you to re-edit by pressing “e”.
Test the changes by typing exit in the terminal. You should be still in the terminal app. Type the following to put the phone in airplane mode and back.
[nemo@Sailfish ~]$ connmanctl enable offline
[nemo@Sailfish ~]$ connmanctl disable offline
Now you can add a situation to the Situations app. I have a situation that activates every day from 1am to 6am and calls the following command on situation start:
connmanctl enable offline
and the following command on situation finish:
connmanctl disable offline
install sudo on sailfish: https://together.jolla.com/question/44012/how-to-use-sudo/?answer=44013#post-id-44013
connmanctl commands: https://together.jolla.com/question/172269/xperia-x-situations-app/?answer=179051#post-id-179051
sudoers syntax: https://help.ubuntu.com/community/Sudoers
Familienministerium%3A Wenn bekannt wird%2C wie wir arbeiten%2C kann man uns nicht mehr vertrauen – netzpolitik.org
Wir veröffentlichen das Verfassungsschutz-Gutachten zur AfD â netzpolitik.org
Union vs. Deutsche Umwelthilfe%3A Diskreditieren%2C kriminalisieren%2C finanziell austrocknen
Ich habe diesen interessanten Artikel beim Tagesspiegel gefunden:
An introvert’s advice for networking by Karen Wickre
The little-known Soviet mission to rescue a dead space station by NICKOLAI BELAKOVSKI
lazy load your nvm
Saves me some time 😉
Yes, I am Asian.
In order to extend my visa, I went to the immigration office. It opens at 9’o clock and at 8:30, there was already a long waiting line outside, in front of the main entrance. At 9’o clock, only 20 people entered the building. The rest of the people waited, without further information, standing outside aprox. 4 hours without any chair, awning, etc.
example from Immigration office / Halle / Germany
The Best of Two Worlds with Gradle Composite Builds
For a basic understanding of what Gradle is I recommend you read this Introduction to Gradle first.
Wir suchen ein Endlager
Telefonüberwachung: Berliner Polizei hat letztes Jahr zwei Telefongespräche pro Minute abgehört – netzpolitik.org
Stiftung Wissenschaft und Politik warnt vor Schwächung der Verschlüsselung – netzpolitik.org
Das Unterlassen eines ausdrücklichen Protests kann nicht stets mit einer Einverständniserklärung gleichgesetzt werden.
Programming Wisdom auf Twitter: „“There is no programming language–no matter how structured–that will prevent programmers from making bad programs.” – Larry Flon“
Things to consider when building a robot with open source | Ubuntu Insights
ASCII Pronunciation Rules for Programmers
52-card Tichu | Things I Remember to Write Down
52-card Tichu
You must be logged in to post a comment.