Ubuntu - where is dos2unix? (26-05-08)

BY: ELIJAH


Just right now I found no dos2unix commands in my installation and it seems to be non-existent in the repository.

But thankfully in the forums someone pointed it to me at sysutils , and it was. I'm a happy penguin now.

$
sudo apt-get install sysutils


Comments

No entries

Nothing found in the guestbook.

Adding an entry to the guestbook
CAPTCHA image for SPAM prevention 
Submit your story

You may send your stories to admin(at)pinoguin.com

Not so recent

Batch export PSD layers without using Photoshop

Tuesday 14. of October 2008

I have no photoshop (I use gimp). But I needed a solution to get all images from a layer - I already tried Gimp and PaintshopPro but the way it displays the layers are not accurate and the texts are somehow transformed to images and so it is not possible to edit/view the text. Sometimes I may requir...

Motorola v6 as modem in Ubuntu linux

Tuesday 25. of March 2008

The reason I bought a v6 maxx is to take advantage of it's 3g and hsdpa(sp?) capability. Since a pldt weroam can get expensive and data transfer speeds are not as fast as a dedicated connection. First of all: get a data cable. I won't discuss here how to get it done via bluetooth since i...

Multi-platform time tracker

Saturday 15. of March 2008

The igoogle time tracking app that I tried didn't work out right. So what happened? the server housing that app went down or something ... so I needed a local time tracker to count my hourly work. Then I discovered Rachota time tracker, it is surprisingly fast for a java application. It works in...

Villagelocal.com

Thursday 31. of January 2008

As I promised myself to create a full site (similar to geocities, etc) I have finally accomplished this typo3 site that does something similar - free web pages. villagelocal.com It is fully working now at least, but I need to check for bugs & weird behavior, still at BETA. Also I may need ...

Typo3 fix: realurl + rgecard = segment '***' was not a keyword for a postVarSet as expected

Wednesday 30. of January 2008

A simple fix for this is to find the root page, edit the page header and then click on the option 'root of website'. Then go to the realurl conf file and make sure the root page id is set as the same page edited. Clear the cache and realurl cache afterwards.

Fix: Blank screen on boot up

Saturday 26. of January 2008

I've had this problem with my new laptop so I found this solution:

Use the synaptic package manager and install 'startupmanager'.

Run it by running 'alt+f2' then type 'gksudo startupmanager'. You see a lot of options on this application, just set it to whatever you like and then close. It wil...

New year's resolutions app

Wednesday 02. of January 2008

Today I decided to work up on some easy-to-use new year's resolution tools. I found dontbreakthechain.com to be a good tool for the job. It provides a simple calendar interface for managing each resolution. How it works is that you can put up your own resolutions and complete each day as a 'c...

Review: MSI VR320 CM1

Monday 24. of December 2007

Seeing that my continuing efforts to survive via freelancing will require a backup just in case my current laptop (MSI S420) conks out I've decided to purchase a second less pricey laptop - an MSI VR320 CM1. Specs include just the basics that I need for regular browsing and image editings: Celeron ...

Why Linux is getting better

Sunday 02. of December 2007

Ok, ok, I admit first that it depends on the use. But for desktop performance it surely has improved its foothold against the famous software monopoly that we have today. Have you seen the Asus EEE pc? By default it's built with linux pre-installed, although there are some geeks who switched it...

Setup pppoe on Ubuntu linux

Friday 21. of September 2007

I'm running a PLDT MyDSL connection and here is a simple command to configure it:

$ sudo pppoeconf

After configuration you'll only need to run 'sudo pon dsl-provider' to turn it on or 'sudo poff' to turn it off.