If your Linux server does not match the local time, you may experience problems when making date-based configurations. You can make mistakes due to these …
Read More »
If your Linux server does not match the local time, you may experience problems when making date-based configurations. You can make mistakes due to these …
Read More »NFS is the abbreviation of the Network File System. NFS is a useful technology for file sharing. It works as a server and client …
Read More »In this article, I will mention about moving a subversion repository from one server to another. Actually, it is a backup and restore job by …
Read More »In this article, I will mention about SubVersioN (SVN) installation on Oracle Linux Server. SVN is a type of version control system. Basically it allows …
Read More »Description: Sometimes when we try to delete the large numbers of audit files, we get the error “/bin/rm: Argument list too long“. Solution : Run …
Read More »One of the information I needed most is the file version. You can learn this in unix systems with the following command. [crayon-62c3570c4d010724373843/]
Read More »First we go to https://yum.postgresql.org and into PostgreSQL where we will download the repo. Since we will install PostgreSQL 10 in our example, we will …
Read More »In this article, I will share the necessary steps to connect to Oracle through the linux operating system and the solutions to the problems …
Read More »You are processing in psql, but you need to look at something on the operating system side, so you must exit from the psql …
Read More »To trap Ctrl-C in a shell script, we will need to use the trap shell builtin command. When a user sends a Ctrl-C interrupt …
Read More »