Posts

Showing posts with the label view

View or Disable Programs Running at Startup

View or Disable Programs Running at Startup " Windows Defender lets you view the list of programs running at Windows startup. You can also disable or permanently remove unneeded entries. 1. From Windows Defender, click the "Tools" button. 2. Select "Software Explorer". 3. Next to "Category" make sure "Startup Programs" is selected. 4. Windows Defender will now go through each startup program and try to verify that it is legitimate against a database of known programs. 5. To view details on a particular startup entry just click the entry. Information you may see will include: * File Name* Display Name* Description* Publisher* Digitally Signed By* File Type* Startup Value* File Path* File Size* File Version* Date Installed* Startup Type* Location* Classification* Ships with Operating System 6. If you want to remove an entry from your startup list, consider disabling it first. This way you can easily re-enable it later if you find out the star...

View running processes in Oracle DB

View running processes in Oracle DB This will show you a list of all running processes: SET LINESIZE 200 SET PAGESIZE 200 SELECT PROCESS pid, sess.process, sess.status, sess.username, sess.schemaname, sql.sql_text FROM v$session sess, v$sql sql WHERE sql.sql_id(+) = sess.sql_id AND sess.type = USER; Identify database SID based on OS Process ID use the following SQL query, when prompted enter the OS process PID: SET LINESIZE 100 col sid format 999999 col username format a20 col osuser format a15 SELECT b.spid,a.sid, a.serial#,a.username, a.osuser FROM v$session a, v$process b WHERE a.paddr= b.addr AND b.spid=&spid ORDER BY b.spid; For making sure you are targeting the correct session, you might want to review the SQL associated with the offensive task, to view the SQL being executed by the session you can use the following SQL statement: SELECT b.username, a.sql_text FROM v$sqltext_with_newlines a, v$session b, v$process c WHERE c.spid = &spid AND c.addr = b....

View and Recover Saved Passwords in Web Browsers WebBrowserPassView v1 25

Image
View and Recover Saved Passwords in Web Browsers WebBrowserPassView v1 25 Description WebBrowserPassView is a password recovery tool that reveals the passwords stored by the following Web browsers: Internet Explorer (Version 4.0 - 9.0), Mozilla Firefox (All Versions), Google Chrome, Safari, and Opera. This tool can be used to recover your lost/forgotten password of any Website, including popular Web sites, like Facebook, Yahoo, Google, and GMail, as long as the password is stored by your Web Browser. After retrieving your lost passwords, you can save them into text/html/csv/xml file, by using the Save Selected Items option (Ctrl+S). Click To Enlarge System Requirements And Limitations This utility works on any version of Windows, starting from Windows 2000, and up to Windows 7, including 64-bit systems. Older versions of Windows (Windows 98/ME) are not supported, because this utility is a Unicode application. Currently, WebBrowserPassView cannot retrieve the passwords if they are encr...

View and terminate Oracle Database user sessions

View and terminate Oracle Database user sessions Verify sessions: SELECT USERNAME FROM V$SESSION; SELECT USERNAME, SID, SERIAL#, STATUS   FROM V$SESSION   WHERE USERNAME like SCOTT%; Generate SQL to terminate sessions: SELECT ALTER SYSTEM KILL SESSION || SID || , || SERIAL# || ;   FROM V$SESSION   WHERE USERNAME like SCOTT%; download  file  now

View the list of Ebonyi House of Assembly Members Reps and Senators

View the list of Ebonyi House of Assembly Members Reps and Senators In this Article i will be giving you the name of 2015-2019 Ebonyi state house of assembly members, Reps and senator in full. As we already know Ebonyi state is made up of three Senatorial District, six Constituency and twenty-two house of Assembly Constituency. Ebonyi State 2015-2019 House of Assembly Members 1. Abakaliki North-Okpo Franca Chinyere PDP, Abakaliki South- Luke Nkwegu PDP, Afikpo NorthEast-Maria Ude Nwachi-F-PPA 2 Afikpo North West-Ikoro Kingsley Ogbonnaya-M-PDP 3 Afikpo South East-Chidi Ejem-M-PDP 4. Afikpo South West-Nkemka Okoro Onuma-M-PDP 5. Ebonyi North East-Hon Ezzeoma Benjamin N-M-PDP 6. Ebonyi North West-Aleke Victor Umoke-M-PDP 7. Ezza North East-Nwaobashi Joseph-M-PDP 8. Ezza North West-Aleke Victor Umoke-M-PDP 9. Ezza South-Chris Ususlor-M-PDP 10. Ikwo North-Nwuruku Humphrey Alieze-M-PDP 11. Ikwo South-Ogiji Imo Chike-M-PDP 12. Ishielu North-Ali Okechukwu-M-PDP 13. Ishielu South-Julius Ifeany...

View process tree

View process tree One way to get the current process tree is to use the PS command, like this: ps faux Another way is to use the command pstree which will give you a nicer output, like this: pstree -l -a the -l option enables the "long lines", by default lines will be truncated and the -a  option is for pstree to show the command line arguments of each process. There are other options that you can use, like the -p  which will display the IDs of each process. If you want to see the tree of a particular process you can pass the process PID to pstree: pstree -l -a 5567 If you dont know the PID of the process you want you can use the following method: pstree -l -a $(pidof cron) This will display cron and all of its children. You may also see the process tree of a particular user: pstree -l -a root download  file  now

View 5 1

Image
View 5 1 New features in five main areas: Platform, User Experience and Client, Management and Administration, Persona Management and Security. Platform Features CBRC or View Storage Accelerator CBRC will help address some of the performance bottlenecks and the increase storage cost for VDI. CBRC is a 100% host-based RAM-Based caching solution that help to reduce read IOs issued to the storage subsystem and thus improves scalability of the storage subsystem while being completely transparent to the guest OS. VMware tests have identified a boot storm reduction of approximately 80% on peaks IOPS, ~45% on average IOPS, ~65% on peak throughput and ~25% on average throughput. For additional information I recommend you reading my two previous articles Understanding CBRC (Content Based Read Cache) and Understanding CBRC � RecomputeDigest Method. I also have a Storage View Accelerator Deep Dive prepared to be published this week, but for now take the opportunity to read VMware EUC Portfol...

View Composer Array Integration

Image
View Composer Array Integration What is VCAI? A.  VCAI or View Composer API for Array Integration is a new �Tech Preview� feature of View 5.1 that leverages capabilities of VMware vSphere as well as some of the NAS storage arrays that have the VAAI (vSphere API for Array Integration) NAS native snapshot capability.  This feature allows customers to offload the creation of linked clones to the storage array. It is used in conjunction with linked clone desktop pools and NFS datastores that are exported by NAS storage arrays such as NetApp and EMC.  Q.  Is VCAI a fully supported feature of VMware View 5.1? VCAI is a �Tech Preview� (Experimental) feature of View 5.1.  It is not a supported feature of View 5.1. Customers who have all the required components can try and test it in their environment.  Q.  What are the different components required to operationalize View Composer API for Array Integration? The following components are required for op...

View available updates from terminal without updating the system Ubuntu

View available updates from terminal without updating the system Ubuntu I find it a faster way to install updates on my Ubuntu machine from terminal rather then using a GUI package manager. sudo apt-get update  // collects information on updated packages from the repos sudo apt-get upgrade // install upgrades for packages for which updates are available The commands above are cool, of course, and quick to type, but one thing always annoyed me - I could only see what was updated after I actually initialized the process of upgrading the system. Well, not cool (GUI package manager would show what packages are upgradable). How to view available updates from terminal without updating the system : apt-get --just-print upgrade apt-get -s upgrade These 2 show the very same output (they both simulate an upgrade, dont really do it). So the 2nd one is shorter to type. Another command for the same purpose: aptitude search ~U Anyway, I find a command like below a bit more logical when re...

vCO and view

Image
vCO and view Many VMware products have their own API�s and SDK that help organizations to automate process. VMware View doesn�t have publically available API�s that can be used in the automation process. However, VMware View does expose PowerShell cmdlets that can be used in the construction of a automated process via PowerShell scripts or via the construction of vCenter Orchestrator Workflows. Not many people know that vCO can talk PowerShell using a PS module and that it�s a free tool that is automatically installed with your vCenter Server. The vCO PS module has the ability to create custom workflows based on a single PS cmdlet using a pre-defined workflow called: Generate an action for a PowerShell cmdled . This workflow can be found under Library > PowerShell. The diagram below demonstrate a workflow created using Generate an action for a PowerShell cmdled for the VMware View PowerShell cmdlet Add-AutomaticLinkedClonePool . This View PS cmdlet as the name says, create a pool...

View

View http://youtu.be/vLPUs_k7JsQ download  file  now

View your network information

Image
View your network information This command is helpful to collect information about your network details. Open a terminal and apply following command, nm-tool See the result. download  file  now

View 40 different Filetype like 3gp Avi Jpeg pdf ttf in Ubuntu Linux with Gloobus

View 40 different Filetype like 3gp Avi Jpeg pdf ttf in Ubuntu Linux with Gloobus By using a Nice utility Gloobus  you can view almost all file type. Gloobus is a free application for GNU / Linux . Gloobus-Preview is an extension for the Gnome Desktop  designed to enable a full screen preview of any kind of file.  It allows instant access to a variety of file types without the need of opening their default application. You can access the preview mode from several ways, right click on the file you want to preview and choose �Preview� o simply hit the Space key on your keyboard. Gloobus can currently preview over 40 file formats and its family is still growing: Images: jpeg / png / icns / bmp / svg / gif / psd / xcf Documents: pdf / cbr / cbz / doc / xls / odf / ods / odp / ppt Source: c++ / c# / java / javascript / php / xml / log / sh / python Audio: mp3 / ogg / midi / 3gp / wav Video: mpg /avi / ogg / 3gp / mkv / flv Other: folders / ttf / srt / plain-text How to ...

View Google I O 2016 Keynote in 360 view Cardboard

Image
View Google I O 2016 Keynote in 360 view Cardboard download  file  now