[ Main ] [ Home ] [ Work ] [ Code ] [ Rants ] [ Readings ] [ Links ] |
[2024] [2023] [2022] [2021] [2020] [2019] [2018] [2017] [2016] December November October September August July June May April March February January [2015] [2014] [2013] [2012] [2011] [2010] [2009] [2008] [2007] [2006] [2005] [2004] [2003] |
[Mon Mar 28 08:08:36 CDT 2016]A few interesting projects to do with the Raspberry Pi. Ideal for a technology project with the kids.
[Mon Mar 28 07:39:19 CDT 2016]Here is a quick tip on how to indent multiple lines in vim, my favorite text editor. {link to this entry} [Fri Mar 4 20:29:42 CST 2016]If you miss the old KompoZer HTML editor from the repos of your favorite Linux distro, simply download the BlueGriffon binary from here. It runs without problem. Also, you may be interested in the article 4 open source alternatives to Dreamwaver. {link to this entry} [Fri Mar 4 20:26:31 CST 2016]Here is an easy command to run when you need to copy a directory recursively to a remote system using SSH: The$ scp -rp source user@system:/path -r option makes it recursive, while -p preserves
the modification time, access time, and modes from the original files.
{link to this entry}
|