Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
70adadf3
Commit
70adadf3
authored
4 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Added how to create a DOI with zenodo.
parent
46cdf4cd
Branches
Branches containing commit
No related tags found
1 merge request
!100
Removed text for XSub that is now written in Confluence Subband correlator...
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/erko_howto_tools.txt
+60
-44
60 additions, 44 deletions
doc/erko_howto_tools.txt
with
60 additions
and
44 deletions
doc/erko_howto_tools.txt
+
60
−
44
View file @
70adadf3
...
@@ -15,6 +15,8 @@
...
@@ -15,6 +15,8 @@
* Linux
* Linux
* ICT diensten
* ICT diensten
* Python
* Python
* Zenodo DOI
...
@@ -335,11 +337,6 @@ alle branches dan dezelfde referentie hebben. Voordat je een merge request van j
...
@@ -335,11 +337,6 @@ alle branches dan dezelfde referentie hebben. Voordat je een merge request van j
bovenliggende branch doet, moet je eerst die bovenliggende branch mergen naar je branch.
bovenliggende branch doet, moet je eerst die bovenliggende branch mergen naar je branch.
*******************************************************************************
* SVN:
*******************************************************************************
svn -diff --diff-cmd='meld' [filepath] -r [revision]
*******************************************************************************
*******************************************************************************
* Confluence:
* Confluence:
*******************************************************************************
*******************************************************************************
...
@@ -667,6 +664,11 @@ https://linuxize.com/
...
@@ -667,6 +664,11 @@ https://linuxize.com/
> apt-get dist-upgrade
> apt-get dist-upgrade
> apt autoremove
> apt autoremove
# Henk Vosmeier
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt remove
# Login on dop386 and then power off:
# Login on dop386 and then power off:
> sudo shutdown
> sudo shutdown
...
@@ -678,6 +680,9 @@ dop466_0 = HDD
...
@@ -678,6 +680,9 @@ dop466_0 = HDD
> gzip filename # zip file
> gzip filename # zip file
> unzip filename.gz # unzip file
> unzip filename.gz # unzip file
> zip -r apertif_matlab-v1.0.zip apertif_matlab
> zipinfo apertif_matlab-v1.0.zip
> grep -rl 'search text in files' . # -r for recursive, -l for only list filename
> grep -rl 'search text in files' . # -r for recursive, -l for only list filename
> find . -name *_thisfile.txt
> find . -name *_thisfile.txt
...
@@ -690,6 +695,7 @@ Start --> Administration --> Synaptic package manager
...
@@ -690,6 +695,7 @@ Start --> Administration --> Synaptic package manager
> sudo pip3 install numpy # to run Python3 library installer as root
> sudo pip3 install numpy # to run Python3 library installer as root
> sudo apt-get install pip # to install Python2 library installer
> sudo apt-get install pip # to install Python2 library installer
> sudo apt-get install python-matplotlib
# ARGS doc gen
# ARGS doc gen
> sudo pip3 install --upgrade setuptools
> sudo pip3 install --upgrade setuptools
...
@@ -715,11 +721,6 @@ Start --> Administration --> Synaptic package manager
...
@@ -715,11 +721,6 @@ Start --> Administration --> Synaptic package manager
# Ethernet
# Ethernet
> ifconfig
> ifconfig
# Henk Vosmeier
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt remove
# primary group
# primary group
# supplementary groups
# supplementary groups
...
@@ -733,8 +734,8 @@ sudo usermod -a -G software kooistra # add user 'kooistra' to a Linux group 's
...
@@ -733,8 +734,8 @@ sudo usermod -a -G software kooistra # add user 'kooistra' to a Linux group 's
ls -l filename # shows current user,group owners of the 'filename'
ls -l filename # shows current user,group owners of the 'filename'
sudo chgrp software filename # change group of 'filename' to 'software'
sudo chgrp software filename # change group of 'filename' to 'software'
sudo chgrp -R software dirname # recursively change group of 'dirname' to 'software'
sudo chgrp -R software dirname # recursively change group of 'dirname' to 'software'
#chown # change user,group
sudo chown user_name file_name # change user,group
*******************************************************************************
*******************************************************************************
* ICT diensten
* ICT diensten
...
@@ -776,3 +777,18 @@ https://pypi.org/project/black/ # Python code formatter
...
@@ -776,3 +777,18 @@ https://pypi.org/project/black/ # Python code formatter
numpy tutorial:
numpy tutorial:
https://lwn.net/SubscriberLink/847039/3016fa7278000b77/
https://lwn.net/SubscriberLink/847039/3016fa7278000b77/
*******************************************************************************
* Zenodo DOI
*******************************************************************************
- login at https://zenodo.org/
- choose Upload in main menu --> my zenodo DOIs area
- choose New Upload button
- fill in all fields, reserve a DOI and do save
- check the README.md, NOTICE.md (with the DOI) and the LICENSE.md
- create the zip file
- upload the zip file and publish the DOI.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment