Tribler 5.5.13 & Live BitTorrent – is there something in the water atm?
http://dl.tribler.org/download.html
http://live.bittorrent.com/downloads.html
http://dl.tribler.org/download.html
http://live.bittorrent.com/downloads.html
charlie@charliesays:~$ xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
VGA-0 connected 1920×1080+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024×768 60.0
800×600 60.3 56.2
848×480 60.0
640×480 59.9
1920x1080_60.00 60.0*
DIN disconnected (normal left inverted right x axis y axis)
DVI-0 disconnected (normal left inverted right x axis y axis)
Had to manually define 1920 x 1080 @ 60 Hz
cvt 1920 1020 60
xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr --addmode VGA-0 "1920x1080_60.00"
xrandr --output VGA-0 --mode "1920x1080_60.00"
Windows 7
Toshiba Software Installer for Windows 7 – both 32bit & 64bit installer in one.
Job Done
Re:The answer is still keepass (Score:4, Interesting)
by omglolbah (731566) Alter Relationship on Saturday December 31, @01:56AM (#38544890)
1. Buy domain.
2. Set up *@domain to forward to your real email account, optionally apply a label (I do this with gmail labels)
3. Register with sitename@domain as email address.
4. Check real email and verify account.
Unique email for each site. No need to guess.
A bonus is that if you start getting spam you can see where it originated by what email it starts coming in on.
I noticed a year or so ago that curse got hacked as I started getting wow phising emails to the email I registered for curse with ![]()
Just redirect to /dev/nul when it happens :p
http://www.google.com/insidesearch/instant-about.html
http://www.google.com/insidesearch/features.html
http://www.googleguide.com/advanced_operators.html
Updates in XP – just plain FUCK OFF in XP Pro. If you run Microsoft Windows, your machine has high degree of being hit by a Zero Day Exploit, so why loose 15% of your boot up time to all the patches, that alledgely make it more secure? TLD4 – BBC Newest Adobe zero-day PDF exploit ‘scary,’ says researcher
Re: How to burn HP Recovery Disc without using Recovery Manager?
you can restore the MBR, the procedure is given below and then use the
Quote:
F11 key to restore your system completely. After that you can burn your recovery discs.
This procedure will perform a destructive restore ( delete all data on the hard drive). So make sure you backup your data before starting out.
The recovery partition is visible as
Quote:
D:
after a clean install. It may be another drive letter on your system so make sure you change it to D: . Explore this recovery partition, the files may be hidden so you may need to go to
Quote:
Tools > Folder Options > View >
, select
Quote:
show hidden files and folders
, and uncheck
Quote:
Hide Extensions for known File types
and uncheck
Quote:
Hide protected operating system files ( Recommended )
. Then you must be able to view a folder named
Quote:
miniNT
and inside this folder
Quote:
System32
.
Make sure you have two files inside the D:\miniNT\System32 folder, the first one
Quote:
MBRInst.exe
and the second one
Quote:
MBR.ini
now go to
Quote:
Start > RUN >
type
Quote:
D:\miniNT\System32\MBRInst.exe /ini D:\miniNT\System32\MBR.ini /r /q
and hit enter.
restart your system, your system will boot into recovery mode & resotre your system completely, after which you can create your recovery disks.
hope this helps
regards
Last edited by cluelessME : 08-29-2007 at 04:16 AM.
This jem is copied in case the original site goes tits up.
When booting off yoru USB stick it will hang at:
boot:
press the TAB key and type “live”
wait a long time
User = “eee” password is blank
hit the “install v4″ icon when you see it
When Leeenux starts, it may ask you for keyring password. Enter "2", and then do the following:
1. Open up your Home Folder
2. Press CTRL-H (or click View>Show Hidden Files)
3. Find a folder called .gnome2 (it has a period at the beginning of the name) and open it by double clicking on it
4. In side of the .gnome2 folder, there is another folder called keyrings. Open it up.
5. Delete any files you find within the keyrings folder
6. Restart the computer
Do above or you will have to keep entering your keyring to get remembered WiFi to work
There’s been a lot of talk about this renogade OEM Gigabyte mobo – maybe too much talk.
mobo GA-8SIMLNF R2
Ordinarily the Audio_Realtek_5.10.0.5628_XPx86_A.zip driver crashes out with this dialogue box:
updatedriverforplugandplaydevices failed
-536870397
Solution.
Get hold of the R111.zip from I cannot remember through the madness of it all!
Which essentially the same stuff
Google “sis drivers windows xp 7012″
Go to the XP directory
And edit the SIS7012.inf file
At the end of the [SIS] section
add to end:
%SiS7012.DeviceDesc%=SiS7012, PCI\VEN_1039&DEV_7012&SUBSYS_200B1631
The Hardware ID key was missing so the mobo motherboard sound chip is screwy.
Job sussed – DONe
Gmail Attachment Downloader Script
sudo apt-get install git
git clone http://github.com/thekindofme/gmail_attachment_downloader
cd gmail_attachment_downloader/
sudo apt-get install ruby
sudo apt-get install rubygems1.8
sudo gem install tmail
sudo apt-get install vim
vi gmail_attachment_downloader.rb
And below based on hacks.
here and here
#!/bin/bash
PATH=$PATH:/bin:/sbin:/usr/bin:/usr/sbin
FILES=/home/wizard/printque/*.pdf
# Don't path the rename directly - as the path may contain uppercase letters!
cd /home/wizard/printque
rename 'y/A-Z/a-z/' *
# shopt -s nullglob
# Took the above out on my Ubuntu - I got an error saying it was missing YMMV
for f in $FILES
do
echo "Processing $f file..."
lpr "$f"
rm "$f"
done
# Delete stray attachments which weren't PDF files, but got downloaded anyway
rm /home/wizard/printque/*
#Make shutdown executable by any user for cron to be able to handle
sudo chmod u+s /sbin/shutdown
wizard@printer:~/gmail_attachment_downloader$ crontab -e
*/3 * * * * ruby ./gmail_attachment_downloader/gmail_attachment_downloader.rb 2>&1 > /dev/null # JOB_ID_1
01 19 * * * /sbin/shutdown -h now 2&1 > /dev/null # JOB_ID_2
If you can read this – it worked!
Powered by WordPress