How To Start, Stop, Restart Networking On Linux?
I have changed my network configuration and want to restart to make changes effective. Or there are some problems with my network and I think restarting it will solve my
Continue readingLinux, Windows, Security, Programming, Network Tutorials
I have changed my network configuration and want to restart to make changes effective. Or there are some problems with my network and I think restarting it will solve my
Continue readingLinux popular command cp is used to copy files and folders. In this tutorial we will look different usage types of cp command. Syntax Syntax of cp command is like below.
1 2 3 |
cp [OPTION]... [-T] SOURCE DEST cp [OPTION]... SOURCE... DIRECTORY cp [OPTION]... -t DIRECTORY SOURCE... |
Copy
Continue readingI have a remote repository which is Git. I want to connect to Git over ssh because there are problems with the firewall rules in our work environment. How can
Continue readingI want to run my commands securely. Are there anyway for this? Yes there are a lot of options. But the most simple and secure way is running scripts or
Continue readingI want to connect my Linux server securely. Security is important nowadays. OpenSSH is a secure shell for remote connections. OpenSSH is very popular and have very life saver features.
Continue readingApache or with real name httpd provides logs. These logs are very helpful while detecting errors, attacks. There is two type of Apache logs by default. Log resides in following
Continue readingServices are all over the Linux world. Enterprise Linux world turn over services. There are different tools to manage Linux services like Sys-V, upstart, systemd etc. Systemd is gaining popularity
Continue readingI need some application that will provide online file sharing and synchronization. It should be free. Open Source solution is preferred. It seems that we will install OwnCloud which is is
Continue readingI have a java code and I want to convert it into Utf-8. How can I do it in console. By the way I have multiple files so it need
Continue readingI have some route in my routing table. But I want to delete one route from routing table. How can accomplish this? List Existing Routes To get detailed information about
Continue reading