I hereby claim:
- I am davidcorbin on github.
- I am davidcorbin (https://keybase.io/davidcorbin) on keybase.
- I have a public key ASAbzxZYzplD0i_FQnXMiVXt4zFuqed689hQE0K1DKb2hQo
To claim this, I am signing this object:
| sudo vim /etc/fstab | |
| # Comment out lines that have the word swap on them | |
| sudo reboot |
| epmd -kill |
| enscript file.c --line-numbers --highlight=c --color=1 -o - | ps2pdf - output.pdf |
| #!/bin/bash | |
| set -x | |
| pwd | |
| #cd ~ | |
| mkdir temp | |
| mkdir temp/stuff | |
| mkdir temp/stuff/things | |
| mkdir -p temp/stuff/things/orange/apple/pear/grape |
| // | |
| // An example of a NullPointerException caused by a not initializing objects before using them | |
| // | |
| import java.util.ArrayList; | |
| class test { | |
| // An ArrayList is like a vector in c++ | |
| // This ArrayList hold Strings | |
| public ArrayList<String> listOfStrings; |
I hereby claim:
To claim this, I am signing this object:
| ❯ make | |
| [build] alure i686-w64-mingw32.static | |
| Failed to build package alure for target i686-w64-mingw32.static! | |
| ------------------------------------------------------------ | |
| /Volumes/Passport/mxe/tmp-alure-i686-w64-mingw32.static/alure-1.2/include/main.h:61:19: warning: 'BigEndian' defined but not used [-Wunused-variable] | |
| static const bool BigEndian = !LittleEndian; | |
| ^ | |
| make[3]: *** [CMakeFiles/ALURE32-static.dir/all] Error 2 | |
| make[2]: *** [all] Error 2 |
In Vivaldi, go to the Chrome Web Store.
Select and install an extension just like you would in Chrome.
In Vivaldi, go to vivaldi://extensions.
| #!/bin/bash | |
| red='\e[0;31m' | |
| NC='\e[0m' | |
| #Check for root privledges | |
| if [ "$UID" -ne 0 ] | |
| then echo -e "${red}Root privledges required. Type 'su', type enter, then input your password.${NC}" | |
| exit | |
| fi |
Download ZLIB for Windows from Sourceforge and install it on your Windows machine. Works with x86/x64
Currently, the ZLIB installer from Sourceforge (above) installs in C:/Program Files (x86)/GnuWin32.