Skip to main content

Home/ Tech It 2 Me/ Group items tagged command

Rss Feed Group items tagged

Mike Chelen

Banach - SIMILE - 0 views

  •  
    Banach is a collection of operators that work on RDF graphs to infer, extend, emerge or otherwise transform a graph into another. You can think of it as a transformation pipeline for RDF with a collection of implemented commands.
Mike Chelen

Java - Community Ubuntu Documentation - 0 views

  • sudo update-alternatives --config java
  •  
    In order to run Java programs and Java applets, you must have a Java environment installed. The GCJ flavor of Java is installed as default, and is usually fine for most purposes. If it is not installed, JavaInstallation describes how to install some opensource flavors of Java. You may, however, have a need to run the Sun flavor of Java if something does not work correctly. To get Sun Java under Ubuntu 7.04 or later running on Intel or PowerPC platform, you should enable the Universe repository in Add/Remove programs, and install either the openjdk-6-jre package or the sun-java6-bin package. (Note: PowerPC version is slow). To get Sun Java under Ubuntu 6.06 or 6.10 running on Intel x86 platform, you should enable the Universe repository in Add/Remove programs, and install the sun-java5-bin package. Note: The same commands will work under Xubuntu/Kubuntu (using Add/Remove or the Adept Package Installer).
Mike Chelen

Digg - KTorrent : uTorrent Clone For Linux - 0 views

  • Transmission
    • Mike Chelen
       
      "Deluge" is good as well
  • Azureus
  • Azureus FTL. System resource hog, it's dependant on Java, and personally, I've encountered more bugs with Azureus than any other BT client out there.
  • ...11 more annotations...
  • azureus has more features than any other client, and for a lot of people, that's what matters the most.
  • Azureus has a better UI than KTorrent.
  • deluge is another good linux torrent clienthttp://www.deluge-torrent.org/
  • www.qbittorrent.org for Qt/Qt4.2 junkies.
  • What I meant was that qbittorrent is based on the same libtorrent that deluge is written, but deluge is written in pygtk, and qbittorrent is written using C++ with Qt4.2.
  • The only thing stopping me using KTorrent is the way it seems to handle uploads. Whenever I had it running, my wife was unable to surf on her laptop (on the wireless network) even though I had the upload speed set to 15 kB/s.
    • Mike Chelen
       
      you have to consider limiting active connections, not just just upload bandwidth
  • Using Azureus and the Auto Speed plugin, there was barely any difference, even when I was uploading in excess of 30 kB/s.
    • Mike Chelen
       
      probably a good option for anyone that doesn't know how to configure detailed connection settings
  • linux bittorrent client that is command line based
  • http://www.rahul.net/dholmes/ctorrent/
  • http://en.wikipedia.org/wiki/RTorrent
  • Too bad that none of the client based torrent programs i have found and used, supports DHT (Besides from the normal Bit-Torrent program in CLI, which turns it on when the normal tracker is dead).
Mike Chelen

VirtualBox Port Forwarding with Linux Host : Seth Keiper - 0 views

  • VBoxManage setextradata "name of vm" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort" 2222 VBoxManage setextradata "name of vm" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort" 22 VBoxManage setextradata "name of vm" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol" TCP
  • ssh -l user_name -p 2222 localhost
  • Only use this command if you want to clear the settings for this! ): VBoxManage setextradata "name of vm" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort" VBoxManage setextradata "name of vm" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort" VBoxManage setextradata "name of vm" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol"
1 - 5 of 5
Showing 20 items per page