When you've recently changed your password, you will continuously be prompted to type in your password everytime you want to sync, and you don't see an option to always be signed in.
To resolve, you have to select to sign in as a different user, then re-enter your credentials. Signing in as a different user will show the checkbox to enable always be signed in. This method won't affect your synced data.
You can disable the password expiration for one or more users through Powershell.
$cred = Get-Credential Connect-MSOLService -credential $cred Get-MSOLUser | Set-MsolUser -PasswordNeverExpires $true
Note that you need to have the Microsoft Online cmdlets: http://technet.microsoft.com/en-us/library/jj151805.aspx
Add this line to the server config:
push "redirect-gateway def1"
It's possible for Synology devices running DSM 3 or higher to enable support for NTFS ACL's. This allows Windows-users to set up Security through Windows Explorer itself. Most of the ACL types are supported.
NTFS ACL's have to be enabled for a share through the web-interface:
Restarting OpenVPN on the CLI of a pfSense can be done using the following command:
echo "<?php include('openvpn.inc'); openvpn_resync_all();?>" | php -q
This issues a restart command as if you would via the web-interface.
OpenVPN is finally available on Apple iOS!
This means you will now be able to connect through OpenVPN via your iPhone and iPad devices. It is available through the AppStore:
https://itunes.apple.com/us/app/openvpn-connect/id590379981
More info about OpenVPN on pfSense: http://blog.pfsense.org/?p=684
To get this done, you need to install the proper update, downloaded from http://support.microsoft.com/kb/917607.
Then, in the application that uses HTML Help, set its compatibility to Windows 98 / Windows Me.
You can disable SSL in fetchmail by adding this line to your rc file:
sslproto ssl23
This restricts fetchmail to only use SSLv2 and SSLv3, disabling TLSv1. Note that this will cause the connection to be unencrypted, unless you use a proper SSL plugin, or SSL is requested explicitly.
If you're missing one of the required Windows Update services, you can use the attached registry fixes to re-register the services in Windows.
I found NcFTP to be a useful toolkit for use in scripting. Aside of a linux version, it also has precompiled binaries for Mac and Windows.
The toolkit contains different programs which are very useful for use in various scripting (such as automatic file upload/download, and more). Both regular FTP and SFTP are supported.
You may get error 8024A000 when checking for updates with Windows Update.
If you have recently changed your partition layout (resizing) or put in a new HD, you may get this error. The solution that seemed to work in my case, is to download and install the latest Intel Rapid Storage Technology driver (I know, what has this got to do with Windows Update, right?). After installation, Windows redetects the disks and, for some reason, Windows Update suddenly comes to life again.
It's very easy to stop the currently running backup of Windows Server Backup. Run this at a command prompt:
wbadmin stop job
You can add -quiet to disable the prompt.
An Asterisk TAPI driver, which is actually usable on Terminal Server:
http://www.xtelsio.com/en/products/ast_tsp/tapi_for_asterisk.htm
It's not freeware, but is absolutely affordable, and is usable on Terminal Server (multi-user profiles).
Google Chrome can start up in fullscreen (F11) by default. This is done by enabling Kiosk-mode during startup. To do this, set the shortcut to Chrome like so:
C:\path\to\chrome.exe --kiosk
Windows 7 has a an application called Sticky Notes, which does just that. The contents and layout of the stickies are stored in a single file: %APPDATA%\Microsoft\Sticky Notes\StickyNotes.snt
If you wish to backup or transfer your sticky notes, this is the file you need. When restoring, simply place the file in the same location and you're done with it.
If the scan-to function of your networked Brother MFC mysteriously stops working, it may be because of strict firewall settings. The scanner attempts to connect to the Brother ControlCenter software on your PC via a directed UDP connection to your computer. If this is blocked at your computer (by e.g. a firewall), the scan function no longer works.
To resolve, open up port UDP 54925 in your firewall.
For Network PC-FAX, you also have to open port UDP 54926.
« ‹ | November 2024 | › » | ||||
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |