Difference between revisions of "Useful programs - network"
Line 52: | Line 52: | ||
apt-get install rdesktop | apt-get install rdesktop | ||
apt-get install remmina remmina-plugin-vnc remmina-plugin-gnome remmina-plugin-rdp | apt-get install remmina remmina-plugin-vnc remmina-plugin-gnome remmina-plugin-rdp | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | |||
+ | |||
+ | =OVH Hubic= | ||
+ | |||
+ | OVH installation instructions: https://forums.hubic.com/showthread.php?272-hubiC-for-Linux-beta-is-out-! | ||
+ | |||
+ | |||
+ | '''Installation''' | ||
+ | |||
+ | * Downloaod the latest version of Hubic: http://mir7.ovh.net/ovh-applications/hubic/hubiC-Linux/ | ||
+ | * Install the package | ||
+ | |||
+ | <syntaxhighlight lang="bash"> | ||
+ | dpkg -i hubic-linux-XXX.deb | ||
+ | apt-get install -f | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | |||
+ | '''Usage''' | ||
+ | |||
+ | Once installed, you can log in with the command: | ||
+ | |||
+ | <syntaxhighlight lang="bash"> | ||
+ | hubiC login <email> <folder to synchronize> | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | |||
+ | It will start to synchronize your hubiC account and the local folder. You can then see the synchronization status with the ''<code>hubiC status</code>'' command. | ||
+ | |||
+ | !! Do not run Hubic as a super user or ''root'' !! | ||
+ | |||
+ | |||
+ | |||
+ | '''Upgrade the application''' | ||
+ | |||
+ | Before upgrading, you are encouraged to stop the synchronization process before installing the new package. | ||
+ | |||
+ | <syntaxhighlight lang="bash"> | ||
+ | wget http://mir7.ovh.net/ovh-applications/hubic/hubiC-Linux/ | ||
+ | hubic stop | ||
+ | sudo dpkg -i hubiC-Linux-XXX-linux.deb | ||
+ | hubic start | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 20:47, 29 March 2015
Curl
Use curl to check some URLs
apt-get install curl
SSH manager
To manage SSH connections, PAC manager is an excellent tool. see http://sourceforge.net/projects/pacmanager/
- Install the required package
apt-get install libgtk2-appindicator-perl
- Download the latest version
- install the package:
sudo dpkg -i pac.deb
In case of error:
Errors were encountered while processing: pac
Just do:
sudo apt-get install -f && sudo dpkg -i pac.deb
Remmina
Remmina is an excellent tool to manage Windows Remote Desktop Connections. see http://remmina.sourceforge.net/
apt-get install rdesktop
apt-get install remmina remmina-plugin-vnc remmina-plugin-gnome remmina-plugin-rdp
OVH Hubic
OVH installation instructions: https://forums.hubic.com/showthread.php?272-hubiC-for-Linux-beta-is-out-!
Installation
- Downloaod the latest version of Hubic: http://mir7.ovh.net/ovh-applications/hubic/hubiC-Linux/
- Install the package
dpkg -i hubic-linux-XXX.deb
apt-get install -f
Usage
Once installed, you can log in with the command:
hubiC login <email> <folder to synchronize>
It will start to synchronize your hubiC account and the local folder. You can then see the synchronization status with the hubiC status
command.
!! Do not run Hubic as a super user or root !!
Upgrade the application
Before upgrading, you are encouraged to stop the synchronization process before installing the new package.
wget http://mir7.ovh.net/ovh-applications/hubic/hubiC-Linux/
hubic stop
sudo dpkg -i hubiC-Linux-XXX-linux.deb
hubic start