Tag Archives: unix

Packet Analyzer: 15 TCPDUMP Command Examples

Thanks the geek stuff tcpdump command is also called as packet analyzer. tcpdump command will work on most flavors of unix operating system. tcpdump allows us to save the packets that are captured, so that we can use it for … Continue reading

Posted in System Stuff | Tagged , , | Leave a comment

Oracle Database Startup and Shutdown Procedure

thanks the geek stuff How To Startup Oracle Database 1. Login to the system with oracle username Typical oracle installation will have oracle as username and dba as group. On Linux, do su to oracle as shown below. $ su … Continue reading

Posted in System Stuff | Tagged , , | Leave a comment

UNIX / Linux: 10 Netstat Command Examples

Thanks to the geek stuff Netstat command displays various network related information such as network connections, routing tables, interface statistics, masquerade connections, multicast memberships etc., In this article, let us review 10 practical unix netstat command examples. 1. List All … Continue reading

Posted in System Stuff | Tagged , , | Leave a comment

RPM Command: 15 Examples to Install, Uninstall, Upgrade, Query RPM Packages

Thanks to think geek RPM stands for Red Hat Package Manager. With root privilege, you can use the rpm command with appropriate options to manage the RPM software packages. In this article, let us review 15 practical examples of rpm … Continue reading

Posted in System Stuff | Tagged , , | Leave a comment

How to Backup Linux? 15 rsync Command Examples

Thanks to the geek stuff rsync is used to perform the backup operation in UNIX / Linux. rsync utility is used to synchronize the files and directories from one location to another in an effective way. Backup location could be … Continue reading

Posted in System Stuff | Tagged , , | Leave a comment