Results for ilnux. Search took 0.11 seconds.
Seen that? - 10 Helpful Linux Commands
in HackITLinux, on October 11, 2009
10 Helpful Linux Commands at HackITLinux Ten more basic linux commands I thought could help you 1. "Is" This is used to see the contents of your current directory. 2. "mkdir" This is used to make a directory such as "cats...
Bluetooth on Linux
in HackITLinux, on September 24, 2006
While I was looking around, I found this PDF that explains how you can run Bluetooth on Linux. Its a excerpt from the book Wireless Hacks, published by O'rielly™ Media, Inc. It goes over everything you need to know for setting up the wireless network Bluetooth on Linux, but make sure to f...
Schedule A Unix Cron Job
in HackITLinux, on September 8, 2006
When scheduling a cron job each column indicates a different time period:
minute hour [Day of Month] [Month] [Day of Week]
Thus, to schedule a job to run at 5 minutes after every hour:
5 * * * * /job
every five minutes:
0-59/5 * * * * /job
some versions of cron allow the abbreviation: */5...
Linux in Your Pocket
in HackITLinux, on August 28, 2006
How many times have you sat at a computer and thought, If Linux was installed on this box I could... Wish no longer. Instead of carrying around bulky Live CDs or an external hard drive, how about Linux in your pocket? The combination of a USB key and SLAX, the Linux distro used in this example, ...
Windows VS. Linux Security Report
in HackITLinux, on August 28, 2006
Perhaps the most oft-repeated myth regarding Windows vs. Linux security is the claim that Windows has more incidents of viruses, worms, Trojans and other problems because malicious hackers tend to confine their activities to breaking into the software with the largest installed base. This reasoni...
Running Linux and BSD on the Mac Mini
in HackITLinux, on August 28, 2006
This article looks at the current state of Linux™ and NetBSD support on the Mini. If you need all the hardware and options fully supported, these open source options won't do it for you ... yet. But, if all you need is a stable kernel, a C compiler , and network support, the code is hi...
Creating A Linux Recovery Disk
in HackITLinux, on August 27, 2006
I found a good article about making yourself a Linux recovery disk just incase something happens to your files. It also teches you how to use the disk after you make it. It teaches you in the following:
1. Creation of a floppy with GRUB on MBR
2. Creation of a floppy with LILO on MBR:
3. Cre...
Creating Multiple User Accounts in Batch
in HackITLinux, on August 27, 2006
Usually you use useradd command to create a new user or update default new user information from command line . However, let us say you want to create a large number of users or if you want to import usernames from a text file. You can use newusers command, which update and create new users in...
10 Helpful Linux Commands
in HackITLinux, on August 27, 2006
Ten more basic linux commands I thought could help you
1. "Is" This is used to see the contents of your current directory.
2. "mkdir" This is used to make a directory such as "cats". Type the following: mkdir cats.
3. "cd" This is used to change the ...
Boot Linux Faster
in HackITLinux, on August 27, 2006
This article teaches a good way to increase your Linux's boot speed . The increase amount of speed depends on the number of services that need to run and also the amount of time it takes for each service to run, but i've found that this techique to be useful. Anyone can do this whether...




