131 private links
A problem I have faced with xfce on an old HP. Solved in the proposed hacky way.
zssh (Zmodem SSH) is a program for interactively transferring files to a remote machine while using the secure shell (ssh). It is intended to be a convenient alternative to scp , allowing to transfer files without having to open another session and re-authenticate oneself.
zssh is an interactive wrapper for ssh used to switch the ssh connection between the remote shell and file transfers. This is achieved by using another tty/pty pair between the user and the local ssh process to plug either the user's tty (remote shell mode) or another process (file transfer mode) on the ssh connection.
Photoshop is one of the most used image editing applications around. But how easy is it for a user to switch from Photoshop to the GIMP when they move from a Mac to Linux? A redditor is doing just that and wanted some feedback from his fellow Linux users.
This guide shows how you can install and use incron on a Debian 8 (Jessie) system. Incron is similar to cron, but instead of running commands based on time, it can trigger commands when file or directory events occur (e.g. a file modification, changes of permissions, etc.).
A nice introduction and explanation about the tmux command line session manager.
Fábio Rehm's Blog
Comparing text files requires time, effort, a large monitor and a good amount of patience, or simply just the right tools to do it without any of the aforementioned. If you are an editor that has to deal with multiple versions of a text file, or a developer that wants to check the various code revisions of a file, then the following tutorial is for you.
A few weeks ago, I felt inspired by articles from Jeff Kreeftmeijer and Armin Ronacher. I took some time to configure and fine-tune my Vim environment. A lot of new stuff made it into my .vimrc file and my .vim directory. This blog post is a summary describing what I’ve added and how I use it in my daily work.
Gooey - Turn (almost) any Python command line program into a full GUI application with one line.
The ability to customize tools to suit your needs is one of the great advantages of many Linux utilities. However, when you find yourself working on a new server, there is the issue of getting the settings you are comfortable with working in a new env.
Like for every thing, there are plenty of commands to check information about the hardware of your linux system. Some commands report only specific hardware components like cpu or memory while the rest cover multiple hardware units.
This post takes a quick look at some of the most commonly used commands to check information and configuration details about various hardware peripherals and devices. The list includes lscpu, hwinfo, lshw, dmidecode, lspci etc.
Zathura is a highly customizable and functional document viewer. It provides a minimalistic and space saving interface as well as an easy usage that mainly focuses on keyboard interaction.
Plugin based document file visualizer (PDF, DejaVu, PS); strongly key-based control.
Through the years, I have settled on maintaining my sensitive data in plain-text files that I then encrypt asymmetrically.
Open source downloads galore: arcade, board, puzzle, shooter, adventure, simulator and role-playing games -- something for everyone.
Autojump utility learns from user and helps in easy and faster directory navigation from Linux command line, as compared to traditional 'cd' command.