Posts tagged with "linux"
Saturday, 12. December 2009, 14:03:16
linux, zenwalk
Simple steps to make Zenwalk works like magic...
1. Upon initial installation, go to Netpkg and select the
snapshot repository. Then update all the packages as
necessary. If you want to upgrade your kernel, make sure
to type lilo -v when is completed as root.
2. Set up your Firestarter firewall.
3. Go to your command line and install:
-netpkg jre
4. Also, I would install Google Chrome right away...
-http://darkstar.ist.utl.pt/slackware/addon/slacky/slackware-13.0/network/google-chrome/4.0.249.11/
5. I like gslapt and add the following repository:
-http://darkstar.ist.utl.pt/slackware/addon/slacky/slackware-13.0/
6. For some reason, gxine is the only dvd player that works in my system.
Install gxine using netpkg.
7. Codecs: Use gslapt to install libdvdcss.
8. For security, I like mcrypt and ccrypt.
9. Install also src2pkg and sbopkg to built your own .tgz packages.
-http://distro.ibiblio.org/pub/linux/distributions/amigolinux/download/src2pkg/
-http://www.sbopkg.org/downloads.php
10...This is all...for now. Enjoy Zenwalk!
Sunday, 6. December 2009, 06:58:07
linux
I installed Fedora 12 on a Dell laptop for a friend and I got everything to work fine. My only complain is that openJDK and Chrome do not match. Only Firefox and Opera browsers are compatible with it. But, overall, Fedora looks solid!!!!!!!!!!!!!!!!!!!
-2501
Sunday, 6. December 2009, 00:07:02
linux, arch
from: planet arch
SVN tunneling through HTTP proxy
I don’t know in your university, but in mine I still cannot use version control system cause we have an HTTP proxy and only HTTP traffic is allowed.
I want my system to be ever up-to-date and sometime this means to use development software. Today, for example, I wanted to build KDE from SVN.
Usually set http-proxy-host and http-proxy-port into ~/.subversion/server was enough, but today with this method I got a nice “Permission denied“.
The alternative method is to setup an SVN tunneling through the proxy:
First, you need perl-libwww from [extra] repository and perl-net-proxy from AUR.
Open a terminal and launch:
$ connect-tunnel -P proxyhost:proxyport -T 10234:svnhost:svnport
Now, keep connect-tunnel running and checkout svn in this way:
$ svn co svn://localhost:10234/svntrunk
All should works. Good luck!
Sunday, 6. December 2009, 00:05:16
linux, arch
from: planet arch
SVN tunneling through HTTP proxy
I don’t know in your university, but in mine I still cannot use version control system cause we have an HTTP proxy and only HTTP traffic is allowed.
I want my system to be ever up-to-date and sometime this means to use development software. Today, for example, I wanted to build KDE from SVN.
Usually set http-proxy-host and http-proxy-port into ~/.subversion/server was enough, but today with this method I got a nice “Permission denied“.
The alternative method is to setup an SVN tunneling through the proxy:
First, you need perl-libwww from [extra] repository and perl-net-proxy from AUR.
Open a terminal and launch:
$ connect-tunnel -P proxyhost:proxyport -T 10234:svnhost:svnport
Now, keep connect-tunnel running and checkout svn in this way:
$ svn co svn://localhost:10234/svntrunk
All should works. Good luck!
Saturday, 5. December 2009, 14:13:20
linux, slackware
Nice article about Slackware 101 ...
See more
herefrom Linux.com.
Saturday, 28. November 2009, 03:41:54
linux, zenwalk
Ok...I am back to Zenwalk! I went back to my roots and I like it. My brain is working again. Love Zen!!!
-2501
ps: killer combo: Zenwalk + Google Chrome
Friday, 27. November 2009, 17:55:23
linux
I have been spoiled by Mandriva Linux and it is getting difficult to return to my ancient roots....not good!
You can go from easy to advance level in 1 second. I already started writing python scripts for a project and Mandriva shines!!!
-2501
Tuesday, 24. November 2009, 02:13:52
fedora, linux
Go to cd /etc/yum.repos.d and create atrpms.repo and add this:
[atrpms]
name=ATrpms - Stable
baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY.atrpms
enabled=0
priority=150
[atrpms-testing]
name=ATrpms - Testing
baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/testing
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY.atrpms
enabled=0
priority=150Then
rpm --import
http://ATrpms.net/RPM-GPG-KEY.atrpmsand {example}
yum --enablerepo=atrpms install acidrip
--livna repos--
su -c "rpm -ivh
http://rpm.livna.org/livna-release.rpm--
For Google, create google.repo and type:
[google]
name=Google - i386
baseurl=http://dl.google.com/linux/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
Monday, 23. November 2009, 05:17:27
linux
sudo yum install java-1.6.0-openjdk java-1.6.0-openjdk-plugin
Monday, 16. November 2009, 00:29:38
linux, mandriva
Love it! I am taking a break from Arch and Zenwalk for a while...
I tried Fedora 12 and I liked it but I found Mandriva a lot easier to manage. Also,
java was a lot easier to configure with Mandriva. Google Chrome works to perfection
plus it seems that the Mandriva packages don't break down like the ones from Fedora.
Nothing personal against Fedora...
-2501
1 2 3 4 5 Next »
Showing posts 1 -
10 of 41.