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
5afd2764
Commit
5afd2764
authored
3 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Added comment on cron job.
parent
d0bdd5c5
No related branches found
No related tags found
No related merge requests found
Pipeline
#23386
passed
3 years ago
Stage: simulation
Stage: synthesis
Stage: hardware
Pipeline: sdptr
#23387
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/erko_howto_tools.txt
+12
-0
12 additions, 0 deletions
doc/erko_howto_tools.txt
with
12 additions
and
0 deletions
doc/erko_howto_tools.txt
+
12
−
0
View file @
5afd2764
...
...
@@ -10,6 +10,8 @@
* Markdown
* Vi
* Remote access
* Regression test
* License server
* Screen to run a terminal session without ssh connection
* Quartus Qsys IP files in GIT
* Quartus version
...
...
@@ -471,10 +473,19 @@ Host dop421
User hiemstra
ProxyCommand ssh -q -A astron netcat 10.87.0.221
*******************************************************************************
* Regression test
*******************************************************************************
* Remote access to regression test machine dop349:
ssh -X kooistra@portal.astron.nl
ssh -X regtest@dop349
crontab -l # shows scheduled cron jobs
crontab -e # edit schedule
tail -n 1000 unb2b_modelsim_regression_test_vhdl_cron.log
*******************************************************************************
* License server
*******************************************************************************
...
...
@@ -751,6 +762,7 @@ Start --> Administration --> Synaptic package manager
groups kooistra # lists in which Linux groups I am a member of
id kooistra # lists in which Linux groups I am a member of
getent group sudo # lists which users are in the sudo Linux group
getent group software # lists which users are in the software Linux group
more /etc/group
sudo groupadd software # add new Linux group 'software'
sudo usermod -a -G software kooistra # add user 'kooistra' to a Linux group 'software'
...
...
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