Archive

Archive for the ‘Windows’ Category

How To Add Quick Launch Toolbar in Windows 7

February 18th, 2010 Masao No comments

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”
  • Unlock the taskbar.
  • Right click the Quick Launch toolbar and uncheck “Show Text” and “Show Title”.
  • Drag the Quick Launch toolbar to the desired location.
  • Double-click the dotted edge of the toolbar to auto-size the toolbar to the width of the icons.

Done!

Categories: Windows Tags:

How to Connect Vista and Samba on Fedora 10

April 6th, 2009 Masao No comments
  1. Go through the usual setup at Samba.org or use YUM (yum install -y samba)
  2. By default, the smb.conf allows sharing of home directories.
  3. Add a Samba user (smbpasswd -a myusername)
  4. On Fedora, run SELinux Administration
  5. On the left menu, click “Boolean”.
  6. Scroll down to “samba”, and check the box next to “Allow samba to share users home directories”.
  7. Also on Fedora, make sure your Firewall allows the Samba ports 139 and 445.
  8. On Windows Vista, now map the network drive.

Sample smb.conf:

[homes]
        comment = Home Directories
        browseable = no
        writable = yes
;       valid users = %S
;       valid users = MYDOMAIN\%S
Categories: Linux, Samba, Troubleshooting, Windows Tags:

How to Automatically Start Pageant with Private Keys in Windows

December 17th, 2008 Masao No comments
  1. In the Startup folder in the startup menu, right-click and create a New -> Shortcut.
  2. Browse to your pageant.exe file.
  3. Add the full path to your private key enclosed with quotes.
  4. Save the shortcut.

“c:\program files\putty\pageant.exe” “c:\documents and settings\esumbar\pka-putty\mykey.ppk”

Categories: SSH, Windows Tags: