Difference between revisions of "Private:Technical"
From NMSL
Line 1: | Line 1: | ||
+ | * Java | ||
+ | |||
+ | [http://stackoverflow.com/questions/1339855/how-can-i-read-a-file-with-both-ascii-and-another-encoding-in-java-cleanly How Can I read a file with both ASCII and another encoding in Java cleanly?] | ||
+ | |||
+ | [http://www.cs.usfca.edu/~parrt/course/601/lectures/io.html Java I/O] | ||
+ | |||
+ | |||
+ | * SSH and SCP | ||
+ | |||
+ | [http://www.howtogeek.com/wiki/Fixing_%22WARNING:_UNPROTECTED_PRIVATE_KEY_FILE!%22_on_Linux Fixing "WARNING: UNPROTECTED PRIVATE KEY FILE!" on Linux] | ||
+ | |||
+ | [http://www.madboa.com/geek/openssl/#key-removepass Using OpenSSL to remove a passphrase from a key] | ||
+ | |||
+ | |||
+ | * Linux | ||
+ | |||
[http://www.debianadmin.com/providing-root-privileges-for-users-using-sudo.html Providing root privileges for users Using SUDO] | [http://www.debianadmin.com/providing-root-privileges-for-users-using-sudo.html Providing root privileges for users Using SUDO] | ||
− | |||
− | |||
[http://www.manpagez.com/man/1/iconv/ iconv command man pages] | [http://www.manpagez.com/man/1/iconv/ iconv command man pages] | ||
Line 7: | Line 21: | ||
[http://www.fileformat.info/tip/linux/iconv.htm Using iconv to change character encodings] | [http://www.fileformat.info/tip/linux/iconv.htm Using iconv to change character encodings] | ||
− | [http:// | + | [http://linuxshellaccount.blogspot.com/2008/10/using-iconv-to-convert-character-sets.html Using iconv to convert character sets on Linux and Unix] |
+ | |||
+ | [http://linux.die.net/man/1/enca Detect and convert encoding of text files using enca] | ||
− | [http:// | + | [http://ubuntuforums.org/showthread.php?t=273057 Check what group user belongs to?] |
− | [http:// | + | [http://my.brandeis.edu/bboard/q-and-a-fetch-msg?msg_id=0000Ug grep on all the files in a directory] |
− | |||
− | + | * OS Compatibility Issues | |
− | [http://www. | + | [http://www.websiterepairguy.com/articles/os/crlf.html How to Transfer Text Files Between Linux, Mac, and Windows] |
− | [http:// | + | [http://linuxreviews.org/quicktips/txt_doc2unix/ Converting text files between Windows and UNIX] |
− | [http:// | + | [http://blog.juliankamil.com/article/18/using-iconv-against-windows-notepad Using iconv against Windows Notepad] |
Revision as of 03:54, 23 September 2009
- Java
How Can I read a file with both ASCII and another encoding in Java cleanly?
- SSH and SCP
Fixing "WARNING: UNPROTECTED PRIVATE KEY FILE!" on Linux
Using OpenSSL to remove a passphrase from a key
- Linux
Providing root privileges for users Using SUDO
Using iconv to change character encodings
Using iconv to convert character sets on Linux and Unix
Detect and convert encoding of text files using enca
Check what group user belongs to?
grep on all the files in a directory
- OS Compatibility Issues
How to Transfer Text Files Between Linux, Mac, and Windows