Tags
apache apparmor apt apt-get bash common mysql convert date diff division dpkg emails file find floating Forking https kickstart linux localtime Monitoring mysql package perl PHP phpmyadmin php seconds ago point Postfix queue rpm setup shell scripting size ssh subversion svn time time diff ubuntu UTC viewvc vim wordpress hacks wordpress tips wordpress tricks-
Meta
Recent Comments
- infosb on How to Disable Media Manager Services
- tago on OpenLDAP: failed init (bdb)
- ocanizo on daemontools: /usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in envdir.o
- Shorten urls service make money on How To Get Yesterday's Date using BASH Shell Scripting
- sahil on daemontools: /usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in envdir.o
- Cesar on No recognized SSL/TLS toolkit detected
- Ladd on daemontools: /usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in envdir.o
- Mladen on How to Automatically Start Pageant with Private Keys in Windows
Categories
-
Recent Posts
- PHP: Get URL Content Using PHP Curl
- Netgear: Using WNDR3700 as Wireless Access Point
- Mac: How To Shutdown Using Command Line
- Linux: Send Process To Background And Logout
- Xbox: Westinghouse LCD TV and Xbox 360 Universal Remote
- Linux: Using Daemonize To Run User Processes In The Background
- Subversion: svn undo delete before commit
- Linux: How To Fix “node js openssh not found”
Blogroll
News
February 2012 M T W T F S S « Nov 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
CNN.com- Philippines issues local tsunami alert
- 'I'm sorry. Goodbye' precedes fatal Washington explosion
- Australians urged to flee flooding
- More caucuses next stop for Romney
- Activist: Rockets rip through Syrian city
- Sex abuse cases close school for days
- Lacrosse player faces trial in ex's death
- Saudi woman sues over right to drive
- Gingrich's Southern revival strategy
- Opinion: Syria in for bloody stalemate
BBC- Police chief at Leveson Inquiry
- Many trapped in Lahore collapse
- Romanian PM resigns over protests
- Web firms remove India material
- Syria troops step up Homs bombing
- Accidents due to icy conditions
- MP's call to fight web extremists
- Bank lending 'to shrink' in 2012
- Capello opposes FA Terry decision
- Woman runs for Mexico presidency
AL JAZEERA ENGLISH (AJE)- Suu Kyi given go-ahead to run in by-election
- Romania's PM resigns over austerity protests
- Abbas 'proposed as PM' in unity government
- US seeks 'clarification' over Egypt NGO trial
- Scores trapped in Pakistan building collapse
- Syrian army 'steps up Homs offensive'
- Obama 'in lockstep' with Israel on Iran issue
- Mexico's ruling party picks female candidate
- Noriega hospitalised over suspected stroke
- New York Giants win Super Bowl title
Archives
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- December 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- June 2008
- May 2008
- April 2008
- March 2008
Category Archives: Windows
Windows 7: How To Disable Pop-up Thumbnails When Hovering Over Taskbar
Method 1: You may try the following steps to disable the Taskbar thumbnail preview in Windows 7: 1. Click “Start” and type “gpedit.msc” and hit Enter 2. Navigate to User Configuration, Administrative Templates, and Start Menu and Taskbar in left … Continue reading
Posted in Windows
Leave a comment
Windows: Stop fwupdate.exe
Remove LG Tool Kit from Programs
Windows: How To Enable Ping Responses
How can I enable ping with Windows Firewall? It is a requirement that CUDN-connected computers must support the ICMP Echo (ping) function. The Windows Firewall may not respond to such incoming echo requests. If you intend to use Windows Firewall … Continue reading
Posted in Windows
Leave a comment
Flash Install Error: NPSWF32.dll insufficient permission
Restart in Safe-mode (press F8 when booting) Remove the Flash directory at C:\Windows\SysWOW64\Macromed Works for Windows 7 64-bit
Posted in Flash, Windows
Leave a comment
Windows: Kill All Chrome Processes At Once
Run this on the command line: taskkill /F /IM chrome.exe /T /F = force kill /IM = image name /T = kill all child processes as well To create a shortcut, right-click the desktop, then New -> Shortcut. For location, … Continue reading
Posted in Browsers, Windows
Leave a comment
Windows Vista: How To Enable Telnet
By default, Vista installs without telnet available. Here is how to enable telnet in Vista: 1. Open ‘Control Panel’ 2. Select ‘Programs and Features’ 3. In the left column, select ‘Turn Windows features on or off’ (get ready for the … Continue reading
Posted in Windows
Leave a comment
How To Add Quick Launch Toolbar in Windows 7
Windows 7 does not have the QuickLaunch toolbar enabled by default. Here’s how to add it: Right-click the taskbar, then click “New Toolbar” In the Folder input field, copy and paste the following line: “%userprofile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch” Click “Select Folder” … Continue reading
Posted in Windows
Leave a comment
Ubuntu/Fedora: How to Connect Vista and Samba
Go through the usual setup at Samba.org or use YUM (yum install -y samba) By default, the smb.conf allows sharing of home directories. Add a Samba user (smbpasswd -a myusername) On Fedora, run SELinux Administration On the left menu, click … Continue reading
Posted in Linux, Troubleshooting, Windows
Leave a comment
How to Disable Media Manager Services
UPDATE: Roxio has made it harder to disable “Media Manager Services” now. In Windows Vista: Click the Start button, type “msconfig” and hit enter. When the small “User Account Control” window pops up, click continue. Click the Startup tab Look … Continue reading
Posted in Windows
3 Comments
How to Automatically Start Pageant with Private Keys in Windows
In the Startup folder in the startup menu, right-click and create a New -> Shortcut. Browse to your pageant.exe file. Add the full path to your private key enclosed with quotes. Save the shortcut. “c:\path-to-pageant\pageant.exe” “c:\path-to-key\mykey.ppk”