Sunday, August 14, 2005
Saturday, August 13, 2005
yah some eyes are courious and is better to empty recycle bin daily , Security rule number 1: destroy the garbage (there is data there)
"micro-Soft says it found a potentially important document in its case against its former executive Kai-Fu Lee and gOOOgle in the "recycle bin" of one of Lee’s computers."
Friday, August 12, 2005
(This is probably why you may have recieved a message about the
identity of the machine you are connecting to changing.)"
this welcome message is what you get on openpower servers
8 cpu's are visible in linux (4 hw cores and 4 threaded?)
cat /proc/cpuinfo
processor : 0
cpu : POWER5 (gr)
clock : 1656.408000MHz
revision : 2.2
processor : 1
cpu : POWER5 (gr)
clock : 1656.408000MHz
revision : 2.2
processor : 2
cpu : POWER5 (gr)
clock : 1656.408000MHz
revision : 2.2
processor : 3
cpu : POWER5 (gr)
clock : 1656.408000MHz
revision : 2.2
processor : 4
cpu : POWER5 (gr)
clock : 1656.408000MHz
revision : 2.2
processor : 5
cpu : POWER5 (gr)
clock : 1656.408000MHz
revision : 2.2
processor : 6
cpu : POWER5 (gr)
clock : 1656.408000MHz
revision : 2.2
processor : 7
cpu : POWER5 (gr)
clock : 1656.408000MHz
revision : 2.2
timebase : 207051000
machine : CHRP IBM,9124-720
Feeling like thouse dogs who run after tail in circle.
I renew a ssl certificate and is the 10-th time i do it to get it right (organization field , unit) ,In a way i understand to identify with organization docs otherwise some phishers could buy trusted ssl certs and create some fake shops(See thouse ebay scams/spam) in another way i'm sick loosing time and even now i'm not shure
"Verifying the identity of your organization... If Starfield is unable to authenticate your organization based on the currently submitted information you will receive an e-mail notification prompting you to provide the necessary documentation via e-mail or fax."
"But for desktop software, or applications shared with other [DARK] forces, it makes sense for us to use Microsoft"
Yah Police story , or ms pr
I wonder if someone counts the beans spent on ms tax ...
Check this out : microsoft's router ! (done by asus in china) flashed with linux
"You've all heard of hacking the Linksys WRT54G routers.But what about some other routers. I thought I'd try my luck with a router some consider to be one of the worst on the market the Microsoft MN-700. This router runs a version of Windows CE by default but we'll see if we can change that."
And he did it
Thursday, August 11, 2005
Wednesday, August 10, 2005
download from http://gplflash.sf.net/
sudo apt-get install libmad0-dev
tar -jxvf gplflash-0.4.13.tar.bz2
cd gplflash-0.4.13
./configure --prefix=/opt/gplflash
make ; sudo make install
cd /opt/gplflash/lib/mozilla/plugins
cp libnpflash.so /usr/lib/mozilla-firefox/plugins/
eMoviX, MoviX and MoviX² are tiny GNU/Linux distributions dedicated to multimedia playback (e.g. movies, music and slideshows). You can visit [e]MoviX[²] website at : http://movix.sf.net/
Friday, August 05, 2005
Funny comment from this blog
_ Joi Ito installs Ubuntu on a ThinkPad:
"I bought a discounted IBM T42 ThinkPad and installed Ubuntu on it. I decided that I would try to get switched over to Linux (for now) before I headed off to OSCON later this week. It was amazingly easy to install and wifi, suspend and various hardware goodies seem to work. I still haven’t gotten my printer set up or my DVDs to play… Anyway, we’ll see if I’ll be able to make this trip without bringing my PowerBook."
ubuntu.::.ibm
Thursday, August 04, 2005
We have an evdo modem but it works only at 30kB/s
when downloading from kernel.org and it should do 100kB/s
http://aisa.fi.muni.cz/~xpisar/cdma/source
"This modem is badly known due to its power bugs. But the significant bug is misreporting maximal size of USB packet. The device reports 64. That limits maximal transfer rate about 256 kbps."
tommorrow ...
linux..::..ubuntu..::..amd..~..
Wednesday, August 03, 2005
System -> Administration -> Printing
Click on New Printer -> Network Printer -> Unix Printer (LPD)
write the printer address in the Host field :
pagepro.example.com
Let the Queue field empty
Choose manufacturer - Generic -> PCL 5c Printer
Click Apply
Now you can click on Printer and Print Test Page
linux..::..ubuntu..::..amd..~..
System -> Administration -> Printing
Click on New Printer -> Network Printer -> Windows Printer (SMB)
write the printer address in the Host field :
C350_EXAMPLE
printer:
C350_printer
printer name can be found with smbclient
smbclient -L //C350_EXAMPLE
Fill the user name and password
Choose manufacturer - Generic -> PCL 5c Printer
Click Apply
Now you can click on Printer and Print Test Page
ps: BizHub C350 can work with jetdirect (HP jet direct) , ipp (CUPS printer ) and Unix
printer (LPD)
It's open ports can be scaned with nmap : nmap c350_printer.example.com
linux..::..ubuntu..::..amd..~..