User contributions for Ihaveahax

From ihaveahax's Site
Jump to navigationJump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

11 June 2022

1 June 2022

29 May 2022

26 April 2022

25 April 2022

6 April 2022

24 February 2022

22 January 2022

  • 06:2606:26, 22 January 2022 diff hist +19 MiscellaneousNo edit summary
  • 03:4603:46, 22 January 2022 diff hist +463 N Mac defaultsCreated page with "Things that could be interesting to use with <code>defaults write</code>. I needed this when I did yet another reinstall. == Enable key repeat == Allows for holding a key to repeat the character instead of bringing up the accents prompt. It can be done per-app too. <syntaxhighlight lang="bash"> defaults write -g ApplePressAndHoldEnabled 0 # global defaults write com.jetbrains.pycharm ApplePressAndHoldEnabled 0 # per-app </syntaxhighlight> Category:macOS" current
  • 03:2503:25, 22 January 2022 diff hist +18 MiscellaneousNo edit summary
  • 03:2403:24, 22 January 2022 diff hist +344 N Shell stuffCreated page with "Some shell stuff I need to keep searching for. == Comparison == <syntaxhighlight lang="bash"> if [ abc = def ]; then echo "Valid" fi </syntaxhighlight> == Arguments == <syntaxhighlight lang="bash"> if $# -eq 0 ; then echo "No arguments" fi echo "First arg: $1" for arg in "$@"; do echo "Arg: $arg" done </syntaxhighlight>" current

20 January 2022

12 December 2021

16 August 2021

12 August 2021

11 August 2021

18 June 2021

5 June 2021

4 June 2021

  • 06:2206:22, 4 June 2021 diff hist +2,210 N Why not to remove custom firmwareCreated page with "Removing custom firmware (CFW) from a 3DS is not recommended for most cases. == Fixing a broken game == Nearly all cases where a game doesn't work is not due to CFW alone. Mo..."

3 June 2021

29 May 2021

13 May 2021

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)