Tips and tricks Because you can't remember everything!

Run script at start

It takes a few steps to run a script at bootup in Linux. See the example below for starting rTorrent at boottime.

http://blog.it4me.se/?tag=rtorrent-autostart-reboot

sudo -s
wget http://libtorrent.rakshasa.no/raw-attachment/wiki/RTorrentCommonTasks/rtorrentInit.sh
mv rtorrentInit.sh /etc/init.d/

After that you only need to make the script runnable and insert it into update-rc.d.

sudo chmod +x /etc/init.d/rtorrentInit.sh
cd /etc/init.d/
sudo update-rc.d rtorrentInit.sh defaults

#now you can start it as a service by using
/etc/init.d/rtorrentInit.sh start

Official Windows 7 SP1 ISO from Digital River

With the release of Windows 7 SP1, Microsoft has also updated the Windows 7 DVD media ISO image distributed by Digital River for online order fulfillment. Digital River is Microsoft’s partner for fulfillment on online distribution for downloadable Microsoft products.

The Windows 7 ISO images hosted on Digital River is genuine and official version, and the downloads from the server is legal. It’s after all one of the official channel where end-users who purchase a license (product key) for Windows 7 get the setup installation files.

Anyway, without a genuine and legally purchased product key, you can’t get Windows 7 activated, and Windows 7 will only run as evaluation copy for up to 30 days.

http://www.mydigitallife.info/official-windows-7-sp1-iso-from-digital-river/

Wordpress Offine Editing

Windows Live Writer (WLW) by Microsoft is an application for composing and managing blog posts. You can write your posts offline and publish them later. There are many helpful tools in WLW that make creating popular posts easier:

WYSIWIG using the theme of your blog
Image manipulation
Spell check
Easy HTML tables
Include maps from Virtual Earth
Automatically syncs changes before re-editing posts

See instructions here:

http://en.support.wordpress.com/xml-rpc/windows-live-writer/

 

Linking Without Using Permalinks

There are two ways to make internal links from one content page to another in WordPress. One uses permalinks and one does not. If you are not using Permalinks, how do you link to your pages, posts, and categories?

Using the numeric values found in the ID column of the Posts, Categories, and Pages Administration, you can create links as follows.


Posts

To link to a Post, find the ID of the target post on the Posts administration panel, and insert it in place of the '123' in this link:

<a href="index.php?p=123">Post Title</a>

Categories

To link to a Category, find the ID of the target Category on the Categories administration panel, and insert it in place of the '7' in this link:

<a href="index.php?cat=7">Category Title</a>

Pages

To link to a Page, find the ID of the target Page on the Pages administration panel, and insert it in place of the '42' in this link:

<a href="index.php?page_id=42">Page title</a>

http://codex.wordpress.org/Linking_Posts_Pages_and_Categories

Nexus rootkit

This program will automatically bring together all the files you need to unlock and root your device in a few clicks, or flash it back to stock and re-lock it. You can also use this program to backup/restore all your important data, flash zips, set file permissions, push and pull files, install apps, generate logcats/bugreports, and much more!

http://www.wugfresh.com/nrt/

Newer posts → Home