Guns of Icarus Online is a steampunk-themed video game based on a new concept of cooperation. You and your friends share an armed airship and have to fight enemy for fun and glory, but instead of controlling your vessel directly, you have to move to the different components to steer the ship (helm), keep your ship airborne (balloon, engines, etc) and run from turret to turret during intensive air battles and dogfights. The game is very fun and really stands out from other video games in the way it works on cooperative team playing.
Run Linux shell commands sequentially
It is possible to concatenate Linux shell commands using either
&&
or ||
or ;
.&&
Run second command if the exit status of the first command is successful.||
Run second command if the exit status of the first command is not successful.;
Run second command no matter what the exit status of the previous command.
&&
all the time to compile some source code from the terminal and run it as soon as it finishes.Note that you can run an arbitrary long number of commands sequentially, so go out and play while you leave your workstation finish a batch of commands.
Colorize your terminal bash prompt
Do the colors of your terminal confuse you when trying to separate your bash promt from your commands and text output? Or are you simply bored of your terminal? Then spice things up with this bash script. Also, your productivity will benefit a lot from it.
I use bash colors in my prompt for:
New post available: you might want to check out this post to see all you can do to your terminal with a bit of color :)
I use bash colors in my prompt for:
- Better identify my bash, my commands and terminal output
- Identify each host my color to avoid confusions
- Warn me with a bright color when logged in as root
- Give my terminals a personal touch
New post available: you might want to check out this post to see all you can do to your terminal with a bit of color :)
Fix a messed up terminal
In the last ten years I have encountered this situation over a broad spectrum of distribution and terminal: line wrapping gets totally messed up and starts erasing and mixing with the previous line. And although the terminal still executes the correct commands and not the mashup it is showing, it is quite frustrating.
TMUX: better mouse support
Continuing my TMUX series, this time we will add better mouse support to your TMUX. (I also works over SSH if your local machine has a mouse).
You will add following functionality to your mouse:
- Resize panels draging on borders
- Select active panel with left click
- Zoom panel with right click
- Create window with right click on status bar
- Drag and interchange panels
- Drag windows
- Close panels with mouse-wheel click
- Close windows on the status bar with mouse-whell click
TMUX: sleek theme
I have talked about TMUX in my previous post. It is an awesome tool that can increase your productivity exponentially. How ever, it is extremely ugly and distracting if you use the default theme.
It is difficult and very subjective to explain something visual, but I have come up with a simple, minimalist, futuristic and sleek theme that works great whether your terminal supports 256 colors, or only 16.
Do not worry, you can install my theme in less than 15 seconds and enjoy it right away.
TMUX: get some juice out of your terminal
TMUX is sysadmin's black magic.
If you ever had to remotely log into one fo your servers (or even your raspberryPi), you know how annoying it is when you want several terminals: either you open locally several terminals and log in each of them over SSH, or you simply surrender.
In the same context, I am sure you had to run a lengthy command on the remote machine, but could disconnect because that would kill the remote process nor change from one computer to another while sharing the remote session.
If you identify your self with this, then call 555-get-me-tmux and order now! (or better yet, continue reading)
Subscribe to:
Posts
(
Atom
)