LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Blogs
User Name
Password

Notices


Old

Using mercurial at BitBucket, a really short introduction

Posted 07-10-2017 at 05:58 PM by rouvas

A really short introduction, just to get you started.


Create a project from scratch based on a BitBucket template

Set up Mercurial on your machine if you haven't already.

Code:
mkdir /path/to/your/project
cd /path/to/your/project
hg clone https://user@bitbucket.org/user/project-template
Create your first file, commit, and push


Code:
echo "user NA" >> contributors.txt
hg add
...
Member
Posted in Uncategorized
Views 1843 Comments 0 rouvas is offline
Old

Vodafone 3G Dongle (Huawei K3772) working on Slackware.14.0

Posted 06-27-2013 at 10:01 AM by rouvas
Updated 06-27-2013 at 10:19 AM by rouvas

Using the information available at http://digitalgotcha.blogspot.gr/201...wei-k3770.html I have successfully connected and used this dongle with my Slackware.14.0 installation.

For the impatient, use lsusb to ensure that you dongle is recognized by you system, something like:

Code:
Bus 002 Device 003: ID 12d1:1526 Huawei Technologies Co., Ltd.
should be displayed. Use the HEX codes as in 12d1:1526 to feed the following command:...
Member
Posted in Uncategorized
Views 3939 Comments 0 rouvas is offline
Old

Securely backup your $HOME to a remote machine

Posted 10-29-2011 at 07:19 PM by rouvas

SYNOPSIS

A simple and effective script to perform a secure backup of your home directory to a remote machine, with the help of sshfs and rsync. With trivial modifications it can be used to backup any directory.


FOR THE IMPATIENT

Drop this script into your path:

Code:
#!/bin/bash

#
# Specify the name of the user on the remote machine, defaults to the current user
#
REMOTE_USER=${REMOTE_USER:=$USER}
...
Member
Posted in Uncategorized
Views 1793 Comments 0 rouvas is offline

  



All times are GMT -5. The time now is 03:59 PM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration