- Clean pkg cache
- Remove unused packages (orphans)
- Clean cache in /home
- remove old config files
- Find and Remove
- duplicates
- empty files
- empty directories
- broken symlinks
- Kodu ve hayatı basit tutmanın felsefesi -> https://people.apache.org/~fhanik/kiss.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"1337x": { | |
"errorMsg": "Bad Username", | |
"errorType": "message", | |
"url": "https://1337x.to/user/{}/", | |
"urlMain": "https://1337x.to", | |
"username_claimed": "TheMorozko", | |
"username_unclaimed": "noonewouldeverusethis7" | |
}, | |
"Kommunity": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
English Version Details. | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
Windows 7 Ultimate SP1-U ISO (Refresh) | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
x86 | |
Part- X17-59463 | |
en_windows_7_ultimate_with_sp1_x86_dvd_u_677460.iso | |
SHA1: 65FCE0F445D9BF7E78E43F17E441E08C63722657 | |
ISO/CRC: 35511F11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH="/home/devarex/.oh-my-zsh" | |
# Set name of the theme to load --- if set to "random", it will | |
# load a random theme each time oh-my-zsh is loaded, in which case, | |
# to know which specific one was loaded, run: echo $RANDOM_THEME | |
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax on | |
:set number | |
nnoremap <S-Up> :m-2<CR> | |
nnoremap <S-Down> :m+<CR> | |
inoremap <S-Up> <Esc>:m-2<CR> | |
inoremap <S-Down> <Esc>:m+<CR> | |
set foldmethod=indent | |
set foldlevel=1 | |
set foldclose=all |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Future versions of Hyper may add additional config options, | |
// which will not automatically be merged into this file. | |
// See https://hyper.is#cfg for all currently supported options. | |
module.exports = { | |
config: { | |
// choose either `'stable'` for receiving highly polished, | |
// or `'canary'` for less polished but more frequent updates | |
updateChannel: 'stable', |