Search found 2 matches
- Tue Jun 14, 2016 10:05 am
- Forum: Buy - Sell - Trade - Advice - Reviews
- Topic: Adult version of Greased Lightning
- Replies: 12
- Views: 47324
Re: Adult version of Greased Lightning
I've never seen a modified version of "Greased Lightning", but I've seen bawdy versions of "Summer Nights". A search of the 'Net for "summer nights dirty lyrics" will give you some leads.
- Sun Jun 12, 2016 1:54 pm
- Forum: General
- Topic: kJams Server
- Replies: 10
- Views: 13158
Re: kJams Server
How can I find out what is using port 80?
If you're running Mac OS X, you can use the lsof command to see which processes are listening on port 80.
$ sudo lsof -nP | grep LISTEN | grep :80
httpd 77 root 4u IPv6 0x1952c001de81adb7 0t0 TCP *:80 (LISTEN)
httpd 194 _www 4u IPv6 0x1952c001de81adb7 ...
If you're running Mac OS X, you can use the lsof command to see which processes are listening on port 80.
$ sudo lsof -nP | grep LISTEN | grep :80
httpd 77 root 4u IPv6 0x1952c001de81adb7 0t0 TCP *:80 (LISTEN)
httpd 194 _www 4u IPv6 0x1952c001de81adb7 ...