Subscribe RSS

Posts Tagged ‘packages’

How to use a split archive over multiple hard drives

April 18th, 2011 by Connor McBrine-Ellis | No Comments | Filed in How Tos, Offline, Tech

This is something I’d wondered about for quite a while, and wasn’t able to do until now!

With Windows 7 there are a number of changes to how folders work.  You are now able to make ‘symbolic’ folder links among other cool things.

This allows you to congregate files from multiple locations and have windows recognize them as actually being in a location different than the one they are actually in (for example if you have a split archive with different parts on different hard drives you’d be able to make a “symbolic folder” to view them as if they were all on the same hard drive).

  1. You’ll need a tool called Link Shell Extension.  This will add shell context menus to your right click context menus in Windows Explorer (giving you an option to make Symbolic Links and folders etc).   While this feature is new in windows 7 it is kind of buried and you would normally need to use the command line to utilize it.  Link Shell Extension provides a graphical front end to make this tool more useable in everyday situations.
  2. Second of all, you will need to create a target folder to “paste” your symbolic links into, so Windows will be “tricked” into thinking that your files are actually there.  I guess that’s the best way of explaining it.
  3. After creating your target folder wherever, navigate back to where your file is actually stored, and then right click and select Pick Link Source.
  4. Navigate to your target folder and select Drop As and then select Junction (this was in instructions for linking folders; for your files you may need to try other options).
  5. In your target folder you will see your file again with a little overlay icon. 
  6. Repeat for all other parts of your archive.

Thanks to unifex from SevenForums.com for providing me with this knowledge!

Share

Tags: , , , , , , , , , , ,

Flash in Firefox without Admin Privileges

May 20th, 2009 by Connor McBrine-Ellis | 6 Comments | Filed in Apps, How Tos, Offline, Tech

If you’re trying to either install Adobe Flash into a Firefox install on a computer you don’t have admin rights on, or install it into Portable Firefox, then you’re probably having trouble.  The solution is relatively simple considering Adobe Flash runs off of only just two files!  Just copy those files and you’re set.

Download the flash installer, then use a program such as WinRAR or PeaZip to “extract the .EXE file”.

Then find the files flashplayer.xpt and NPSWF32.dll which you already extracted, and copy those to the folder Moziilla Firefox/plugins.

Restart Firefox, and it’s really as simple as that!

Another option if for some reason this doesn’t work though it should, is to download this extension and install it inside firefox: http://fpdownload.macromedia.com/get/flashplayer/xpi/current/flashplayer-win.xpi

Share

Tags: , , , , , , ,

Nvidia and ATI drivers for Linux

November 15th, 2008 by Connor McBrine-Ellis | No Comments | Filed in How Tos

Some programs in Linux (including the ultra-cool Desktop Effects) need graphics accelleration, so they need to use your card to the full.  You need to install your graphics drivers if you want to play 3d games.

Here’s how.

First open the terminal (Applications, Accessories, Terminal)

If you have a recent card type this and hit enter:

sudo apt-get install nvidia-glx-new

-or-

sudo apt-get install nvidia-glx

If you have an older card (only for TNT, TNT2, TNT Ultra, [old] GeForce, and GeForce2 chipsets):

sudo apt-get install nvidia-glx-legacy

For ATI, enter this in the terminal and hit enter:

sudo apt-get install xorg-driver-fglrx

After your graphics card is all set up you’re set to have fun.

Play around with desktop effects by installing this package:

sudo aptitude install compizconfig-settings-manager

Then go to the System menu, click on Preferences, and then click on Advanced Desktop Effects Settings, and have fun!

Share

Tags: , , , , ,