Backtrack:  
 
showing posts tagged with 'computer'
edited by on September 24th 2009, at 18:02

Found this article, showing you how to lock down Firefox.

This is quite useful when deploying Firefox on, for instance, a Terminal Server.

edited by on September 8th 2009, at 18:26
We had a bit of trouble with an Apache2 server, configured as a front-end proxy for a IIS running various different sites. The idea for this has grown because of the fact that our client had only one public IP address at the time, but had to run multiple sites. Rather than running the sites in IIS on different ports, we setup the Apache2 to proxy requests to the IIS back-end, so the sites were accessible by means of sub-urls.
E.g.:

http://myserver/mysubdomain1/ -> http://internal-ip:my-port/

For this, we used mod_proxy, and the ProxyPass and ProxyPassReverse.

Lately, our client complained of regular errors when surfing the sites. Apache2 would give HTTP error 502 (Bad gateway) on the page  ...
edited by on September 7th 2009, at 20:34
Did you know that since version 10.4, Mac OSX has a VNC server built in? It was originally implemented to have remote control and management. Since 10.5 (where Apple Remote Desktop was implemented for remote managing), they have renamed it to screen sharing, but the principal remains the same.

To enable it, follow the instructions below.

The following guidelines are for Mac OSX 10.6, but they are roughly the same for other versions.

Open System Preferences.



Find the icon that says Sharing.



In the list of services at the left, select and enable Screen Sharing by ticking its checkbox.



By default, no authentication is set, and so, you cannot yet use VNC. To set the password, click o  ...
edited by on August 28th 2009, at 11:51

If you're looking for a better defrag, check out UltraDefrag:

http://ultradefrag.sourceforge.net/

Some highlights of the software (as told on their site):

  • Boot Time Defragmentation allows for defragmenting upon boot (like an antivirus), useful for system files, like the registry, the pagefile, ...
  • Option to shutdown the computer once defrag has completed.
  • Aside of defragging, there's also compacting, which rearranges data to the beginning of the disk, increasing performance and stability;
  • Single file and folder defragmentation, in case you only need to defrag an application or files that have just been placed on disk.
edited by on May 17th 2009, at 12:41

During the course of the lifetime of a Windows Installation, you're bound to stack up on one or more devices that no longer exist. Additionally, some device (existing or not) with an attitude, could very well make your life a living hell.
Luckily, there's a solution, with this cool software:

http://www.pro-it-education.de/software/deviceremover/

edited by on April 29th 2009, at 19:48
Acquired a new appliance from Mini-ITX, which is to replace my current WRT54GL (flashed with OpenWRT White Russian).

Specs of the thing are:

Durable industry-standards housing, including a mount bracket for 2.5" disks

2x 1000 Ethernet, 4x 10/100 Ethernet, 2x USB 2.0, VGA, PS/2

VIA chipset with a VIA Eden 1ghz CPU, 1x DDR2 slot, 1x CF slot

1x IDE 2.5" port, 1x SATA port

I've equipped it with 512 MB RAM (standard was 256 MB), and a 4 GB CF card, and installed Debian Lenny i686 on it.



Because of the fact it's CF, I've tweaked the initramfs image of Debian so it uses overlaying for /var and /etc (using aufs) in RAMDISK, and mounting / as read-only. This allows me to save the f  ...
edited by on September 18th 2008, at 16:35
When you're using a Belgian keyboard (or another) on a Windows 2003 Terminal Server, you might have the same problem we had: characters that are formed with a combination of AltGr and other characters (e.g. the @ sign) don't work as they should.

There are two things you can do to work around this problem.

Instead of using AltGr, try using CTRL+ALT and the key you want. This circumvents the problem, but may not be what you want.

You can change the application of Windows key combinations. Rather than applying them to the TS, you can change it so it applies only to the local computer.
This disables the Alt+Tab and Windows key in the TS session, which is probably also not really what you want  ...
edited by on May 1st 2008, at 14:22
Currently, the Realtek R8168 driver does not work in a 2.6.24 kernel because of changes in the kernel structures. I found a patch on the Ubuntu Forums which adjusts the driver source so it can compile for a 2.6.24 kernel. The patch was written for 8.005.00, but I verified it working for 8.006.00 (latest version at time of writing). The patch is attached.

Download driver here.

Got the patch from here, but for your convenience, I've attached it to this article too.

Note that these instructions are also found on the page at Ubuntu Forums

After unpacking the driver, copy the patch in ./r8168-8.006.00/src/. Then run:

cd ./r8168-8.006.00/src/patch < r8168-8.005.00.hardy.diff.txt

Then comp  ...
edited by on April 22nd 2008, at 22:40

What would an OS says or think when copying files - let's say, about 100MB of MP3 - to an SD card?

DOS

What's an SD card?

Linux (bash)

....
....
Done.

Windows XP

Alright. Wait around a bit, and it'll be done. Don't ask me when, because I'm terrible at guessing.

Windows Vista

What? Me? Do you have any idea what you're asking of me? It requires careful planning: first see whether it all fits on your card, then calculating the time, and even then, I'm not sure if I'll do it. Maybe you should check back tomorrow; maybe I've gotten around to it by then, just maybe...

edited by on April 17th 2008, at 12:56

If you're using NAT for networking with your VMs, you need to use port forwarding if you want to access a VM from the outside network. This is a quick and dirty howto on how to do this in linux.

Fire up a terminal, and enter these commands:

VBoxManage setextradata nvm3 "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort" 28080
VBoxManage setextradata nvm3 "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort" 28080
VBoxManage setextradata nvm3 "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol" TCP

In the sample above, I'm forwarding port 28080/tcp from the host to 28080/tcp on the guest. My VM's name is nvm3.

edited by on April 8th 2008, at 09:18

Got a link to this article about best practices on keeping your inbox as empty as possible. Very useful for those that get a lot of mail at work:

http://www.43folders.com/2007/07/25/merlins-inbox-zero-talk

Additional comments:
http://www.43folders.com/izero

edited by on March 26th 2008, at 13:17
Had an issue on my PC at work with a corrupt reiser4 filesystem (still no clue as to why). I managed to repair the FS using RiP-Linux, but not without some data loss. After reviewing lost+found, I found most files related to some HTML cache of Konqueror, but fsck.reiser4 complained about a file that could not be recovered.
After awhile, I tried running emerge to install some new package, and there it was: a broken portage...

The error I got:

!!! Failed to complete portage imports. There are internal modules for !!! portage and failure here indicates that you have a problem with your !!! installation of portage. Please try a rescue portage located in the  !!! portage tree und  ...
edited by on March 13th 2008, at 11:30
When printing from a Vista computer to a shared computer, you notice the following:

Printing takes a long time to begin.

Opening the Print dialog (e.g. in Word) takes a long time.

Selecting printers in the Print dialog is slow.

The real reason is unknown, but Vista seems to have a problem with excessive querying of the printer. Along with the usual slowdowns of network traffic, this causes serious slowdowns.

The trick is to have Vista believe it is dealing with a local printer, rather than a shared printer. This is done by specifying a Local printer port, pointing to the share, then configure the printer on that port:

Open Printers, and then Server Properties.

Select the Ports tab, an  ...
edited by on March 6th 2008, at 10:36

Namesys, the commercial developer of the Reiser4 filesystem, still has its website down. However, the source code and development is still going on, and can be retrieved at:

http://chichkin_i.zelnet.ru/namesys/

A good thing, because it would be a shame to lose such a good filesystem...

edited by on March 5th 2008, at 09:29

A collegue sent me this link. It's a list of most (if not, all) LiveCDs currently available, with links to their respective websites. Additionally, they have been classified according to functionality.

http://www.livecdlist.com/

edited by on December 28th 2007, at 21:46

For all nVIDIA users, I suggest installing the hotfixes recommended by nVIDIA: link.

If you have SLI, first install KB936710 (that's hotfix 2 on the nVIDIA page).

Most importantly, install KB940105 (hotfix 1).

And finally, there are KB938194 (hotfix 3), and KB938979 (hotfix 4).

edited by on December 28th 2007, at 17:35
This article contains some notes about the latest 7-12 ATI linux drivers. Biggest change in versions after 8.40 (aside of the new versioning scheme), is the support for Composite and AIGLX extensions, and the supposedly improved 3D performance. Unfortunately for some, support is currently limited to newer Radeon cards only.
Installation on my X700 was not entirely straight-forward, though.

Installation took place on my laptop which has a X700 on-board, but the driver only worked properly after some tweaking of xorg.conf...

Since I'm using Gentoo, installation of the latest driver was fairly simple:

ACCEPT_KEYWORDS="~amd64" emerge -u ati-drivers

At time of writing, this would in  ...
edited by on November 11th 2007, at 20:24
A Terminal Server can be put in two modes:

execute mode: this is the default mode. In this mode, users can log in the TS and run applications.

install mode: putting a server in this mode will notify the TS of changes in the system when installing software. This is important, because otherwise software would fail to properly get installed, and there would be all kinds of ugliness going on.

In Windows 2003, a server should automatically be put in to install mode if your installation software has setup, or install in their file name. In Windows 2000, you have to put the server in the correct mode, by installing software using Add/remove programs in the Windows control panel. Note that in Win  ...
edited by on November 11th 2007, at 19:46
When running Photoshop CS2 on a Windows 2003 with Terminal Server, regular users cannot start Photoshop CS2. If they try, the following error is displayed:

Quote
An error has been detected with a required application library and the product cannot continue. Please reinstall the application

However, when running with Administrator privileges, there is no problem.

CS2 requires the SeCreateGlobalPrivilege privilege. By default, regular domain users don't have this privilege, and thus, CS2 doesn't work.

Assign the required privilege to the users. Normally, assigning this privilege to trusted users should not give any security problems. I do suggest creating a new security group and assign th  ...
showing posts tagged with 'computer'
 
 
« March 2024»
SunMonTueWedThuFriSat
     12
3456789
10111213141516
17181920212223
24252627282930
31      
 
Links
 
Quote
« Smith & Wesson - the original point and click interface »