WhiteBoard – Draw with the four colored markers WhiteBoard – Draw with red, green, blue, and black markers. Use the eraser to clean up the whiteboard. Right-click on the board to set a start point and then start typing. Markings on the whiteboard are automatically saved when the program is closed.. . Provider of hand-crafted […]
Author Archives: kartook
This guide can be adapted to all linux ditro, its not one specific. Installing necessary tools kartook@Nilas:~$sudo apt-get install aespipe mkisofs loop-aes-utils Chose a password You need to chose a 20+ character password and DO NOT FORGET IT, you will NEVER get your data back if you forget the password. Note : Use KeePass Creating […]
See what your users are doing using SSH connected to your system — this will show you what happens on the first console. If someone is typing, you’ll be able to get an output of his keystrokes. Substitute cat /dev/vcs1 with cat /dev/vcs2 or cat /dev/vcs3 and so on for other consoles. cat /dev/vcs1
The wave of phishing attacks against Twitter users continues to catch unwary surfers. The latest attack seen spreading across the microblogging network asks a very simple question: This you???? followed by a shortened link pointing to a bogus Web page that is posing as the Twitter login screen. Watch this Youtube httpvhd://www.youtube.com/watch?v=yFVqfgnZV6M
In Windows 2003 domain environment desktops with XP Professional the log on to our domain name. It now displays our domain name with (windows 2000) next to it. Why would this change from the correct domain name to domain name (windows 2000) only on a few computers and how do we correct it? 2 […]
How to Check an AAA-Server Authentication on Cisco ASA/PIX/FWSM CISCO-ASA-LAB# CISCO-ASA-LAB# test aaa-sever ? test aaa-server [authentication|authorization] [host |] username password For example: CISCO-ASA-LAB# test aaa-server authentication TACGroup username kartook password cisco12366 if authentication is successful (output mentioned below) INFO: Authentication Successful if authentication fails (output mentioned below) ERROR: Authentication Rejected: Unspecified
User Account Control (UAC) and Server Core A slight detour from the Windows Server 2008 R2 posts this time around to cover a topic that has been coming up recently: UAC on Server Core. UAC is not available in Server Core, since it is a command line only interface, doesn’t have IE, or support for […]
How do I install perl on FreeBSD operating system? Practical Extraction and Report Language or Perl can be installed using FreeBSD ports or binary package system. Perl is a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It’s also a good language for […]
The splash screen is shown when you boot up ubuntu. You can stop showing it and display lot of details about your boot process as below. Run gedit in sudo mode and edit the file /etc/default/grub sudo gedit /etc/default/grub Locate the line that shows the following GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” Remove quiet and splash GRUB_CMDLINE_LINUX_DEFAULT=”” Then […]