Login
Discover
Waves
Communities
Login
Signup
Topics
#config
Global
Trending
Hot
New
Top
#config
New
Top communities
Create your community
latest #config created topics | Ecency
ericjiang
config
4y
如何在 Firefox 中轻松禁用下载面板自动打开
Mozilla Firefox允许用户禁用在您开始下载时弹出的下载面板的自动 打开,以下是您无需深入了解 about:config 界面即可执行此操作的方法。 在Firefox 98 版本中,Mozilla 对下载行为进行了显着更改。值得一提的是,Firefox 会为每次下载显示一个下载面板弹出窗口,并且默认情况下它不再将下载保存到临时文件夹中。我们在此处介绍了如何撤消下载面板更改。 虽然有一种方法可以通过更改
$ 0.000
2
erialos
Vidulum
5y
Vidulum Validator Installation Guide
Extended guide to setting up a Vidulum Validator
$ 0.000
1
1
insecureup
crypto
7y
2 Crypto Bot
Como gano mas de un 3% diario.
ranksvm
copy
8y
VS2017拷贝工程的步骤
vs2017有一个项目,里面有大量的配置,如果想改成另外一个项目(原有项目不变化),最好是拷贝工程(解决方案)后,再改名。步骤如下: 工程为SOURCE 想要拷贝成DEST 先修改工程名/解决方案名 1.将工程SOURCE的整个文件夹(后文将该文件夹称为$SOURCE)拷贝,改名为DEST(后文将该文件夹称为$DEST)。打开文件夹$DEST,有一个SOURCE.sln 将其重命名为DEST.sln
molometer
Town Square
3d
Published via Ecency
Promoted
The Blind Beggar Pub Shooting
The Blind Beggar Pub Shooting
On the 9th of March 1966 Ronnie Kray walked into the Blind Begger Pub in Whitechapel, East London pointed a pistol at George Cornell's head and pulled the trigger. Reggie Kray and Ronnie Kray in the foreground
cryptoaritra
emacs
8y
!
Low reputation account with an unverified outbound link, Reveal content
configuring emacs from scratch - 05
This is the continuation of the forth video.
inocente
steemhunt
8y
Config - Config File Management for Programmers
Config Config File Management for Programmers Screenshots View ImageView Image Hunter's comment Programmers will love this application because it is so useful by their side becuase it is a solution for
patryktech
technolgy
8y
nowy film na youtube
nowy film na youtube
vituscokr
atom
8y
Atom 에서 node 실행하기
Atom 에서 node 실행하기 atom-runner install 하기 vi ~/.atom/config.cson runner: scopes: js:"node" atom-runner 실행 ctrl + r atom-runner install 하기 vi ~/.atom/config.cson runner: scopes: js:"node"
zoe01
Splinterlands
1d
Published via Ecency
Promoted
Another Frontier Ranked Battle! A 24 Mana Battle With Ferocity - Splinterlands
Hello people of Splinterlands! It's @zoe01 and today I would like to share another one of my recent Frontier Ranked battles. In my previous post, I shared a high mana battle with 72 mana cap and Super
gamer0815
dlive
8y
Kurzer Test mit Solitär
Teste nur ob mein Laptop das Packt. My live stream is at DLive
patryktech
technolgy
8y
!
Low reputation account with an unverified outbound link, Reveal content
new video on the youtbe chanell
new video on the youtbe chanell
techfree
cambodia
8y
ស្វែងយល់ពី ISP Config
ISP Config ជាប្រភេទ Web Hosting Management សម្រាប់ប្រើប្រាស់ក្នុងក្រុមហ៊ុនដែលទទួល Hosting website វាស្រដៀងគ្នាទៅនិង Cpanel ដែរតែគ្រាន់តែ ISP ពេលនេះមិនទាន់គិតថ្លៃ។តែទៅថ្ងៃអនាគតប្រហែលជាអាចគិតថ្លៃ ដូច CPanel
oneshot
linux
8y
[Linux] Don't create new users with 'useradd' in Debian. Use 'adduser' instead.
source
sacra97
Freewriters
10d
Promoted
Mensaje diario de 5 minutos- ¡No tengo apetito para eso! / Daily 5 minute message- No appetite for that!- 23 agosto 2026
No lo puedo negar no hay que tener apetito para disfrutar de la variedad de comidas que estoy disfrutando aquí en España. Las diferentes especialidades y mi lista de comidas de las que no quiero perderme
oneshot
linux
8y
[Linux] To what purpose is /etc/profile.d there?
[Linux] To what purpose is /etc/profile.d there?
oneshot
linux
8y
[Linux] Permanently remove (special) folders from the home directory in Debian/Ubuntu.
The config file /etc/xdg/user-dirs.conf (overrided by ~/.config/user-dirs.conf) allows to you to enable or disable the automatic folders (re-)creation. If you set in it enabled=False, either globally (in
qanon1111
windows
8y
!
Low reputation account with an unverified outbound link, Reveal content
Congigure Windows to allow miner to mine more effeciantle
How to Fix High CPU Usage after Windows 10 Fall Creators Update Apr. 16, 2018 / Updated by Bessie Shaw to Windows 10 High CPU usage again after another key update of Windows, Windows 10 Fall Creators Update.
tienkdooo
gaming
8y
!
Low reputation account with an unverified outbound link, Reveal content
Gaming PC Configuration
Hello guys, for some who want i'm make some pc configuration to build by yourself, here's a first one who cost 786.10 euro (975.57 dollar). If you want a personnal configuration, send me a message with
mika200
Loving HIVE ❤
1d
Published via Ecency
Promoted
Coming Back to Hive
Life is unpredictable and some things just happen for a particular reason. Sometimes you have plans for yourself and you think you know how the next few months are going to look, then something happens
oneshot
linux
8y
[Linux] Force the keyboard backlight to stay turned off on an ASUS laptop.
Here the script that has to be executed as root. #!/bin/bash while true do echo 0 > /sys/class/leds/asus\:\:kbd_backlight/brightness sleep 5 done GitHub
duke1221
csgo
8y
Counter-strike Global Offensive -Pro Player CONFIG
Counter-strike Global Offensive -Pro Player CONFIG ▶️ DTube ▶️ IPFS
oneshot
linux
8y
#Linux How to set the default gvim colorscheme.
Original Article
cui5445
mysql
9y
mysql 常用命令总结
数据库查看: show databases; 数据库创建: create database 数据库名; 使用数据库: use 数据库名; 创建表: 后面边使用边总结增加吧。 退出mysql: quit 授权: myuser使用mypassword从任何主机连接到mysql服务器的话。 GRANT ALL PRIVILEGES ON . TO 'myuser'@'%' IDENTIFIED BY
Older →