linux
back to tags- List Files Installed by a Package with dpkg- The command `dpkg` has many uses beyond installing and removing `.deb` files. This includes finding out what files were added to your system when you installed a package... 
- Installing NodeJS and NPM on Ubuntu- I have faced difficulties using NodeJS and the Node Package Manager (NPM) on Ubuntu, specifically relating to permissions. Here are some workarounds... 
- How to Selectively Copy Files with Rsync- One aspect of rsync that I always struggle with is the syntax for selectively syncing a subset of files. This should help...