| Welcome to my Linux box! |
![]() |
I
am a Linux user - I use Ubuntu, White Box Linux, Debian and
CentOS
at present, but always have other distros ready to try.
This
web site will contain notes of my adventures and (hopefully) solutions
to problems that I have found as I go along. I attended all of Clive Gould's Linux Courses at Bromley College, Kent, UK. These were the best you can get, but sadly they are no longer held. On Page 2 are listed some of the problems I have come up against over the years and solved. Note: these were earlier unpatched distros and as time goes on many of these problems have ceased to exist. It was relatively easy to set up a system which does all I need for daily use with Fedora and a little Biostar box. I love it and the experience was great! Now I am using Ubuntu boxes and running many virtual Windows machines on them! |
| Ready for action |
|
Why put up with the stress
of worrying
about viruses, trojans, etc when you go online
Let the Penguin take the
strain!
|
*****************************************************
TEST CERTIFICATES -
SEPTEMBER
./ASHFORD,
Kent, Bank St/FIRE ALARM/qtr3 22-09-05 1of1.jpg
./BARNET,
High St/ELECTRICAL TEST/5yr21-07-05 1of1.JPG
./BECKENHAM/FIRE
ALARM/qtr2 09-08-05 1of1.jpg
./BECONTREE/FIRE
ALARM/qtr3 15-09-05 1of1.jpg
..............etc
*****************************************************
Example:
grep -r 'word' /home/fran/Emails
If you want to find directories, use:
find . -type d | grep directory name
*******************************************
Add
a directory to subdirectories of a tree:
A folder on a Windows machine consists of a list of 400 buildings
where various electrical etc tests are made (see above). Under
the main folder each building has a subfolder, which in turn has
subfolders for each item tested, e.g. Fire Alarms, Emergency Lighting
etc. A folder for Induction Loop testing had to be added to each
building record. How to do this on Windows?
??????????
Steve of DGA wrote this script for me.
The folder in question was rsync'd to a Linux server, the script was run and the result put back onto Windows.
Job done - it took around 5 seconds to run the script.Delete
Windows-type "cruft" from a fileserver:
find . -type f -name *.tmp
-exec rm -vf {} \;
find . -type f -name Thumbs.db -exec rm -vf {} \;
********************************************
The incredible power of the *NIX command line never ceases to amaze me!
![]() |
![]() Computer Hope's free
computer help
|
![]() Linus
Torvalds
creator of Linux |