LinuxDay 2006

October 18th, 2006

In Italy, every year, there’s a day named “Lin­ux­Day” where we pro­mote the use of Linux and free soft­ware. Every LUG (a Linux User Group) orga­nize this event in their city.

I am a member of the LUG of my city (LUG­Bari), and this year I will talk about Inkscape. If you want to see the full pro­gram, follow this link: http://​lug​bari.​org/​b​i​n​/​v​i​e​w​/​M​a​i​n​/​L​i​n​u​x​D​a​y2006

And if you want to meet me, come and join the event!

0 Comments, tagged with Linux

Bash tips

October 1st, 2006

Bash has some useful short­cuts that most of users are unaware of. Here I’m describ­ing some of them that I found very very useful:

  1. Screen clear: are you tired of typing clear all the times you want to get your screen cleared? Hint: press ctrl + L.
  2. Reverse search: sometimes could happen that you have to retype some command you previously typed. So why don’t look for the command in the history? Press ctrl + R and begin typing the command. Bash should autocomplete it!
  3. Command substitution: if you wrote your command and you typed a wrong letter, why to rewrite all the command? Just substitute the mistaken word. How? Use ^texttosobstitute^sobstitution. For example, if you typed apt-get updatke, you can fix it by typing as next command ^updatke^update (or simpler: ^tk^t).
  4. Latest action: do you want to repeat the last command? Just use !!. It will (re)execute the latest command you given.
  5. Latest parameter: and if you want to use once again the latest parameter you typed in the last command? !$ is made for you… For example, let suppose you renamed film.avi in my_new_divx.avi with mv film.avi my_new_divx.avi. If you want to see it you can just type mplayer !$. That’s all (and there’s !* that refers to all the argument passed in the previous command…).

I use these short­cuts from the time I’ve dis­cov­ered them and I found them very useful (espe­cially the number 1!). So, why don’t share such things with the other guy over here?

2 Comments, tagged with Linux

Microblogging

March 10th

twitter (feed #2)
headache. [krat]
7:17pm via Twitter

March 9th

twitter (feed #2)
I hate scribd. [krat]
7:58pm via Twitter
twitter (feed #2)
Drawing fancy charts for my thesis. For some definitions of "fancy". [krat]
4:34pm via Twitter

March 8th

twitter (feed #2)
it's probably better to have a break now, my eyes feel quite tired [krat]
5:45pm via Twitter

March 7th

twitter (feed #2)
cleaning dead RSS feeds from google reader. Apparently, more than half my feeds are dead. [krat]
9:58am via Twitter

March 6th

twitter (feed #2)
I forget things lately. A lot. Damn stressful life. [krat]
4:28pm via Twitter

March 5th

twitter (feed #2)
Another reason to love LaTeX is that you can put your text under version control [krat]
7:24pm via Twitter

March 4th

twitter (feed #2)
Focaccia and beer as study lunch: absolutely priceless. Only downside is that now it's kinda difficult to stay awake. [krat]
2:21pm via Twitter

March 3rd

twitter (feed #2)
I just decided to buy "Flatland" by Edwin Abbot. Only problem is that I won't have time to read it 'til after my graduation [krat]
3:14pm via Twitter
twitter (feed #2)
I'm probably not gonna make this year's #pycon-it. Awful. [krat]
11:34am via Twitter

March 2nd

twitter (feed #2)
God bless \LaTeX [krat]
6:27pm via Twitter

March 1st

twitter (feed #2)
just wrote almost ten pages for my thesis, I guess I'm on a good rhythm [krat]
7:02pm via Twitter

February 26th

twitter (feed #2)
my thesis writing is interspersed by short killing rounds at sauerbraten. That's a good way to get stressed even more. [krat]
5:26pm via Twitter

Powered by Lifestream.

Search

« Authored by Giuliani Vito Ivan »