Ubuntu 9.10 Netbook Remix On Axioo Pico DJJ616
January 26th, 2010 | Comment Now
I upgrade ubuntu 9.10 on my netbook Axioo Pico DJJ616. All hardware are work. These results.
Read More >>Create a Secure SSH Server in Ubuntu
August 17th, 2009 | Comment Now
Following one of the ways to create a secure ssh server in Ubuntu 8.04 Server.
Install Ubuntu 8.04 Server
Change root password
sudo passwd root
Add new username
sudo adduser to2k
sudo visudo
Append this line to end of ile
to2k ALL=(ALL) ALL
SSH Configuration
sudo nano /etc/ssh/sshd_config
Find Port 22 and change number to something different (12345) to make hacking more difficult.
Set these to:
PermitRootLogin [...]
Ubuntu 9.04 Netbook Remix On Axioo Pico DJJ616
May 3rd, 2009 | 2 Comments
After several months using the netbook Axioo Pico DJJ616, I began to see reviews linux on netbook. Ultimately fall on the choice of Ubuntu 9.04 Netbook Remix. These results.
Read More >>Linux, Apache, Mysql, PHP (LAMP)
December 5th, 2008 | Comment Now
The acronym LAMP refers to a solution stack of software, usually free and open source software, used to run dynamic Web sites or servers. The original expansion is as follows:
Linux, referring to the operating system
Apache, the Web server;
MySQL, the database management system (or database server)
PHP or others, i.e. Perl, Python, the programming languages.
