Skip to content

accounted4/toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToolBox

Linux

Keyboard Shortcuts

Table 1. Keyboard Shortcuts
Key Combination Description

CTRL`ALT`F1

Open virtual terminal 1

ALT+F7

Return from virtual terminal to gui

ALT`RIGHT CLICK`Drag

Resize window in xfce

Java

Find Java Class in Jar file

Unix:

find ./ -name '*.jar' -exec grep -Hls MyClassName {} \;

Windows:

for /R %G in (*.jar) do @jar -tvf "%G" | find "ClassName" > NUL && echo %G

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages