Dec
31
Sh3lls.net A True IRC UNIX Shell Hosting Provider
December 31, 2008 | Leave a Comment
Just came across this True IRC UNIX shell hosting provider Sh3lls.net. Sh3lls.net is the world’s largest irc shell hosting provider. They even offer services like unix irc shell account, bnc shells, ircd shells, shoutcast hosting, cpanel based web hosting, vpn hosting, proxy hosting, ddos protected vps, ddos protected dedicated servers and lot more.
They are one […]
Mar
4
FreeBSD Time/Clock Synchronization with NTP server
March 4, 2007 | 1 Comment
FreeBSD use the Network Time Protocol (NTP) for synchronising the clocks of computer systems over packet-switched, variable-latency data networks. NTP uses UDP port 123. If you have one computer or single server then you can easily synchronization time with other NTP servers. All you need is ntp client called ntpdate. It is use to set […]
Mar
4
Increase security by Locking Admin screen/console
March 4, 2007 | 1 Comment
This is especially useful for Linux/BSD/Unixish system which have multiple users with access to the console. One user may lock his or her session while still allowing other users to use the system on other virtual consoles. If desired, the entire console may be locked and virtual console switching disabled. This is really a good […]
Feb
22
Sending a Message to Windows Workstation
February 22, 2007 | Leave a Comment
You can use utility smbclient (part of samba server) to send a message to windows system from FreeBSD (or even from Linux/Solaris/UNIX OS). This command lets you send messages to windows workstations, display browse lists, and connect to SMB shares. Genral syntax of to send a message is as follows:
smbclient -M <WINDOW-SYSTEM-NAME> <<EOF
Message
Message
…
..
…
When the message […]
Feb
22
Sending a Message to All Users on a System
February 22, 2007 | 5 Comments
You can use the wall command to send a message to every user on a system. General syntax of wall command is as follows:
wall
Message
Message
…
….
..
When the message is complete, press Control-D.
1) To display message “Disk failure system will be down for 30 minute” to all users use wall as follows:
# wall
Disk failure system will be down […]
Feb
22
Sending a Message to an Individual User
February 22, 2007 | 1 Comment
You can send a message to an individual FreeBSD user logged into system using the write command. Typically writing a short message to an Individual user is main usage.
1) Use write command as follows
$ write user-name
Your message
Your message
…
When the message is complete, press Control-D
2) Here is an example of a message:
$ write joy
Do not use […]
Feb
22
How to export display from Linux to FreeBSD
February 22, 2007 | Leave a Comment
The process is extremely simple all you need to understand is configuration file modification. X Window System use TCP port 6000 to listen network connection. By default almost all operating system including FreeBSD turns off this feature for security reason. Because of this setting you are not allowed to remotely open a window. Let us […]

























