Add user: adduser [username]
Change password: passwd [username]
Failed and working projects, notes etc.
Add user: adduser [username]
Change password: passwd [username]
For Debian 9 (and MacOS)
cd ~/.ssh
ls id_*
mkdir keys_backup
cp id_* keys_backup
ssh-keygen -t rsa -C "your_email@example.com"
cd ~/.ssh
Done.
[root@conrad ~]# apt-get autoremove Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up fuse (2.9.3-15+deb8u3) ... Creating fuse device... /run/udev or .udevdb or .udev presence implies active udev. Aborting MAKEDEV invocation. chmod: cannot access '/dev/fuse': No such file or directory dpkg: error processing package fuse (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: fuse E: Sub-process /usr/bin/dpkg returned an error code (1)
I have no idea why my fuse got bonked, but I simply made a folder named fuse in the dev folder and everything works as intended again.
If you updated to the latest version and the following error appears when you try to launch Themler please follow the instruction below:
Fatal error: require_once(): Failed opening required '[...]/administrator/includes/toolbar.php' (include_path='.:/usr/lib/php7.2') in [...]/templates/[theme_name]/app/index.php on line 25
www/Joomla_directory/templates
;/app
folder;index.php
for editing in any html or text editor;require_once JPATH_BASE . DS . 'includes' . DS . 'toolbar.php';
$prefix = version_compare(JVERSION, '3.9', '>=') ? 'sub' : '';
require_once JPATH_BASE . DS . 'includes' . DS . $prefix . 'toolbar.php';
;/app/start
folder;data.php
file for editing and follow step 4;manifest.php
file for editing and follow step 4;
It’s well established that it is a fake. It’s well constructed as everything sits pretty well together with only 8 screws. From that I’ve seen, the original speaker has many many more screws.
So, the logic board is quite different from the original and it has 2 speakers instead of four. I recommend you look at this video to see how the original inside looks like: LINK
Now look on how the Chinese JBL looks on the inside:
If you want to upgrade it, have a look here: LINK
I am trying to connect the official app to it and it cannot detect the speaker. Assuming that the software is written correctly, I think that the inside of this speaker differs from the original. Oh well!
I promised to make a few more pictures of this fake JBL. I say fake somewhat hesitantly, because it’s quality is extremely good. And with that I am referring to the shell and its finishing. The logo has not been glued on straight but hey, what can you expect.
Sound quality is something I can’t really judge. I had the impression that the JBL speakers were bass monsters, but this one doesn’t really seem to have a good oompf. I do not have an original speaker to compare it with, unfortunately.
Another interesting thing is the labeling of the device, manual and the box. On the bottom of the device, you can read “XERTMT”:
The box, on the other hand, reads XTEMRE:
While the name on the manual is EXTEME:
Quite literally the only time they had it right. So what’s going on here, because if you copy a box, simply copy a box! And don’t make additional typos like “rtable Wireless Speaker”.
So is this a fake or this this a rejected batch of a production once ordered by JBL? I know from an old friend that you have to check every thing that comes out of a Chinese factory so you can be sure your customer gets what he or she pays for. But it’s a fake. Of course. 😉
It also comes with two matching cables, one aux and one usb.
And a carrying strap!
So did I score a JBL for 19 euro? I have no idea, because I cannot open the product without damaging it I think. No, I’ll post the pictures of the inside soon.
This is part one of the Flea market Mystery Family search. My goal is to locate this family and literally ask them if they are missing a box of film reels.
So far, I have digitized 8 reels and shreds of film. But first, let’s write down the first findings so far:
The list of reels that are now digitized are:
You can watch the videos on my Youtube channel here: LINK
A few years ago we spotted a box with film reels. We looked into the box and we could read labels with births, birthdays, marriages and holidays.
Interesting stuff if you are into mystery things and especially when you realize that it’s someone’s or some family’s life! How does something like this end up on a flea market? The sellers of the box were not even the original owners and had no idea where it came from.
I asked them what they wanted for the box and I had to pay one euro. Just one euro. So I bought it immediately and managed to score a Super8 projector from my employer. This projector is not capable of picking up the sound track, but so be it. If I find a more luxurious projector for a bargain, I will go get that.
In the next episode, I will tell you how much information I have gathered so far.
Quick and dirty, still need to test it.
imapsync --host1 SOURCE_URL_OR_IP --user1 --password1 host2 DESTINATION_URL_OR_IP --user2 --password2
Next you will see how a simple command is written.
My source is hosted at mail.website.tld and has a mailbox with username “user@website.tld” and password “macaroni”
Now I don’t want my client to have any troubles with having to enter a new password and such, so I set up the mailbox on the new server with the exact same data.
The new server has the IP address “111.222.333.444” and has been set up that the new mailbox is using the same credentials.
Your command will now look like this:
imapsync --host1 mail.website.tld --user1 user@website.tld --password1 macaroni --host2 111.222.333.444 --user2 user@website.tld --password2 macaroni
A lot of text will fly by now and you will see that the mailboxes are synching. If you get “Detected 0 errors” at the end, all went well.
Now proceed with the other mailboxes and then you can make the change in the DNS to make the mailboxes on your new server available.