Centos
How to modify your DNS on mac OSX Mojave and El Capitan 2020
Others • Britt Maree posted the article • 0 comments • 1348 views • 2019-09-11 11:19
Tools:
Mac laptop
1. Go to your mac os System Preferences option, click the apple icon on the top left screen .
2. Click on Network
3. Select the first connection in your list and click Advanced
4. Select the DNS tab and add 208.67.222.222 and 208.67.220.220 to the list of DNS servers. Click OK
5. cache and web browser caches to ensure that your new DNS configuration settings take immediate effect.
At the point, we highly suggest that you flush your DNS resolver cache and web browser caches to ensure that your new DNS configuration settings take immediate effect.
Video Instruction:
view all
Tools:
Mac laptop
1. Go to your mac os System Preferences option, click the apple icon on the top left screen .
2. Click on Network

3. Select the first connection in your list and click Advanced

4. Select the DNS tab and add 208.67.222.222 and 208.67.220.220 to the list of DNS servers. Click OK

5. cache and web browser caches to ensure that your new DNS configuration settings take immediate effect.
At the point, we highly suggest that you flush your DNS resolver cache and web browser caches to ensure that your new DNS configuration settings take immediate effect.
Video Instruction:
i heard the newest version of ubuntu doesn't work very well on computers that are 4 years old and older, does linux-mint 18.3 have similar issues?
Questions • Tomas replied • 2 users followed • 1 replies • 2089 views • 2018-11-26 16:45
I am using fedora dualbooted in my asus laptop everything fine but all of sudden I lost wifi connection
Questions • Felix replied • 2 users followed • 1 replies • 2053 views • 2018-11-26 16:38
People talk about "learning Ubuntu". It seems simple enough to navigate the desktop to me. What am I missing , because I love to learn new things?
Questions • Alex replied • 2 users followed • 1 replies • 2110 views • 2018-11-26 16:17
RTX 2070, does it has high quality?
Questions • zahirkelloud replied • 10 users followed • 9 replies • 2028 views • 2018-11-24 19:26
I started using Ubuntu on a bootable usb drive
Questions • Tomas replied • 2 users followed • 1 replies • 1905 views • 2018-10-31 13:58
Can u guys suggest me one stable kernel for ubuntu 18.04.1 becasue im having random freezes with fresh install ubuntu with kernel 4.18.8
Questions • Cyril replied • 2 users followed • 1 replies • 1906 views • 2018-10-21 16:48
I'm gonna work on from the kernel on my actual machine? or should I just fire a distro on quemo and start?
Questions • Maurice replied • 2 users followed • 1 replies • 1984 views • 2018-10-21 16:45
Can someone please help me with an error in ubuntu?
Questions • Edikan replied • 2 users followed • 1 replies • 2000 views • 2018-10-21 16:41
I am building an image with WordPress and own templates. Unfortunately this takes long time, at least 5 minutes most of the time.
Questions • Roman replied • 4 users followed • 3 replies • 2286 views • 2018-10-20 01:29
How to install and start ipmitool on Ubuntu/Debian ,step by step tutorial
Others • CHARLIE posted the article • 0 comments • 2319 views • 2018-09-30 18:53
modprobe ipmi_si
modprobe ipmi_devintf
echo ipmi_si >> /etc/modprobe
echo ipmi_devintf >> /etc/modprobe2. Install ipmitool via apt-get
apt-get install ipmitool3. List ipmi network infos
ipmitool lan print4. List users
ipmitool user list 1 view all
modprobe ipmi_si2. Install ipmitool via apt-get
modprobe ipmi_devintf
echo ipmi_si >> /etc/modprobe
echo ipmi_devintf >> /etc/modprobe
apt-get install ipmitool3. List ipmi network infos
ipmitool lan print4. List users
ipmitool user list 1
Did you already start BBR on your own server?
ReplyQuestions • Nora posted a question • 1 users followed • 0 replies • 2145 views • 2018-09-29 02:16
Failed to start Docker Application Container Engine on centos7
Questions • hans replied • 2 users followed • 1 replies • 2179 views • 2018-09-28 03:02
How to install Python3.6.5 on Debian9
Others • Elias posted the article • 0 comments • 1382 views • 2018-09-25 23:48
python
Python 2.7.9 (default, Mar 1 2015, 18:22:53)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
2. update software packages
apt-get update
apt-get upgrade
3. install some essential packages
aptitude -y install gcc make zlib1g-dev libffi-dev libssl-devif alert -bash: aptitude: command not found ,you need have to install aptitude
apt-get install aptitude4. download python3.6.5
wget [url=https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tgz]https://www.python.org/ftp/pyt ... 5.tgz[/url]
5. unzip it
tar -xvf Python-3.6.5.tgz
6.add authority to this file
chmod -R +x Python-3.6.57. enter and install it
cd Python-3.6.5/
./configure8. move to other file
./configure --prefix=/opt/python3.6.5you would see this infomation
If you want a release build with all optimizations active (LTO, PGO, etc), please run ./configure --enable-optimizations.9. install some other packages
aptitude -y install libffi-dev libssl-devmake && make installif you can see information as follows ,you installed it successfully
Collecting setuptools
Collecting pip
Installing collected packages: setuptools, pip
Successfully installed pip-9.0.1 setuptools-28.8.010. clean
make clean
make distclean
view all
python
Python 2.7.9 (default, Mar 1 2015, 18:22:53)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
2. update software packages
apt-get update
apt-get upgrade
3. install some essential packages
aptitude -y install gcc make zlib1g-dev libffi-dev libssl-devif alert -bash: aptitude: command not found ,you need have to install aptitude
apt-get install aptitude4. download python3.6.5
wget [url=https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tgz]https://www.python.org/ftp/pyt ... 5.tgz[/url]
5. unzip it
tar -xvf Python-3.6.5.tgz
6.add authority to this file
chmod -R +x Python-3.6.57. enter and install it
cd Python-3.6.5/8. move to other file
./configure
./configure --prefix=/opt/python3.6.5you would see this infomation
If you want a release build with all optimizations active (LTO, PGO, etc), please run ./configure --enable-optimizations.9. install some other packages
aptitude -y install libffi-dev libssl-dev
make && make installif you can see information as follows ,you installed it successfully
Collecting setuptools10. clean
Collecting pip
Installing collected packages: setuptools, pip
Successfully installed pip-9.0.1 setuptools-28.8.0
make clean
make distclean
Which C++ ide should I use on Ubuntu
Questions • Dkiptoo replied • 4 users followed • 3 replies • 1960 views • 2018-09-23 22:54
What kinds of linux distribution you are using for your desktop?
Questions • Dkiptoo replied • 3 users followed • 2 replies • 1979 views • 2018-09-23 22:54
Why are so many deep learning platforms using Ubuntu?
Questions • kevin replied • 2 users followed • 1 replies • 1848 views • 2018-09-22 23:55
Failed to start Docker Application Container Engine on centos7
ReplyQuestions • hans replied • 2 users followed • 1 replies • 2179 views • 2018-09-28 03:02