Wubi fun ...
Thursday, 9. August 2007, 16:29:08
Well, it’s time for fun ….
Action, Correction, Perfection !
Thursday, 9. August 2007, 16:29:08
Thursday, 22. March 2007, 16:53:46
Thursday, 8. February 2007, 20:30:10
Option "TripleBuffer" "true"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "backingstore" "true"
Option "AddARGBGLXVisuals" "True"
Option "DRI" "true"
Thursday, 1. February 2007, 20:28:12
Thursday, 25. January 2007, 21:56:31
Friday, 15. December 2006, 11:36:44
$dd if=/dev/zero of=/swapfile bs=1024 count=65536
$mkswap /swapfile
$swapon /swapfile
/swapfile swap swap defaults 0 0
Tuesday, 14. November 2006, 17:22:11
sudo vol_id -u /dev/hdxx
Monday, 13. November 2006, 20:54:26
Saturday, 11. November 2006, 19:39:29
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
There are differences between boot sector and its backup ...
.....
Not automatically fixing this.
sudo dosfsck -ar /dev/hda1
Thursday, 9. November 2006, 12:11:46
Thursday, 26. October 2006, 17:23:36
lukas@bullshit:/mnt/storage$ wget -c http://releases.ubuntu.com/edgy/ubuntu-6.10-alternate-i386.iso
--23:13:48-- http://releases.ubuntu.com/edgy/ubuntu-6.10-alternate-i386.iso
=> `ubuntu-6.10-alternate-i386.iso'
Đang tìm releases.ubuntu.com... 85.133.25.81, 85.133.25.82, 85.133.25.83, ...
Đang kết nối tới releases.ubuntu.com[85.133.25.81]:80... đã kết nối.
HTTP yêu cầu đã gửi, đang đợi câu trả lời... 206 Partial Content
Dài: 730.931.200 (697M), còn lại 99.508.793 (95M) [application/x-iso9660-image]
87% [+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++> ] 636.158.464 --.--K/s ETA 11:34:52
lukas@bullshit:/mnt/storage$ wget -c http://releases.ubuntu.com/edgy/ubuntu-6.10-alternate-i386.iso
--23:48:41-- http://releases.ubuntu.com/edgy/ubuntu-6.10-alternate-i386.iso
=> `ubuntu-6.10-alternate-i386.iso'
Đang tìm releases.ubuntu.com... 85.133.25.80, 85.133.25.81, 85.133.25.82, ...
Đang kết nối tới releases.ubuntu.com[85.133.25.80]:80... đã kết nối.
HTTP yêu cầu đã gửi, đang đợi câu trả lời... 206 Partial Content
Dài: 730.931.200 (697M), còn lại 94.772.736 (90M) [application/x-iso9660-image]
88% [++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++> ] 649.326.878 5.24K/s ETA 3:06:57
lukas@bullshit:/mnt/storage$ wget -c http://releases.ubuntu.com/edgy/ubuntu-6.10-alternate-i386.iso
--00:18:59-- http://releases.ubuntu.com/edgy/ubuntu-6.10-alternate-i386.iso
=> `ubuntu-6.10-alternate-i386.iso'
Đang tìm releases.ubuntu.com... 85.133.25.82, 85.133.25.83, 85.133.25.25, ...
Đang kết nối tới releases.ubuntu.com[85.133.25.82]:80... đã kết nối.
HTTP yêu cầu đã gửi, đang đợi câu trả lời... 206 Partial Content
Dài: 730.931.200 (697M), còn lại 81.600.002 (78M) [application/x-iso9660-image]
89% [+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++> ] 652.806.464 48.58K/s ETA 27:55
Wednesday, 18. October 2006, 01:38:45

The overarching theme of the first set of Ubuntu releases is "Humanity". This drives our choice of artwork as much as our selection of packages and decisions around the installer. Our default theme in the first four releases of Ubuntu is called "Human", and it emphasises warm, human colours - brown.
Yes, that's rather unusual in a world where most desktops are blue or green, and the MacOSX has gone kitchenware. Partly, we like the fact that Ubuntu is different, warmer. The computer is not a device any more, it's an extension of your mind, your gateway to other people (by email, voip, irc, and over the web). We wanted a feel that was unique, striking, comforting, and above all, human. We chose brown. that's quite a high risk choice, because to render brown your screen has to render subtle shades of blue, and green, and red. Even slight variations from the norm can shift the "brown" substantially. But monitors and LCD screens these days are increasingly of a standard that we felt the risk was acceptable. In Hoary and Breezy we have gone with a richer, redder brown, based on feedback from lower-end laptop and LCD screen users.
Tuesday, 3. October 2006, 18:21:44
dpkg --get-selections | grep -v deinstall > ubuntu-files
sudo apt-get update sudo apt-get dist-upgrade dpkg --set-selections < ubuntu-files
sudo dselect
dpkg --get-selections | grep -v deinstall > ubuntu-files; cat ubuntu-files | mailx -s “ubuntu-files” my.mail@my.address
Monday, 25. September 2006, 17:46:31

So, for the basic install use the following command.
sudo apt-get install apache2 tomcat5 sun-java5-jdk
If you want a shiny Tomcat welcome page when we finally get that far then install the example apps by adding tomcat5-webapps to the end of the last command. For the Tomcat admin web interface add tomcat5-admin, too.
My final command looks like this.
sudo apt-get install apache2 tomcat5 sun-java5-jdk tomcat5-webapps tomcat5-admin
By default Ubuntu uses a free Java implementation. We now need to tell Ubuntu that we want to use Sun Java as the default. Run the following command.
sudo update-alternatives --config java
Then enter the number of the version of Java you want from the list when prompted. The one I wanted was /usr/lib/jvm/java-1.5.0-sun/jre/bin/java.
Now we need to tell Tomcat where the jdk is. Open /etc/default/tomcat5 and change the variable JAVA_HOME to read…
JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun/
Make sure it’s NOT got a “#” at the start of the line. You can should now be able to start Tomcat5 with…
sudo /etc/init.d/tomcat5 start
Tomcat is listening on port 8180. So open up firefox and enter http://localhost:8180 in the address bar. Once the page loads you should see either a tomcat welcome page or, if you chose not to install the examples and admin packages, a fairly empty page with “Apache Tomcat/5.0″ at the bottom left. Congrats, you just installed a working Tomcat service. If you don’t see one of these pages, either you or I screwed up.
If you installed them, the example apps can be found in “/usr/share/tomcat5/webapps/“. Also take a look at the configuration files in “/etc/tomcat5/“.
Hope that was helpful.
Update: Manolo Canga added a section in his Spanish translation of this tutorial that I’ve translated into English below.
Setting up an admin user
If you try to use the admin interface you’ll find you can’t because no admin user has been set up. To resolve that go into /var/lib/tomcat5/conf and edit tomcat-users.xml. You’ll see that 3 users have been created by default. We’re going to change the password of the user “tomcat” (<user username="tomcat" ) to something better than the default of “tomcat”. Duh!? Now we are going to give the user “tomcat” admin access. Add “admin” to the user tag’s roles attribute. It should look smilar to this.
<user username="tomcat" password="your_password" roles="tomcat,admin"/>
Now restart tomcat…
sudo /etc/init.d/tomcat5 restart
…and you’re done!
Showing posts 1 - 15 of 25.
How long do you sit with your computers ?
Total: 7 votes
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
|
| ||||||
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 | |||
Mybb bí kíp
$wtf mikado
Thùng rác của Chuối
Zecoj Box
Lihavim´s weblog
Blog cu co`i
Khánh rùa lật ngửa
Manax bánh cún
Skz0 blog
Bướm xinhgai :D
Chuo^`ng lu+`a cua? co`i
Gays club