- when-you-die.jpg (194.82 KiB) Viewed 3180 times
Search found 360 matches
- 2024.08.22 00:45
- Forum: Silly
- Topic: Best of Scientific Shitposting
- Replies: 2
- Views: 3181
Re: Best of Scientific Shitposting
But it's okay, because after 225-250 million years, the milky way completes a full rotation and... Oh, scratch that, the milky way is also moving through space. Oh well.
- 2024.08.22 00:43
- Forum: Silly
- Topic: Best of Scientific Shitposting
- Replies: 2
- Views: 3181
- 2024.08.22 00:38
- Forum: Silly
- Topic: Best of Scientific Shitposting
- Replies: 2
- Views: 3181
- 2024.08.11 00:49
- Forum: 3D Printing
- Topic: My designs
- Replies: 0
- Views: 2649
My designs
A few of my designs are available in two different places:
- 2024.08.11 00:47
- Forum: 3D Printing
- Topic: Fusion 360
- Replies: 0
- Views: 1276
Fusion 360
Fusion 360 has a free hobbyist tier. The only annoying thing is that you can only have 10 designs active at any time, but you can always disable (without deleting) old designs that you aren't working on.
- 2016.08.16 13:15
- Forum: Java
- Topic: Off topic - nice Windows stuff
- Replies: 0
- Views: 4474
Off topic - nice Windows stuff
To generate file hashes on Windows:
CertUtil -hashfile <filename> [<algo>]
For example:
CertUtil -hashfile C:\myFile.txt MD5
Default when not specifying a hash algorithm is SHA1.
CertUtil -hashfile <filename> [<algo>]
For example:
CertUtil -hashfile C:\myFile.txt MD5
Default when not specifying a hash algorithm is SHA1.
- 2015.03.01 01:06
- Forum: Java
- Topic: Good things to consider when using Java with your RPi.
- Replies: 2
- Views: 4011
Re: Good things to consider when using Java with your RPi.
P4 on the PI:
Download ARMHF version. chmod +x. Copy to /usr/local/bin. Create .p4config with all settings. export P4CONFIG=/home/pi/.p4config in .bashrc.
Download ARMHF version. chmod +x. Copy to /usr/local/bin. Create .p4config with all settings. export P4CONFIG=/home/pi/.p4config in .bashrc.
- 2015.03.01 00:01
- Forum: Java
- Topic: Good things to consider when using Java with your RPi.
- Replies: 2
- Views: 4011
Re: Good things to consider when using Java with your RPi.
Or interactively:
sudo update-alternatives --config java
sudo update-alternatives --config javac
sudo update-alternatives --config java
sudo update-alternatives --config javac
- 2013.12.30 23:31
- Forum: Java
- Topic: Good things to consider when using Java with your RPi.
- Replies: 2
- Views: 4011
Good things to consider when using Java with your RPi.
Install Oracle's JDK. I usually do this via synaptic. Next don't forget to switch to the Oracle JDK: sudo update-java-alternatives -s jdk-7-oracle-armhf Next install Pi4J. If on Raspbian, follow the Raspbian instructions: http://pi4j.com/install.html For Dallas 1-wire support and i2c you probably wa...
- 2013.01.14 20:39
- Forum: Music
- Topic: DPC latency checker
- Replies: 0
- Views: 6228
DPC latency checker
Got to try this tool next time I suspect DPC issues:
http://www.thesycon.de/dpclat/dpclat.pdf
http://www.thesycon.de/dpclat/dpclat.pdf
- 2012.03.15 21:39
- Forum: Java
- Topic: Off topic - nice linux stuff
- Replies: 1
- Views: 4489
Re: Off topic - nice linux stuff
How to clean up your GRUB: 1. Remove old linux kernels (save the two or three latest): 1a. List the ones you have: ls /boot/vmlinuz* 1b. sudo apt-get remove linux-image-<version>-generic, e.g. sudo apt-get remove linux-image-2.6.32-36-generic 1c. (Can also reinstall an old one with apt-get install ....
- 2011.12.18 22:57
- Forum: Java
- Topic: Off topic - nice dos stuff
- Replies: 2
- Views: 4960
Re: Off topic - nice dos stuff
Windows 7, taking ownership:
takeown /f <folder> /r
icacls <folder> /grant <user>:f /t
For example:
takeown /f "Program Files" /r
icacls "Program Files" /grant Marcus:f /t
takeown /f <folder> /r
icacls <folder> /grant <user>:f /t
For example:
takeown /f "Program Files" /r
icacls "Program Files" /grant Marcus:f /t
- 2011.12.14 12:28
- Forum: Silly
- Topic: The pro's and con's of working at home!
- Replies: 0
- Views: 5188
- 2011.12.01 13:26
- Forum: Silly
- Topic: LTH's Julkalender!
- Replies: 0
- Views: 3797
- 2011.04.14 00:01
- Forum: Silly
- Topic: Lätta jobb!
- Replies: 0
- Views: 4218