Archive for
September, 2008

Speed up Gentoo emerge with “parallel-fetch”

by
Ryan
on
September 28, 2008

By default when you emerge a long list of packages in Gentoo you have to download each package completely before the build process can begin. This can be a large bottleneck, especially if your internet connection is not very fast.
Luckily Portage has a great solution.
Go to the file /etc/make.conf and add “parallel-fetch” to the [...]

Read More
No Comments
gentoo

Find the MAC address on a Windows machine

by
Ryan
on
September 28, 2008

For whatever reason lets assume you find yourself on a Windows machine and you need to obtain the MAC address of its network adapter. Do the following.
Go to Start -> Run which will bring up a text box. In this box type cmd. A command prompt will appear.
Type this is the terminal.

ipconfig [...]

Read More
No Comments
windows

How to take a screenshot in Linux using import

by
Ryan
on
September 28, 2008

There are many ways to take screenshot in Linux. If you have Gnome or KDE you can simply press your ‘print screen’ button and you are done.
If you don’t run either one of these desktops you can always use the screenshot functionality built into GNU Image Manipulation Program aka GIMP. Open up GIMP and [...]

Read More
No Comments
commands

Securely copy remote files with scp

by
Ryan
on
September 27, 2008

scp allows you to securely copy files locally or remotely across a network. It uses SSH for data transfer and uses the same authentication. If you do not have public key authentication enabled you will be prompted for a password.
This basic format for scp is this.

scp [options] [[user@]src_host1:]file1 [[user@]dest_host2:]file2

Assuming the remotehost has a username which [...]

Read More
No Comments
commands

Control search engine indexing with robots.txt

by
Ryan
on
September 26, 2008

If you wish to restrict all or part of your website from being indexed by various search engine robots you can use a robots.txt file.
For it to work properly it should be a simple ASCII text file named exactly “robots.txt” and it should be placed in the domain root directory. The well behaved robot [...]

Read More
No Comments
web development

View real-time system statistics with top

by
Ryan
on
September 26, 2008

The top command is a great way to keep track of processes executing on a system in real-time.
Launch top by entering this on the command line.

$ top

Here is an example of what you will see.

top – 09:13:11 up 1:29, 2 users, load average: 0.20, 0.16, 0.10
Tasks: 85 total, 1 [...]

Read More
No Comments
commands

Welcome to WiredRevolution.com

by
Ryan
on
September 25, 2008

Welcome to WiredRevolution.com
I started WiredRevolution.com to keep track of and share my experiences with Linux. Its collection of notes and articles act not only as a reference for myself but will hopefully provide a valuable resource for others.
Enjoy!

Read More
No Comments
site news
Copyright 2008-2010 WiredRevolution.com. All rights reserved.