User contributions for Admin
Jump to navigation
Jump to search
9 February 2024
- 02:4002:40, 9 February 2024 diff hist +306 Branches No edit summary
- 02:3402:34, 9 February 2024 diff hist +250 Branches No edit summary
- 02:1602:16, 9 February 2024 diff hist +159 Branches No edit summary
- 02:1302:13, 9 February 2024 diff hist +181 Branches No edit summary
- 02:0902:09, 9 February 2024 diff hist +2 Branches No edit summary
- 02:0902:09, 9 February 2024 diff hist +37 Branches No edit summary
- 02:0702:07, 9 February 2024 diff hist −12 Branches No edit summary
- 02:0302:03, 9 February 2024 diff hist +71 Branches No edit summary
- 02:0202:02, 9 February 2024 diff hist +190 Branches No edit summary
- 01:5701:57, 9 February 2024 diff hist +136 Branches No edit summary
- 01:5501:55, 9 February 2024 diff hist +30 Branches No edit summary
- 01:5401:54, 9 February 2024 diff hist +61 Branches No edit summary
- 01:5301:53, 9 February 2024 diff hist +54 Branches No edit summary
- 01:5101:51, 9 February 2024 diff hist +244 Branches No edit summary
- 01:4801:48, 9 February 2024 diff hist +65 Branches No edit summary
- 01:4701:47, 9 February 2024 diff hist +11 Branches No edit summary
- 01:4701:47, 9 February 2024 diff hist +33 Branches No edit summary
- 01:4501:45, 9 February 2024 diff hist +18 N Branches Created page with " Git branch model:"
- 01:4401:44, 9 February 2024 diff hist +14 Git No edit summary
- 01:4201:42, 9 February 2024 diff hist −31 Bash git-prompt No edit summary current
- 01:4201:42, 9 February 2024 diff hist −6 Bash git-prompt No edit summary
- 01:4201:42, 9 February 2024 diff hist +410 N Bash git-prompt Created page with " ---automatically change the prompt when you're in a git directory--- <pre> ---[~/.bashrc]--- # uncomment these 5 lines to automatically show a different PS1 prompt when you enter a git directory GIT_PS1_SHOWDIRTYSTATE=1 GIT_PS1_SHOWUNTRACKEDFILES=1 GIT_PS1_SHOWCOLORHINTS=true PROMPT_COMMAND='__git_ps1 "\u@\h:\w" "\\\$ "' source /usr/lib/git-core/git-sh-prompt ---[]--- </pre>"
- 01:4001:40, 9 February 2024 diff hist +21 Git No edit summary
- 01:3601:36, 9 February 2024 diff hist +669 N Setting aliases Created page with " <pre> creating an alias will probably save you a lot of time typing in long commands to create an alias either create one from the commandline or edit ~/.gitconfig on the commandline: git config --global alias.hist 'log --graph --all --oneline' NOTE: omitting '--global' will only set this alias for this repository editing the config file: --- [alias] hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --all --oneline --date=short --- or..." current
- 01:3601:36, 9 February 2024 diff hist +21 Git No edit summary
- 01:3501:35, 9 February 2024 diff hist +1 Creating a git repository from an existing project No edit summary current
- 01:3501:35, 9 February 2024 diff hist −58 Creating a git repository from an existing project No edit summary
- 01:3401:34, 9 February 2024 diff hist +1,023 N Creating a git repository from an existing project Created page with " ===creating a git repository from an existing project=== Assuming a project in ~/myproject containing all sorts of files and directories <pre> In the below example we use a local project called 'myproject' and upload it to the git server. - if the existing local 'myproject' isn't initialised with git yet, then do so now: $ git init $ git add . $ git commit -m "initial commit" - clone 'myproject' from your local project into a new local di..."
- 01:3401:34, 9 February 2024 diff hist −968 Git Replaced content with " Creating a git repository from an existing project" Tag: Replaced
- 01:3401:34, 9 February 2024 diff hist +884 Git No edit summary
- 01:2101:21, 9 February 2024 diff hist +139 N Git Created page with " ===creating a git repository from an existing project=== Assuming a project in ~/myproject containing all sorts of files and directories"
- 01:2001:20, 9 February 2024 diff hist +9 Linux info No edit summary
- 01:1801:18, 9 February 2024 diff hist +99 N Vnc Created page with "enabling a VNC server for remote desktop access using x11vnc <pre> apt-get install x11vnc </pre>" current
- 01:1801:18, 9 February 2024 diff hist +9 Linux info No edit summary
- 01:1701:17, 9 February 2024 diff hist +1 Systemd-tips →Enable /etc/rc.local= current
- 01:1701:17, 9 February 2024 diff hist +2 Systemd-tips →Enable /etc/rc.local=
- 01:1701:17, 9 February 2024 diff hist +449 N Systemd-tips Created page with " ==Enable /etc/rc.local=== <pre> --[example /etc.rc.local]-- #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will "exit 0" on success or any other # value on error. # # In order to enable or disable this script just change the execution # bits. # # By default this script does nothing. exit 0 --[end]-- systemctl daemon-reload systemctl start rc-local </pre>"
- 01:1501:15, 9 February 2024 diff hist +18 Linux info No edit summary
- 01:1501:15, 9 February 2024 diff hist +576 N Vim-config Created page with " useful entries in ~/.vimrc <pre> " --- disable syntax highlighting syntax off " --- open file at last edit position autocmd BufReadPost * \ if line("'\"") >= 1 && line("'\"") <= line("$") && &ft !~# 'commit' \ | exe "normal! g`\"" \ | endif " --- disable bell and screen flickering on escape --- set visualbell set t_vb= " -- allow mouse copy and paste -- set mouse=r " --- set tabstops to 4 spaces and set shiftwidth (ident amount) as..." current
- 01:1401:14, 9 February 2024 diff hist +16 Linux info No edit summary
4 February 2024
- 09:3009:30, 4 February 2024 diff hist +14 MorseRunner No edit summary current
- 09:2909:29, 4 February 2024 diff hist +77 MorseRunner No edit summary
- 09:2809:28, 4 February 2024 diff hist +90 MorseRunner No edit summary
- 09:2009:20, 4 February 2024 diff hist +98 MorseRunner No edit summary
- 09:0909:09, 4 February 2024 diff hist +537 MorseRunner No edit summary
- 09:0309:03, 4 February 2024 diff hist +226 MorseRunner No edit summary
- 08:5408:54, 4 February 2024 diff hist +149 MorseRunner No edit summary
- 08:5108:51, 4 February 2024 diff hist +552 N MorseRunner Created page with "An excellent morse-code CW Contest Simulator is a program created by Alex Shovkoplyas (VE3NEA) called MorseRunner. After you set your own callsign and the speed at which you want to send CW you're set to go. I normally set a duration for 15 minutes and then click on the green Run button to kick it off. The software is surprisingly good at realistically simulating various types of contacts; some slow, some fast, sometimes fading, with crackles and pops in the background..."
- 08:4208:42, 4 February 2024 diff hist +18 Docs and Howto's No edit summary current
1 December 2023
- 06:2606:26, 1 December 2023 diff hist 0 Blaupunkt520 repair No edit summary current