Bash shell and Vim configuration settings. Contribute to Integralist/dotfiles development by creating an account on GitHub.
1 #!/usr/bin/bash 2 3 4 # file_name=list_executable_file 5 # function: list executable files in the current directory. 6 7 8 function list_executable_file() 9 { 10 count=0 11 echo 12 for file in $(ls) 13 do 14 if [ -x $file ] 15 then 16 echo "EXECUTABLE_FILE_$count...
UpdatedDec 19, 2024 AndrewMarchukov/tracker-add Star276 Fully automated script for adding more trackers to Transmission. trackertorrenttorrent-filestransmissiontransmission-daemontorrentstorrent-downloadertorrent-trackerbash-scripttrackerstransmission-webtransmission-clitransmission-apiadd-trackerstransmission-torrent-...
一个好友的国外VPS由于操作不当,结果装软件的时候总是提示dpkg: warning: files list file for package `***' missing, assuming package has no files currently installed,导致无法安装任何软件,结果百度+Google了好多教程,最后找到的解决办法如下: #!/bin/bashset-e # Cleanout/var/cache/apt/archives apt-ge...
7. Find Out who’s Looking What Files and Commands? The below example shows usertecmintis using commands likepingand/etcdirectory. # lsof -i -u tecmintCOMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME bash 1839 tecmint cwd DIR 253,0 12288 15 /etc ...
Tencent is a leading influencer in industries such as social media, mobile payments, online video, games, music, and more. Leverage Tencent's vast ecosystem of key products across various verticals as well as its extensive expertise and networks to gain
Tencent is a leading influencer in industries such as social media, mobile payments, online video, games, music, and more. Leverage Tencent's vast ecosystem of key products across various verticals as well as its extensive expertise and networks to gain
sourceIt is used to reload config files and execute the script in the current shell. suspendUsed to suspend the current shell and returns the control to the parent shell. testUsed within the shell script, allowing you to check conditions and perform various tests. ...
#!/bin/bash set -e # Clean out /var/cache/apt/archives sudo apt-get clean # Fill it with all the .debs we need sudo apt-get --reinstall -dy install $(dpkg --get-selections | grep '[[:space:]]install' | cut -f1) DIR=$(mktemp -d -t info-XXXXXX) for deb in /var/cache...
dano - A hashdeep/md5tree (but much more) for media files enginesound - A GUI and command line application used to procedurally generate semi-realistic engine sounds. Featuring in-depth configuration, variable sample rate and a frequency analysis window. Festival - A local music player/server/cl...