You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-22
Original file line number
Diff line number
Diff line change
@@ -19,76 +19,54 @@ All the solutions of **Gnu-linux-shell-use** exist in following paradigms. Each
19
19
20
20
## Application management
21
21
22
-
Solutions for managing applications
23
-
24
22
*[Generic RDBMS utility functions for a MySQL database](functions_scripts/application_management/database/mysqldbutils)
25
23
*[Check if a PostgreSQL database exists.](one-liners/application_management/database/postgresql-database.one-liners)
26
24
27
25
## File management
28
26
29
-
Solutions for managing files
30
-
31
27
*[Rename all files matching a name recursively.](scripts/file_management/file_name_manipulation/renmrecr)
32
28
*[Get the size in megabytes of one or more files and/or directories.](one-liners/file_management-output_only/file_information/file-property-information-retrieval.one-liners)
33
29
34
30
## System management
35
31
36
-
Solutions for managing the system
37
-
38
32
*[List all processes owned by the current user.](aliases/system_management-output_only/process_information/process-general-information-retrieval.aliases)
39
33
*[Print the target architecture of the current operating system.](one-liners/system_management-output_only/operating_system_information/operating-system-property-information-retrieval.one-liners)
40
34
41
35
## Hardware management
42
36
43
-
Solutions for managing hardware
44
-
45
37
*[Check if the primary wireless local area network device interface is soft blocked.](scripts/hardware_management-output_only/device_information/iswlanblocked)
46
38
*[Get the vendor name of the CPU.](one-liners/hardware_management-output_only/cpu_information/cpu-property-information-retrieval.one-liners)
47
39
48
40
## Shell management
49
41
50
-
Solutions for managing the shell
51
-
52
42
*[Execute a command in the background.](scripts/shell_management-modules/process_management/execinbg)
53
43
*[Remove the last N entries from the bash history.](scripts/shell_management/history_management/remvlastnentriesfrombashhist)
54
44
55
45
## X11 management
56
46
57
-
Solutions for managing X11
58
-
59
47
*[Get the ID of the active window.](scripts/x11_management-output_only/window_property_information/getactvwindid)
60
48
*[Get the class of a window by ID.](scripts/x11_management-output_only/window_property_information/getwindclassbyid)
61
49
62
50
## Mobile device management
63
51
64
-
Solutions for managing mobile devices
65
-
66
52
*[Watch the X and Y screen tap positions of an Android device.](scripts/mobile_device_management-android/hardware_management/watchandroiddevscreentappos)
67
53
*[Mount and unmount an MTP device.](scripts/mobile_device_management-generic/mounting/mntmtp)
0 commit comments