MOTOSHARE πŸš—πŸοΈ
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
πŸš€ Everyone wins.

Start Your Journey with Motoshare

Ignore existing files or update only newer files with rsync

rajeshkumar created the topic: Ignore existing files or update only newer files with rsync Ignore existing files or update only newer files with rsynca Copying from local to remote Note that all the examples shown in the post are for copying files from the local computer to a remote server/computer. Default behavoir The following command … Read more

How to add new package to apt-get

rajeshkumar created the topic: How to add new package to apt-get wget -q -O – pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add – sudo sh -c ‘echo deb pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list’ sudo apt-get update sudo apt-get install jenkins Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn

Disable IPv6 and Enable IPv4 in Red Hat Linux

rajeshkumar created the topic: Disable IPv6 and Enable IPv4 in Red Hat Linux Disable IPv6 and Enable IPv4 in Red Hat Linux check β€œdisable_ipv6β€³ file to check if IPv6 is disabled,enter: [root@devops ~]# cat /proc/sys/net/ipv6/conf/all/disable_ipv6 0 if you get β€œ0” value, it means that IPv6 is enabled and β€œ1” means it is disabled. How to … Read more

Automatic stop and restart the Cloud server

pasupuleti2 created the topic: Automatic stop and restart the Cloud server How to scheduling an automatic stop and restart the Cloud server every Saturday. We are using Windows 2012 server -Saritha rajeshkumar replied the topic: Automatic stop and restart the Cloud server Please use following tutorials to do that…. www.howtogeek.com/123393/how-to-automati…dows-task-scheduler/ answers.microsoft.com/en-us/windows/foru…-375ce2647148?auth=1

How to Configure Web Proxy on CentOS | Tutorials | scmGalaxy

web-proxy-on-centos

If your internet connection is behind a web proxy, you need to configure the following on your CentOS server: System-wide proxy settings – add the following lines to your /etc/environment file: # vi /etc/environment http_proxy=”http://proxysrv:8080/” https_proxy=”https://proxysrv:8080/” ftp_proxy=”ftp://proxysrv:8080/” no_proxy=”.mylan.local,.domain1.com,host1,host2″ To apply these settings without restarting the machine run the following commands on the bash shell: export … Read more