Backtrack:  
 
showing posts tagged with 'software'
edited by on January 8th 2013, at 12:07

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.

edited by on December 19th 2012, at 16:27

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.

edited by on December 10th 2012, at 13:19

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.

edited by on November 28th 2012, at 13:02

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).

edited by on November 26th 2012, at 17:42

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
edited by on November 7th 2012, at 15:51

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.

edited by on November 6th 2012, at 17:22
When your DC replication has halted, check whether there's an entry in the event log: NTFRS event id 13568 (JRNL_WRAP_ERROR).

This error occurs when the DC on which this event id is generated has been powered off unexpectedly, or when the system volume was full. The error signifies that the database journal (used during replication) has been cut off, resulting in the replication being halted, which is by design.

To resolve, you can tell NtFRS to automatically repair the problem and continue with the replication by changing the value of a certain registry parameter. The parameter can be found at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NtFrs\Parameters\Backup/Restore\Process at   ...
edited by on November 5th 2012, at 17:53

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.

edited by on November 5th 2012, at 17:40
When using offline files/folders, it sometimes goes very wrong, leaving the whole sync of offline files in an unusable state. I personally had problems with a lot of clients that used this feature. In theory, it works nicely, but every now and then, it's prone to go very bad.

The biggest issue is that as a user, you don't really have much control on the whole process, making it difficult to adequately resolve problems. And when it does go wrong, even what little you still can configure and change, becomes inaccessible, resulting in an offline files system that's completely dead.

Luckily, there is a way to quickly resolve the matter. With a simple registry value in the Windows Registry, you  ...
edited by on October 25th 2012, at 15:32

Read here why it is not, and why you should migrate to Joomla 2.5 as soon as possible:

http://www.itoctopus.com/is-joomla-1-5-26-still-secure

edited by on October 25th 2012, at 12:02

An interesting read about the "rules of engagement" (or rather, lack thereof) when dealing with Joomla websites:

http://www.itoctopus.com/10-reasons-why-your-joomla-website-got-hacked

edited by on October 18th 2012, at 12:13

Some direct links to useful Windows 2003 tools:

edited by on October 17th 2012, at 09:21

Be careful when deleting a POP3-account in Apple Mail. Doing so will also remove all messages from the folders Inbox, Sent items and Trash, even if they are no longer on the server and only available offline.

To prevent this from happening, move/copy all messages to folders created inside the On My Mac section. These are folders that are kept locally and will not be affected when removing accounts. After which, you can safely remove the account.

edited by on September 24th 2012, at 12:32

Because Google Apps (Gmail) automatically puts a copy of your sent items in the Sent Items folder, it's rather redundant for Outlook to do this as well. Although Google Apps prevents the creation of doubles, it's better to just let Google Apps do it, as it's one less thing to upload (particularly useful on slow connections).

To turn off the copy of sent items in Outlook, turn off the option Save copies of messages in the Sent Items folder. You'll find this in the Outlook options in the Mail tab, section Save messages.

edited by on September 24th 2012, at 12:24
When running dnsmasq inside a VPS on an OpenVZ server, you may get an error while trying to start up dnsmasq (this is in particular the case for Debian):Starting DNS forwarder and DHCP server: dnsmasqdnsmasq: setting capabilities failed: Operation not permitted

This is because dnsmasq does not run as root (which is a good thing). What happens is that dnsmasq gets started as root, then attempts to set privileged functions to the dnsmasq user before changing user from root to that user. When setting these capabilities fails, you get the above error.

The reason for failing is usually because either the kernel is missing the required features, or, in case of OpenVZ, the permissions are not pas  ...
edited by on September 22nd 2012, at 12:08
With the release of Mac OSX 10.7.5 and 10.8.2, Apple has made some changes to the X11/XQuartz implementation, effectively breaking OpenGL support in applications that use it. In particular, Wine, Crossover, and all other derivates (accept Cider).

Apple and the Wine development team are currently working on fixing the issue, but it's unlikely that the fix will come from Apple. Luckily, certain patches were already made available in the last few days, fixing the issue for at least a few versions of the Wine engine.

XQuartz, the alternative X11 for Mac, has a new release available which fixes the issue: http://xquartz.macosforge.org/trac/wiki/X112.7.4.

Wineskin has released version 2.5.8, fi  ...
edited by on September 19th 2012, at 12:48
When running some RemoteApp, published from a Windows 2008R2, you may sometimes experience that the application does not start properly. In the startup window, when clicking on the Details button, you see a black window and no contents at all. The problem mainly occurs when working via internet, via a wireless network, or some other slower-than-normal link. Additionally, when your session is logged off on the RDS server, you will be able to start the RemoteApp once; subsequently restarting the application results in the above specified behaviour.

The issue is caused by the Remote Desktop Session Host display driver on the RDS server. During the initial connection, the monitor layout packe  ...
edited by on September 18th 2012, at 10:38

NirnSoft has a useful tool to view, edit, import/export Outlook AutoComplete information.

http://www.nirsoft.net/utils/outlook_nk2_edit.html

It can handle all versions of Outlook that support this feature, as well as the the information stored in a message store (be it Exchange or local PST).

edited by on August 24th 2012, at 10:34

Currently, Exchange/Outlook only supports client-side rules if you want to move messages to a specific folder, depending on which alias it's sent to. This means that the rule only works when Outlook is running, which is not always possible.

You can workaround the issue by creating a rule that checks for the content of the message headers. This type of rule can be created server-side and will always run when messages arrive on the Exchange server. By checking whether the alias is present in the message headers, you can easily create a rule that moves those messages to another folder.

edited by on July 6th 2012, at 14:06
Two possible occurences may happen related to this error 1236: either you get the error message like so:

Got fatal error 1236: 'Client requested master to start replication from impossible position' from master when reading data from binary log

Or, no error is given and the Slave_IO_Running is returning no while the Slave_SQL_Running returns yes.

If this occurs, it may be because the master went down unexpectedly (and has since rebooted). Because of this, the slave has not received the command to switch to the next binlog file and is stuck at the previous one.

In other cases, it's possible that no error is displayed, but that the Slave_IO_Running still says no. In this case, the master   ...
showing posts tagged with 'software'
 
 
« April 2024»
SunMonTueWedThuFriSat
 123456
78910111213
14151617181920
21222324252627
282930    
 
Links
 
Quote
« Debating Windows vs. Linux vs. Mac is pointless: they all have their merits and flaws, and it ultimately comes to down to personal preference. »
Me