Search Results

Search: Posts Made By: amsct
7,446
Posted By amsct
oldname='junk\\junk.txt' newname=junkjunk.txt ...
oldname='junk\\junk.txt'
newname=junkjunk.txt
cp $oldname $newname
5,791
Posted By amsct
find /data/files -depth 1 -name "*.sav"
find /data/files -depth 1 -name "*.sav"
2,245
Posted By amsct
See manual pages (man test):
See manual pages (man test):
5,074
Posted By amsct
sed 's/\"\"//'
sed 's/\"\"//'
1,974
Posted By amsct
cat $file |sed -e 's/\@.*://' -e 's/\|.*$//'
cat $file |sed -e 's/\@.*://' -e 's/\|.*$//'
5,738
Posted By amsct
The fastest is to put this dir on a seperate...
The fastest is to put this dir on a seperate filesystem. recreating the filesystem is done within seconds.
10,982
Posted By amsct
Try fowllowing: connect from your home pc to...
Try fowllowing:
connect from your home pc to the unix server using ssh tunnel:
L127.0.0.2:2211 10.0.15.37:3389

In your rdp client connect to 127.0.0.2:2211
Forum: BSD 08-24-2008
5,816
Posted By amsct
ifconfig wifi0 authmode open
ifconfig wifi0 authmode open
10,982
Posted By amsct
what address do you issue in your rdesktop client?
what address do you issue in your rdesktop client?
2,871
Posted By amsct
I'm not sure I understand what you exactly are...
I'm not sure I understand what you exactly are trying to do.
You can use mkdir -p <directory tree> to create the whole tree in one go
e.g.:
folder=${project_root}/local/pub/etc
mkdir -p $folder
17,937
Posted By amsct
Something like this: for word in $(cat...
Something like this:

for word in $(cat $filename)
do
echo $word|tr -d [:punc:]|tr [:upper:] [:lower:]
done|sort |uniq -c

Just like Annihilannic suggested.
Forum: Security Advisories (RSS) 08-18-2008
1,167
Posted By amsct
This issue is not Cisco specific. It actually...
This issue is not Cisco specific. It actually globally affects the whole DNS hierarchy.
23,211
Posted By amsct
On FreeBSD, touch also support 'touching' the...
On FreeBSD, touch also support 'touching' the link:

man page:
2,248
Posted By amsct
Just to reinvolve the EOF thing: command...
Just to reinvolve the EOF thing:

command -filename=$OUT <<EOF
yes
EOF
11,571
Posted By amsct
If it is only the editor that worries you, maybe...
If it is only the editor that worries you, maybe gvim is an option.
download : vim online (http://www.vim.org/download.php)
Forum: Open Source 08-15-2008
344,717
Posted By amsct
where would this world be without vi ? :-)
where would this world be without vi ? :-)
Forum: IP Networking 08-15-2008
44,482
Posted By amsct
sometimes it helps to run the nmbd daemon.
sometimes it helps to run the nmbd daemon.
Forum: IP Networking 08-15-2008
2,447
Posted By amsct
I am using OpenVPN (http://openvpn.net/)for more...
I am using OpenVPN (http://openvpn.net/)for more or less the same purpose.
Forum: IP Networking 08-15-2008
4,087
Posted By amsct
If the interface of the vmware machine is...
If the interface of the vmware machine is bridged, you should be able to see it in the same way as any other physical machine. If your vm machine is using NAT to cross the host machine's physical...
Forum: BSD 08-15-2008
4,998
Posted By amsct
Aside from your network config issue, Check below...
Aside from your network config issue, Check below link for the FreeBSD docs. It also includes a newbie section:
FreeBSD Documentation (http://www.freebsd.org/docs.html)
Resources for Newbies...
Forum: BSD 08-15-2008
3,028
Posted By amsct
Since your D partition resides on an extended DOS...
Since your D partition resides on an extended DOS partition, I guess you'll need to mount /dev/ad2s5 instead of /dev/ad2s2.
Forum: BSD 08-15-2008
4,411
Posted By amsct
There is another firewall used on FreeBSD: ipfw ...
There is another firewall used on FreeBSD: ipfw
ipfw show
to show your ruleset. Unlike pf and ipf, for ipfw first rule match will be executed.
Forum: Solaris 08-15-2008
10,246
Posted By amsct
Try clearing your arp cache on server 1 and 3 ...
Try clearing your arp cache on server 1 and 3
Try telnet from server2 to server1 on port 22 see if you get connected.
Forum: Solaris 08-15-2008
46,718
Posted By amsct
Depending on what OS you are using, if the kill...
Depending on what OS you are using, if the kill -HUP doesn't help, you could try to stop sshd and restart it instead using your boot scripts.
like: /etc/init.d/sshd restart or /etc/rc.d/sshd restart
Forum: Cybersecurity 08-15-2008
5,216
Posted By amsct
I would switch on the logging and check your log...
I would switch on the logging and check your log to see what happens.
If you are connecting from the internet through your dsl modem, I would use tcpdump (tcpdump -vvv -n -i rl0 port 80) while you...
Showing results 1 to 25 of 33

 
All times are GMT -4. The time now is 12:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy