Archive

Archive for the ‘Linux’ Category

SSH reverse SOCKs tunnel

May 3rd, 2019 No comments

To open reverse SSH SOCKS5 forwarding:

>ssh -l RemoteUser -R 8765:127.0.0.1:22 -v RemoteHost \
 ssh -v -D 1080 -p 8765 127.0.0.1 -N -l LocalUser

Categories: FreeBSD, Linux, Системы Tags: , ,

Extend/resize LVM partition on RedHat/CentOS

July 18th, 2014 No comments

Brief commands to extend Linux LVM partition.

Read more…

Categories: Linux, VMware Tags: , ,

Install Mercurial on Debian Linux

June 5th, 2014 No comments
Commands to install Mercurial on Debian 6 Linux.

Read more…

Mercurial-2.X – create RPM distribution for Red Hat EL 4

January 19th, 2013 No comments

I’ve summarized few articles which described how to create Mercurial 2.4.2 RPM distributions.
Read more…

Categories: Linux Tags: , , , ,