Use these to set up mobile internet on your device:
When you're planning on configuring Fax Services on Server 2008, 2008R2, and their SBS counterparts (SBS 2008 and SBS 2011), it's strongly recommended to install these hotfixes as they resolve intermittent crashes with the Fax Server services.
It's highly recommended to install both hotfixes. On the link above, select the proper hotfix for your version of Windows Server. For SBS-users, select these:
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.
Simple Linux Load is a simple disk and CPU load generator to stress linux servers. I mashed this up when I had to put some load on a machine to troubleshoot issues with it which were only occuring under load.
It consists of two very simple shell scripts, each generating and deleting a 4GB file, and this in a loop.
There's no licensing on these scripts. You can do with it whatever you want.
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).
« ‹ | September 2023 | › » | ||||
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 |