-
-
Archives
Categories
Blogroll
-
Category Archives: unix
How to enable CUPS remote administration
CUPS (Common UNIX Printing System) is the standards-based, open source printing system developed by Apple Inc. for Mac OS X and other UNIX-like operating systems. The default installation of CUPS only enable you to manage it from localhost computer. However, … Continue reading
Eth0 is not active at Linux Fedora Startup
Sometimes even though you have configure such that “Activate device when computer starts” for eth0 in Linux Fedora, it appears to do nothing – eth0 is not active at startup. This maybe a bug with Fedora. One way to overcome … Continue reading
How to add static route to your Linux Fedora machine
To add a default route into your Linux box, route add -net 0.0.0.0 netmask 0.0.0.0 gw 10.0.0.1 However, if you only execute this command, the route will disappears if you reboot your system. So, what would be the best way … Continue reading
Posted in Networking, unix
Tagged Fedora, Linux, Networking, route add, static route
Leave a comment
How to find port number
In our previous post on How to test if a port is open on a server or PC, we have indicated that in TCP/IP networking, port 25 is used in SMTP (Simple Mail Transfer Protocol), port 110 is for POP3 … Continue reading
Posted in Networking, PC, Uncategorized, unix
Tagged 'port number', Google, MSN, Networking, port, search engine, Yahoo
2 Comments