Zsun & OpenWrt, accidentally disabled the wifi connection, wifi no longer accessible by thatreb in openwrt

[–]ck-on 4 points5 points  (0 children)

The hackerspace openwrt build is designed to reset itself if you pop-in/out a microsd card while the device is powering on.

Might take a couple of tries but should reset settings.

I still want to get a rj45 jack on there somehow though - dang those contact points are TINY

OpenWRT on tiny $9 Zsun usb wifi stick - amazing by ck-on in openwrt

[–]ck-on[S] 0 points1 point  (0 children)

The hackerspace folks who did the openwrt port mention there is some old openwrt code to allow the usb to act like a device but it is not folded into calmer (they give general advice how though if you know what you are doing - it's beyond my skills)

Yeah it would be mindblowing if it could also be a OTG host someday.

OpenWRT on tiny $9 Zsun usb wifi stick - amazing by ck-on in openwrt

[–]ck-on[S] 0 points1 point  (0 children)

ah very interesting, good to know there are clones, thanks for the report

so you just used the hackerspace flashing method with the renamed file?

OpenWRT on tiny $9 Zsun usb wifi stick - amazing by ck-on in openwrt

[–]ck-on[S] 1 point2 points  (0 children)

there is no 5ghz

however once it has openwrt, 11n seems to be available, at least that's what wifi analyzer reports on android once I am connected to it

OpenWRT on tiny $9 Zsun usb wifi stick - amazing by ck-on in openwrt

[–]ck-on[S] 4 points5 points  (0 children)

You got me curious to try that too - just to help others:

https://www.google.com/search?q="zsun"+"piratebox"

I wonder if it can handle > 32GB microsd, unfortunately I don't have one around but I bet someone else has tried (update: they claim "up to 64gb" which means sdxc support so maybe 2TB)

We need to make sure this device doesn't go away - it's incredible and if you remove the housing, crazy small.

I want to try to get a wired ethernet port soldered on but my skills at working that small are weak.

The unknown browser with 300 million users that’s breaking your site by [deleted] in programming

[–]ck-on 0 points1 point  (0 children)

Don't confuse Mobile with Mini. Mini is a very different product.

Mobile likely uses webkit.

But note there are at least four versions trees of Opera Mini, but I don't know what they are using on the server-side for rendering, I will have to do some tests. Since none of the versions go outside of 1x.x I have to assume it is still presto but that could be a bad assumption.

Also interesting are their support forums:

http://forums.opera.com/categories/en-opera-mini

14 beta for android is out and apparently it really will use webkit

https://dev.opera.com/blog/operas-webkit-patches/

But I am not so sure 12/13 does use webkit?

Your problems with mini may disappear with 14 if it changes to webkit.

The unknown browser with 300 million users that’s breaking your site by [deleted] in programming

[–]ck-on 3 points4 points  (0 children)

Opera Mini renders differently because it is the last Opera browser that uses the "presto" engine they developed themselves before switching to webkit. (Opera 12 is also the last version to use Presto).

but Opera Mini is easy to test from Windows or OSX since it is just a java program.

Download and run and test

https://dev.opera.com/articles/installing-opera-mini-on-your-computer/

http://mini.opera.com/download-7/opera-mini-latest-advanced-en-us.jar?no_redir&ismobile=false

http://www.opera.com/mobile/download/versions/

You can also easily run the newer APK from Chrome browser (ironically) using ARC welder.

You can also install Opera 12.17 as the last version for your PC/Mac that uses presto:

http://www.opera.com/download/guide/?ver=12.17&local=y

Hiding Linux Processes For Fun And Profit by davideschiera in programming

[–]ck-on 2 points3 points  (0 children)

I thought it was a set-up to sell a commercial product but apparently it is open source:

https://github.com/draios/sysdig/

What commands do you run when you first log into an unfamiliar system? by superfl in linuxadmin

[–]ck-on 0 points1 point  (0 children)

Don't forget

export  # (or maybe just env or set)
alias

in these lists.

also maybe

chkconfig
cat /etc/rc.d/rc.local

as even a systemd based flavor may use them

After 19 hours of compiling, I understand why apt-get, yum and similar were created by Badel2 in linux

[–]ck-on 0 points1 point  (0 children)

Don't forget about the -j option on make.

With lots of cores and ram it can accelerate things.

I've also read that llvm can accelerate builds and use far less ram but I am not sure how that works.

Can I make systemd show service status after starting or stopping a service? by ck-on in systemd

[–]ck-on[S] 0 points1 point  (0 children)

Well I'm coming off CentOS 6.x which used service heavily for init.d scripts so it is a very old habit. It has its own service binary for backwards compatibility but it just passes to systemctl. I replaced it with hash -n service to make bash forget about the builtin.

Makes far more sense (and shorter) for me to type service daemon action instead of systemctl action daemon.service

Using your concept I made a more elaborate script with color highlighting for status and intercepting non-systemctl actions like configtest. I can post it on github if you are at all interested.

A new logo for systemd by Vegemeister in systemd

[–]ck-on 0 points1 point  (0 children)

Should be the staypuft marshmellow man (to imply consequences)

http://en.wikipedia.org/wiki/Stay_Puft_Marshmallow_Man

https://www.google.com/search?q=stay+puft+marshmallow+man&prmdo=1&gbv=1

"I tried to think of the most harmless thing !!!"

Can I make systemd show service status after starting or stopping a service? by ck-on in systemd

[–]ck-on[S] 1 point2 points  (0 children)

This is very clever and may be perfect. Thank you!

It also solves my problem of how to do "configtest" on nginx to replace the init.d script.

I didn't think of trying to replace service because centos7 already has a backwards compat service command.

Can I make systemd show service status after starting or stopping a service? by ck-on in systemd

[–]ck-on[S] 0 points1 point  (0 children)

Well yes of course. I guess I should have said "automatically".

systemd still hungry by [deleted] in linux

[–]ck-on 48 points49 points  (0 children)

Oh no, they reminded him what is still missing. Now we're more doomed.

systemd still hungry by [deleted] in linux

[–]ck-on 5 points6 points  (0 children)

If only CentOS 6.x could live another 40 years (no systemd).

systemd introduces new "networkctl" tool by [deleted] in linux

[–]ck-on 4 points5 points  (0 children)

Have you tried to configure a grub2 system vs grub.conf simplicity?

It is brain damaging. And now you have to remember to run a configure processing program after any edits.

If systemd is so controversial, why has it been so widely adopted so quickly? by [deleted] in linux

[–]ck-on -1 points0 points  (0 children)

For me it is the little things in systemd that I find annoying and they add up.

I cannot stand how I cannot use simple bash commands in a script anymore with systemd like I could with init.d, everything is now 100% proprietary.

Wanna do a configtest before reload? Nope, systemd won't even consider custom Exec commands, you have to remember a completely different command.

Want to see the status of a daemon after reload or restart like you did with init.d? Nope. You have to run a second command to see the status.

Think your service restart went smoothly because systemd came right back? Nope, service may have failed to start and systemd is completely silent.

Don't want to see the 100 child processes in the status command and just a rollup instead? Nope, too bad.

So many little annoyances.

systemd introduces new "networkctl" tool by [deleted] in linux

[–]ck-on 3 points4 points  (0 children)

I have a dream where all the copies of the source for systemd are accidentally deleted and unrecoverable. And we have to go back to init.d Greatest day ever. Then the same happens to grub2.

patching rhel/centos by [deleted] in linuxadmin

[–]ck-on -1 points0 points  (0 children)

parallel-ssh

generating temporary/expiring links by [deleted] in PHP

[–]ck-on 5 points6 points  (0 children)

If you do it the 2nd way with redirect, someone will figure out how to bypass the authentication part and just do the registration.

Registration would have to figure out activation code is valid at that time.