Friday 30 December 2016

My Sweet love story

This is the story who really Shubham Sunny is.
Colg ka first year bhut hi auchhe se bita tha. He wo chij Jo bhapan se m chahta tha waisa hi sab colg me hua. Class me top krna, kabhi dosto ka of febret hona. Dosti ke sath mujhe Jo jante the wo bhi meri tarif hi krte the. Ye sabse auchhi bat this mere liye. Kyoki itni jyada mujhe respect khi ni mila thA.
In sab ke bich ek bat samajh me as gyi ki agar mehnt pure dil se ki jaye to Sabko tumhari mehnat dikhti h.
Ab bat first year me top krne ke bad ki h. Second year ke first three days ki classes khatam ho chuki thi.
Next day jab m class me gya Jaisa ummid maine ni kiya, waisa hua.
Sab achhanak chilla baithe are apna chirag aa gya. Ye mere liye nya nam tha mera. Waise bhi hmesa mere nam change to hote hi rhte h. Bs fir kay tha namkrn ke bad bs class me baith kr dosto se bate hi kr rha tha ki ek nyi lrki pr najar pri. Wow mujhe uski aadaye bhut apsand aayi. Waise bhi m lrkiyo ke mamle me bhut hi sarmila tha. Ab utna ni hu but phle to bat krne se bhi darta tha.
Ab bat us lrki ki jispe mera dil aa gya. Love at first site yhi hota h sayad.
Hayeeee bs uski aadaye mujhe diwana bana gyi. Bs wo itni auchhi lgi mujhe ki kya btau. Wo chshme ke pichhe chhupi hui uski khubsurt aakhe. Wi uske glo pr aata hua uska lt.

Thursday 28 July 2016

How do I remove a malformed line from my sources.list?



If you face any malformed line error like below, i strongly recommend you to comment out(adding # before the line) the line rather than deleting it in /etc/apt/sources.list file.

E: Malformed line 91 in source list /etc/apt/sources.list (dist parse)

From the above error, the line number 91 in /etc/apt/sources.list file is corrupted. To comment out the line number 91, you have to run the below command on terminal.
 
sudo sed -i '91s/\(.*\)/#\1/' /etc/apt/sources.list

91 in the above code represents the line number. Replace the number 91 in the above code with your's if you got any malformed line error.
In some cases malformed line error will also occur in a list file that was actually present inside /etc/apt/sources.list.d directory. For example,
 
E: Malformed line 1 in source list /etc/apt/sources.list.d/google.list (dist parse)

In this case i strongly recommend you to delete the google.list file by running sudo rm /etc/apt/sources.list.d/google.list and then add the corresponding PPA again.

Finally update all the repositories by running sudo apt-get update command on terminal. Now the error won't appears.

This Article Source link is given below :: 


http://askubuntu.com/questions/78951/how-do-i-remove-a-malformed-line-from-my-sources-list

How do I remove a malformed line from my sources.list?



If you face any malformed line error like below, i strongly recommend you to comment out(adding # before the line) the line rather than deleting it in /etc/apt/sources.list file.

E: Malformed line 91 in source list /etc/apt/sources.list (dist parse)

From the above error, the line number 91 in /etc/apt/sources.list file is corrupted. To comment out the line number 91, you have to run the below command on terminal.
 
sudo sed -i '91s/\(.*\)/#\1/' /etc/apt/sources.list

91 in the above code represents the line number. Replace the number 91 in the above code with your's if you got any malformed line error.
In some cases malformed line error will also occur in a list file that was actually present inside /etc/apt/sources.list.d directory. For example,
 
E: Malformed line 1 in source list /etc/apt/sources.list.d/google.list (dist parse)

In this case i strongly recommend you to delete the google.list file by running sudo rm /etc/apt/sources.list.d/google.list and then add the corresponding PPA again.

Finally update all the repositories by running sudo apt-get update command on terminal. Now the error won't appears.

This Article Source link is given below :: 


http://askubuntu.com/questions/78951/how-do-i-remove-a-malformed-line-from-my-sources-list

Package Manager Troubleshooting Procedure

This guide will help gather information that would be useful when creating a single, new question at
Please only create a NEW question at https://answers.launchpad.net/ubuntu if you do not have an open question about this issue yet. If you already have an open question at https://answers.launchpad.net/ubuntu then please add the Terminal output below to the thread which was previously opened.
In order to gather essential troubleshooting information about your apt-get or aptitude or synaptic package manager in Ubuntu, please follow this procedure.

Step 1 First install a supported version of Ubuntu


The only supported releases of Ubuntu are the ones that are NOT End of Life (EOL) in the following table:

Step 2 Switch to "Main Server" using Software Sources


First switch from the regional server (US, UK, Swiss, etc...) to the "Main Server" using the Software Sources window
You can open up the Software Sources window by running the Update Manager. If you are using the Gnome Classic desktop it can be found in the menu (System > Administration > Update Manager). If you are Using Unity click the top icon in the dash and search for "update manager". In the update manager click on the Settings button at the lower-left corner of the window, and entering your password if prompted to do so.
See here for details and a screenshot of the main tab of the Software Sources window:
If you are unable to start "Update Manager" or unable to access Software Sources or Ubuntu Software Center, please skip step 1 and step 2 and proceed to step 3.

Step 3 Disable all PPA repositories


Open "Ubuntu Software Center" - Edit Menu --- Select "Software Sources...", enter your password

Select tab "Other Software"
From the "Other Software" tab, disable all PPA repositories, leaving only the official Ubuntu repositories active. Enabling too many PPA repositories (which are non-official) can cause your package manager to become unstable. If you do decide to re-enable such a PPA repository, I strongly suggest only enabling ONE PPA repository at a time for stability reasons, not several at the same time.

Step 4 Close all open programs


VERY IMPORTANT! Please make sure to close all open programs, including all package managers like Synaptic, Update Manager, Software Center, Add/remove programs, etc ... No other package manager should be running while running the commands below.

Step 5 Enable unlimited scrolling in Terminal


In the Ubuntu Terminal console , make sure that unlimited scrolling is enabled:
  • click on Edit > Profiles > "Default" profile > Scrolling. Choose "Unlimited" as scrolling option. Click Close and Close again.
If you are using the Gnome interface, open the Terminal console via "Applications->Accessories->Terminal"
If you are using the Unity interface, the easiest way to open the Terminal is to use the 'search' function on the dash. Or you can click on the 'More Apps' button, click on the 'See more results' by the installed section, and find it in that list of applications. A third way, available after you click on the 'More Apps' button, is to go to the search bar, and see that the far right end of it says 'All Applications'. You then click on that, and you'll see the full list. Then you can go to Accessories > Terminal after that.
So the methods in Unity are:
Press CTRL-ALT-T key combination.
Dash > Search for Terminal
Dash > More Apps > 'See More Results' > Terminal
Dash > More Apps > Accessories > Terminal

Step 6 List of Terminal commands to execute and send to Launchpad Answers forum


Please copy-paste the following commands one line at a time from the https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure website using Chromium or Firefox into the Linux Terminal.
Tip: If you have a wheel mouse or 3 button mouse you do not need to type commands into the Terminal. Highlight each command on the page using the mouse. Move your cursor anywhere in the Terminal and press the wheel or middle button. Automatic Copy and paste! No spelling mistakes! No Typos! No other errors!
ubuntu-support-status

cat /etc/dpkg/dpkg.cfg.d/multiarch

dpkg --print-foreign-architectures

sudo grep -R proxy /etc/apt/*

grep proxy  /etc/environment

echo $http_proxy

echo $ftp_proxy

grep proxy /etc/bash.bashrc

grep proxy ~/.bashrc

cat /etc/apt/apt.conf

sudo fuser -vvv /var/lib/dpkg/lock

sudo fuser -vvv /var/cache/apt/archives/lock

cat /etc/lsb-release

uname -a

sudo rm /var/lib/apt/lists/lock 

sudo rm  /var/cache/apt/archives/lock

sudo rm /var/lib/dpkg/lock

sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup

sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad

sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status  ||  sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status

sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad

sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available

sudo rm -rf /var/lib/dpkg/updates/*

sudo rm -rf /var/lib/apt/lists

sudo rm /var/cache/apt/*.bin

sudo mkdir /var/lib/apt/lists

sudo mkdir /var/lib/apt/lists/partial

LANG=C;sudo apt-get clean

LANG=C;sudo apt-get autoclean

sudo dpkg --configure -a

sudo dpkg --clear-avail

LANG=C;sudo apt-get -f install

LANG=C;sudo apt-get --fix-missing install

LANG=C;sudo apt-get --purge autoremove

LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000

LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get dist-upgrade

find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

sudo dpkg --audit

Step 7 Please send us the Terminal output


Please do NOT attempt to send any attachment(s). Please copy/paste the full terminal output of the previous list of diagnostic commands at this location: https://answers.launchpad.net/ubuntu/+source/apt/+addquestion
Please only create a NEW question at https://answers.launchpad.net/ubuntu if you do not have an open question about this issue yet. If you already have an open question at https://answers.launchpad.net/ubuntu then please add the Terminal output below to the thread which was previously opened.
The troubleshooters at Launchpad need to see the full Terminal output from running the previous list of diagnostic commands.

Step 8 Error occurs while trying to remove or upgrade a specific software package


If a package manager error occurs while trying to remove or upgrade a specific software package, please try the following workaround procedures:
The troubleshooters at Launchpad need to see the full Terminal output from running the above command.
If the previous apt-get update command returned any "404 Not Found" errors for certain Launchpad PPA's, then please open Software Sources via dash or System Settings and unmark/deactivate those failed Launchpad PPA's in Software Sources.

Step 9


If you are using the 64-bit edition of Ubuntu and if you are still encountering issues when trying to install certain Ubuntu packages, I suggest executing the following commands:
sudo dpkg --add-architecture i386

sudo apt-get update

Step 10 Ubuntu Software Center fails to open


If the Ubuntu Software Center fails to open, then please execute these Terminal commands:
sudo rm /usr/lib/python*/dist-packages/__pycache__/*pyc

sudo apt-get install --reinstall python3-gi

sudo apt-get purge software-center

rm -rf ~/.cache/software-center

rm -rf ~/.config/software-center

rm -rf ~/.cache/update-manager-core

sudo rm /var/lib/apt-xapian-index/cataloged_times.p

sudo rm /var/lib/apt-xapian-index/values

sudo update-apt-xapian-index --verbose --force

sudo update-apt-xapian-index --force

sudo apt-get update

sudo apt-get dist-upgrade

sudo apt-get install software-center ubuntu-desktop

sudo dpkg-reconfigure software-center --force

sudo update-software-center

sudo apt-get install --reinstall software-center

Then reboot and retest.
Sources:

Step 11 You are using a proxy server to connect to the Internet


If you are using a proxy server, please make sure the following changes have been made in Ubuntu:
1) put the following configuration lines in the /etc/bash.bashrc file:
export http_proxy=http://<username>:<password>@<proxy>:<port>/

export https_proxy=https://<username>:<password>@<proxy>:<port>/

export ftp_proxy=ftp://<username>:<password>@<proxy>:<port>/

but REPLACING the values for username, password, proxy and port number, of course.
You can edit the /etc/bash.bashrc file using this command:
gksudo gedit /etc/bash.bashrc

2) put the following configuration lines in the /etc/environment file:
http_proxy=http://<username>:<password>@<proxy>:<port>/

https_proxy=https://<username>:<password>@<proxy>:<port>/

ftp_proxy=ftp://<username>:<password>@<proxy>:<port>/

but REPLACING the values for username, password, proxy and port number, of course.
You can edit the /etc/environment file using this command:
gksudo gedit /etc/environment 

3) put the following configuration lines in a new /etc/apt/apt.conf.d/80proxy file:
Acquire::http::proxy "http://<username>:<password>@<proxy>:<port>/";

Acquire::ftp::proxy "ftp://<username>:<password>@<proxy>:<port>/";

Acquire::https::proxy "https://<username>:<password>@<proxy>:<port>/";

but REPLACING the values for username, password, proxy and port number, of course.
You can edit the /etc/apt/apt.conf.d/80proxy file using this command:
gksudo gedit /etc/apt/apt.conf.d/80proxy
 

This Article is from the source :: 

 
 https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure

Friday 22 July 2016

jsDelivr Official Blog: New website and SRI support

jsDelivr Official Blog: New website and SRI support: You might have noticed our new website and logo. It took a while but its finally live. Some of the changes that happened: New design an...

Thursday 10 March 2016

Wednesday 17 February 2016

An A-Z Index of the Windows CMD command line

An A-Z Index of the Windows CMD command line

   ADDUSERS Add or list users to/from a CSV file
   ADmodcmd Active Directory Bulk Modify
   ARP      Address Resolution Protocol
   ASSOC    Change file extension associations•
   ASSOCIAT One step file association
   AT       Schedule a command to run at a specific time
   ATTRIB   Change file attributes
b
   BCDBOOT  Create or repair a system partition
   BCDEDIT  Manage Boot Configuration Data
   BITSADMIN Background Intelligent Transfer Service
   BOOTCFG  Edit Windows boot settings
   BROWSTAT Get domain, browser and PDC info
c
   CACLS    Change file permissions
   CALL     Call one batch program from another•
   CERTREQ  Request certificate from a certification authority
   CERTUTIL Utility for certification authority (CA) files and services
   CD       Change Directory - move to a specific Folder•
   CHANGE   Change Terminal Server Session properties
   CHKDSK   Check Disk - check and repair disk problems
   CHKNTFS  Check the NTFS file system
   CHOICE   Accept keyboard input to a batch file
   CIPHER   Encrypt or Decrypt files/folders
   CleanMgr Automated cleanup of Temp files, recycle bin
   CLIP     Copy STDIN to the Windows clipboard
   CLS      Clear the screen•
   CMD      Start a new CMD shell
   CMDKEY   Manage stored usernames/passwords
   COLOR    Change colors of the CMD window•
   COMP     Compare the contents of two files or sets of files
   COMPACT  Compress files or folders on an NTFS partition
   COMPRESS Compress one or more files
   CONVERT  Convert a FAT drive to NTFS
   COPY     Copy one or more files to another location•
   Coreinfo Show the mapping between logical & physical processors
   CSCcmd   Client-side caching (Offline Files)
   CSVDE    Import or Export Active Directory data 
d
   DATE     Display or set the date•
   DEFRAG   Defragment hard drive
   DEL      Delete one or more files•
   DELPROF  Delete user profiles
   DELTREE  Delete a folder and all subfolders
   DevCon   Device Manager Command Line Utility 
   DIR      Display a list of files and folders•
   DIRQUOTA File Server Resource Manager Disk quotas
   DIRUSE   Display disk usage
   DISKPART Disk Administration
   DISKSHADOW Volume Shadow Copy Service
   DISKUSE  Show the space used in folders
   DOSKEY   Edit command line, recall commands, and create macros
   DriverQuery Display installed device drivers
   DSACLs   Active Directory ACLs
   DSAdd    Add items to active directory (user group computer) 
   DSGet    View items in active directory (user group computer)
   DSQuery  Search for items in active directory (user group computer)
   DSMod    Modify items in active directory (user group computer)
   DSMove   Move an Active directory Object
   DSRM     Remove items from Active Directory
   Dsmgmt   Directory Service Management
e
   ECHO     Display message on screen•
   ENDLOCAL End localisation of environment changes in a batch file•
   ERASE    Delete one or more files•
   EVENTCREATE Add a message to the Windows event log
   EXIT     Quit the current script/routine and set an errorlevel•
   EXPAND   Uncompress CAB files
   EXTRACT  Uncompress CAB files
f
   FC       Compare two files
   FIND     Search for a text string in a file
   FINDSTR  Search for strings in files
   FOR /F   Loop command: against a set of files•
   FOR /F   Loop command: against the results of another command•
   FOR      Loop command: all options Files, Directory, List•
   FORFILES Batch process multiple files
   FORMAT   Format a disk
   FREEDISK Check free disk space
   FSUTIL   File and Volume utilities
   FTP      File Transfer Protocol
   FTYPE    File extension file type associations•
g
   GETMAC   Display the Media Access Control (MAC) address
   GOTO     Direct a batch program to jump to a labelled line•
   GPRESULT Display Resultant Set of Policy information
   GPUPDATE Update Group Policy settings
h
   HELP     Online Help
   HOSTNAME Display the host name of the computer
i
   iCACLS   Change file and folder permissions
   IEXPRESS Create a self extracting ZIP file archive
   IF       Conditionally perform a command•
   IFMEMBER Is the current user a member of a group
   IPCONFIG Configure IP
   INUSE    Replace files that are in use by the OS
l
   LABEL    Edit a disk label
   LODCTR   Load PerfMon performance counters
   LOGMAN   Manage Performance Monitor logs
   LOGOFF   Log a user off
   LOGTIME  Log the date and time in a file
m
   MAKECAB  Create .CAB files
   MAPISEND Send email from the command line
   MBSAcli  Baseline Security Analyzer
   MEM      Display memory usage
   MD       Create new folders•
   MKLINK   Create a symbolic link (linkd) •
   MODE     Configure a system device COM/LPT/CON
   MORE     Display output, one screen at a time
   MOUNTVOL Manage a volume mount point
   MOVE     Move files from one folder to another•
   MOVEUSER Move a user from one domain to another
   MSG      Send a message
   MSIEXEC  Microsoft Windows Installer
   MSINFO32 System Information
   MSTSC    Terminal Server Connection (Remote Desktop Protocol)
n
   NET      Manage network resources
   NETDOM   Domain Manager
   NETSH    Configure Network Interfaces, Windows Firewall & Remote access
   NBTSTAT  Display networking statistics (NetBIOS over TCP/IP)
   NETSTAT  Display networking statistics (TCP/IP)
   NLSINFO  Display locale information (reskit).
   NLTEST   Network Location Test (AD)
   NOW      Display the current Date and Time 
   NSLOOKUP Name server lookup
   NTBACKUP Backup folders to tape
   NTDSUtil Active Directory Domain Services management
   NTRIGHTS Edit user account rights
   NVSPBIND Modify network bindings
o
   OPENFILES Query or display open files
p
   PATH     Display or set a search path for executable files•
   PATHPING Trace route plus network latency and packet loss
   PAUSE    Suspend processing of a batch file and display a message•
   PERMS    Show permissions for a user
   PERFMON  Performance Monitor
   PING     Test a network connection
   POPD     Return to a previous directory saved by PUSHD•
   PORTQRY  Display the status of ports and services
   POWERCFG Configure power settings
   PRINT    Print a text file
   PRINTBRM Print queue Backup/Recovery
   PRNCNFG  Configure or rename a printer
   PRNMNGR  Add, delete, list printers and printer connections
   ProcDump Monitor an application for CPU spikes
   PROMPT   Change the command prompt•
   PsExec     Execute process remotely
   PsFile     Show files opened remotely
   PsGetSid   Display the SID of a computer or a user
   PsInfo     List information about a system
   PsKill     Kill processes by name or process ID
   PsList     List detailed information about processes
   PsLoggedOn Who's logged on (locally or via resource sharing)
   PsLogList  Event log records
   PsPasswd   Change account password
   PsPing     Measure network performance
   PsService  View and control services
   PsShutdown Shutdown or reboot a computer
   PsSuspend  Suspend processes
   PUSHD    Save and then change the current directory•
q
   QGREP    Search file(s) for lines that match a given pattern
   Query Process / QPROCESS  Display processes
   Query Session / QWinsta   Display all sessions (TS/Remote Desktop)
   Query TermServer /QAppSrv List all servers (TS/Remote Desktop)
   Query User    / QUSER     Display user sessions (TS/Remote Desktop)
r
   RASDIAL  Manage RAS connections
   RASPHONE Manage RAS connections
   RECOVER  Recover a damaged file from a defective disk
   REG      Registry: Read, Set, Export, Delete keys and values
   REGEDIT  Import or export registry settings
   REGSVR32 Register or unregister a DLL
   REGINI   Change Registry Permissions
   REM      Record comments (remarks) in a batch file•
   REN      Rename a file or files•
   REPLACE  Replace or update one file with another
   Reset Session  Delete a Remote Desktop Session
   RD       Delete folder(s)•
   RMTSHARE Share a folder or a printer
   ROBOCOPY Robust File and Folder Copy
   ROUTE    Manipulate network routing tables
   RUN      Start | RUN commands
   RUNAS    Execute a program under a different user account
   RUNDLL32 Run a DLL command (add/remove print connections)

s
   SC       Service Control
   SCHTASKS Schedule a command to run at a specific time
   SET      Display, set, or remove session environment variables•
   SETLOCAL Control the visibility of environment variables•
   SetSPN   Edit Service Principal Names
   SETX     Set environment variables
   SFC      System File Checker 
   SHARE    List or edit a file share or print share
   ShellRunAs Run a command under a different user account
   SHIFT    Shift the position of batch file parameters•
   SHORTCUT Create a windows shortcut (.LNK file)
   SHUTDOWN Shutdown the computer
   SLEEP    Wait for x seconds
   SLMGR    Software Licensing Management (Vista/2008)
   SORT     Sort input
   START    Start a program, command or batch file•
   STRINGS  Search for ANSI and UNICODE strings in binary files
   SUBINACL Edit file and folder Permissions, Ownership and Domain
   SUBST    Associate a path with a drive letter
   SYSMON   Monitor and log system activity to the Windows event log
   SYSTEMINFO List system configuration
t
   TAKEOWN  Take ownership of a file
   TASKLIST List running applications and services
   TASKKILL End a running process
   TELNET   Communicate with another host using the TELNET protocol
   TIME     Display or set the system time•
   TIMEOUT  Delay processing of a batch file
   TITLE    Set the window title for a CMD.EXE session•
   TLIST    Task list with full path
   TOUCH    Change file timestamps    
   TRACERT  Trace route to a remote host
   TREE     Graphical display of folder structure
   TSDISCON Disconnect a Remote Desktop Session
   TSKILL   End a running process
   TSSHUTDN Remotely shut down or reboot a terminal server
   TYPE     Display the contents of a text file•
   TypePerf Write performance data to a log file
   TZUTIL   Time Zone Utility
v
   VER      Display version information•
   VERIFY   Verify that files have been saved•
   VOL      Display a disk label•
w
   W32TM    Time Service
   WAITFOR  Wait for or send a signal
   WEVTUTIL Clear event logs, enable/disable/query logs
   WHERE    Locate and display files in a directory tree
   WHOAMI   Output the current UserName and domain
   WINDIFF  Compare the contents of two files or sets of files
   WINRM    Windows Remote Management
   WINRS    Windows Remote Shell
   WMIC     WMI Commands
   WUAUCLT  Windows Update
x
   XCACLS   Change file and folder permissions
   XCOPY    Copy files and folders
   ::       Comment / Remark•
Commands marked • are Internal commands only available within the CMD shell.
All other commands (not marked with •) are external commands.
External commands may be used under the CMD shell, PowerShell, or directly from START-RUN.

Monday 15 February 2016

Thursday 11 February 2016

Wednesday 10 February 2016

How to Use the SiteLock Trust Seal « HostGator.com Support Portal

How to Use the SiteLock Trust Seal « HostGator.com Support Portal

Engineers Mind: C ++ Programming

Engineers Mind: C ++ Programming: Welcome, you We all knows basic C++ programming in pre-engineering standard and in Diploma, Some of you directly aware of C++ in Engineeri...

Smart Work

Smart Work means doing a work with proper planning.
That means always make a strategy before starting work with proper research regarding that work and start working smartly in less interval of time. 

Do not waste your time in thinking

Do not waste your time in thinking while starting your work.
Start your work then think how you can improve your work.
Also try to do not only hard work but also smart work.

Monday 1 February 2016

Wednesday 27 January 2016

12 Tips to Protect Your Company Website From Hackers


Making your website live is like unlocking the door to your premises with your office and safe open: Most of the people who visit your physical building will never even know that all of your data is there to discover just by walking in. Occasionally you will find someone with malicious intent who will walk in and steal your data. That is why you have locks on doors and safes.
Your website is just the same, except that you will never see anyone come in unless you have protection systems in place. Electronic thieves are invisible and fast., searching for your website for details of customers’ accounts, especially for their credit card information. You have a legal obligation to protect this data from theft and to report security breaches that occur.

12 Tips to Protect Your Company Website From Hackers

12 Tips to Protect Your Company Website From Hackers

ASP.NET 5 is no longer. Introducing ASP.NET Core 1.0 and .NET core 1.0 .

There are only two hard things in Computer Science: cache invalidation and naming things. - Phil Karlton

It's very easy to armchair quarterback and say that "they should have named it Foo and it 
would be easy" but very often there's many players involved in naming things. ASP.NET is 
a good 'brand' that's been around for 15 years or so. ASP.NET 4.6 is a supported and 
released product that you can get and use now from http://get.asp.net.

UPDATE NOTE: This blog post is announcing this change. It's not done or released yet. 
As of the date/time of this writing, this work is just starting. It will be ongoing over the next 
few months.

However, naming the new, completely written from scratch ASP.NET framework 
"ASP.NET 5" was a bad idea for a one major reason: 5 > 4.6 makes it seem like 
ASP.NET 5 is bigger, better, and replaces ASP.NET 4.6. Not so.

Refer form:
http://www.hanselman.com/blog/ASPNET5IsDeadIntroducingASPNETCore10AndNETCore10.aspx

ASP.NET 5 is dead - Introducing ASP.NET Core 1.0 and .NET Core 1.0

For Security of your Website 10 Tips

https://blog.sucuri.net/2015/06/10-tips-to-improve-your-website-security.html

10 Tips to Improve Your Website Security


In recent years there has been a proliferation of great tools and services in the web development space. Content management systems (CMS) like WordPress, Joomla!, Drupal and so many other allow business owners to quickly and efficiently build their online presences. Their highly extensible architectures, rich plugin, module, extension ecosystem have made it easier than ever to get a website up and running without years of learning required.
This is undoubtedly a great thing; however, an unfortunate side effect is that now there are many webmasters who do not understand how to make sure their website is secure, or even understand the importance of securing their website. In this post I want to share with you the top 10 steps all webmasters, website owners, can, and should, take to keep their website secure.

1 – Update, Update, Update!

This is something we cannot stress enough here at Sucuri. Countless websites are compromised every day due to the outdated and insecure software used to run them. It is incredibly important to update your site as soon as a new plugin or CMS version is available. Most hacking these days is entirely automated, with bots constantly scanning every site they can looking for exploitation opportunities. It is not good enough to update once a month or even once a week because bots are very likely to find a vulnerability before you patch it. Unless you are running a website firewall like CloudProxy, you need to update as soon as updates are released. If running WordPress, I personally recommend the plugin ‘WP Updates Notifier‘ – it emails you to let you know when a plugin or WordPress core update is available. You should also follow @sucuri_security on Twitter to get notified about important updates and security warnings.

2 – Passwords

Working on client sites, I often need to log in to their site/server using their admin user details. I am frequently disturbed by how insecure their root passwords are. It is a little scary that I have to say this, but admin/admin is not a secure username and password combination. If your password appears in this list of most common passwords, it is guaranteed that your site will be hacked at some point.

Friday 15 January 2016

Mystery of Life

Life is Full of Mystery,
It always surprises you.

Life Is To Short, Express your love

When you love someone then show them,
Because life is to short,
You don't know which is your last day.

Engineers Mind: How to set path to start a Java programming in Win...

Engineers Mind: How to set path to start a Java programming in Win...: Java Application creation: Java applications are different from Java applets. This is written in Java Programming language. It is not nec...

Engineers Mind: About Me

Engineers Mind: About Me: Blog Hero Er. Heera Babu Contact email :  Heerababu80@gmail.com Leave a MSG : +918505877366 Personal Competence: Engineer ...

Monday 4 January 2016

Jobs at Google

https://www.google.com/about/careers/search?utm_source=googleplus&utm_medium=lifeatgoogle&utm_campaign=jan2016#t=sq&q=j&li=10&

Saturday 2 January 2016

World's most unexpected theme park - YourSingapore

World's most unexpected theme park - YourSingapore

Engineers Mind: Write the program to find or count the digits sum....

Engineers Mind: Write the program to find or count the digits sum....: #include<stdio.h> #include<conio.h> void main () {     int num , a , n ;     int sum = 0 ;     printf ( &quot...

Engineers Mind: If the area A of the a square is known, then the l...

Engineers Mind: If the area A of the a square is known, then the l...: Before Solution: Question asked in RRB. The area of the square garden is A and length of one side is l ,   \(l = {A^{\frac{1}{2}}}\...

Engineers Mind: What will happen, when the main of class is not de...

Engineers Mind: What will happen, when the main of class is not de...: Program: // define class without main class Withoutmain {     // static is predefined keyword     static     {        //...

Engineers Mind: If there is main method in the program, but not in...

Engineers Mind: If there is main method in the program, but not in...: Ans : program will compile but not run i.e. runtime error. Program: // define a class one in which no main method will define...

Engineers Mind: what is the meaning of args[] in the main method o...

Engineers Mind: what is the meaning of args[] in the main method o...: Program: // define class two in which main method will write class Two {     //call main method     public static void mai...