search for: iterm2

Displaying 8 results from an estimated 8 matches for "iterm2".

Did you mean: item2
2010 Aug 11
1
sem & psych
...AGFIM2 <- as.numeric(myModlChiM2$AGFI) RMSEAM2 <- as.numeric(myModlChiM2$RMSEA[1]) CFIM2 <- as.numeric(myModlChiM2$CFI) BICM2 <- as.numeric(myModlChiM2$BIC) SRMRM2 <- as.numeric(myModlChiM2$SRMR) iterM2 <- as.numeric(myModlChiM2$iterations) resultsM2 <- as.numeric(c(convergenceM2, chiM2, dfM2, chiM0, dfM0, GFIM2, AGFIM2, RMSEAM2, CFIM2, BICM2, SRMRM2, iterM2)) } designparameters <- c(traitLoad, traitCorr, methodLoad, methdCorr) myResults <- c(...
2013 Jul 24
1
[LLVMdev] ubuntu on the mac
...nearly as much as the other terminal emulators I've used.  It happily persists directory state, so I have a little script that creates a temporary directory for each ssh session storing a tmux id and so I can resume terminal sessions across host machine reboots, without the windows moving. Try iTerm2 with tmux integration. -- Regards, Konstantin
2017 Jun 26
0
[Bug 1762] Improve the documentation w.r.t. "the user's shell"
...think this needs documentation, since it's a) pretty standard behaviour for user programs to use $SHELL where available (e.g. in ssh). BTW, the ENVIRONMENT section is for variables that are set when logging in, not variables that ssh uses internally so even if we did document it re comment #3: ITerm2 is clearly doing the wrong thing here. If it's passing stuff from an untrusted source (e.g. the web) to a shell program, then it's ITerm2's job to ensure that it's appropriately sanitised first. -- You are receiving this mail because: You are watching the assignee of the bug. You...
2013 Jul 24
0
[LLVMdev] ubuntu on the mac
On 24 Jul 2013, at 08:47, Tyler Hardin <tghardin1 at catamount.wcu.edu> wrote: > Not much slower. VBox does an amazing job at getting near native performance on modern machines (those with nested paging etc.). This is definitely the best option if your computer has ~2g ram and 2+ cores. Give the Ubuntu VM 2g and 1 (maybe 2) core/s and it should be fine. I use VirtualBox (hosting a
2017 Apr 07
0
[Bug 1762] Improve the documentation w.r.t. "the user's shell"
...|imoverclocked at gmail.com Component|Documentation |ssh Version|5.5p1 |7.4p1 --- Comment #2 from imoverclocked at gmail.com --- Given the URL in a web browser: "ssh://user at somehost.%60id%3E%2Ftmp%2Fwhoami%60.example.com" iTerm2 currently launches ssh with a hostname of: somehost.`id>/tmp/whoami`.example.com With a vanilla SSH configuration this is ok since SSH errors out with "host not found." However, with a special SSH configuration, a website can execute an arbitrary command: ``` Host * ProxyComman...
2017 Apr 07
2
[Bug 2706] New: remote code execution via ProxyCommand+browser exploit
...Status: NEW Severity: security Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: imoverclocked at gmail.com Given the URL in a web browser: "ssh://user at somehost.%60id%3E%2Ftmp%2Fwhoami%60.example.com" iTerm2 currently launches ssh with a hostname of: somehost.`id>/tmp/whoami`.example.com With a vanilla SSH configuration this is ok since SSH errors out with "host not found." However, with a special SSH configuration, a website can execute an arbitrary command: ``` Host * ProxyComman...
2011 Sep 25
2
SSH in and my terminal keystrokes are weird.......
Hi All, I upgraded to OS X 10.7 on my laptop and when I try to ssh into my servers and do edits it seems my backspace is now weird. When I backspace it skips all around, inserts what looks to be special characters, etc. If I save and go back in the file edited right, but due to all the inserted garbage and skipping around of the cursor I cant tell at that time if what I did worked. I dont recall
2013 Jul 24
5
[LLVMdev] ubuntu on the mac
On Jul 24, 2013 2:52 AM, "Jacob Carlborg" <doob at me.com> wrote: > > Do your LLVM development on Mac OS X :) Should work well. Apple is one of the bigger supporters of LLVM, so I'd hope OS X would be a suitable dev platform. > It depends on what your needs are. Using VirtualBox will probably be the easiest. It also allows you to run both Mac OS X and Ubuntu