Archive for the ‘Power User’ Category
Posted by jpluimers on 2018/07/09
Everytime a btrfs based volume runs out of space, I’m reminded of these:
There are a few scripts that help you assess quota usage. If you think they are wrong, then you need to btrfs quota rescan / which tells you that it started, but won’t tell when it’s finished (nor wil journalctl -xe a.k.a. journalctl --catalog --pager-end), but dmesg does:
# dmesg | grep qgroup
[ 316.608122] BTRFS info (device sda2): qgroup scan completed (inconsistency flag cleared)
For now I’ve this quick script to start investigation:
~/Versioned/btrfs-du/btrfs-du && df -h | grep "\/$\|^[^\/]" && btrfs quota rescan -s /
It assumes there is quota on the root (enable with btrfs quota enable /) and is based on my fork github.com/jpluimers/btrfs-du. The df will limit itself to the root (trailing / matched by \/$) or disks not mounted from / (matched by ^[^\/]).
–jeroen
References (not solutions):
Read the rest of this entry »
Posted in *nix, btrfs, File-Systems, Linux, openSuSE, Power User, SuSE Linux | Leave a Comment »
Posted by jpluimers on 2018/07/09
A few years ago, Google Drive introduced this:
For those looking to share files more quickly, listen up. You can now share with others directly from the Google Drive folder on your Mac or PC. To share a file while inside your Google Drive folder, simply right click the file, select “Google Drive” and then click “Share.” This new feature is rolling out over the next few days.
Source: [WayBack] Save time with right-click sharing from your Google Drive folder…
However, sometimes it fails. And the menu has changed as well.
By now the menu looks like this:
- “View with Google Drive”
- “Share using Google Drive”
If those do not appear, then:
Try to stop, then start Google Drive.
If that fails:
Read the rest of this entry »
Posted in Google, GoogleDrive, LifeHacker, Power User | Leave a Comment »
Posted by jpluimers on 2018/07/08
A few more days: [Archive.is] Tail it GPS
Via:
–jeroen
Posted in LifeHacker, Power User | Leave a Comment »
Posted by jpluimers on 2018/07/06
Since Mediawiki needs an extension to display Markdown, and many MediaWiki installations do not have that extension, I was looking for an online conversion from markdown to MediaWiki markup.
Luckily the Pandoc try has this conversion: [WayBack] Try pandoc! Markdown(pandoc) -> MediaWiki
These links helped me get there:
–jeroen
Posted in *nix, *nix-tools, Development, Lightweight markup language, MarkDown, MediaWiki, pandoc document converter, Power User, Software Development | Leave a Comment »
Posted by jpluimers on 2018/07/06
A Wi-Fi enabled 1990 Macintosh Classic built with LEGO, powered by a Raspberry Pi Zero running docker and a 2.7″ e-paper display by EmbeddedArtists.
Cool stuff!
Source: [Archive.is] LEGO Macintosh classic with Wi-Fi and e‑paper display running docker
Via: [WayBack] This guy built a (kind of) working Lego Macintosh, and now you can too … | 9to5Mac
This should run well with a Classic Color Macintosh System 7 emulated on Raspberry Pi: [WayBack] On this tutorial I show you how to run Mac II OS color on your Raspberry PI, I have also included a compiled version for Windows. Running Mac OS 7 on Raspberry Pi with Color – Novaspirit
via:
ROM images: [WayBack] Index of /pub/software/ROM/Macintosh 68K
–jeroen
Read the rest of this entry »
Posted in Apple, Classic Macintosh, Development, Hardware Development, History, Macintosh SE/30, Power User, Raspberry Pi | Leave a Comment »
Posted by jpluimers on 2018/07/06
Launch dates:
Now you only need a memory card and a camera module to make a nice “CCTV” system with plenty of choice. More details here:
Depending on what and when you record video, you might want to consider an IR capable camera. In Raspberry Pi land, they call them NOIR (which stands for No IR, meaning they leave out the IR filter which means they can record IR).
–jeroen
Read the rest of this entry »
Posted in Development, Hardware Development, Power User, Raspberry Pi | Leave a Comment »
Posted by jpluimers on 2018/07/02
I hear stories of people having their replacement screens stain as well, some of them get a renewed free repair. [WayBack] Apple Extends Free Repairs of Anti-Reflective Coating on Select MacBook and MacBook Pro Models – Mac Rumors.
Affected models for an initial repair:
- MacBook Pro (13-inch, Early 2013)
- MacBook Pro (15-inch, Early 2013)
- MacBook Pro (13-inch, Late 2013)
- MacBook Pro (15-inch, Late 2013)
- MacBook Pro (13-inch, Mid 2014)
- MacBook Pro (15-inch, Mid 2014)
- MacBook Pro (13-inch, Early 2015)
- MacBook Pro (15-inch, Mid 2015)
- MacBook Pro (13-inch, 2016)
- MacBook Pro (15-inch, 2016)
- MacBook Pro (13-inch, 2017)
- MacBook Pro (15-inch, 2017)
- MacBook (12-inch, Early 2015)
- MacBook (12-inch, Early 2016)
- MacBook (12-inch, Early 2017)
–jeroen
Read the rest of this entry »
Posted in Apple, Mac, MacBook, MacBook Retina, MacBook-Pro, Power User | Leave a Comment »
Posted by jpluimers on 2018/07/02
Mikrotik has great hardware, great firmware (if you have the right builds), but notoriously bad documentation and a not so great software release and testing process.
So I might consider switching away, so here are some threats that might lead to alternatives:
–jeroen
Vincent Parret commented at https://plus.google.com/+JeroenPluimers/posts/UWZiufmkdK1
I use ubnt edgerouters, great bang for buck. My ER Pro-8 has been up for 8 months (no reboots) and hasn’t missed a beat, rock solid ipsec vpn. I looked at microtik, but found the edgerouters slightly easier to configure.
Posted in Internet, MikroTik, Power User, routers | Leave a Comment »
Posted by jpluimers on 2018/07/02
Problem:
6 unlabeled buttons: I can not force the input to display port and monitor is searching other ports when host is sleeping. Getting no output when I wake up the host. 😞
Btw, this is for an Acer B326HK monitor. Other than issues with the UI, seems like a decent 4k monitor.
Solution:
my mistake was to use Display Port (Choice was DP or DVI) and the workaround is to disable power state changes on Display Port with something like “xset -dpms“
Source: [WayBack] This could have been an April fool’s joke: telepathic monitor controls… – Grant Grundler – Google+
–jeroen
Posted in *nix, Power User | Leave a Comment »
Posted by jpluimers on 2018/06/29
I forgot to schedule the post below. It is still relevant if you create a machine with lots of Delphi versions on it.
Read the rest of this entry »
Posted in .NET, .NET 2.0, .NET 3.0, .NET 3.5, Database Development, Delphi, Delphi 2007, Delphi XE, Delphi XE2, Delphi XE3, Delphi XE4, Delphi XE5, Development, Firebird, InterBase, Power User, Software Development, Windows, Windows 8 | 2 Comments »