• Home
  • About
    • BI, Workflow Automation, and App Development
    • Login
  • Search
dForge.net
Soguecode.ioTwitterGitHubCodepen
 
Skip to content
  • Home
  • About
    • BI, Workflow Automation, and App Development
    • Login
  • Search
Home Posts tagged "linux"

Tag: linux

Linux

How to Append to a File Using Sudo

By Ron S. March 7, 2014 February 11, 2017  linux, sudo, tee 0

Via the command line, in order to append to a file, you would typically use redirection (i.e. >>). However, you won’t be able to do this as a regular user against a root-owned file. Enter the tee command: echo some_text | sudo tee -a /path/file

Continue reading"How to Append to a File Using Sudo"
Development

Symbolic Links in Windows Using NTFS

By Ron S. April 3, 2013 December 8, 2013  linux, symbolic link, windows 0

In *nix systems, symbolic links are quite useful in linking files or directories. When using symbolic links, there exists only one physical location of the file or directory; this allows you to create several symbolic links all pointing to a single source. Here’s a couple of use cases for symbolic …

Continue reading"Symbolic Links in Windows Using NTFS"
Development

How to Run a Detached Process in Bash

By Ron S. March 2, 2013 March 2, 2013  bash, linux 0

Running a process that is detached from the terminal is sometimes useful. Case in point, I had to run a database update script remotely via SSH. However, the update script takes a long time (close to an hour) so running it over SSH wouldn’t be practical. Simply being disconnected with …

Continue reading"How to Run a Detached Process in Bash"
Back to Top
@ 2017 Soguecode.io, LLC.
Powered by Fluida & WordPress.