Category: Linux & Unix

06/12/10

Permalink 01:21:06 pm, by n3r0x Email , 32 words   English (US) latin1
Categories: Computers, Linux & Unix

Who is online in your Linux/Unix system

If you´re admin in a multiuser system, you might need to check who's online..Linux have a simple and easy to remember command to check this.whoThis will display the currently online users. more »

05/01/10

Permalink 10:54:39 pm, by n3r0x Email , 106 words   English (US) latin1
Categories: Linux & Unix

Using Linux Manualsystem (man)

In linux you often have to read the manuals of certain applications and services.If you for example needs to read the "find" manual instead of going online to find it you can just type<br /># man find<br />And your system will seach for it am… more »

04/27/10

Permalink 02:56:59 am, by n3r0x Email , 143 words   English (US) latin1
Categories: Linux & Unix

Hack or Recover MySQL root password (requires ssh root / su access)

You can recover MySQL database server password with following five easy steps.1: Stop mysql# killall mysqldKills all processes belonging to mysqld2: Start mysqld with skip-grant-tables# mysqld_safe --skip-grant-tables &amp; Starting mysqld in safe… more »

04/12/10

Permalink 08:35:13 am, by n3r0x Email , 261 words   English (US) latin1
Categories: Computers, Linux & Unix

Log File UNIX Commands

One of the biggest parts of my job is managing website log files. Our business is very “marketing-centric”, so missing log file data isn’t expectable. There have been a few situations were log files have been split or broken. Below are three nice little… more »

04/01/10

Permalink 07:46:45 am, by n3r0x Email , 436 words   English (US) latin1
Categories: Computers, Linux & Unix

Installing Linux – 5 Things To Consider First

Is Linux the way to go?Well that’s a question that does not have a simple answer. Some people, mostly hardcore gurus, will say “Yes it sure is!” but believe it or not there are people who still like Windows.When it comes to deciding between installing Li… more »

02/19/10

Permalink 12:28:37 am, by n3r0x Email , 652 words   English (US) latin1
Categories: Computers, Linux & Unix

Linux Freely Available ?Linux Free ? Confused Enough ?

Many new Linux users are confused by the terms bantered around – Free, Freely Available, Commercial Distributions and Shareware.The confusion comes primarily from the description and terms “Freely Available “and “Free’ and their distinctions.Linux is ope… more »

01/29/10

Permalink 02:32:49 pm, by n3r0x Email , 573 words   English (US) latin1
Categories: Computers, Linux & Unix

Linux On The Desktop?

Linux is an "open source" operating system originally developed by a engineer from Finland named Linus Torvalds.  Linux was released under an early version of the GNU "General Public License", or GPL, by which any user that wanted to work with Linux was… more »

01/28/10

Permalink 08:50:09 pm, by n3r0x Email , 498 words   English (US) latin1
Categories: Computers, Linux & Unix

Linux: Find Files Containing Text

Because of our being forgetful in nature, we oftentimes forget the files that we have created. We can only be fortunate if we can still remember the path, folder, or directory where we have stored those missing files. If that's the case, it would never b… more »

01/15/10

Permalink 02:11:05 pm, by n3r0x Email , 915 words   English (US) latin1
Categories: Servers, Computers, Security, Linux & Unix

Check List for Linux Security

Check List for Linux SecurityLinux is an amazing operating system considering how it was originally created. It was a modest program written for one person as a hobby  – Linus Torvald of Finland. It has grown into a full-fledge 32-bit operating system. I… more »