background preloader

Tech

Facebook Twitter

Gcal2Excel. Bios - How do I boot my Samsung laptop from a CD/DVD? Screen intermittently goes black, then turns back on. Hi Arsemyth, Welcome to Microsoft Answers! Does this happen when you are running any particular application? This might be happening if any of the background programs is conflicting with the smooth running of the computer. To help troubleshoot error messages and other issues, you can start Windows Vista by using a minimal set of drivers and startup programs. This kind of startup is known as a "clean boot. " The steps to be performed in clean boot are given below: 1. 2. If you are prompted for an administrator password or for confirmation, type your password, or click Continue 3. 4.

Note: Following this step lets Microsoft services continue to run. Once you boot to the desktop check if the issue persists, follow the steps given in the article and figure out which of the program is causing the issue. For further information on clean boot please follow the below given link: How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7 1. 2. 3. Amrita M. Security Client OOBE stopped due to the following error: 0xC000000D. If you do not want to reinstall Microsoft Security Essentials to stop this problem, there is a step which you MUST, I repeat, MUST follow. As indicated above by Zuhl3156, YOU MUST, again, MUST shutdown the security counter. This is a problem when you uninstall MSE, it does not remove the security counter. This is the reason that everyone says to delete the C:\ProgramData\Microsoft\Microsoft Security Client\Support\EppOobe.etl file.

This file is used and created by this counter. If you have uninstalled the MES, then you MUST delete the C:\ProgramData\Microsoft\Microsoft Security Client\Support\EppOobe.etl. System Tools -> Performance -> Data Collector Sets -> Startup Event Tracing Sessions Then, in the frame to the right on that window, select Microsoft Security Client OOBE, right click on it and select Properties. This is a problem with the uninstall of MSE and needs to be resolved by Microsoft (hopefully they are reading this). Jim. Windows Media Player error code C00D11B1.

NAS

Projects | Raspberry Pi Projects. In this post I will show you how easy it is to setup an XBMC machine using the Linux operation system Raspbmc. So we can setup XBMC I will be using a Raspberry Pi Version B with an 8GB SD card. To setup the SD card I will be using a laptop with Windows 7 installed on it. First thing we need to do is to download the setup file from: Once you have the zip file downloaded you need to extract it. You will want to press the accept button. The Raspbmc Installer will now download the operating system setup files and place them on the SD card. Now that you have everything all setup I would like to point out a useful extra. If you have you have anything else you would like me to try with XBMC and post please e-mail me at admin@raspiprojects.co.uk. Raspberry Pi Owncloud (dropbox clone) Now we have download the software we need to configor it. First off we need to install PHP apc $ sudo pecl install apc After that is done we need to create the apc.ini $ sudo nano /etc/php5/cgi/conf.d/apc.ini In to that file we need to add the following extension=apc.so apc.enabled=1 apc.shm_size=30 Once added the file needs saving Next up we have to change the PHP.ini to change the max upload file so we can add large file and add the APC externsion to PHP $ sudo nano /etc/php5/apache2/php.ini In this file we need to find upload_max_filesize and then change the value to 1024M which will allow files of upto 1GB to be uploaded The we need to find post_max_size and then chaged the value to 1200m which will allow files to upto 1 gb to be uploaded We need to find externsion= section and add in the extension=apc.so After we have done that save and exit next up we need to config apache and enable SSL $ sudo nano /etc/apache2/sites-enabled/000-default Next up we need to setup SSL $ sudo service apache2 restart.

Goodbye Microsoft Security Essentials: Microsoft Now Recommends You Use a Third-Party Antivirus. Microsoft Security Essentials (Windows Defender on Windows 8) was once on top. Over the years, it’s slid in the test results, but Microsoft argued the tests weren’t meaningful. Now, Microsoft is advising Windows users to use a third-party antivirus instead. This revelation comes to us from an interview Microsoft gave. Microsoft’s official website still bills MSE as offering “comprehensive malware protection” without any hint that they no longer recommend using it. Microsoft is not communicating well with its users.

Update: Microsoft has now released a statement, saying “We believe in Microsoft antimalware products and strongly recommend them to our customers, to our friends, and to our families.” A Strong Start Microsoft Security Essentials was once on top of the rankings. MSE was very appealing to Windows geeks like us, who quickly latched onto it. We’ve been recommending MSE as the free antivirus to use for years because of this. Sliding Scores and Excuses Microsoft Has Stopped Trying. Store Europe | 54 Bit Driver Kit Standard Case | UK, Italia, France, Nederland, España, België, Danmark, Sverige. BleachBit. Assign driveletter to dropbox (WindowsXP) Difference between java.library.path and LD_LIBRARY_PATH | Kalpak's Blog. As everyone might know, you have to set the java.library.path system property for making sure that you can load some JNI libraries in your java application.

But often it wont be enough for you to specify java.library.path. The libraries which are referencing other shared libraries, would depend on standard way to resolve the libraries. Which means that if you have a foo.so which you are trying to load in your Java application, and foo.so references or is dynamically linked to bar.so, foo.so will look for the bar.so using the LD_LIBRARY_PATH. java.library.path only works to resolve the immidiate native library that you are loading in your code. Loading of the other dependent libraries is left to the first library. The JNI library that you load will rely on the OS dependent way to resolve its references. The catch is that, you will have to provide both java.library.path and LD_LIBRARY_PATH in such case for the libraries to load successfully.

Like this: Like Loading... WiFi SD Cards: Eye-Fi Memory Cards: Wireless Photo and Video Uploads from your Camera to your Computer & the Web. Turn a Raspberry Pi Into a Low Power NAS. Mailing Labels and Return Address Labels. Mailing Labels and Return Address Labels In this tutorial, we will make a sheet of labels. All the labels on the sheet will have the same name and address. The sheet of labels will be printed. The file with the labels will be saved so the labels can be printed again. There may be times that you do not need a whole sheet of labels so we will make and print a single label. IF on the desktop, click > All Programs > OpenOffice.org 2.3 > OpenOffice.org Writer. IF you are in OpenOffice.org Writer, click File > New > Text Document.

IF you see a Ruler on your screen, go to Step 4. Click the Labels tab. Under Format, select Sheet. At the bottom of the page, click New Document. Center The Name and Address And Add A Space At The Top Of The Label Click in the first label. Place a sheet of blank labels in the printer. Click the Labels tab. Under Format, select Sheet. At the bottom of the page, click New Document. Print A Single Label Click File > Print > OK. Click File > Open. 0211WG3-UsingMailMerge.pdf (application/pdf Object) HomePlug Wireless Access Point | Broadbandbuyer.co.uk. How do I review an iPhone application for the App Store. Multiple monitors - Ubuntu Desktop 12.04 LTS hangs with dual display.

Bareboneguide.pdf (application/pdf Object) Dining philosophers. Dining philosophers You are encouraged to solve this task according to the task description, using any language you may know. The dining philosophers problem illustrates non-composability of low-level synchronization primitives like semaphores. It is a modification of a problem posed by Edsger Dijkstra. Five philosophers, Aristotle, Kant, Spinoza, Marx, and Russell (the tasks) spend their time thinking and eating spaghetti. They eat at a round table with five individual seats. For eating each philosopher needs two forks (the resources). There are five forks on the table, one left and one right of each seat. When a philosopher cannot grab both forks it sits and waits. It can be observed that a straightforward solution, when forks are implemented by semaphores, is exposed to deadlock.

There are many solutions of the problem, program at least one, and explain how the deadlock is prevented. [edit] Ada [edit] Array of mutexes [edit] Ordered mutexes [edit] Host of the dining room [edit] AutoHotkey.

Software tools

RtcSdk30 < Main < TWiki. RtcSdk < Main < TWiki. QueryDevGuide < Main < TWiki. Documentation | Linuxcentre. Table of Contents Command Usage * The full web based man page can be viewed here. * For basic help run: get_iplayer -h * For Advanced and extended options run: get_iplayer --long-help Examples Searching Click Here for All Search Options * List all tv programmes (either from BBC site or cached): get_iplayer * List all tv programme names matching “News”: get_iplayer news * List all Radio programme names matching “News”: get_iplayer --type=radio news * List all Live TV and Radio channels/programmes: get_iplayer --type=livetv,liveradio * List all tv programmes with long descriptions: get_iplayer --long * List all tv programmes showing only ‘pid’, ‘name’ and ‘episode’ get_iplayer --listformat="<pid>: <name> - <episode>" * Search all tv programmes for the word ‘hello’ in the ‘episode’ and ‘channel’ fields get_iplayer --fields=episode,channel hello * List all tv programmes with categories containing the word ‘News’ and on channel ‘BBC One’ get_iplayer --channel="BBC One" --category=News get_iplayer --since=24 . . . . . . . .

WebSphere Application Server Version 6.0.2. Flash browser. From FreeMind There is a GNU GPL licensed Flash browser for FreeMind. Download it (50 KB), unzip the archive, and read readme.txt, or double click mindmaps.html. Download Instead of downloading Flash browser separately, you can export Flash browser from FreeMind application; see #Menu. Installation Unzip the above file "freemindFlashBrowser.zip" and save the following three files to a separate folder: flashobject.js mindmaps.html visorFreemind.swf Create your FreeMind mind map and save it to the same folder where you extracted the above three files, e.g. under the name "test.mm". Edit the "mindmaps.html" file in Notepad or your favorite plain text editor. Documentation There are the following documentation resources for Flash browser: readme.txt, delivered with the Flash browser - a mind map that documents Flash browser, viewable in the Flash browser.

Version The latest version of the Flash browser is 1.0b. Version history of the Flash browser: Feedback. Best practices for using the Java Native Interface. The Java environment and language are safe and efficient for application development. However, some applications need to perform tasks that go beyond what can be done from within a pure-Java program, such as: Integrate with existing legacy code to avoid a rewrite.Implement functionality missing in available class libraries. For example, you might need Internet Control Message Protocol (ICMP) functionality if you are implementing ping in the Java language, but the base class libraries don't provide it.Integrate with code that's best written in C/C++, to exploit performance or other environment-specific system characteristics.Address special circumstances that require non-Java code.

For example, implementation of core class libraries might require cross-package calls or the need to bypass other Java security checks. The JNI lets you accomplish these tasks. This article covers the 10 most common coding and design errors that users of the JNI make. Performance pitfalls Listing 1. Listing 2. Make' GNU make This file documents the GNU make utility, which determines automatically which pieces of a large program need to be recompiled, and issues the commands to recompile them.

This is Edition 0.72, last updated 9 October 2013, of The GNU Make Manual, for GNU make version 4.0. Copyright © 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with the Front-Cover Texts being “A GNU Manual,” and with the Back-Cover Texts as in (a) below.

A copy of the license is included in the section entitled “GNU Free Documentation License.” (a) The FSF's Back-Cover Text is: “You have the freedom to copy and modify this GNU manual. Overview of make make . External hard drive. Linux Screen Tutorial and How To - rackAID. Linux Screen allows you to: Use multiple shell windows from a single SSH session.Keep a shell active even through network disruptions.Disconnect and re-connect to a shell sessions from multiple locations.Run a long running process without maintaining an active shell session. If this sounds like stuff you can use, check our our 2 minute quick-start video below or read on for more details on how to use screen. Screen Tips We use screen daily, so as we keep adding new tips when we find good ones.

If you have something you want to add, just leave it in the comments. Installing Screen with Yum Chances are that you already have screen on your system. If you do not have screen, then you can install it easily from an RPM or the package file for your system. As you probably already have screen or can use an RPM, I am not going to cover the building of screen from source. Starting Linux Screen Screen is started from the command line just like any other command: Control Command Command: “Ctrl-a” Start top. Free audio transcription software for typists Digital Transcription software for typists. What are Tab Groups?

Tab Groups (also known as Panorama) are an easy way to organize a lot of tabs. With Tab Groups, you can visually group related tabs, switch between groups and quickly search through all of your tabs. This article will have you juggling dozens of tabs in no time. Why should I use Tab Groups? If you're a tab addict, regularly ending up with more tabs than fit on the Tab Strip, Tab Groups were made for you. They're also great for grouping tabs by task and then switching between them. How do I create a Tab Group? If you don't already have a number of tabs open to work with, do it now. Enter the Tab Groups view by using the keyboard shortcut, Command + Shift + ECtrl + Shift + E. How do I switch between Tab Groups? Switching between groups is easy. Enter the Tab Groups view by using the keyboard shortcut, Command + Shift + ECtrl + Shift + E.

Try it out: Tab Groups are great for grouping tabs by task. How do I search through my tabs? How do I organize my Tab Groups? App Tabs in Tab Groups. Rational Application Developer. Web Tools Project (WTP) » When I start then eclipse has got a lot of errors. RSS. Wiring_subs.pdf (application/pdf Object) Home Page at Perl Design Patterns Wiki. Cargill's quandary: "any design problem can be solved by adding an additional level of indirection, except for too many levels of indirection. " Here, CPAN's Object::PerlDesignPatterns is crafted by you and me. Perl Design Patterns is a free online book. $Id: Home Page,v 1.298 2009/03/06 05:37:11 scott Exp $ Home Page Back Links Public has some old back links to people that linked here (but logging of backlinks is currently off for heuristic reasons).

Footnotes: (click a footnote number to return to where it's used) 1: Copyright (c) Scott Walters, scott@illogics.org, and others as noted. DNS Free. Nmon for Linux | Site / Download. Install Padwalker on windows for EPIC - Eclipse Perl Integration. EPIC - Eclipse Perl Integration. Executing external commands | Perl HowTo. Service Data Objects - JSR# 235. Category Pattern. DropDAV: Home. Untitled. Linux. 5 Great iTunes Replacements for Managing iPod in Linux. Latest Linux Downloads. Forums View topic - wine itunes ipad. How to install itunes 9 on Ubuntu 9.10 with WINE. iTunes syncing now works in Linux with Wine. Nmon for Linux | Main / HomePage. How to set up a mail server on a GNU / Linux system. USB Garmin on GNU/Linux. Linux.com | The source for Linux information.

OSNews is Exploring the Future of Computing. Linux Journal | The Original Magazine of the Linux Community. Linux News On Internet Time. Zos basics.