Curt Sahd

Google Drive on Linux

Even though OverGrive is a closed-source paid application, you'll want to give it a look. At $5 per Google account, you can access all the features available on the application.But…

Continue reading
0 Comments

Separate Cron log Ubuntu

By default Ubuntu logs cron results to: /var/log/syslog Should you want a dedicated Cron log you can do the following: nano /etc/rsyslog.d/50-default.conf Uncomment the following line: #cron.* /var/log/cron.log Restart rsyslog:…

Continue reading
0 Comments

Change Git remote URL

If you need to change the URL for your git repository you will need to update the url by issuing the following command: git remote set-url origin YOUR-NEW-REPOSITORY-URL.git You can…

Continue reading
0 Comments