With ifuse project we can mount our ipod touch or iphone in our Linux desktop... and now, we can use Rhytmbox to listen all our music with Linux and transfer music to our devices without iTunes.
I used this tutorial:
http://fatbuttlarry.blogspot.com/2010/01/ipod-touch-iphone-3g-ubuntu-910-in-5.html
And works perfect, now I'm listening my iphone music in my Ubuntu desktop. I've tested it with an ipod touch 2G and an iphone 3g.
Thursday, January 21, 2010
Sunday, January 10, 2010
Blackra1n push fix only to solve youtube problem
I have an iphone 3g with blackra1n and I have the "common" problem with no-gps, no-wifi, no-push and no-youtube. But really, if I do the Blackra1n without the SIM inserted and then to do the snow I insert the SIM I only have this problem with youtube, the other things works correctly, gps, wifi or push. And then, If I go to install the PushFix patch from Cydia then youtube works correctly but then I don´t have push notifications working. This patch is broking my push notifications.
Then I downloaded the patch (a .deb file) and converted to tgz in a Debian Linux with alien tool to convert packages. Uncompressed the .tgz and copied 3 files, inject and youtube-cert.bin and youtube-key.bin to my iphone with ssh to folder /var/Keychans. And finally, executed file inject with ./inject. Rebooted my iphone and voila, youtube works correctly and I have push notifications working.
You can download a zip file with 3 files here. Uncompress and copy files to your iphone with ssh to /var/Keychans folder, exec ./inject and reboot your Iphone. This patch is only if your only issue is with youtube, if you have problems with push, wifi or gps use the Cydia PushFix patch.
Thursday, November 26, 2009
Ubuntu server with x-window
How to install a simply x-window system to our Ubuntu server?
Is easy...
sudo apt-get install xorg gnome-core
This installs a basic gnome with nautilus and basical gnome tools.
Then, you also can install gdm if you like graphical login or firefox if you need a browser (or epiphany or other), gnome-terminal or other tools (gnome-sshman is a good ssh client).
Thursday, June 14, 2007
Squid with ncsa_auth authentification
To use Squid with authentication, we need:
A user and their password. We can create it with:
Edit /etc/squid/squid.conf and add:
Finally, restart Squid and voilá, when you are going to enter the web your browser asks you about a user and password.
A user and their password. We can create it with:
htpasswd -c /etc/squid/users user
and type the password. To add a new user, we must use:
htpasswd /etc/squid/users newuser
Edit /etc/squid/squid.conf and add:
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/passwdAnd finally, in the same file (/etc/squid/squid.conf), in ACLs section, create a proxy_auth acl:
acl authenticated_users proxy_auth REQUIREDAnd the http_access rule to this acl:
http_access allow authenticated_users
Finally, restart Squid and voilá, when you are going to enter the web your browser asks you about a user and password.
Search spam in imap folders
I've made an script to search a folder called Spam and learn all emails as spam mails or if the folder is called Ham, then all emails are learned as not-spam.
This two scripts, called search-ham and search-spam are made to work with Vpopmail, Courier-Imap and Spamassassin. To use it, you only need to edit the script amb modify the variables "dominio" to configure the vpopmail domain to search in, "spamdir" to configure the name of the folder where the users are storing the spam or not-spam emails and "ruta", the folder where the vpopmail domain is. And then, you only needs to execute the script or configure a crontab to run periodically.
The script called search-ham is for email classified as not spam and search-spam for email classified as spam. The scripts uses the command sa-learn from Spamassassin to learn spam o ham emails.
The scripts are made with Python. Download here.
This two scripts, called search-ham and search-spam are made to work with Vpopmail, Courier-Imap and Spamassassin. To use it, you only need to edit the script amb modify the variables "dominio" to configure the vpopmail domain to search in, "spamdir" to configure the name of the folder where the users are storing the spam or not-spam emails and "ruta", the folder where the vpopmail domain is. And then, you only needs to execute the script or configure a crontab to run periodically.
The script called search-ham is for email classified as not spam and search-spam for email classified as spam. The scripts uses the command sa-learn from Spamassassin to learn spam o ham emails.
The scripts are made with Python. Download here.
Tuesday, June 12, 2007
Consejos de seguridad para Apache
Una pequeña recopilación de consejos para seguridad en Apache que he ido utilizando en varios cursos, desde cosas sencillas hasta otras mas complicadas como apache-ssl o archivos .htaccess. Falta profundizar un poco en mod-security, pero bueno, ya lo iré haciendo. El documento está en castellano.
http://docs.google.com/Doc?id=dhk4fx6_35f9m2zk
http://docs.google.com/Doc?id=dhk4fx6_35f9m2zk
Wednesday, March 28, 2007
Gnirfleo fake
Gnirfleo is a project to make a homebrew web browser to Nintendo DS. The release day was fixed by Gnirfleo (the programmer) to 24 of March (at the present year, supose:) ) but Gnirfleo announced that he hasn't time to upload it and another "doubtable excuses". Is this another fake? Is he making time to 1st April?
I supose that Gnirfleo will announce the fake the 1st of April... another time. This isn't the first time that a fake is published to the Nintendo DS scene, is sad but real. We'll wait to April.
I supose that Gnirfleo will announce the fake the 1st of April... another time. This isn't the first time that a fake is published to the Nintendo DS scene, is sad but real. We'll wait to April.
Subscribe to:
Posts (Atom)