Pages about Linux in general
published by flevour on Sat, 25/08/2007 - 13:05
Being stupid with friends a couple of nights ago, this is the way I shutdown my laptop (fixing a typo, you know):
echo "sudol init 0" | sed 's/sudol//'|xargs sudo
Using
xargs makes me feel better.
published by flevour on Wed, 01/08/2007 - 15:57
{{974682812}} This morning I decided to give Scribes another try. It has some great and cool features such a snippets (see the demo) and automatic word completion.
It also offers a pretty big set of keyboard shortcuts, some of them solve those little repetitive tasks you are used to if you edit a lot of code (like “free current line” or “free next line” to make space for more code).
published by flevour on Mon, 07/05/2007 - 18:17
In the past you may have encountered this problem: looping through a list of files with a Bash “for loop” gave you headaches if filenames had spaces inside. This is our setting:
<br />
flevour@voyance:/tmp/blog_post$ touch "my filename with space"<br />
flevour@voyance:/tmp/blog_post$ touch one two three other filenames<br />
flevour@voyance:/tmp/blog_post$ ls -l<br />
total 0<br />
-rw-r--r-- 1 flevour flevour 0 2007-05-07 17:49 filenames<br />
-rw-r--r-- 1 flevour flevour 0 2007-05-07 17:48 my filename with space<br />
published by flevour on Fri, 23/03/2007 - 23:03
published by flevour on Sat, 23/12/2006 - 17:25
{{330467135}}A lot of guides go into details to explain the correct sequence for getting a Apache+PHP+MySQL environment running on Linux.
I am running a fresh Ubuntu installation right now and when I typed “apt-get install phpmyadmin” I noticed everything I needed was correctly installed (except for mysql, this calls for another hard “apt-get install mysql-server” command).
Next time I’ll need LAMP, I’ll “apt-get install phpmyadmin mysql”, instead of going through other step-by-step guides…
published by flevour on Sun, 08/10/2006 - 00:09
{{262853928}} I got some problems with signing in my Google Browser Sync and I am finding out how much I have come to rely on it for my daily browsing: session restore, password autocompletion, URL autocomplete and so on … hope it comes back soon …
published by flevour on Tue, 15/08/2006 - 01:23
I bought a new laptop and I spent the last 4 days configuring it and getting it to a "development ready" state.
I am writing this post laying on my bed via my newly installed WIFI network.
Whoah.
The new laptop is a TM8106WLMI. I installed Gentoo. I am available for giving out tips and tricks for the configuration, just drop me a line at tm8106 AT the domain of this blog. I’ll be glad to help you out! I have got working everything important (video drivers and wifi).
published by flevour on Thu, 03/08/2006 - 20:00
Reading
Phrack magazine via Gopher tastes totally different, even if the client (Firefox understands
HTTP and
Gopher protocols; surprised about the first? Get used to it,
there will be much to talk about it – > search for "pipeline") stays the same. I wish I lived those days in which txt was the Way. Will be such days return in the future in a different fashion?
published by flevour on Fri, 21/07/2006 - 05:37
Add this line to your .bash_profile and love the Firefox speedbust (I am sorry to inform you won’t be able to read those favourite chinese or indian blogs of yours since with this command you are actually disabling the loading of Pango library):
export MOZ_DISABLE_PANGO=<span>1</span>
Via
Fullo (italian blog).
published by flevour on Mon, 20/03/2006 - 18:21
Pages
Recent comments