This is a short tutorial explaining how to post to Twitter using command-line in Linux, without needing to even open up your web browser.
Based on the Ubuntu Sun concept and New Wave, Narfss has created a Gnome theme for which the titlebar (Metacity only) changes automatically depending on the time of day (dawn, noon, evening and night).
There are maybe hundreds of applications which you can use to automatically change your desktop wallpaper, but is it worth using an application for such an easy task? You can do this with a 3 lines bash script. Let's get started!
Well, it seems I'm starting to learn lots of languages (actually using Google Translate). Yesterday, I translated a script to install Hamachi in Ubuntu, and today, here is yet another script (translated from Polish), which should help a lot of new Ubuntu users.
Hamachi is a zero-configuration virtual private network (VPN) application capable of establishing direct links between computers that are behind NAT firewalls without requiring reconfiguration (in most cases); in other words, it establishes a connection over the Internet that very closely emulates the connection that would exist if the computers were connected over a local area network.
BashStyle-NG is a graphical Tool for changing the look and feel for Bash, Readline, Nano and Vim.
MyBashBurn is basically a Terminal User Interface (TUI) frontend for Bashburn script (it always had a bad interface) for Linux, which is a complete solution for burning or ripping CDs and DVDs. MyBashBurn uses dialog boxes/functions which draws (using ncurses) windows onto the screen.
This article is a continuation to my other Bash-related post, 6 Bash Productivity Tips. Since that article gathered many useful comments and I bumped into several more over the net, here are 5 more tips and tricks.
1. Use !!
Typing !! followed by Enter will bring back and execute the last command (same as Ctrl+P followed by Enter).
2. Use Emacs-like shortcuts
A shell is a command interpreter which allows the user to interact with the computer. The way things work is simple: the user types in commands, the shell interprets them and performs the tasks it was asked to do, and finally it sends the result to the standard output (which is usually the screen).
Ever logged on via SSH to a machine and started a long running process and then realize that you need to shutdown your laptop and take it with you? Ever accidentally get get disconnected from an SSH session and lose hours of work? Ever started a command that's going to take longer than you expected and you want to do some other things while you're waiting?
If you like me like to have icons on desktop but sometimes need to just hide everything to better concentrate on what you’re doing you may like this little bash script I came out with. (warning: this post applies only to gnome)
Istructions
You need a folder where to store this script (along with other scripts maybe), so make one or just use your home folder. So, open this folder and create an empty file. Call it toggle_desktop.sh or something like that. Open it with gedit and paste..