|
|
#1 (permalink) Top |
|
Geek Geek Geek!
![]() Join Date: Nov 2005
Age: 24 Male
Posts: 3,467
Times Helpful: 352
My Mood: Fine
Status: Online
|
Why would somebody want to hack a website that belongs to an open source, Linux distribition?
It's just pointless...
__________________
"A computer is like air conditioning: it becomes useless when you open windows". ~Linus Torvalds |
|
|
|
|
#2 (permalink) Top | |
|
Ani Ma'amin
![]() Join Date: May 2005
Age: 41 Male
Posts: 1,452
Times Helpful: 71
My Mood: Grumpy
Status: Online
|
Quote:
They heard you were going to run VectorLinux on a crappy Celeron machine and repelled you from their site.... hahahahahahah!!!!! They are on to you mate!
__________________
This is not a PC friendly user!!! "...when you find someone you really love, all the rest is just... other stuff." - Leanne Anika Battersby Help with digital video? Help My Mini City to grow Hit or Miss
|
|
|
|
|
|
#3 (permalink) Top |
|
Geek Geek Geek!
![]() Join Date: Nov 2005
Age: 24 Male
Posts: 3,467
Times Helpful: 352
My Mood: Fine
Status: Online
|
hehe, just as well that they didn't catch me running VL on a Pentium 233 48MB RAM
__________________
"A computer is like air conditioning: it becomes useless when you open windows". ~Linus Torvalds |
|
|
|
|
#4 (permalink) Top |
|
Nonconformist Geek
![]() |
I wonder if they were hosting the site themselves? Many smaller distros have to rely on hosting companies since they can't afford the infrastructure and bandwidth to host it themselves. Either way, embarrasing!
__________________
See My Desktop | Try Linux | Install Linux | Visit My Server | Support Hardware Forums | Easily rip DVDs in Linux | Remember Everything |
|
|
|
|
#5 (permalink) Top |
|
Geek Geek Geek!
![]() Join Date: Nov 2005
Age: 24 Male
Posts: 3,467
Times Helpful: 352
My Mood: Fine
Status: Online
|
Not getting any better for the poor guys over at Vector. They got the website back late last night, but I tried to access it this morning and now all it says is:
'Unable to select database' Two hacks in 2 days? Someone must really have it in for them! It's quite annoying because I am trying to get help on their forums! Samba doesn't seem to be working properly. I am sharing a folder on my Ubuntu machine with Samba, but when I try to access it on Vector it just says 'unknown location'! Just to be sure, what is the correct syntax for a samba address? Is it Code:
smb://192.168.1.xxx/share
__________________
"A computer is like air conditioning: it becomes useless when you open windows". ~Linus Torvalds |
|
|
|
|
#6 (permalink) Top | |
|
iMod
![]() ![]() Join Date: May 2005
Age: 21 Male
Posts: 3,844
Times Helpful: 238
My Mood: Happy
Status: Offline
|
Quote:
__________________
|
|
|
|
|
|
#7 (permalink) Top | ||
|
Nonconformist Geek
![]() |
Quote:
Quote:
If you still get no love, try scanning your Vector box with nmap and see if port 445 is actually accepting connections and your Vector box isn't firewalled or anything. If your firewall is down and 445 is actually closed (e.g. there's no service running there), you probably need to start or restart the Samba service on that machine.
__________________
See My Desktop | Try Linux | Install Linux | Visit My Server | Support Hardware Forums | Easily rip DVDs in Linux | Remember Everything |
||
|
|
|
|
#8 (permalink) Top | |
|
Geek Geek Geek!
![]() Join Date: Nov 2005
Age: 24 Male
Posts: 3,467
Times Helpful: 352
My Mood: Fine
Status: Online
|
Quote:
Yeah, why didn't I think of that! What is the correct syntax for an NFS share? By the way, I am trying to use XFCE (Vector) to browse a shared folder on GNOME (Ubuntu).
__________________
"A computer is like air conditioning: it becomes useless when you open windows". ~Linus Torvalds |
|
|
|
|
|
#9 (permalink) Top | |
|
Nonconformist Geek
![]() |
Quote:
![]() Basically, one machine exports certain directories or volumes via NFS, and the other system mounts those resources as a directory someplace on their system. Here's a sample from the /etc/exports on my home file server: Code:
/home/common 192.168.25.0/255.255.255.0(rw,async,all_squash,anonuid=1000,anongid=1000) /home/incoming 192.168.25.0/255.255.255.0(rw,async,all_squash,anonuid=1000,anongid=1000) /home/antitrend 192.168.25.101(rw,async,all_squash,anonuid=500,anongid=500) /home/somebody_else 192.168.25.100(rw,async,all_squash,anonuid=501,anongid=501) Here are the corresponding entries in one of my client system's /etc/fstab to give you a little more illustration: Code:
192.168.25.5:/home/common /mnt/server/common nfs rsize=8192,wsize=8192,nosuid,soft 0 0 192.168.25.5:/home/incoming /mnt/server/incoming nfs rsize=8192,wsize=8192,nosuid,soft 0 0 192.168.25.5:/home/antitrend /home/antitrend/remote nfs rsize=8192,wsize=8192,nosuid,soft,user 0 0
__________________
See My Desktop | Try Linux | Install Linux | Visit My Server | Support Hardware Forums | Easily rip DVDs in Linux | Remember Everything |
|
|
|
|
|
#11 (permalink) Top | |
|
Geek Geek Geek!
![]() Join Date: Nov 2005
Age: 24 Male
Posts: 3,467
Times Helpful: 352
My Mood: Fine
Status: Online
|
It's all up and running now
I managed to set up SuSE and Ubuntu as a client/server pretty easily but there were a few problems with VectorLinux. Basically none of the NFS services were installed so I had to slapt-get 'nfs-utils' and initialise them one by one! Although it's working on Vector now, there is one service that I couldn't start called 'rpc.rquotad'. I don't know whether this is supposed to come with the nfs-utils package or not, but I can't find it in /sbin or /usr/sbin. What does it do and do I actually need it? As I said before, I am able to share files as it is. Quote:
__________________
"A computer is like air conditioning: it becomes useless when you open windows". ~Linus Torvalds |
|
|
|
|
|
#12 (permalink) Top | |||
|
Nonconformist Geek
![]() |
Quote:
![]() Quote:
Quote:
__________________
See My Desktop | Try Linux | Install Linux | Visit My Server | Support Hardware Forums | Easily rip DVDs in Linux | Remember Everything |
|||
|
|
|
|
#13 (permalink) Top | |
|
It's D Grav80 Of Luv
![]() Join Date: Jan 2006
Age: 23 Male
Posts: 3,460
Times Helpful: 160
My Mood: Cool
Status: Offline
|
Quote:
__________________
__________________________________________________ ___ Troubleshoot a Dead/Unbootable PC / Microsoft Events Viewer![]() Troubleshoot Printer / Most Common Home Audio Problems_
|
|
|
|
|
|
#14 (permalink) Top |
|
Geek Geek Geek!
![]() Join Date: Nov 2005
Age: 24 Male
Posts: 3,467
Times Helpful: 352
My Mood: Fine
Status: Online
|
Just two more things I need to know
![]() The 'rsize' and 'wsize' options increase the buffer and improve network performance? What do you think a good size would be for a standard 100Mb/s network? I've got 3 computers that connect to a 100Mb/s switch in a peer-to-peer. The switch connects to a router but my landlord controls that. Also, what security measures have you taken to protect your network? Hehe, don't get the wrong end of the stick - I am not testing the water, so to speak I would like to know so I can take similiar steps.I've set up a firewall on all machines, and I've edited the 'hosts.allow' to accept only the IP addresses of my machines. I have also edited the 'hosts.deny' file to include: Code:
portmap:ALL lockd:ALL mountd:ALL rquotad:ALL statd:ALL
__________________
"A computer is like air conditioning: it becomes useless when you open windows". ~Linus Torvalds |
|
|
|
|
#15 (permalink) Top | ||
|
Nonconformist Geek
![]() |
Quote:
Quote:
__________________
See My Desktop | Try Linux | Install Linux | Visit My Server | Support Hardware Forums | Easily rip DVDs in Linux | Remember Everything |
||
|
|