Build a Fedora Live CD In December 2006, the Fedora Linux distribution released its first official Live CD, which, thanks to an intelligent selection of applications, nicely advertises the best features of Fedora. In addition to many applications, the Live CD has several games, uses the Compiz 3D desktop, and is accessible by non-English speaking users. But what stole the show for me was David Zeuthen's livecd tools, which make creating and maintaining a custom Fedora-based Live CD a walk in the park. Zeuthen is the developer of Pilgrim, which creates system images that can run off USB flash drives for the One Laptop Per Child project . The livecd tools used for creating the Fedora Live CD is a rewrite of Pilgrim in Python. It can be used for creating live CDs out of Red Hat Enterprise Linux, CentOS, and other downstream Fedora distributions.
|
|
Read more...
|
|
Eight ways to speed up your shell scripts Few of the tips to speed up the execution of your shell scripts
|
|
Read more...
|
|
Five Shell Programming Tips I recently read this article Good Shell Coding Practices on handling command line arguments in scripts. I am going to cover some tips for general shell programming I have learned over the years.
|
|
Read more...
|
|
Setting up SSH keys for access without a password If you manage more than one or two hosts, you likely have to type the same password too often. This can get quite annoying. SSH allows you to setup a public and private keypair. Using these keys, you can connect to any host which has the public key, from any host which has the private key, typing your password only once.
|
|
Read more...
|
|
Killing all processes for a user Lets say you want to kill all processes for a specific user. Maybe they are taking up too many resources or there is an application that runs under the user which needs to be forcefully killed. Here is a simple script to do so:
|
|
Read more...
|
|
Run Remote Commands with SSH The ssh command is an amazing program. You can use it for opening sessions between server or you can use it run a command on a remote system, non-interactively
|
|
Read more...
|
|
How to Split and Merger long files? Jesus asks: I have a question about the split Command… How can I “come back” to “largefile” from 126 small files?It sounds like the split command was used? If so, then you can use a for loop with file concatenation. First, I will split the files for my example:
|
|
Read more...
|
|
Monitor cpu abusers with this simple script In preparation from a few upcoming articles I created a script called monitorCpuUsage.sh. It is meant to be called from crontab and to inform you of processes or users who maybe using excessive amounts of cpu.
|
|
Read more...
|
|
|
|
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
|
| Results 1 - 13 of 193 |