Skip to content

Instantly share code, notes, and snippets.

-------------------------------------------------------------------------
Map id:gid for ext4 HDD mount
Example
current user uid:gid -> 1000:1000
external HDD uid:gid -> 1001:1001
@arielzn
arielzn / ssh_run.py
Last active December 12, 2017 06:40
Running commands with paramiko on remote hosts defined on ssh_config
#!/usr/bin/env python
import os
import paramiko
import argparse
import socket
import logging
def create_ssh_client(hostname):
This is just a test
This is just a test
This is just a test
This is just a test
This is just a test
This is just a test
This is just a test
# Maintainer: Geyslan G. Bem <geyslan@gmail.com>
# Contributor: Antonio Rojas <arojas@archlinux.org>
# Contributor: Eric Bélanger <eric@archlinux.org>
pkgname=wxgtk2.8
pkgver=2.8.12.1
pkgrel=7
pkgdesc="GTK+ implementation of wxWidgets API for GUI"
arch=('x86_64')
url="http://wxwidgets.org"