Page 4 of 18

Windows 10 Quick Assist – Troubleshoot a Friend’s PC Without Any Extra Software

Windows 10 Quick Assist – Troubleshoot a Friend’s PC Without Any Extra Software
15

Ever needed to help a friend or family with their computer issues with remote access? Quick Assist is the way to go for Windows 10 users for remote assistance!

If you’re reading this, then there is a good chance that you’re looking at the same challenge I have every now and then; a friend or family member is having issue with their PC and if you can please help them … like right now! In that case (or when you live on a different continent) remote access is the way to go, unless you’re pretty close by.

In the past I used LogMeIn, it was probably the best tool I’ve every used for remote access, but unfortunately it’s no longer free or affordable.

For a while I’ve used TeamViewer, but in all honesty – I really dislike how the tool works even though it is free. The fact that both parties need to install software and those funny codes, weird screens, and sometimes confusing settings – well, it’s just not for me.

This weekend I had to assist my nephews, both of them using Windows 10. And again I was stuck with the same question: what tool to use?
Well not entirely … seems Windows 10 is equipped with everything we need and in this article I’ll show you how it’s done.

Working with Cookies in JavaScript

Working with Cookies in JavaScript
0

For those of you working with JavaScript, and the ability to store some data on the client side (browser) with the help of Cookies; here a short description what cookies are, what kinds there are, and how to work with them.

Since I rarely use it, I keep forgetting the details, so I figured; well, put it on my website so I can find it again when I need it in the future and maybe others will benefit from this as well.

It really is an easy process, and I’m honestly surprised that JavaScript and jQuery do not offer some simple functions for this right out of the box. For jQuery several cookie plugins can be found – just too bad it’s not right away included.

Tweaking4All more secure with SSL …

Tweaking4All more secure with SSL …
4

Outfits like Google, Let’s EncryptcPanel and Comodo are pushing for a more secure Internet.
Obviously there is nothing wrong with that, and I commend them (and others) for pushing and supporting for this.

In this case we are talking about adding a so called SSL certificate to websites, allowing encryption, which can be identified by the url starting with “https”. In other words making the good old and regular “http” protocol secure.

In the past one would have to pay yearly to keep the SSL certificate valid, for every single domain, or pay even more for so called wildcard certificates. But, for basic purposes, this is no longer the case (for commercial use one still will have to pay for a certificate) – thank you Let’s Encrypt and Comodo for providing those free certificates.

Now keep in mind though that we have nothing critical here at Tweaking4All that would need encryption. However, in the push for website owners to start using encryption, Google has seemed to have gone the route where their browser will display messages that may look misleading to the end-user, for those website that do not support encryption. Not even mentioning the possible negative Google ranking impact for websites that are not encrypted.

So I’ve spend the better part of this weekend to implement SSL/HTTPS on Tweaking4All as well – it has caused some problems, and possible downtime and odd behavior of the website in the past 2 days. My apologies for that … you should now see a green “Secure” message near the address-bar of your browser.

Please feel free to report issues, or moments where this does not show a green “Secure” indicator – it’s not impossible that I overlooked one or the other small piece. 

miniWOL v1.2 available!

miniWOL v1.2 available!
0

Previous miniWOL versions proved that just reading the specifications of Wake on LAN and testing with your own equipment is not going to result in a 100% perfect application, as it seems that certain machines prefer to see a broadcast over the network instead of a specific IP address.

In this new version, you can still retrieve the Mac Address based on IP address, and use a broadcast mask (255.255.255.255 is the default). This should help with certain setups like Synology devices.

This update applies to Windows and MacOS versions of miniWOL.

Note: I have just uploaded a revised v1.2 (Friday Dec. 9 2016) which fixes sending a WOL when miniWOL starts for those servers that have been tagged as such.

Read the original MiniWOL article. Comments, bugs, question etc, can be posted there as well.
You can also download it from our Downloads page.

Lazarus Pascal – Retrieve Yahoo Weather Forecast

Lazarus Pascal – Retrieve Yahoo Weather Forecast
9

I like dabbling with Lazarus Pascal, a free IDE for developing Pascal programs for Windows, MacOS X and Linux, quite similar to Delphi.

One of my projects, would look great with a weather forecast, so I went an figured out how this works by accessing the Yahoo Weather API. This took me a little bit to figure out, but I’ve got it running now, even using https.
This week I decided to put it all in a small unit, so others can use it as well.

This unit only needs Synapse, which is free as well, and uses fcl-json, which comes with Lazarus.

ApplePi-Baker v1.9.4 update for MacOS Sierra (beta 2)

ApplePi-Baker v1.9.4 update for MacOS Sierra (beta 2)
124

ApplePi-Baker has been updated again – this time fixing a small bug for macOS Sierra users (beta 2 tested).

The disk/SD card size was not displaying. This has been fixed in 1.9.4.

Please report any issues you might run into when running MacOS Sierra, at the original ApplePi-Baker article where you can also download the latest version.

Special thanks to Barry for reporting .

ConnectMeNow – Version 1.7.9 available …

ConnectMeNow – Version 1.7.9 available …
37

ConnectMeNow, a small application for Mac OS X to quickly mount network shares, has been updated to version 1.7.9 – yes i’ts an odd version number, but this has to do with a lot of testing by Steffen and others.

Some of the changes include:

Support for separator lines in the menu, buttons to move items up and down in the list, support to save the config file anywhere you’d like (they can even be shared with other computers, for example through DropBox etc.), option to backup/restore your config file, “Execute AutoMount” function, menubar fix for macOS Sierra, fixed bug which would reset the number or shares to zero (= loosing all settings!), standard preferences are now stored per Apple Guidelines, and a minor bug in WOL has been fixed.

For  download of the latest version, please read the original article (Quickly connect Network shares on a Mac with ConnectMeNow), where you can also ask questions or report issues. Or … find the application on our Downloads Page.

Chmod Calculator – Set file permission with chmod

Chmod Calculator – Set file permission with chmod
1

For most of us, working in Linux or in a shell is not necessarily a daily activity, and that’s totally OK.
I’m not daily working with it either, but occasionally I use one of those funny commands to set the access rights to certain files and/or directories.

This command, chmod, is not super complicated to work with, and is commonly used when working in a shell or terminal on both the MacOS X and Linux platforms. But we need a “magic number” to set these rights. The “magic number” for chmod is also commonly used with FTP programs.

Whenever I use this command, I need to refresh my mind on how to calculate the “magic number”, and I find myself looking for a chmod calculator.
Since I’m lazy at times, I figured: why not have one on my own website?

So I started playing with JavaScript and created this chmod calculator.

ApplePi-Baker v1.9.3 update for MacOS Sierra (beta 2)

ApplePi-Baker v1.9.3 update for MacOS Sierra (beta 2)
16

ApplePi-Baker has been updated again.

This version addresses a minor issue with MacOS Sierra (beta 2) causing an index out of bound error.
Please report any issues you might run into when running MacOS Sierra, at the original ApplePi-Baker article where you can also download the latest version.

Special thanks to Manuel for testing and sending me the log file .

ApplePi-Baker v1.9.2 update for MacOS Sierra

ApplePi-Baker v1.9.2 update for MacOS Sierra
27

ApplePi-Baker has been updated again.

This version addresses a minor issue with MacOS Sierra (beta) concerning proper device detection.
Please report any issues you might run into when running MacOS Sierra, at the original ApplePi-Baker article where you can also download the latest version.

MacOS Sierra – miniWOL update (v1.1.1)

MacOS Sierra – miniWOL update (v1.1.1)
0

With the arrival of the new MacOS Sierra, a user (Steffen – thanks man!) discovered a small bug with the icon in the menubar.

This version/update fixes this issue for Mac users.

Read the original MiniWOL article. Comments, bugs, question etc, can be posted there as well.
You can also download it from our Downloads page.

Name My TV Series v1.8.0 available …

Name My TV Series v1.8.0 available …
2

A new version of Name My TV Series is available, version 1.8.0, with quite a few new features.

For those who followed the comments and forum posts, you will have seen some new features popup. This is the main reason why I ended up skipping the 1.7.x version numbers – thank you Collin for taking the time to test and thank you CDRSteve for the motivational beers!

Some of the new features include folders, setting airdate for folders, detection of video resolution (720p, 1080p, etc), video codec, and audio codec, and history drop-downs for file-naming, directory naming, and previously loaded shows.

For the most recent version, go to the original Name My TV Series article, or our Download-page.

QNAP FTP Client by using File Station

QNAP FTP Client by using File Station
17

Occasionally I have those FTP jobs to either download or upload a truck load of files – for example when I want to make a backup of my website.

Now you could start a regular FTP client on your PC and have it run all night to do just that, or … you could use your QNAP for that – mine is running 24/7 anyway, so why not? The biggest issue is: where do you find a FTP client that can download or upload entire directory structures?

Download Station, and the likes, only take one URL at a time, or other apps do silly things like zipping all files before up- or download (who came up with THAT idea?).

After a long search I found something interesting; One of the best hidden features of File Station, the file manager in the web-interface of your QNAP, is the fact that it supports FTP … albeit poorly documented and hard to find … in this article: how do we do this with QTS 4 (tested with QTS 4.2.1). Note that this only supports regular FTP, so not SFTP!).

Mac OS X – BootCamp CD Eject for Windows

Mac OS X – BootCamp CD Eject for Windows
0

When running Windows on your Mac through BootCamp, you might be searching for the CD/DVD Eject button every now and then, and back in the day (2009) I wrote a little application for that for my own use: BootCamp CD Eject.
This application works with all Windows version as of Windows XP – and you can use this without BootCamp as well.

This little application lives in the Windows Systray and allows you to eject a CD/DVD from a menu or through a key combination. There is also a key combination to quickly put your Windows in standby.

I’m posting the application (free!) since I recently ran into some users that actually had a use for it even 7 years after developing it.

Name My TV Series v1.6.1 available …

Name My TV Series v1.6.1 available …
2

As of today, version 1.6.1 of Name My TV Series has become available for Windows, MacOSX and Linux (32- and 64-bit).

This release fixes a bug with the import and export feature – which I overlooked when implementing AirDate.

Feel free leave a comment at the Rename your TV Series Files article, where you can also download the latest version.

1 2 3 4 5 ... 16 17 18