This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
seekers~/www/kod-exempel/test: git clone https://github.com/jj-julia/leroy.git le | |
Cloning into le... | |
remote: Counting objects: 561, done. | |
remote: Compressing objects: 100% (433/433), done. | |
remote: Total 561 (delta 175), reused 436 (delta 50) | |
Receiving objects: 100% (561/561), 312.30 KiB | 166 KiB/s, done. | |
Resolving deltas: 100% (175/175), done. | |
seekers~/www/kod-exempel/test: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# dbwebb.nick | |
# | |
<NULL> ^marvin$ | |
mos ^mos[\d] | |
Sylvanas ^JaneyPie$ | |
Sylvanas ^Janey$ | |
dela ^dela13$ | |
Allinux ^Allinrep$ | |
Allinux ^Allinwin$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Notes from installing Debian and setting it up as a Desktop Computer. | |
# | |
# | |
# Install Debian (stable) from usb, download from debian website. | |
# | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Först. | |
$app->dispatcher->forward([ | |
'controller' => 'comment', | |
'action' => 'view', | |
'params' => ['the-comment-key-to-this-page'], | |
]); | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#Settingb for cam | |
#v4l2-ctl --set-fmt-video=width=1920,height=1080,pixelformat=1 | |
v4l2-ctl --get-fmt-video | |
#v4l2-ctl --set-parm=30 | |
v4l2-ctl --get-parm | |
# Settings for mic | |
amixer -c 2 set Mic 32 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gå till kursrepot. | |
ls -lR me | tee log1 | |
bin/dbwebb upload | |
ls -lR me | tee log2 | |
Visa innehållet i log1 och log2 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Imorgon är det redovisning kl 8-17. | |
Vi träffas i J1640 kl 8 och börjar med redovisningarna/presentationerna. | |
Efter lunch fortsätter vi med testet i datorsalarna H320 och därefter avslutar vi med ett samtal om kursen. | |
Troligen är vi klara kl 15, men drar det ut på tiden så får vi hålla på tills vi är klara. Dock längst 17. | |
/Mikael & Jane |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Yey, this is a gist" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here comes some inline random text to fill up my gist made with the command-line utility - gist: | |
https://github.com/defunkt/gist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# @(#)Cshrc 1.0 96/08/26 Ace | |
################################################################# | |
# | |
# .cshrc file | |
# | |
# initial setup file for both interactive and noninteractive | |
# C-Shells | |
# | |
################################################################# | |