Habs jetzt raus: Der MVNO-Wert muss leer sein (oder vielleicht auch der von Netzclub, wenn ich ihn denn wüsste). Ob der APN pinternet.interkom.de oder internet ist, ist egal.
Beiträge von thosch97
-
-
Jetzt werd mal nicht zickig...
http://www.o2online.de/business/servi…lungen/manuell/
Naja auf o2 stehen andere Daten.Tut genauso wenig.
-
Dann geb die Daten Manuell ein.
Das war bei mir auch mal als Sony Ericsson Handys noch den Markt regiert hat.
E+ wollte mir die Einstellungen nicht raus rücken weil das Handy ein o2 Branding hatte.Du hast schon den kompletten Eingangspost gelesen? Ich hab die o2-Daten, die auch so auf der Netzclub-Seite stehen.
-
Bei o2 kam nur eine SMS von 80215 „Ihre Anfrage konnte leider nicht bearbeitet werden, die Kundenberatung wird Ihnen gerne weiterhelfen.“ – tut mit Resellern wohl nicht.
Und dass es für dich tut, ist schön für dich. -
Ja, hab ja solche in der Workstation, die werden auch elendig heiß.
-
Moin,
ich habe heute die Netzclub-SIM in mein neues Nexus 5 (Android 5.0 Lollipop) gelegt. Anrufen (zumindest klingeln lassen, weiter hab ich nicht probiert) funktioniert, mobile Daten aber nicht, ich sehe nur ein Ausrufezeichen. Die [url=https://imgur.com/uKHP6p8,1FlSbo4,UxehKJl]APN-Einstellungen[/url] hab ich ein paarmal überprüft.
Ideen? -
-
Was bedeutet die "(8)"?
winfreak, 8 Jahre alt – schau dir den Threadtitel an
-
winfreak (8)
-
Und was ist mit xmonad?
-
Is doch kack egal. Selbst wenn du alles per Terminal administrierst, kannste dir mit ner GUI mal schnell eben zwei Terminals nebeneinander klatschen.Naja, tmux …
-
Ja, bei uns ist aber die Hardware nicht Annex-J-fähig, VoIP hin oder her.
-
Selbst wenn es IP-Telefonie ist, kann es noch Annex B sein. Das wäre hier der Fall, aber das ISDN bleibt hier bis die Annex J haben.
-
Warum keinen vollwertigen Desktop installiert?Er hat doch FVWM (oder so)?
-
Nein tut es nicht. Denn wenns da oben rumhängt, sieht man nicht auf einen Blick, von wo bis wo eine Ebene der Einrückung geht.Ja, doch, die letzte Zeile mit Text, wo anderswo Whitespace ist.
-
Sagt der, der die { nichtmal in ne neue Zeile macht.
Doch. Da, wo es so gehört.
-
Was soll ich denn da ändern? Ist doch übersichtlich so.Nein.
C
Alles anzeigen/* Programmierer: akino_germany Made with wxDev-C++ */ #include <cstdlib> #include <iostream> using namespace std; int main(int argc, char *argv[]) { int a; char eingabe; do { cout << "Welche Zahl wollen Sie pruefen?" << endl; cin >> a; if (a < 5) { if (a < 3) { if (a == 1) { cout << "Wahr" << endl; } else { cout << "Falsch" << endl; } } else { if (a == 3) { cout << "Wahr" << endl; } else { cout << "Falsch" << endl; } } } else { if (a < 7) { if (a == 5) { cout << "Wahr" << endl; } else { cout << "Falsch" << endl; } } else { if (a == 7) { cout << "Wahr" << endl; } else { cout << "Falsch" << endl; } } } cout << "Wollen Sie noch einmal pruefen?" << endl; cin >> eingabe; } while (eingabe == 'j'); return EXIT_SUCCESS; }
-
Alter wtf, geh mal den Code gescheit formatieren o_O
-
Wie jetzt, Dark Mode, das Fenster ist ja weiß
Musste ja das dunkle Theme wieder aufgeben bei KDE, sind zu viele GTK+-Programme damit auf die Fresse geflogen.
-
Zitat von #freebsd
<mus1cb0x> text file based config > black box dbs like systemd
Sachtmal, das ist doch FUD, oder? In /etc/systemd/ hab ich lauter Textdateien, das einzige Binäre sind ja die Journals, oder hab ich was übersehen?
Also, ich mein …Code
Alles anzeigen# find /etc/systemd/ -exec file -L '{}' \; /etc/systemd/: directory /etc/systemd/bootchart.conf: ASCII text /etc/systemd/logind.conf: ASCII text /etc/systemd/system: directory /etc/systemd/system/sockets.target.wants: directory /etc/systemd/system/sockets.target.wants/cups.socket: ASCII text /etc/systemd/system/sockets.target.wants/dm-event.socket: ASCII text /etc/systemd/system/sockets.target.wants/lvm2-lvmetad.socket: ASCII text /etc/systemd/system/sockets.target.wants/gpsd.socket: ASCII text /etc/systemd/system/sockets.target.wants/uuidd.socket: ASCII text /etc/systemd/system/sockets.target.wants/ssh.socket: ASCII text /etc/systemd/system/sockets.target.wants/avahi-daemon.socket: ASCII text /etc/systemd/system/sockets.target.wants/acpi-fakekey.socket: ASCII text /etc/systemd/system/sockets.target.wants/acpid.socket: ASCII text /etc/systemd/system/local-fs.target.wants: directory /etc/systemd/system/local-fs.target.wants/lvm2-activation-early.service: ASCII text /etc/systemd/system/local-fs.target.wants/lvm2-activation.service: ASCII text /etc/systemd/system/multi-user.target.wants: directory /etc/systemd/system/multi-user.target.wants/ssh.service: ASCII text /etc/systemd/system/multi-user.target.wants/ModemManager.service: ASCII text /etc/systemd/system/multi-user.target.wants/lm-sensors.service: ASCII text /etc/systemd/system/multi-user.target.wants/pppd-dns.service: cannot open `/etc/systemd/system/multi-user.target.wants/pppd-dns.service' (No such file or directory) /etc/systemd/system/multi-user.target.wants/anacron.service: ASCII text /etc/systemd/system/multi-user.target.wants/cron.service: ASCII text /etc/systemd/system/multi-user.target.wants/NetworkManager.service: ASCII text /etc/systemd/system/multi-user.target.wants/binfmt-support.service: ASCII text /etc/systemd/system/multi-user.target.wants/smartd.service: ASCII text /etc/systemd/system/multi-user.target.wants/avahi-daemon.service: ASCII text /etc/systemd/system/multi-user.target.wants/cups-browsed.service: ASCII text /etc/systemd/system/multi-user.target.wants/vnstat.service: ASCII text /etc/systemd/system/multi-user.target.wants/remote-fs.target: ASCII text /etc/systemd/system/multi-user.target.wants/rsyslog.service: ASCII text /etc/systemd/system/multi-user.target.wants/nginx.service: ASCII text /etc/systemd/system/multi-user.target.wants/atd.service: ASCII text /etc/systemd/system/pppd-dns.service: character special (1/3) /etc/systemd/system/printer.target.wants: directory /etc/systemd/system/printer.target.wants/cups.service: ASCII text /etc/systemd/system/getty.target.wants: directory /etc/systemd/system/getty.target.wants/getty@tty1.service: ASCII text /etc/systemd/system/sshd.service: ASCII text /etc/systemd/system/dbus-org.bluez.service: ASCII text /etc/systemd/system/shutdown.target.wants: directory /etc/systemd/system/shutdown.target.wants/unattended-upgrades.service: ASCII text /etc/systemd/system/syslog.service: ASCII text /etc/systemd/system/cups.socket.d: directory /etc/systemd/system/cups.socket.d/cupsd-listen.conf: ASCII text /etc/systemd/system/sysinit.target.wants: directory /etc/systemd/system/sysinit.target.wants/lvm2-lvmetad.socket: ASCII text /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service: ASCII text /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service: ASCII text /etc/systemd/system/dbus-org.freedesktop.NetworkManager.service: ASCII text /etc/systemd/system/dbus-org.freedesktop.Avahi.service: ASCII text /etc/systemd/system/bluetooth.target.wants: directory /etc/systemd/system/bluetooth.target.wants/bluetooth.service: ASCII text /etc/systemd/system/dbus-org.freedesktop.ModemManager1.service: ASCII text /etc/systemd/network: directory /etc/systemd/journald.conf: ASCII text /etc/systemd/ntp-units.d: directory /etc/systemd/user.conf: ASCII text /etc/systemd/timesyncd.conf: ASCII text /etc/systemd/user: directory /etc/systemd/resolved.conf: ASCII text /etc/systemd/journald.conf.dpkg-old: ASCII text /etc/systemd/system.conf: ASCII text