IRC Part 2 - Managing a Channel

  • September 11, 2007
  • Avatar for jacob
    Jacob
    Peddicord

Okay, so you've gotten IRC running and working. You know how to chat, and someone even has given you operator privileges at one point.

Wait, what... operator privileges?

Yep, operator privileges, commonly shortened to "ops," let you manage a channel. Some cool things you can do include:

  • Changing the channel topic
  • Changing channel settings
  • Kicking/banning and inviting users
  • Giving other users privileges
To get ops in the first place, you …

Click through to read more...

Quick tip - recover a failed download using Wget

  • September 10, 2007
  • Avatar for peter
    Peter
    Upfold

GNU wget is a brilliant tool for downloading. Whether it's from the web, FTP or elsewhere, wget is a very powerful and useful tool.

Unfortunately, internet connections are often far from completely stable and if you're downloading something and that download subsequently fails, it can be quite frustrating (especially if it's a big file).

In the vast majority of cases though, there's no need to go about deleting the file …

Click through to read more...

Installing eAccelerator on mod_php

  • September 9, 2007
  • Avatar for peter
    Peter
    Upfold

PHP is an interpreted language. That unfortunately means that every time a client requests a PHP page from your site, the PHP interpreter has to re-read the script and compile it on the fly before it is run.

All this costs valuable processing time and if you're under heavy load or working in an environment where you don't have an awful lot of CPU grunt available to you, it can …

Click through to read more...

Fix a Frozen System with the Magic SysRq Keys

  • September 8, 2007
  • Avatar for jacob
    Jacob
    Peddicord

You finally got your Linux environment to crash. Ctrl+Alt+Backspace does nothing, nor do the F-keys. You know you shouldn't have installed that bad driver, but you did it anyway.

So you reach for the power button.

Stop.

Mashing in the power button to reboot could cause a problem if your hard drive is still being written to, and usually causes more problems than it solves. The Linux kernel …

Click through to read more...

  1. 1
  2. ...
  3. 72
  4. 73
  5. 74
  6. 75
  7. 76
  8. ...
  9. Go to