Some shell tricks for more efficient command line use
In this post some Shell / Unix techniques I use over and over again to be more efficient at the command line.
In this post some Shell / Unix techniques I use over and over again to be more efficient at the command line.
Time to note down some SSH tricks. Vim, Git, Unix, SSH! All very efficient when you spend some time learning the ins and outs.
A little over a year ago I wrote my first post on git with some basics. I just started using it and since then I never looked back. A follow-up post of some more basic to intermediate Git operations …
#agile #amazon #api #books #css #facebook #firefox #fonts #gcli #git #github #google #hacker #instagram #javascript #jquery #mac #movies #phone #php #productivity #programming #python #reading #responsive #scripting #spanishtv #theme #tools #twitter #ubuntu #vim #web #webdesign #wordpress
As you see I adopted a new theme for my website / blog. Reason? Responsive web design. I want my site to be easily accessible on a desktop, tablet and smartphone.
I never thought I would autofill my iphone with music, but I recently tried it and I actually like it. You start to appreciate more types of music. In this post a python script to do the same thing for USB devices to listen to new music in my car.
To keep up2date with new and upcoming movies, I wrote a Python script to send me an weekly movie digest. It queries themoviedb.org and parses the “now-playing” and “upcoming pages”, it creates the proper html and sends it. Putting it in a cronjob this happens weekly.
To save time and concentrate as a developer, Vim is the best place to be. But I cannot code everything from memory so I made a tool to lookup stackoverflow questions and answers without leaving Vim.
#amazon #api #bluehost #fbreadinglist #github #imdb #javascript #movies #omdb #perl #php #python #quotes #ruby #rubygems #selfdevelopment #solaris #success #twitter #ubuntu
I was using the Advanced Search in Github the other day and thought: what if I could use this in a terminal. So I started to try out some things in Python which led to the following script.