portable-applications

Is there an easy way to put my entire installation of Intellij on a USB stick?

女生的网名这么多〃 提交于 2019-11-28 15:32:46
I'm considering switching from Eclipse to Intellij. One thing I like about Eclipse is that the whole installation is just a folder, and I can put that on a USB stick and copy it to another computer if I want. All of my plugins, settings, and everything else come with me and all I have to do is simply copy a folder. Is there any way I could do this with Intellij? Yes, it's possible, just copy the installation directory to the flash drive, then edit IDEA_HOME\bin\idea.properties file, change the values of idea.config.path and idea.plugins.path to the relative location, like: ../config and ..

How can I have a portable Emacs?

Deadly 提交于 2019-11-28 03:16:23
Is there a way run Emacs from a USB drive? I am a Windows user and I would like to be able use it on any PC without an Emacs install. Yes, the "normal" Emacs distribution for Windows is precompiled and just runs without having to do any install. Just get one of the *.zip files from the usual place , unpack it onto a USB disk, and you can use it directly. (The actual binary is inside the "bin/" directory.) The only thing you may want to do is set it up to look for ".emacs" always on the USB disk instead of on your hard drive; see (info "(emacs) Windows HOME") on how to do that. You can read

Portable Ruby on Rails environment

主宰稳场 提交于 2019-11-28 00:17:16
I got myself a new 8 gig USB key and I'm looking for a decent solution to have a portable RoR environment to learn on. I did the google on it and found a few possibilities, but I'm curious to hear some real life experiences and opinions. Thanks! I like InstantRails , very easy to use, no installer, and does not modify your system environment. InstantRails was replaced by [BitNami RubyStack] in 2007. http://bitnami.org/stack/rubystack CaughtOnNet How to create a portable environment based on RubyInstaller's binaries and Development kit: http://hcettech.blogspot.pt/2012/05/windows-portable-rails

Free portable database [closed]

三世轮回 提交于 2019-11-27 19:46:23
Hi I am developing desktop portable free application and I`m looking for portable database: free without install up to 20K records standalone application supports encryption (optional) SQL92 spec thanks for advice can you write some advantages and disadvangtages? SQLite: self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain. -Adam Firebird embedded About: Firebird is an open source relational database offering many ANSI SQL-99 features that runs

python on usb stick [closed]

佐手、 提交于 2019-11-27 17:53:40
问题 Is there any free and open-source option to run python from an usb-stick on Windows system (i.e. python installed on an usb-stick ) and can run on any Windows system just by pluging-in the usb-stick? 回答1: Try Portable Python. 来源: https://stackoverflow.com/questions/2465593/python-on-usb-stick

Making Vim portable

隐身守侯 提交于 2019-11-27 09:32:47
问题 I am learning to use Vim and I want to have a portable version on my USB to edit my code here everywhere. I knew there are a portable version of Vim, but while i was searching for that version I found here an interesting comment: I wouldn’t reccomend using portable vim. It is unmaintained, and vim can be made portable by just adding a few options in your vimrc . I got intrigued. I would be glad to have the desktop version of GVim in my USB, but those lines aren't mentioned. Someone knows

Is there an easy way to put my entire installation of Intellij on a USB stick?

瘦欲@ 提交于 2019-11-27 09:14:22
问题 I'm considering switching from Eclipse to Intellij. One thing I like about Eclipse is that the whole installation is just a folder, and I can put that on a USB stick and copy it to another computer if I want. All of my plugins, settings, and everything else come with me and all I have to do is simply copy a folder. Is there any way I could do this with Intellij? 回答1: Yes, it's possible, just copy the installation directory to the flash drive, then edit IDEA_HOME\bin\idea.properties file,

How can I have a portable Emacs?

时光总嘲笑我的痴心妄想 提交于 2019-11-26 23:59:41
问题 Is there a way run Emacs from a USB drive? I am a Windows user and I would like to be able use it on any PC without an Emacs install. 回答1: Yes, the "normal" Emacs distribution for Windows is precompiled and just runs without having to do any install. Just get one of the *.zip files from the usual place, unpack it onto a USB disk, and you can use it directly. (The actual binary is inside the "bin/" directory.) The only thing you may want to do is set it up to look for ".emacs" always on the

Free portable database [closed]

只谈情不闲聊 提交于 2019-11-26 22:50:51
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . Hi I am developing desktop portable free application and I`m looking for portable database: free without install up to 20K records standalone application supports encryption (optional) SQL92 spec thanks for advice can you write some advantages and disadvangtages? 回答1: SQLite: self-contained, serverless, zero

Fix msysGit Portable $HOME location

a 夏天 提交于 2019-11-26 12:17:07
问题 I have successfully installed and configured msysGit Portable on my flash drive, and have used it to pull and push GitHub repos. However, I seem to always have to kludge the SSH support. Specifically, in order for SSH to find my key files, I have to follow these instructions to start a second instance of ssh-agent and then ssh-add my key every time I run git-bash.bat. Using the output of ssh -v git@github.com to debug I see that msysGit defaults to my Windows user directory to look for keys.