Thursday, July 17, 2008

CIFS VFS: No response for cmd 50

Automatically mounting and unmounting Samba/Windows shares with CIFS - Lone Wolves - Web, game, and open source development
Finally a solution to this annoying shutdown problem, if Ubuntu is to become mainstream this kind of kinks in the system should be ironed out, before they start thinking of another stinking new version!!!

Linux Mint 5 Elyssa R1 (Revision 1) released

Linux Mint 5 Elyssa R1 (Revision 1) released
This article was posted on: 12/06/2008

A security issue was fixed in Linux Mint 5 Elyssa. All ISO images were rebuilt and the fix was made available in the repositories.


I've started using Linux Mint for my media center pc and I love it :) Hopefully I'll be able to replace the main server with this one.

Thursday, July 3, 2008

CSV File Upload / Download

Since http://csv.el-toro.org/ is now dead, I've decided to setup a CSV file upload / download page for Site Geisha users. Registered users can upload csv's while visitors are free to download them (for now). Not sure yet how much attention this project will get.

The project can be found here http://sitegeisha.no-ip.org/csv/

Saturday, June 14, 2008

It's not the PSU..

It seems my motherboard is dead, after 6 years of service it finally gave up, I tested the PSU on another PC and it worked, I tried a working psu on the server and nothing, not even a single bleep. However when I plug in the network cable the ethernet card was lit up. But that could just be the card drawing power from the cable. Anyways without a pc to hookup the sg server to it will be down for some time :( sorry guys.

Site Geisha is down, dead PSU :(

Argh the PSU on my server died last night, just as my stupid neighbor kept me awake with their fucking music. Gotta run to the store to get a new one, hope I can find one just like this, it lasted me for a long time considering it was running 24x7 for about 3 years now.

Saturday, May 24, 2008

DD-WRT v24 released


We are very proud to release the final DD-WRT v24 to the public. After months of development and bug fixing we are sure this release is as stable and reliable people expect a DD-WRT major release to be. The v24 binaries are now available in the download section (click here).

DD-WRT v24 offers many new features, on of the most important is support of Atheros wlan chipsets and SOC designs. By supporting special features of the Atheros wireless designs like half- and quarter channels and extended channel support DD-WRT is now perfectly suited for long range wireless links. With this DD-WRT is now also supporting the whole Ubiquity line of wireless products using all available features the hardware offers.

Highlights of DD-WRT v24:
- Virtual SSIDs, Virtual DHCP-Servers, PPTP over WAN enhencements, Bridging + VLAN support, VDSL Support, OLSR-Routing / Freifunk, My Ad Network (powered by AnchorFree), Quaqqa instead of Bird (in X86 + Xscale default), PPPOE-Server, EOIP-Tunnel, Network configuration enhencements, UP-Downstream (QOS), New Packet Scheduler HFSC, Save & Apply, extended DDNS options, extended status information, New Languages, Sipwerk integrated Milkfish into the new release, turning every DD-WRT router into a SIP-aware firewall.


New hardware platforms:
- X86, Avila Gateworks, Cambria Gateworks, Atheros Soc (for a list, please look into the Download Section), Compex,Senao, Fonera, Ubiquiti


http://www.dd-wrt.com/dd-wrtv3/index.php

Sunday, May 4, 2008

Useful find and replace stuff


Find files containing text:



grep -i -n 'foo' *

Find files containing text and replace them with something else:



sed -i 's/foo/bar/g' *