Forum: Geeks' Lounge Jul 26th, 2005 |
| Replies: 41 Views: 54,410 Most of the accounts which get cracked are through Social Engineering ..
Read " The Art of Deception" By Kevin Mitnick.
./thanks
ilaiy |
Forum: Getting Started and Choosing a Distro Jul 26th, 2005 |
| Replies: 15 Views: 4,646 I use Fedora COre 3 on my laptop as well as on my desktop. It works really well and it is pretty easy to use too .
./thanks
ilaiy |
Forum: Window and Desktop Managers Jul 26th, 2005 |
| Replies: 23 Views: 67,862 Gnome is much better than KDE. It is fast
./thanks
ilaiy |
Forum: *nix Software Jul 26th, 2005 |
| Replies: 3 Views: 2,898 Just pop in your FC2 cd . Delete the exsiting partions and recreate them in linux
./thanks
ilaiy |
Forum: *nix Hardware Configuration Jul 25th, 2005 |
| Replies: 5 Views: 3,977 To compile any software
tar xvfz <whatever.tar.gz>
cd <directory>
./configure
make
make install
All the best you might be able to find the RPM @ http://rpmfind.net/ .. |
Forum: Kernels and Modules Jul 23rd, 2005 |
| Replies: 2 Views: 3,101 You could use
patch -p0 < /<filename>/
./thanks
ilaiy |
Forum: *nix Hardware Configuration Jul 23rd, 2005 |
| Replies: 5 Views: 3,977 Try downloading the drivers from
http://www.nvidia.com/object/unix.html
All the best ..
./thanks
ilaiy |
Forum: *nix Hardware Configuration Jul 23rd, 2005 |
| Replies: 2 Views: 6,094 I would enter in Safe Mode
and do a fsck -Y /dev/hda1
It is really good to have this done ..
./thanks
ilaiy |
Forum: *nix Hardware Configuration Jul 23rd, 2005 |
| Replies: 1 Views: 4,138 Assuming you have your modules installed correctly .. Try doing a this ..
[ilaiy@ilaiy]$ /sbin/lsmod | grep ipw
ipw2100 85241 0
ieee80211 22341 1 ipw2100... |
Forum: *nix Hardware Configuration Jul 21st, 2005 |
| Replies: 4 Views: 2,360 iptables is a nice option. You can log the connections or hand shakes which happen to your box. Try getting syslog to log to a remote server.
./thanks
ilaiy |
Forum: Getting Started and Choosing a Distro Jul 21st, 2005 |
| Replies: 3 Views: 2,680 I have a dual boot with slackware and works like a charm .. But need to use grub as the boot loader ... All the best
./thanks
ilaiy |
Forum: *nix Software Jul 20th, 2005 |
| Replies: 3 Views: 2,184 You could use
http://uranus.it.swin.edu.au/~jn/linux/rawwrite.htm
for creating an image in a floppy and then try installing ..
./thanks
ilaiy |
Forum: Getting Started and Choosing a Distro Jul 19th, 2005 |
| Replies: 28 Views: 20,300 Well you would not need to worry then ..
All the best 'njoy linux
./thanks
ilaiy |
Forum: Network Security Jul 19th, 2005 |
| Replies: 3 Views: 9,449 Use some kind of group policy ..
./thanks
ilaiy |
Forum: Kernels and Modules Jul 19th, 2005 |
| Replies: 1 Views: 2,536 Try downloading the source or the rpm from http://xmlsoft.org/downloads.html
To install it from source
./configure
make
make install
./thanks
ilaiy |
Forum: Networking Hardware Configuration Jul 19th, 2005 |
| Replies: 2 Views: 6,003 try
NETSH INT IP RESET LOG.TXT
and reboot
./thanks
ilaiy |
Forum: Getting Started and Choosing a Distro Jul 19th, 2005 |
| Replies: 28 Views: 20,300 You should be able to install the 32 bit version . Once you are done do a
cat /proc/cpuinfo you will be able to get the information of the processor ..
./thanks
ilaiy |
Forum: *nix Software Jul 19th, 2005 |
| Replies: 1 Views: 3,450 Check if crond is running to make crontab work ..
./thanks
ilaiy |
Forum: *nix Hardware Configuration Jul 19th, 2005 |
| Replies: 1 Views: 3,926 try to ping any of the websites using the IP address not the DNS names . If you are able to reach. You probably have to disable the firewall. If i am not mistaken it is SuseFirewall stop
./thanks ... |
Forum: *nix Hardware Configuration Jul 19th, 2005 |
| Replies: 2 Views: 5,159 USe dmesg to see if the card was detected.
You would also want to start the pcmcia service .
./thanks
ilaiy |
Forum: Window and Desktop Managers Jul 19th, 2005 |
| Replies: 3 Views: 15,148 Use yast to change the window manager
./thanks
ilaiy |
Forum: Kernels and Modules Jul 19th, 2005 |
| Replies: 1 Views: 2,420 COmpiling the kernel is one pretty simple
Just follow these steps
Just donwload the source from kernel.org
tar xvfz linux****.tar.gz / tar jvf linux***.tar.bz
run make menuconfig . You... |