Yesterday at work, my boss asked me, if I knew the 4GB memory limitation Windows Vista had, because a client was there having problems with this issue… Continue reading →
   Share This
where knowledge meets creation
February 22nd, 2008 — Linux, hardware, windows
Yesterday at work, my boss asked me, if I knew the 4GB memory limitation Windows Vista had, because a client was there having problems with this issue… Continue reading →
September 29th, 2007 — CLI, hacks, ssh, windows
This will be a quick one… Do you use Linux over the command-line? Do you access remotely these machines using SSH? Are you sitting in front of a Windows computer? If your answers were yes to all three, I’m going to assume that you know the Putty software, and you already use it.. Now lets learn how to use it… the smart way!
Continue reading →
August 29th, 2007 — CLI, Tutorial, ssh
Everybody that uses Linux, one way or another, will be using the command line for admin. Sure you can have those graphical tools to do the job, but there is nothing like the command line for this. And if you manage a couple of remote machines, the only way you can get with this, is using the command line via SSH. Although this is a discussed subject, I went to a few steps the other day, on a personal remote server, to improve SSH security, to a level I can sleep good at night. So let me show you what I did… Continue reading →
August 13th, 2007 — LVM, Linux, backups, dbugs, gmail, hacks, theory
In the past few weeks, I have been dreaming with something that I know is not very practical to do or implement, but in fact, it could be a challenge and a fun thing to look into to.
What I propose here in theory is to combine a series of tools, to create a rather unique backup solution. What I suggest, is using tools like RAID, LVM, rsync with incremental backups… OK, you might be thinking: “but this is normal stuff”. Now let’s add the twist! Put these tools to work, using Gmail accounts, and you can begin imagining what I have in mind! Continue reading →
June 17th, 2007 — CLI, Linux, Mac, Tutorial
Since I acquired a hosting plan, with the great Dreamhost team, I’ve been creating some websites, experimenting with stuff, login in, login out, via terminal ssh and also using CyberDuck sftp client for Mac. And, even though I use Linux for a while now, sometimes laziness takes his best, and it seems like my brain goes numb! Let me explain… Every time I login on my server space, I type a username (if I’m in the terminal this part is skipped, because local user is the same in the remote server, thereby no need to specify user) and a password. This is cool, if you do it one or two times a day, but if you keep doing this a lot, and have a bunch of servers (working in system administration can do this for you =] ) to login, you will get tired typing all this username/passwords all the time! Believe me… Not to mention the fact that a password scheme, is bad for your security! Why not remove all the need for passwords, and use digital security keys? They are like your normal keys, but one keys does it all! Continue reading →