Before |
---|
![]() |
After |
![]() |
This ZSH completion script enhances your command line interface by providing auto-completion for the lms
command, which is part of the LM Studio suite. It supports all subcommands and their options, improving efficiency and reducing the need for memorizing syntax.
-
Download the Completion Script
You can download the_lms
script directly using the following command:
echo "" | |
echo "************ Github Dork Links (must be logged in) *******************" | |
echo "" | |
echo " password" | |
echo "https://github.com/search?q="hackertarget.site"+password&type=Code" | |
echo "https://github.com/search?q=""hackertarget""+password&type=Code" | |
echo "" | |
echo " npmrc _auth" |
! | |
* | |
** | |
*** | |
+ | |
++ | |
+++ | |
- | |
/ | |
// |
If you'r using MAC Intel CPU you want to use VMware to virtual your desired OS such Windows or Ubuntu on the MAC OS you need to download VMware Fusion Player first then it has two version Pro and Player, the Player version is free for personal use but you need to create VM account to download and licence key. | |
You can create account to download yourself here: | |
https://customerconnect.vmware.com/group/vmware/evalcenter?p=fusion-player-personal | |
If you don't want to create account to get license, you can try below original license key for VMware Fusion Player: | |
COMPONENT: | |
VMware Fusion Player – Personal Use |
############################################################# | |
# # | |
# Configuration file for Dire Wolf # | |
# # | |
# Macintosh version # | |
# # | |
############################################################# | |
# | |
# Consult the User Guide for more details on configuration options. | |
# |
#!/bin/bash | |
# | |
# CISCO needs commands of the form | |
# DECNET HOST PUFF 1.22 | |
# | |
OUTFILE="nodenames-cisco-ios" | |
TMPFILE="/tmp/hecnet-cisco-temp.tmp" | |
curl -sNm 60 http://mim.update.uu.se/hecnod | dos2unix | egrep "^[0-9]" | cut -f 1-2 -d " " | sed -re 's/^/ /' | sed -re 's/[(]/DECNET HOST /' | sed -re 's/[)]//' > ${TMPFILE} |
OpenVMS is an operating system originally developed by DEC (Digital Equipment Corporation), a company acquired by Compaq which was then acquired by HP for the VAX platform.
Although development started in the mid-1970s into the 1980s, OpenVMS is still very much alive with up-to version 7.3 available for VAX, and continued development in 8.x for DEC Alpha and now Intel Itanium architectures. Even Oracle, who acquired DEC's Rdb RDBMS have stated that they will continue to support and develop Rdb, creating a lesser gap between it and Oracle Database system
This note describes how to connect two networks/devices/VMs over public network using Wireguard with Layer 2 support (ARP, IPv6 link-local, etc).
This can also be achieved using SSH and its "tap" tunnel, however, it does not provide the same level of latency and bandwidth as full-blown VPN such as Wireguard.
In addition, this note describes how to tunnel Wireguard over TCP connection. This may be of use if you encounter firewall in-between so, for instance, you can use TCP port 443 only.
//MWILSONU JOB CLASS=A,MSGCLASS=X,MSGLEVEL=(1,1) | |
//* | |
//* CREATE A CUSTOMIZED NETWORK SOLICITOR SCREEN FOR MY MVS3.8J | |
//* SYSTEM, BASED ON THE EXAMPLE PROVIDED BY TOMMY SPRINKLE AT | |
//* http://tommysprinkle.com/mvs/netsol/index.htm | |
//* | |
//* RESTORE ORIGINAL NETSOL SO WE CAN MODIFY A CLEAN COPY. | |
//* THIS, OF COURSE, ASSUMES YOU HAVE PREVIOUSLY BACKED UP THE ORIGINAL | |
//* SYS1.MACLIB(NETSOL) TO SYS1.MACLIB(NETSOL00). DO THAT BEFORE EVER | |
//* RUNNING THIS JOB FOR THE FIRST TIME. |