Showing posts with label Tutorials. Show all posts
Showing posts with label Tutorials. Show all posts

Wednesday, January 2, 2019

How to hack a computer, or laptop with passowrd using a USB drive linuxmint and live usb creator



Steps.
1. Make sure to have a liveUSB creator like rufus or fedora. Install it in your computer.
2. Download a linuxmint, ubuntu, or fedora live OS.
3. Insert USB drive in a computer.
4. Using the live usb creator, create a bootable usb drive. Browse the live OS iso file. Select the USB drive. Click the button create.
5. Go to target computer with password. Restart it and while it boots up, click enter or F12  to go to boot options.
6. Select your USB drive with linuxmint name on it.
7. Wait until OS is successful.
8. Now you can copy file from the computer. Backup lost files.

We do not use this knowledge to harm other people. In fact, we use it to help people who have forgotten password and formatting the computer is not the best choice or OS failure where no backup has earlier been made to prevent data loss.
Although, we have a lot of other options for the above, this tutorial is among the few. Wait for future videos for other techniques.

Please make sure to perform this only for doing good. Always ask permission from the computer owner before using it to avoid any criminal liability from our Cybercrimes Law.

Friday, December 14, 2018

Filter database by area and by address where there is only one condition in where clause.


Filter database by area and by address where there is only one condition in where clause. 

For more videos, please go to my channel, or message me if you have questions. 

Monday, December 10, 2018

Filter database selection from datagridview using Visual Studio


Codes:

Imports System.Data.OleDb
Imports System.Data
Imports System.Data.DataTable
Public Class CashBlotterDatePrint

    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        Me.Close()
    End Sub

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim dt As New DataTable
        Dim str As String = "Select * from CashBlotter where  eDate >= #" & DateTimePicker1.Value.ToShortDateString & "#  and eDate <= #" & DateTimePicker2.Value.ToShortDateString & "# Order  by edate, ID"
        Dim da As New OleDb.OleDbDataAdapter(str, con)
        da.Fill(dt)
        da.Dispose()
        Dim rptDoc As CrystalDecisions.CrystalReports.Engine.ReportDocument
        rptDoc = New CrystalReport78
        rptDoc.SetDataSource(dt)
        Report_Daily_Withdrawal.CrystalReportViewer1.ReportSource = rptDoc
        Dim txt1 As CrystalDecisions.CrystalReports.Engine.TextObject = rptDoc.ReportDefinition.Sections(1).ReportObjects("Text19")
        txt1.Text = DateTimePicker1.Value.ToShortDateString
        Dim txt2 As CrystalDecisions.CrystalReports.Engine.TextObject = rptDoc.ReportDefinition.Sections(1).ReportObjects("Text20")
        txt2.Text = DateTimePicker2.Value.ToShortDateString
        Report_Daily_Withdrawal.Show()
    End Sub
End Class


For information on the coding I used above, leave a comment below.

For more videos, please go to my channel in youtube. You can drop your comments on possible tutorial that we can tackle.

Friday, December 7, 2018

Editing Tutorial using Lightroom Create Cinematic Effect in Lightroom 5


Months ago, we were fun of using presets in our editing of photo images for Lasare Photography especially for weddings.

Today, I will be showing to you how to achieve a cinematic effect for photos using Lightroom 5 without any presets.

For more videos, please visit my youtube channel.

Wednesday, December 5, 2018

Glider attempt: funshoot and edit using Camtasia Studio



It has been our first time using a glider in shooting a funshoot video so the frames are a little bit wavy. My computer graphics driver is not working so I cannot use sony vegas or premiere. I left without option but use Camtasia Studio which is much lighter. 

Music is copyright to Grace Vanderwaal: Moonlight. 




Wednesday, November 28, 2018

How to make a cinematic effect in photo using Lightroom 5 tutorial


Cinematic effect in photos has been the recent trend in editing photos. In this video tutorial, I will share to you how I edit photos using quick tools in lightroom 5. We will not use any preset for this tutorial. 

Photo was taken using my Nikon D7100 and using 50mm lens. 

For any question or suggestion. Leave us a comment. 

For more videos,please visit my Channel at Youtube/c/GenesisMAuza

How to edit using lightroom to turn black and white background only


Sometimes there is a need for us to highlight only the subject in order to give it emphasis. There can be a lot of ways to do the same. Turning the background as black and white is the common process. In this tutorial, I will show you how to turn the background color as black and white while keeping the subject color intack. 

If you have questions, leave a comment below. 

For more videos, visit my Channel at Youtube Genesis M. Auza. 

How to edit nose line of woman for pageant posters using brush tool in lightroom tutorial


In creating this tutorial, I went over to my library and found this photo. To proceed to this tutorial, you will need an imstalled application for Lightroom.

Just comment below if you need any "how-to" tutorial. 

For more videos, please go to my channel in Youtube at Genesis M. Auza.



Part 7. Commercial Law. Piercing the viel. Solidary liability

Because a corporation’s existence is only by fiction of law, it can only exercise its rights and powers through its directors, officers, or...