Linux Mysql Apache php Perl Python - LAMP
Free Code Collection
Home
·
Linux - Windows - Apache - Perl -Shell - Scripts - Mysql - Songs - Lyrics -Fun
<<PREV
Showing 10 to 20
NEXT>>
10) LINUX - how to crack rar 7z zip file password
Crack rar 7z zip file password in Linux
If you forget your password for compressed archive (rar, 7z, zip), RarCrack is the solution. RarCrack uses a brute-force algorithm to find corre.......
11) LINUX - Update twitter with curl
Add tweer from command line
Update twitter using curl
This function will update your tweet from command line
tweet(){ [ ${#1} -lt 141 ] && curl.......
12) LINUX - files opened by user in specified directory
Find files used by a user in a folder
View user activity per directory.
lsof -u someuser -a +D ./
View all files opened by a user in specified directory.
.......
13) LINUX - delete thunderbird msf file in linux
Find and delete thunderbird's msf file
Find and delete thunderbird's msf files to make your profile work quickly again.
find ~/.thunderbird/*.default/ -name *.msf -exec .......
14) LINUX - list alive hosts in specific subnet nmap command
Find alive systems in network
nmap Command to list the system on network connection
nmap -sP 192.168.1.0/24
OUTPUT:
Starting Nmap 4.68 (.......
15) LINUX - create a temporary file or directory
Command to create temp file or directory
Linux Command to create temp file
tempfile=$(/bin/mktemp)
Linux Command to create temp directory
tempdir=$(/bin.......
16) LINUX - how to disable users list on gdm login
Display off valid users on the workstation
If you dislike Fedora's default behaviour of showing all the valid users on the workstation during a X-windows login this will make the u.......
17) LINUX - find package version on debian linux
Debian linux version
Find a Package Version on Debian based distribution
dpkg-query -W -f='${Version}\n' package-name
The command .......
18) food - KFC chicken preparation
கே.ப்.சி. சிக்கன்
தேவையான பொருட்கள்
.......
19) food - cold coffee preparation in tamil
கோல்ட் காபி
பால் - 1/2 லிட்டர்
சீனி - தேவ&.......
<<PREV
Showing 10 to 20
NEXT>>
All LINUX Stuff