Search found 127 matches

by Chris
Wed Jan 13, 2010 8:26 am
Forum: Linux
Topic: Solved: How do I mount iso files in linux?
Replies: 2
Views: 8716

Re: How do I mount iso files in linux?

The command you need is:

Code: Select all

mount -o loop disk1.iso /mnt/disk
It has to be done as root,
So use

Code: Select all

su -
or

Code: Select all

sudo
by Chris
Tue Jan 05, 2010 9:30 pm
Forum: Linux
Topic: remove a list of files in linux
Replies: 1
Views: 7255

Re: remove a list of files in linux

Try this

Code: Select all

find . -name tar.gz -exec rm -f {} \;
You might want to copy them first before deleting them.
by Chris
Sun Oct 11, 2009 6:32 pm
Forum: Linux
Topic: Solved: I delete the trash link from dolphin
Replies: 2
Views: 12697

Re: I delete the trash link from dolphin

You can restore the link by doing the following steps: Open Dolphin Right Click the Left column and chose "Add Entry" Description = "Trash" Location = "trash:/" Choose the user-trash icon from the list of system icons available when you click the Folder button. Click OK...
by Chris
Wed Oct 07, 2009 4:22 pm
Forum: Linux
Topic: Network bandwidth monitoring tool
Replies: 2
Views: 9118

Re: Network bandwidth monitoring tool

I also like iptraf -> http://iptraf.seul.org


There are many tools; the following page has a list:
http://www.ubuntugeek.com/bandwidth-mon ... linux.html
by Chris
Wed Oct 07, 2009 4:22 pm
Forum: Linux
Topic: Network bandwidth monitoring tool
Replies: 2
Views: 9118

Re: Network bandwidth monitoring tool

Hi, ifconfig has a max of about 4Gb before it resets. There are some other tools depending on what you need. If you just need command tools: ifstat -> http://gael.roualland.free.fr/ifstat/ ibmonitor -> http://ibmonitor.sourceforge.net/about.html If you need to report to management, some tools with n...
by Chris
Mon Sep 28, 2009 6:30 am
Forum: Windows
Topic: Anti virus from boot CD
Replies: 1
Views: 21072

Re: Anti virus from boot CD

Hi,

Ultimate boot cd has several anti-virus scanners on board.
http://www.ultimatebootcd.com

You can also buy Avast BART cd
http://www.avast.com/eng/download-avast-bart-cd.html

They both boot from CD and let you scan systems drives.
Just make sure the virus definitions are up to date.
by Chris
Wed Aug 12, 2009 5:44 pm
Forum: Linux
Topic: Samba: Servers fighting to be master of domain
Replies: 1
Views: 6696

Re: Samba: Servers fighting to be master of domain

Sound like a problem with the samba config.
They are both configured as being master?

change or add the following in smb.conf; usually /etc/samba/smb.conf
On one of the servers:

Code: Select all

# Domain Settings
domain master = no
local master = no 
This should solve it.
by Chris
Wed Jul 22, 2009 5:47 pm
Forum: Linux
Topic: How can I see the number of CPU's in Linux
Replies: 2
Views: 8169

Re: How can I see the number of CPU's in Linux

You can also use

Code: Select all

x86info a
But you might need to install it first
on debian/ubuntu

Code: Select all

apt-get install x86info
by Chris
Wed Jul 22, 2009 11:12 am
Forum: Linux
Topic: How can I see the number of CPU's in Linux
Replies: 2
Views: 8169

Re: How can I see the number of CPU's in Linux

You can see the cpu info in /proc/cpuinfo less /proc/cpuinfo Note: Processors with 2 cores(Or more) can be shown twice (Or more) On Solaris you can do: uname -X Or you can do the following: psrinfo -p Shows the number of physical processors psrinfo -pv Shows the number of virtual processors (Number ...
by Chris
Mon Jun 22, 2009 2:48 pm
Forum: Windows
Topic: Windows vista login screen media center
Replies: 1
Views: 23220

Re: Windows vista login screen media center

You will have to click the Start sphere, then enter "cmd" in the search box. (Or windows-key + r) In the Command Prompt window write "control userpasswords2" and hit enter. Windows Vista will now ask you to elevate the privileges of the process so do it and you will be face to fa...