IV Needle Injecting Tech into the Vein

27Aug/090

Make 7z SFX files quick and easy.

I recently stumbled apon a nice little program that will take your 7z compressed files and create a SFX executable, why would you need this when its "Kind of" build into the 7z gui? well the 7z gui leaves out alot of options unless you know there parameters this Gui takes care of it for you.  It makes a seamless program that you can use to make installers, or just to send to another user that doesnt have 7z installed and the best part... its all OpenSource.

Features

  • Change SFX icon.
  • Create shortcuts for current user or all users.
  • Create environment variables.
  • Run multiple programs one by one after extraction.
  • Delete SFX file after extraction (Self-delete)
  • Select overwrite mode for files.
  • Hide extraction progress.
  • Compress SFX stub with UPX to reduce size.
  • Enable/disable XP Visual style.
  • Set extraction path. Allow/deny users to change the path.
  • Extract to temporary folder for software setups.
  • Save/load settings.

7-Zip SFX Maker v2.0

27Aug/090

IExpress…. Hidden Jem

Built into Windows since Windows 95 there his a hidden program that will compile and compress files and folder and create a nice little executable package, Its called Iexpress.  IExpress can be used to quickly compress alot pictures, music, files to share on any windows computer without any third party software.  It can also be used to compile batch files into Executables.  Its easy to find just click Start then run or in the search box type iexpress and hit enter.

Filed under: Applications No Comments
20Aug/09Off

FC Portables

Hate installing stuff? sometimes its nice to just get a file/program and just be able to run it like in the old days.   FC Portables is a dedicated collection of programs that have been build or converted to run as a single file (ex to be placed on a thumb drive), this is great for a student that doesn't have a laptop but still uses workstations at school and work.

FC Portables

Filed under: Applications Comments Off
20Aug/090

Movie Collector Plus

Share your DVD/Blueray goodness and not worry about getting them back.  Thats right Movie Collector Plus lets you catelog your movies and keep tabs on them when you share with friends and family.  Also a nice feature is that you can sort your movies by genre so you can find something to watch.

Movie Collector Plus

19Aug/090

SSH Secure Shell, an alternate to putty and winscp

I really hate using the scp command, but I also hate having ssh functionality separated when using winscp.  SSH Secure Shell is a good alternative to just using putty.  It includes a sftp gui you can use.  It also has all of the capabilities as putty.

This is the only site I've found on the internet where you can download it.

Filed under: Uncategorized No Comments
13Aug/091

Easy File Sharing… FAST

If you need to send a file to someone fast and don't want to install any extra software and you are concerned about security (No "man" in the middle) I have found Filesovermiles is your best bet.  Unlike other sharing sites where you upload the file then the user downloads is Files over miles is peer to peer.  Basically it loads a Flash web application and asks for the file, you browse to the file and it creates a link for the file recipient and as long as you keep your browser open they will be able to download the file. I highly recommend this if you need to send a file that is time critical.

Specs

  • 128-bit Advanced Encryption Standard (AES).
  • UDP port in the range of 1024-65535 may be used
  • Version 10 of Adobe Flash Player must be installed
  • Your file size is limited by the amount of free ram See why here
Filed under: File Sharing 1 Comment
12Aug/090

Tunneling uTorrent

Setting up Putty

1. Open putty
2. Go to connection>ssh>tunnels
3. Enter a source port, select dynamic, and press add. This is going to be the port you send your uTorrent connection through
4. Do the normal jazz to establish a connection.

Setting up uTorrent

1. Open uTorrent
2. Go to options>preferences>connection
3. Change the following:
Type: Socks5
Proxy: localhost
Port: (The port you entered and tunneled in putty)
Resolve hostnames through proxy (check it)
Use proxy server for peer to peer connections (check it)
4. Press OK

I can't confirm that this encrypts all of the uTorrent traffic, but when I tried it behind a firewall it sure went a lot faster.

Tagged as: , No Comments
12Aug/090

Override banned ports in Firefox about:config

Sometimes you need to allow an incoming connection through a specific port that Firefox is blocking. You can override this by following these steps:

  1. Open Firefox
  2. Type this into in the address bar: about:config
  3. Accept the fate of your Firefox warranty
  4. Right-click on the window
  5. Select: New>String
  6. Enter the preference name: network.security.ports.banned.override
  7. The value will be the port you want to open for your browser (you can open it all of the way by entering 1-65535... however, I don't recommend this)
  8. Test it out
8Aug/091

Gmail Reader in Enigma and Rainmeter

I ran into an issue with the Gmail Reader not working in Enigma and Rainmeter. After messing around with it for a while, I finally figured out that the skin doesn't play nice with special characters in the gmail password. Try changing your password to plain text in gmail and then reconfigure the skin with the new password. I'm not going to promise this is the only workaround, but it worked for me.

5Aug/090

A Simple Hack for Clock Watchers

For those of you who enjoy knowing exactly how much time they have until they get to break away from work... here is a cool hack.

Here is how you do it using the Windows Sidebar:
  1. Download and Run the Countdown Gadget
  2. Go into the settings
  3. Switch the Gadget Skin to "Original Skin"
  4. Switch the Time Format to "Timer Style"
  5. Change your Caption Text to what you want, I chose "until I go home."
  6. Set your Count Down Date and Time to when you get off work
  7. Bam... perfect clock watch
Filed under: Uncategorized No Comments