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.websiterepairguy.com/articles/os/crlf.html How to Transfer Text Files Between Linux, Mac, and Windows]
 
  
 
[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://blog.juliankamil.com/article/18/using-iconv-against-windows-notepad Using iconv against Windows Notepad]
+
[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://linuxshellaccount.blogspot.com/2008/10/using-iconv-to-convert-character-sets.html Using iconv to convert character sets on Linux and Unix]
+
[http://ubuntuforums.org/showthread.php?t=273057 Check what group user belongs to?]
  
[http://linuxreviews.org/quicktips/txt_doc2unix/ Converting text files between Windows and UNIX]
+
[http://my.brandeis.edu/bboard/q-and-a-fetch-msg?msg_id=0000Ug grep on all the files in a directory]
  
[http://linux.die.net/man/1/enca Detect and convert encoding of text files using enca]
 
  
[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?]
+
* OS Compatibility Issues
  
[http://www.cs.usfca.edu/~parrt/course/601/lectures/io.html Java I/O]
+
[http://www.websiterepairguy.com/articles/os/crlf.html How to Transfer Text Files Between Linux, Mac, and Windows]
  
[http://ubuntuforums.org/showthread.php?t=273057 Check what group user belongs to?]
+
[http://linuxreviews.org/quicktips/txt_doc2unix/ Converting text files between Windows and UNIX]
  
[http://my.brandeis.edu/bboard/q-and-a-fetch-msg?msg_id=0000Ug grep on all the files in a directory]
+
[http://blog.juliankamil.com/article/18/using-iconv-against-windows-notepad Using iconv against Windows Notepad]

Revision as of 03:54, 23 September 2009